﻿
.container.padding,
.row.padding,
.wrapper.padding {
    max-width: 1320px
}
#boxes,
#enhancement-boxes,
#product-boxes {
    background-color: #1d417c;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px
}

    #boxes .container,
    #enhancement-boxes .container,
    #product-boxes .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    #boxes h2,
    #enhancement-boxes h2,
    #product-boxes h2 {
        color: #fff;
        margin-bottom: 40px
    }

    #boxes .box,
    #enhancement-boxes .box,
    #product-boxes .box {
        display: inline-block;
        margin-bottom: 40px;
        text-decoration: none
    }

        #boxes .box .box-circle,
        #enhancement-boxes .box .box-circle,
        #product-boxes .box .box-circle {
            height: 285px;
            width: 285px;
            display: inline-block;
            border: 5px solid #19386a;
            background-image: url(../images/boxes-img.png);            
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-border-radius: 285px;
            -moz-border-radius: 285px;
            -ms-border-radius: 285px;
            border-radius: 285px;
            background-color: #19386a;
            position: relative
        }

            #boxes .box .box-circle .fa,
            #enhancement-boxes .box .box-circle .fa,
            #product-boxes .box .box-circle .fa {
                position: absolute;
                background-color: #becbe1;
                height: 50px;
                width: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                border-radius: 50px;
                line-height: 50px;
                color: #19386a;
                font-size: 25px
            }

                #boxes .box .box-circle .fa.fa-handshake-o,
                #enhancement-boxes .box .box-circle .fa.fa-handshake-o,
                #product-boxes .box .box-circle .fa.fa-handshake-o {
                    top: 33px;
                    left: 125px
                }

                #boxes .box .box-circle .fa.fa-upload,
                #enhancement-boxes .box .box-circle .fa.fa-upload,
                #product-boxes .box .box-circle .fa.fa-upload {
                    top: 83px;
                    left: 181px
                }

                #boxes .box .box-circle .fa.fa-plane,
                #enhancement-boxes .box .box-circle .fa.fa-plane,
                #product-boxes .box .box-circle .fa.fa-plane {
                    top: 60px;
                    left: 55px
                }

                #boxes .box .box-circle .fa.fa-users,
                #enhancement-boxes .box .box-circle .fa.fa-users,
                #product-boxes .box .box-circle .fa.fa-users {
                    top: 112px;
                    left: 112px
                }

                #boxes .box .box-circle .fa.fa-credit-card,
                #enhancement-boxes .box .box-circle .fa.fa-credit-card,
                #product-boxes .box .box-circle .fa.fa-credit-card {
                    top: 164px;
                    left: 170px
                }

                #boxes .box .box-circle .fa.fa-bar-chart,
                #enhancement-boxes .box .box-circle .fa.fa-bar-chart,
                #product-boxes .box .box-circle .fa.fa-bar-chart {
                    top: 141px;
                    left: 41px
                }

                #boxes .box .box-circle .fa.fa-envelope-o,
                #enhancement-boxes .box .box-circle .fa.fa-envelope-o,
                #product-boxes .box .box-circle .fa.fa-envelope-o {
                    top: 192px;
                    left: 102px
                }

            #boxes .box .box-circle.single-icon .fa,
            #enhancement-boxes .box .box-circle.single-icon .fa,
            #product-boxes .box .box-circle.single-icon .fa {
                top: calc(50% - 100px);
                left: calc(50% - 100px);
                height: 200px;
                border-radius: 50%;
                width: 200px;
                font-size: 120px;
                display: flex;
                align-items: center;
                justify-content: center
            }

        #boxes .box h3,
        #enhancement-boxes .box h3,
        #product-boxes .box h3 {
            color: #fff;
            font-size: 30px;
            font-weight: 400;
            text-decoration: none
        }

            #boxes .box h3:after,
            #enhancement-boxes .box h3:after,
            #product-boxes .box h3:after {
                content: '\f105';
                font-family: FontAwesome;
                height: 40px;
                width: 40px;
                display: inline-block;
                -webkit-border-radius: 40px;
                -moz-border-radius: 40px;
                -ms-border-radius: 40px;
                border-radius: 40px;
                border: 2px solid #fff;
                line-height: 35px;
                padding-left: 2px;
                margin-left: 20px;
                background-color: #19386a
            }

        #boxes .box:hover .box-circle,
        #enhancement-boxes .box:hover .box-circle,
        #product-boxes .box:hover .box-circle {
            border: 5px solid #fff
        }

            #boxes .box:hover .box-circle .fa,
            #enhancement-boxes .box:hover .box-circle .fa,
            #product-boxes .box:hover .box-circle .fa {
                background-color: #f08221;
                color: #fff
            }

        #boxes .box:hover h3:after,
        #enhancement-boxes .box:hover h3:after,
        #product-boxes .box:hover h3:after {
            background-color: #f08221
        }



    #boxes h3:after,
    #enhancement-boxes h3:after,
    #product-boxes h3:after {
        background-color: #f08221
    }

    #boxes .product,
    #enhancement-boxes .product,
    #product-boxes .product {
        background-color: #19386a;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 20px
    }

        #boxes .product h3,
        #enhancement-boxes .product h3,
        #product-boxes .product h3 {
            margin-bottom: 0
        }

        #boxes .product .box-circle,
        #enhancement-boxes .product .box-circle,
        #product-boxes .product .box-circle {
            border: 5px solid #fff
        }

            #boxes .product .box-circle .fa,
            #enhancement-boxes .product .box-circle .fa,
            #product-boxes .product .box-circle .fa {
                background-color: #f08221;
                color: #fff
            }

        #boxes .product h3:after,
        #enhancement-boxes .product h3:after,
        #product-boxes .product h3:after {
            display: none
        }

        #boxes .product .btn,
        #enhancement-boxes .product .btn,
        #product-boxes .product .btn {
            background-color: #f08221;
            color: #fff;
            text-align: center;
            height: 40px;
            padding: 10px 40px 0 25px;
            display: inline-block;
            position: relative;
            font-size: 13px;
            text-transform: uppercase;
            text-decoration: none;
            border: 2px solid #fff;
            margin-right: 15px;
            font-weight: 400
        }

