.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ed8819 0%, #ff9933 100%);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(237, 136, 25, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    border: 3px solid white;
    line-height: 1; /* Add this */
}

    .back-to-top i {
        margin-top:10px;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: bounce 2s infinite;
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-8px);
    }

    60% {
        transform: translateY(-4px);
    }
}

.single_services {
    border: 2px dashed #e8e8e8;
    border-radius: 10px;
    padding: 50px 25px;
    margin-bottom: 15px;
    background-image: url(../img/service_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination-ys table > tbody > tr > td {
        display: inline
    }

        .pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #fff !important;
            background-color: #f94f4f;
            border: 1px solid #ddd;
            margin-right: 10px;
            border-radius: 50%;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            z-index: 2;
            color: #fff;
            background-color: #f94f4f;
            border-color: #ddd;
            cursor: default;
            margin-right: 10px;
            border-radius: 50%;
        }

    .pagination-ys .current {
        background: #26B;
        color: #fff;
        border: solid 1px #AAE;
    }


        .pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px
        }

        .pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:focus, .pagination-ys table > tbody > tr > td > span:hover {
            color: #f94f4f !important;
            background-color: #eee;
            border-color: #f94f4f !important;
        }

@media only screen and (min-width:576px) and (max-width:767px) {
    .single_services {
        padding: 25px 15px
    }
}