#enhancement-boxes,
#product-boxes {
    padding-top: 40px;
    padding-bottom: 40px
}

    #boxes .product .btn:after,
    #enhancement-boxes .product .btn:after,
    #product-boxes .product .btn:after {
        content: '\f105';
        font-family: FontAwesome;
        height: 40px;
        width: 40px;
        line-height: 35px;
        font-size: 25px;
        display: inline-block;
        background-color: #1d417c;
        border: 2px solid #fff;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
        position: absolute;
        top: -2px;
        right: -20px;
        padding-left: 2px
    }

    #boxes .product .btn:hover:after,
    #enhancement-boxes .product .btn:hover:after,
    #product-boxes .product .btn:hover:after {
        background-color: #f08221
    }

    #product-boxes h3 {
        font-size: 24px !important
    }

    #product-boxes h2 {
        color: #fff
    }

    #product-boxes .product .box-circle.single-icon {
        background-color: #19386a;
        background-image: none;
        height: 200px;
        width: 200px
    }

        #product-boxes .product .box-circle.single-icon .fa {
            background-color: #1d417c !important;
            border: 4px solid #19386a;
            height: 150px !important;
            width: 150px !important;
            border-radius: 50%;
            font-size: 80px !important;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%,-50%) !important
        }

    #product-boxes .product:hover .box-circle.single-icon .fa {
        color: #f08221 !important
    }

#enhancement-boxes {
    background-color: #fff
}

    #enhancement-boxes h2 {
        color: #475a78
    }

    #enhancement-boxes h3 {
        font-size: 20px !important
    }

    #enhancement-boxes .product .box-circle.single-icon {
        height: 150px;
        width: 150px;
        border: none;
        border-radius: 50%;
        background-image: none
    }

        #enhancement-boxes .product .box-circle.single-icon .fa {
            background-color: #becbe1;
            height: 120px !important;
            width: 120px !important;
            border-radius: 50%;
            font-size: 60px !important;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%,-50%) !important;
            border: 4px solid #fff;
            color: #1d417c
        }

#case-studies .case-study .logo,
#case-studies .case-study:hover .text {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

#enhancement-boxes .product:hover .box-circle .fa {
    background-color: #becbe1 !important;
    color: #f08221 !important
}





.home-jump-box {
    position: relative;
    overflow: hidden
}

    .home-jump-box:first-child {
        border-right: 5px solid #fff
    }

@media (max-width:768px) {
    .process-wrapper .process-flex .process-block {
        flex-basis: 100%
    }

    .home-jump-box:first-child {
        border: none;
        border-bottom: 10px solid #fff
    }
}

.home-jump-box:nth-child(2) {
    border-left: 5px solid #fff
}

.home-jump-box .background-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center top;
    height: 100%;
    width: 100%
}

.home-jump-box .button,
.home-jump-box h2 {
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #fff
}

.home-jump-box:hover .background-image {
    transform: scale(1.1);
    transition: 5s
}

.home-jump-box a {
    height: 500px;
    max-height: 40vw;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

@media (max-width:768px) {
    .home-jump-box:nth-child(2) {
        border: none
    }

    .home-jump-box a {
        max-height: unset;
        height: auto;
        min-height: 50vw
    }
}

.home-jump-box .button,
.home-jump-box .button:after {
    height: 40px;
    display: inline-block;
    border: 2px solid #fff
}

.home-jump-box h2 {
    max-width: 380px;
    font-size: 38px;
    line-height: 1.3em;
    letter-spacing: 1px;
    z-index: 5
}

#pagination .request-a-demo:after,
.home-jump-box .button:after {
    content: '\f105';
    font-family: FontAwesome;
    line-height: 35px;
    top: -2px;
    right: -20px
}

@media (max-width:1024px) {
    .home-jump-box h2 {
        font-size: 30px;
        letter-spacing: .5px
    }
}

@media (max-width:624px) {
    .home-jump-box h2 {
        font-size: 24px
    }
}

.home-jump-box .button {
    background-color: #f08221;
    padding: 10px 40px 0 25px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400
}

    .home-jump-box .button:after {
        width: 40px;
        font-size: 25px;
        background-color: #1d417c;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
        position: absolute;
        padding-left: 2px
    }

    .home-jump-box .button:hover:after {
        background-color: #f08221
    }