.single_services .services_icon {
    position: relative;
    display: inline-block
}

    .single_services .services_icon i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 52px;
        color: #38424d;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }

    .single_services .services_icon .services_shape {
        fill: #f2f2f2;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }

.single_services .services_content {
    padding-bottom: 40px
}

    .single_services .services_content .services_title a {
        font-size: 28px;
        color: #38424d;
        font-weight: 600;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single_services .services_content .services_title a {
        font-size: 22px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single_services .services_content .services_title a {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .single_services .services_content .services_title a {
        font-size: 20px
    }
}

.single_services .services_content .services_title a:hover {
    color: #f94f4f
}

.single_services .services_content p {
    margin-top: 15px
}

.single_services.active, .single_services:hover {
    border-color: #f94f4f;
    -webkit-box-shadow: 0 10px 15px 0 rgba(157,106,106,.15);
    -moz-box-shadow: 0 10px 15px 0 rgba(157,106,106,.15);
    box-shadow: 0 10px 15px 0 rgba(157,106,106,.15)
}

    .single_services.active .services_icon i, .single_services:hover .services_icon i {
        color: #fff
    }

    .single_services.active .services_icon .services_shape, .single_services:hover .services_icon .services_shape {
        fill: #f94f4f
    }

.section_title .sub_title {
    font-size: 20px;
    font-weight: 600;
    color: #f94f4f
}

@media (max-width:767px) {
    .section_title .sub_title {
        font-size: 16px
    }
}

.section_title .main_title {
    font-size: 35px;
    font-weight: 700;
    margin-top: 16px
}

@media (max-width:767px) {
    .section_title .main_title {
        font-size: 24px
    }
}

.section_title p {
    margin-top: 20px
}

.word {
    position: absolute;
    width: 100%;
    opacity: 0
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px
}

    .letter.out {
        transform: rotateX(90deg);
        transition: transform .32s cubic-bezier(.55,.055,.675,.19)
    }

    .letter.behind {
        transform: rotateX(-90deg)
    }

    .letter.in {
        transform: rotateX(0);
        transition: transform .38s cubic-bezier(.175,.885,.32,1.275)
    }

.wisteria {
    color: #ed8819
}

.belize {
    color: #ed8819
}

.pomegranate {
    color: #ed8819
}

.green {
    color: #ed8819
}

.midnight {
    color: #ed8819
}

.header_hero {
    height: 600px;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:1400px) {
    .header_hero {
        height: 900px
    }
}

.hero_shape {
    z-index: 8;
    position: absolute;
    opacity: .39
}

    .hero_shape.shape_1 {
        left: 70%;
        top: 150px
    }

    .hero_shape.shape_2 {
        left: 80%;
        top: 150px
    }

    .hero_shape.shape_3 {
        top: 200px;
        left: 60%
    }

    .hero_shape.shape_4 {
        top: 120px;
        left: 55%
    }

    .hero_shape.shape_5 {
        top: 40%;
        left: 74%
    }

    .hero_shape.shape_6 {
        top: 34%;
        left: 88%
    }

    .hero_shape.shape_7 {
        top: 60%;
        left: 59%
    }

    .hero_shape.shape_8 {
        top: 55%;
        left: 68%
    }

    .hero_shape.shape_9 {
        bottom: 100px;
        left: 62%
    }

    .hero_shape.shape_10 {
        bottom: 200px;
        left: 73%
    }

    .hero_shape.shape_11 {
        bottom: 80px;
        left: 58%
    }

    .hero_shape.shape_12 {
        bottom: 25%;
        left: 83%
    }

.header_shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%
}

    .header_shape::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 1000%;
        height: 100%;
        background-color: #f5f5fc;
        transform: skewX(-15deg)
    }

.header_image {
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_image {
        width: 720px;
        margin: 0 auto;
        right: 0;
        padding-right: 15px;
        position: inherit;
        height: auto
    }
}

@media (max-width:767px) {
    .header_image {
        width: 100%;
        margin: 0 auto;
        padding-right: 15px;
        position: inherit;
        height: auto;
        right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_image {
        width: 540px
    }
}

@media only screen and (min-width:1400px) {
    .header_image .image {
        padding-left: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_hero_content {
        padding-top: 150px
    }
}

@media (max-width:767px) {
    .header_hero_content {
        padding-top: 0
    }
}

.header_hero_content .hero_title {
    font-size: 45px;
    font-weight: 800
}

@media (max-width:767px) {
    .header_hero_content .hero_title {
        font-size: 26px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header_hero_content .hero_title {
        font-size: 36px
    }
}

.header_hero_content .hero_title span {
    color: #f94f4f
}

.header_hero_content p {
    margin-top: 5px
}

.header_hero_content ul {
    padding-top: 20px
}

    .header_hero_content ul li {
        display: inline-block;
        margin-left: 50px;
        margin-top: 30px
    }

        .header_hero_content ul li:first-child {
            margin-left: 0
        }

        .header_hero_content ul li .play {
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            background-color: #f94f4f;
            border-radius: 50%;
            color: #fff;
            font-size: 16px;
            position: relative;
            z-index: 9
        }

            .header_hero_content ul li .play::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: #f94f4f;
                -webkit-animation: pulse-border 1.5s ease-out infinite;
                -moz-animation: pulse-border 1.5s ease-out infinite;
                -o-animation: pulse-border 1.5s ease-out infinite;
                animation: pulse-border 1.5s ease-out infinite;
                -webkit-transform: scale(1.4);
                -moz-transform: scale(1.4);
                -ms-transform: scale(1.4);
                -o-transform: scale(1.4);
                transform: scale(1.4);
                z-index: -1
            }

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

.hero-slide img {
    min-width: 100%
}

.hero-slide .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.hero-slide .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    text-align: left;
    text-shadow: none;
    width: 60%
}

    .hero-slide .carousel-caption small {
        font-size: 13px;
        color: #1a8ae1;
        font-weight: 500;
        animation-delay: 1s
    }

    .hero-slide .carousel-caption .phone {
        font-size: 30px;
        color: #ff5722;
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .hero-slide .carousel-caption h1 {
        font-size: 56px;
        line-height: 1;
        font-weight: 700;
        text-transform: capitalize;
        margin: 30px 0 20px;
        -webkit-animation-delay: 150ms;
        animation-delay: 150ms;
        color: #222
    }

    .hero-slide .carousel-caption .lead {
        font-size: 24px;
        color: #444;
        font-weight: 400;
        margin-bottom: 30px;
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .hero-slide .carousel-caption .btn {
        -webkit-animation-delay: 250ms;
        animation-delay: 250ms;
        background: #1a8ae1;
        color: #fff
    }

        .hero-slide .carousel-caption .btn:hover {
            background: #fff;
            color: #333
        }

.hero-slide .carousel-control.left, .hero-slide .carousel-control.right {
    font-size: 30px;
    width: 30px;
    height: 100px;
    line-height: 100px;
    top: 50%;
    background: #000;
    cursor: pointer;
    border: 0;
    text-shadow: none;
    transform: translateY(-50%)
}

.hero-slide .carousel-control.left {
    left: -100%
}

.hero-slide .carousel-control.right {
    right: -100%
}

.hero-slide:hover .left {
    left: 0
}

.hero-slide:hover .right {
    right: 0
}

.hero-slide .carousel-indicators li {
    border: 2px solid rgba(0,0,0,.5);
    opacity: .5
}

    .hero-slide .carousel-indicators li.active {
        border-color: #ff5722;
        background-color: #ff5722;
        opacity: 1
    }

@media (max-width :1024px) {
    .hero-slide .carousel-caption h1 {
        font-size: 24px;
        margin-top: 10px
    }

    .hero-slide .carousel-caption .lead {
        font-size: 16px
    }

    .hero-slide .carousel-caption .btn {
        font-size: 12px
    }

    .hero-slide .carousel-caption .phone {
        font-size: 18px
    }

    .hero-slide .carousel-caption small {
        font-size: 11px
    }

    .hero-slide .carousel-caption {
        padding: 40px 0
    }
}

@media (max-width :768px) {
    .hero-slide .carousel-caption h1 {
        font-size: 18px;
        margin-top: 10px
    }

    .hero-slide .carousel-caption .lead {
        font-size: 14px
    }

    .hero-slide .carousel-caption .phone {
        font-size: 16px;
        line-height: 1
    }

    .hero-slide .carousel-caption small {
        font-size: 10px
    }

    .hero-slide .carousel-caption .btn {
        font-size: 12px
    }
}

@media (max-width :600px) {
    .carousel-indicators {
        display: none
    }

    .hero-slide .carousel-caption {
        width: 100%;
        text-align: center;
        padding: 30px
    }

        .hero-slide .carousel-caption .lead {
            margin-bottom: 10px
        }

        .hero-slide .carousel-caption .btn {
            font-size: 10px;
            padding: 5px 10px;
            border-width: 1px
        }
}

@media (max-width :320px) {
    .hero-slide {
        display: none
    }
}

.service-wrap {
    overflow: hidden;
    background: #fff;
    z-index: 0
}

    .service-wrap .section-heading {
        margin-bottom: 30px
    }

        .service-wrap .section-heading h2 {
            color: #fff
        }

    .service-wrap .section-sub {
        font-size: 18px;
        font-weight: 400;
        color: rgba(255,255,255,.8)
    }

        .service-wrap .section-sub::after {
            background-color: #fff;
            left: 0;
            margin-left: 0
        }

.service-left-box {
    position: relative;
    padding: 80px 60px 80px 0;
    color: #fff
}

    .service-left-box:before {
        position: absolute;
        content: "";
        width: 300%;
        height: 100%;
        background: #1a8ae1;
        top: 0;
        right: 25px;
        z-index: -1
    }

    .service-left-box .service-intro p {
        line-height: 35px
    }

#service-carousel {
    padding: 150px 0
}

.service-content h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px
}

    .service-content h3 span {
        font-size: 24px;
        color: #bcbcbc
    }

.service-content .service-thumb {
    margin-bottom: 20px
}

    .service-content .service-thumb img {
        width: 100%
    }

.service-content p {
    line-height: 35px
}

.service-content a {
    margin-top: 30px
}

    .service-content a i {
        margin-left: 5px
    }

.about-us-wrap {
    background: url(../img/capbilities.png) no-repeat;
    background-size: 50%;
    background-position: right 85px
}

    .about-us-wrap .about-us-content h3 {
        margin-bottom: 25px
    }

    .about-us-wrap .about-us-content span {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        line-height: 28px;
        color: #343434
    }

    .about-us-wrap .about-us-content p {
        margin-bottom: 0
    }

    .about-us-wrap .about-us-content.capabilities {
        background: #336cac;
        padding: 48px 52px;
        color: #fff
    }

        .about-us-wrap .about-us-content.capabilities .about-content-block h3 {
            margin: 0 0 20px;
            font-size: 36px;
            color: #fff
        }

        .about-us-wrap .about-us-content.capabilities ul li {
            position: relative;
            padding-left: 25px;
            font-weight: 500
        }

            .about-us-wrap .about-us-content.capabilities ul li:before {
                position: absolute;
                left: 0;
                content: "\f00c";
                font-family: FontAwesome;
                color: #ccc
            }

.feature-wrap {
    background: #fff url(../img/featurebg.png) no-repeat center top fixed;
    background-size: cover;
    color: #fff
}

    .feature-wrap .feature-content h2 {
        font-size: 50px;
        color: #fff;
        text-transform: uppercase;
        line-height: 52px;
        margin-bottom: 30px
    }

        .feature-wrap .feature-content h2 span {
            display: block;
            line-height: 38px;
            margin-top: 10px;
            font-size: 34px;
            font-weight: 400
        }

    .feature-wrap .feature-content p {
        font-size: 18px
    }

    .feature-wrap .feature-content .quote-btn {
        margin-top: 40px
    }

.fleets-wrap {
    padding-top: 75px;
    background: #fff
}

    .fleets-wrap .section-heading {
        margin: 0 0 35px
    }

    .fleets-wrap .no-padding {
        margin: 0 -15px
    }

    .fleets-wrap .owl-stage-outer {
        border-bottom: 1px solid #eee
    }

    .fleets-wrap .owl-item {
        margin: 0 !important
    }

        .fleets-wrap .owl-item .owl-item-thumb {
            position: relative
        }

            .fleets-wrap .owl-item .owl-item-thumb .owl-item-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: block;
                opacity: 0;
                background: #6b64f3
            }

            .fleets-wrap .owl-item .owl-item-thumb a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                text-align: center
            }

                .fleets-wrap .owl-item .owl-item-thumb a img {
                    width: auto !important;
                    margin: 35% auto 0;
                    opacity: 0
                }

                .fleets-wrap .owl-item .owl-item-thumb .owl-item-overlay, .fleets-wrap .owl-item .owl-item-thumb a img {
                    -webkit-transition: opacity .5s;
                    -moz-transition: opacity .5s;
                    -ms-transition: opacity .5s;
                    transition: opacity .5s
                }

            .fleets-wrap .owl-item .owl-item-thumb:hover .owl-item-overlay {
                opacity: .9
            }

            .fleets-wrap .owl-item .owl-item-thumb:hover a img {
                opacity: 1
            }

        .fleets-wrap .owl-item .owl-tem-content {
            border-right: 1px solid #ebebeb;
            box-sizing: border-box;
            padding: 30px
        }

            .fleets-wrap .owl-item .owl-tem-content h3 {
                font-size: 16px;
                line-height: 24px
            }

                .fleets-wrap .owl-item .owl-tem-content h3 a {
                    color: #343434
                }

                    .fleets-wrap .owl-item .owl-tem-content h3 a:hover {
                        color: #1a8ae1
                    }

.fleet-carousel-navigation {
    position: absolute;
    top: -75px;
    right: 15px
}

    .fleet-carousel-navigation .left {
        margin-right: -3px
    }

.testimonial-wrap {
    padding-top: 75px;
    background: #fff
}

    .testimonial-wrap .section-heading {
        margin-bottom: 20px
    }

    .testimonial-wrap .carousel {
        overflow: hidden;
        background: #f4f6f7
    }

        .testimonial-wrap.carousel h3 {
            position: absolute;
            left: 38%;
            top: 20%;
            margin-left: -5px
        }

    .testimonial-wrap .media-left {
        width: 450px;
        padding: 0
    }

    .testimonial-wrap .item-left-thumb {
        position: relative
    }

    .testimonial-wrap .media-body {
        vertical-align: middle
    }

    .testimonial-wrap .author-info {
        position: absolute;
        display: block;
        bottom: 10%;
        width: 108%;
        margin: 0;
        background: rgba(255,255,255,.75)
    }

        .testimonial-wrap .author-info > div[class*=col-] {
            padding-right: 0
        }

        .testimonial-wrap .author-info .author-name {
            display: inline-block;
            width: 100%;
            text-align: right;
            color: #000;
            margin: 32px 0 26px;
            line-height: 18px
        }

            .testimonial-wrap .author-info .author-name span {
                font-size: 18px;
                line-height: 25px;
                display: block;
                font-weight: 700
            }

            .testimonial-wrap .author-info .author-name small {
                font-size: 14px;
                line-height: 14px
            }

    .testimonial-wrap .item-right-text {
        position: relative;
        font-size: 20px;
        color: #7b7575;
        padding: 40px 70px 0 70px;
        font-weight: 300;
        line-height: 36px;
        font-style: italic
    }

        .testimonial-wrap .item-right-text:before {
            content: "\f10d";
            position: absolute;
            top: 0;
            font-family: FontAwesome;
            font-size: 15em;
            color: rgba(0,0,0,.1)
        }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1
    }

.item-left-thumb img {
    width: 100%
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.testimonial-wrap .slider-control {
    top: 64px
}

.pricing-wrap {
    background: #fff
}

    .pricing-wrap .section-heading {
        margin-bottom: 50px
    }

    .pricing-wrap .no-padding {
        margin: 0 -15px
    }

    .pricing-wrap .row {
        margin: 0
    }

.pricing-table {
    text-align: center
}

    .pricing-table .pricing-header {
        background: #336cac;
        color: #fff;
        text-align: center;
        padding: 40px;
        font-weight: 700;
        border-right: 1px solid rgba(138,175,216,.29)
    }

    .pricing-table .pricing-title {
        font-size: 23px
    }

    .pricing-table .pricing-price {
        font-size: 60px;
        line-height: 70px
    }

    .pricing-table .pricing-cell {
        border-bottom: 1px solid #e6e6e6;
        padding: 12px 0;
        border-right: 1px solid #e6e6e6
    }

    .pricing-table.first-col .pricing-cell {
        border-left: 1px solid #e6e6e6
    }

.pricing-footer {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 10px 30px
}

.pricing-footer, .pricing-table .pricing-cell {
    color: #62646c
}

.about-us-advantage-wrap .section-heading, .about-us-intro-wrap .section-heading {
    margin-bottom: 40px
}

.about-us-intro-wrap .about-thumb img {
    width: 100%
}

.about-us-intro-wrap span {
    color: #343434;
    font-weight: 500
}

.about-us-advantage {
    background: #fff
}

.about-us-advantage-wrap {
    background: #fff
}

    .about-us-advantage-wrap .advantage-left-content {
        position: relative;
        padding-right: 80px
    }

        .about-us-advantage-wrap .advantage-left-content:after {
            content: "";
            position: absolute;
            border-right: 1px solid #d9d9d9;
            top: 0;
            right: 30px;
            width: 100%;
            height: 100%
        }

    .about-us-advantage-wrap .advantage-right-content {
        padding-top: 20px
    }

        .about-us-advantage-wrap .advantage-right-content > div {
            position: relative;
            padding-left: 100px;
            margin-bottom: 50px
        }

            .about-us-advantage-wrap .advantage-right-content > div:before {
                content: "";
                position: absolute;
                top: 10px;
                left: 0;
                width: 80px;
                height: 80px
            }

            .about-us-advantage-wrap .advantage-right-content > div:first-child:before {
                background: url(../img/advantage-icon1.png) no-repeat
            }

            .about-us-advantage-wrap .advantage-right-content > div:last-child {
                margin-bottom: 0
            }

                .about-us-advantage-wrap .advantage-right-content > div:last-child:before {
                    background: url(../img/advantage-icon2.png) no-repeat
                }

            .about-us-advantage-wrap .advantage-right-content > div h3 {
                font-size: 18px;
                margin-bottom: 20px;
                line-height: 28px
            }

.team-wrap .section-heading {
    margin-bottom: 75px
}

.team-wrap .team-member {
    background: #fff;
    margin-bottom: 30px
}

    .team-wrap .team-member img {
        width: 100%
    }

    .team-wrap .team-member .member-info {
        padding: 40px 30px 35px
    }

    .team-wrap .team-member.member-lead .member-info h3 {
        font-size: 24px;
        line-height: 36px
    }

    .team-wrap .team-member .member-info h3 {
        font-size: 18px;
        margin-bottom: 0
    }

    .team-wrap .team-member .member-info span {
        color: #b8b8b8
    }

    .team-wrap .team-member .member-info p {
        margin: 20px 0 35px
    }

    .team-wrap .team-member .member-info .social-links {
        margin-top: 15px
    }

.member-info .social-links li a .fa {
    background: #c5c5c5;
    color: #fff
}

.service-intro-wrap {
    background: #fff
}

.service-intro-content {
    line-height: 30px
}

    .service-intro-content h2, .service-intro-content p {
        margin-bottom: 40px
    }

    .service-intro-content ul li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 20px
    }

        .service-intro-content ul li:last-child {
            margin-bottom: 0
        }

        .service-intro-content ul li:before {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 0;
            color: #b2b2b2
        }

.featured-service-wrap .section-heading {
    margin-bottom: 75px
}

.featured-service-wrap .featured-service-content {
    background: #fff;
    padding: 40px 30px
}

    .featured-service-wrap .featured-service-content h3 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .featured-service-wrap .featured-service-content .btn-primary {
        margin-top: 30px
    }

.featured-service-wrap img {
    width: 100%
}

.single-service-wrap {
    padding: 110px 0 150px;
    background: #fff
}

    .single-service-wrap .single-service-thumb {
        margin-bottom: 50px
    }

        .single-service-wrap .single-service-thumb img {
            width: 100%
        }

.single-service-content h2 {
    margin-bottom: 20px
}

.single-service-content h3 {
    margin-bottom: 30px
}

.widget .download-wrap {
    position: relative;
    margin-bottom: 10px
}

    .widget .download-wrap a {
        position: relative;
        display: block;
        background-color: #e9e9e9;
        padding: 12px 10px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
        text-transform: uppercase;
        border-radius: 3px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        transition: .3s
    }

        .widget .download-wrap a:hover {
            background: #666 !important
        }

    .widget .download-wrap.company a {
        background: #4d62e3
    }

    .widget .download-wrap.annual a {
        background: #f7941d
    }

    .widget .download-wrap.brochure a {
        background: #7cc576
    }

    .widget .download-wrap a span {
        display: block;
        font-weight: 400;
        font-size: 10px
    }

    .widget .download-wrap a i {
        position: absolute;
        top: 15%;
        right: 8px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: rgba(255,255,255,.4);
        border: 2px solid rgba(255,255,255,.4);
        border-radius: 100%
    }

.widget .service-list li.active a {
    color: #1a8ae1
}

.widget-service-add {
    background: url(../img/service-add.png) no-repeat;
    background-size: cover;
    padding: 40px 25px;
    color: #fff;
    border-radius: 5px
}

    .widget-service-add p {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px
    }

    .widget-service-add a {
        font-size: 18px;
        color: #ffb65e;
        font-weight: 900;
        margin: 20px 0 40px;
        display: inline-block;
        border-bottom: 2px solid
    }

    .widget-service-add img {
        opacity: .3
    }

.fullscreen-video .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    text-align: center;
    padding: 122px 0
}

    .fullscreen-video .video-overlay h2 {
        text-transform: uppercase;
        color: #fff
    }

#googleMap {
    height: 450px
}

.office-locations {
    margin: 100px 0 40px
}

    .office-locations .office-address {
        margin-bottom: 85px
    }

    .office-locations h2, .office-locations h3, .send-feedback h2 {
        text-transform: uppercase
    }

    .office-locations h2, .send-feedback h2 {
        font-size: 22px;
        margin-top: 40px;
        text-align: center;
        margin-bottom: 40px;
        line-height: 21px
    }

    .office-locations h3 {
        font-size: 12px;
        margin-bottom: 30px;
        line-height: 18px
    }

    .office-locations address span {
        display: block
    }
