<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&amp;family=Roboto+Slab:wght@400;700&amp;display=swap');


:root {
    --blue: #1A97CE;
    --lightBlue: #D1EAF5;
    --darkBlue: #232358;
    --gray: #f5f7f9;
    --white: #fff;
}


/* Helper class */

.bg-primary { background-color: var(--darkBlue); }
.bg-secondary { background-color: var(--lightBlue); }
.bg-gray { background-color: var(--gray); }
.bg-white { background-color: var(--white); }

.text-primary { color: var(--darkBlue); }
.text-secondary { color: var(--lightBlue); }
.text-gray { color: var(--gray); }
.text-white { color: var(--white); }

.col-md-offset-right-1 {
    margin-right: 8.33333333%
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none
    }

.row.m0 {
    margin: 0
}

.p0 {
    padding: 0
}

body {
    line-height: 24px;
    font-size: 14px;
    font-family: 'Montserrat', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #58585a
}


body, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.display_table {
    display: table;
    width: 100%
}

.display_table_row {
    display: table-row
}

.display_table_cell {
    display: table-cell;
    float: none !important
}

p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #59595b
}

.mb-3 {
    margin-bottom: 25px
}

.mt-3 {
    margin-top: 25px
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.form-control {
    height: 40px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

iframe {
    border: none
}

.main_title {
    text-align: center;
    padding-bottom: 50px
}

    .main_title h5 {
        font-size: 15px;
        color: #58585a;
        text-transform: uppercase;
        opacity: .5
    }

    .main_title h2 {
        font-size: 30px;
        font-weight: 700;
        color: #59595b;
        text-transform: uppercase
    }

.main_header_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 22
}

    .main_header_area + section, .main_header_area + div, .main_header_area + .row {
        margin-top: 158px
    }

@media(max-width:991px) {
    .main_header_area + section, .main_header_area + div, .main_header_area + .row {
        margin-top: 141px
    }
}

@media(max-width:480px) {
    .main_header_area + section, .main_header_area + div, .main_header_area + .row {
        margin-top: 125px
    }
}

.header_top {
    padding: 18px 0;
    vertical-align: bottom
}

    .header_top .pull-left a {
        line-height: 55px;
    }

    .header_top .pull-left a img{
        max-height: 50px;
    }

    

    .header_top .pull-right {
        vertical-align: middle;
        border-right-width: 54px
    }

        .header_top .pull-right .header_c_text {
            display: inline-block;
            position: relative;
            margin-right: 50px
        }

            .header_top .pull-right .header_c_text:before {
                content: "";
                height: 43px;
                width: 1px;
                position: absolute;
                right: -25px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                background: #f1f1f1
            }

            .header_top .pull-right .header_c_text h5 {
                font-size: 13px;
                color: #8f97a7;
                font-weight: 400;
                padding-bottom: 8px
            }

            .header_top .pull-right .header_c_text h4 {
                font-size: 15px;
                color: #0c1832;
                font-weight: 400
            }

            .header_top .pull-right .header_c_text:last-child {
                margin-right: 0
            }

                .header_top .pull-right .header_c_text:last-child:before {
                    display: none
                }

            .header_top .pull-right .header_c_text .quote_btn {
                position: relative;
                top: 1px
            }

@media(max-width:991px) {
    .header_top .pull-right .header_c_text {
        display: none
    }

        .header_top .pull-right .header_c_text:last-child {
            display: block
        }
}

@media(max-width:480px) {
    .header_top .pull-right .header_c_text .quote_btn {
        padding: 0 18px;
        font-size: 13px;
        line-height: 38px;
        top: 7.5px
    }
}

@media(max-width:480px) {
    .header_top {
        padding: 10px 0
    }
}

@media(min-width:992px) {
    .main_menu_area .navbar-nav &gt; li &gt; a:before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background: var(--white);
        right: 0;
        bottom: 25%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .main_menu_area .navbar-nav &gt; li &gt; a:hover:before {
        width: 100%;
        left: 0
    }
}

.main_menu_area {
    background: #052c7d
}

    .main_menu_area .navbar.navbar-default {
        border: none;
        margin-bottom: 0;
        background: 0 0
    }

        .main_menu_area .navbar.navbar-default .navbar-header .navbar-toggle {
            background: 0 0;
            border-color: rgba(255,255,255,.35)
        }

@media(max-width:991px) {
    .main_menu_area .navbar.navbar-default .navbar-header .navbar-toggle .icon-bar {
        background: var(--white);
    }
}

.main_menu_area .navbar.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.35)
}

@media(max-width:991px) {
    .main_menu_area .navbar.navbar-default .navbar-collapse {
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .main_menu_area .navbar.navbar-default .navbar-collapse {
        max-height: 350px
    }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav {
    margin-left: -15px
}

@media(max-width:991px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media(max-width:767px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav {
        margin-left: 0;
        margin-right: 0
    }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li {
    margin-right: 40px
}

@media(max-width:1199px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li {
        margin-right: 18px
    }
}

@media(max-width:991px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li {
        margin-right: 0
    }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li a {
    padding: 0;
    color: var(--white);
    background: 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 67px
}

@media(max-width:991px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li a {
        line-height: 45px
    }

        .main_menu_area .navbar.navbar-default .nav.navbar-nav li a i {
            float: right;
            line-height: 45px;
            padding-right: 10px;
            font-size: 20px
        }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li a i {
    padding-left: 3px
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li:last-child {
    margin-right: 0
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu {
    position: relative
}

    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul {
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: none
    }

@media(min-width:992px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul {
        position: absolute;
        top: 97%;
        left: 0;
        min-width: 232px;
        background: var(--white);
        text-align: left;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        visibility: hidden;
        z-index: 6;
        -webkit-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
        transform: scaleY(.5);
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        display: block
    }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #eee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li {
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #e4e7ef
}

@media(max-width:991px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li {
        border-bottom: 1px solid rgba(203,203,203,.3)
    }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
    line-height: 45px;
    color: #494848;
    font-weight: 400;
    font-size: 14px;
    padding: 0 30px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    display: block
}

@media(max-width:991px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a {
        color: var(--white);
        padding: 0 15px
    }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:last-child {
    border-bottom: none
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:hover a {
    background: #efeff3
}

@media(min-width:992px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
        left: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group {
    width: 200px;
    display: block;
    position: relative;
    top: 15px
}

@media(max-width:991px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group {
        width: 100%;
        top: 0
    }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input {
    padding: 0;
    border: none;
    border-radius: 5px;
    background: #092767;
    height: 37px;
    padding: 0 30px 0 8px;
    color: rgba(255,255,255,.5);
    font-weight: 400
}

    .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input.placeholder {
        color: rgba(255,255,255,.5);
        font-weight: 400
    }

    .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input:-moz-placeholder {
        color: rgba(255,255,255,.5);
        font-weight: 400
    }

    .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input::-moz-placeholder {
        color: rgba(255,255,255,.5);
        font-weight: 400
    }

    .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input::-webkit-input-placeholder {
        color: rgba(255,255,255,.5);
        font-weight: 400
    }

    .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

@media(max-width:991px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group input {
        height: 45px;
        border-radius: 0
    }
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group .input-group-btn {
    position: absolute;
    top: 0;
    right: 0
}

    .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group .input-group-btn .btn-default {
        padding: 0;
        background: 0 0;
        border: none;
        position: absolute;
        right: 12px;
        top: 8px;
        color: var(--white);
        z-index: 5
    }

@media(max-width:991px) {
    .main_menu_area .navbar.navbar-default .nav.navbar-nav.navbar-right li .input-group .input-group-btn .btn-default {
        top: 11px;
    }
}

.main_menu_area.affix {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999
}

.quote_btn, .fb-form .form-group .fb-control.fb-button {
    display: inline-block;
    padding: 0 26px;
    background: #2ecc71;
    line-height: 47px;
    border-radius: 5px;
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 2
}

    .quote_btn:before, .fb-form .form-group .fb-control.fb-button:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #2761d8;
        height: 250px;
        width: 300px;
        border-radius: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
        z-index: -1
    }

    .quote_btn:hover, .quote_btn:focus,
    .fb-form .form-group .fb-control.fb-button:hover, .fb-form .form-group .fb-control.fb-button:focus {
        color: var(--white);
    }

    .quote_btn:hover:before, .quote_btn:focus:before,
    .fb-form .form-group .fb-control.fb-button:hover:before, .fb-form .form-group .fb-control.fb-button:focus:before {
        bottom: -50px
    }

.b_get_btn {
    display: inline-block;
    padding: 16px 32px;
    background: 0 0;
    border: 1px solid var(--white);
    line-height: 1rem;
    border-radius: 5px;
    color: var(--white);
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 2
}

    .b_get_btn i {
        padding-left: 20px
    }

    .b_get_btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #2ecc71;
        height: 280px;
        width: 330px;
        border-radius: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
        z-index: -1
    }

    .b_get_btn:hover, .b_get_btn:focus {
        color: var(--white);
        border: 1px solid #2ecc71
    }

        .b_get_btn:hover:before, .b_get_btn:focus:before {
            bottom: -50px
        }

.more_btn {
    display: inline-block;
    padding: 0 32px;
    background: 0 0;
    border: 1px solid #2761d8;
    line-height: 50px;
    border-radius: 5px;
    color: #2761d8;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 2
}

    .more_btn i {
        padding-left: 10px
    }

    .more_btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #2761d8;
        height: 280px;
        width: 330px;
        border-radius: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
        z-index: -1
    }

    .more_btn:hover, .more_btn:focus {
        color: var(--white);
        border: 1px solid #2761d8
    }

        .more_btn:hover:before, .more_btn:focus:before {
            bottom: -50px
        }

.submit_blue {
    display: inline-block;
    background: 0 0;
    border: 1px solid #2761d8;
    line-height: 50px;
    width: 165px;
    height: 48px;
    border-radius: 5px;
    color: var(--white);
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    padding: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 2
}

    .submit_blue i {
        padding-left: 10px
    }

    .submit_blue:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #2761d8;
        height: 280px;
        width: 330px;
        border-radius: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -50px;
        -webkit-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
        z-index: -1
    }

    .submit_blue:hover, .submit_blue:focus {
        color: #2761d8
    }

        .submit_blue:hover:before, .submit_blue:focus:before {
            bottom: 100%
        }

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.main_slider_area .rev_slider .tp-revslider-mainul li {
    z-index: 4 !important
}

    .main_slider_area .rev_slider .tp-revslider-mainul li .slotholder {
        position: relative
    }

        .main_slider_area .rev_slider .tp-revslider-mainul li .slotholder:before {
            content: "";
            background: rgba(0,0,0,.55);
            position: absolute;
            left: 0x;
            top: 0;
            z-index: 6;
            width: 100%;
            height: 100%
        }

        .main_slider_area .rev_slider .tp-revslider-mainul li .slotholder .tp-bgimg {
            z-index: 5 !important
        }

    .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text {
        color: rgba(255,255,255,.78);
        font-weight: 300 !important
    }

    .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
        font-weight: 700 !important;
        text-transform: uppercase;
        color: var(--white);
    }

    .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .slider_btn .quote_btn {
        line-height: 54px
    }

        .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .slider_btn .quote_btn i {
            padding-left: 15px
        }

.main_slider_area .rev_slider .ContentZoom-SmallIcon {
    background: #e7e7e9;
    height: 42px;
    width: 42px;
    text-align: center;
    color: #0d0d0d;
    font-size: 15px;
    line-height: 42px;
    -webkit-transition: all 300ms linear !important;
    -o-transition: all 300ms linear !important;
    transition: all 300ms linear !important;
    padding: 0 !important;
    color: #000 !important
}

    .main_slider_area .rev_slider .ContentZoom-SmallIcon i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        font-size: 17px !important
    }

    .main_slider_area .rev_slider .ContentZoom-SmallIcon:hover {
        background: #2761d8;
        color: var(--white) !important;
    }

.feature_slider_area {
    padding-bottom: 20px
}

    .feature_slider_area .feature_row {
        margin-left: -18px;
        margin-right: -18px
    }

@media(max-width:767px) {
    .main_slider_area .rev_slider .ContentZoom-SmallIcon{
        display: none;
    }

    .feature_slider_area .feature_row {
        margin-right: -15px
    }
}

.feature_slider_inner {
    margin-top: -60px;
    z-index: 10
}

    .feature_slider_inner .item {
        padding: 0 18px
    }

    .feature_slider_inner .feature_s_item {
        text-align: center;
        -webkit-box-shadow: 0 0 14px rgba(136,159,229,.2);
        box-shadow: 0 0 14px rgba(136,159,229,.2);
        padding: 20px 28px 30px;
        background: var(--white);
        margin-bottom: 15px;
        min-height: 178px;
    }

        .feature_slider_inner .feature_s_item .social-link {
            height: 47px;
            fill: #cddeff
        }

        .feature_slider_inner .feature_s_item h4 {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 24px;
            color: #2761d8;
            padding: 15px 0 22px
        }

        .feature_slider_inner .feature_s_item p {
            font-size: 15px;
            line-height: 26px;
            color: #434345;
            font-weight: 400
        }

    .feature_slider_inner .owl-nav .owl-prev, .feature_slider_inner .owl-nav .owl-next {
        height: 42px;
        width: 42px;
        background: #f2f5fb;
        font-size: 15px;
        color: #b5c7ed;
        text-align: center;
        line-height: 40px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s
    }

        .feature_slider_inner .owl-nav .owl-prev:hover, .feature_slider_inner .owl-nav .owl-next:hover {
            background: #2761d8;
            color: var(--white);
        }

    .feature_slider_inner .owl-nav .owl-prev {
        left: -60px
    }

@media(max-width:1199px) {
    .feature_slider_inner .owl-nav .owl-prev {
        left: 0
    }
}

@media(max-width:767px) {
    .feature_slider_inner .owl-nav .owl-prev {
        display: none
    }
}

.feature_slider_inner .owl-nav .owl-next {
    right: -60px
}

@media(max-width:1360px) {
    .feature_slider_inner .owl-nav .owl-next {
        right: 0
    }

    .feature_slider_inner .owl-nav .owl-prev {
        left: 0px;
    }
}

@media(max-width:1230px) {
    /* .feature_slider_inner .owl-nav .owl-next {
        right: 10px
    }

    .feature_slider_inner .owl-nav .owl-prev {
        left: 10px;
    }

    .feature_slider_inner .feature_s_item {
        padding: 20px 36px 30px;
    }*/
}

@media(max-width:767px) {
    .feature_slider_inner .owl-nav .owl-next {
        display: none
    }
}

.feature_slider_inner .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -40px
}

@media(max-width:480px) {
    .feature_slider_inner .owl-dots {
        width: 100%;
        text-align: center
    }
}

.feature_slider_inner .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: #dedede;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px
}

    .feature_slider_inner .owl-dots .owl-dot:last-child {
        margin-right: 0
    }

    .feature_slider_inner .owl-dots .owl-dot.active {
        background: #2761d8
    }

.testimonials_area {
    padding: 80px 0
}

.testimonials_inner {
    position: relative
}

@media(max-width:991px) {
    .testimonials_inner {
        padding: 0 30px
    }
}

.testimonials_inner .owl-prev, .testimonials_inner .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    color: #d6d6d6;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

    .testimonials_inner .owl-prev:hover, .testimonials_inner .owl-next:hover {
        color: #2761d8
    }

.testimonials_inner .owl-prev {
    left: 0
}

.testimonials_inner .owl-next {
    right: 0
}

.testimonials_slider {
    max-width: 750px;
    margin: auto
}

    .testimonials_slider .item {
        text-align: center
    }

        .testimonials_slider .item img {
            width: auto;
            max-width: 100%;
            text-align: center;
            display: inline-block
        }

        .testimonials_slider .item p {
            font-size: 18px;
            color: #59595b;
            font-weight: 400;
            line-height: 33px;
            padding: 40px 0 25px
        }

@media(max-width:500px) {
    .testimonials_slider .item p {
        font-size: 15px;
        line-height: 28px
    }
}

.testimonials_slider .item h4 {
    color: #2f2f30;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .45px
}

.client_logo_area {
    background: var(--gray);
}

    .client_logo_area.white_client {
        background: var(--white);
    }

.client_slider .item {
    text-align: center;
    line-height: 170px
}

    .client_slider .item img {
        max-width: 100%;
        width: auto;
        display: inline-block;
        /*-webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;*/
    
    }
/*
        .client_slider .item img:hover {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%)
        }*/

.main_feature_area {
    overflow: hidden;
    background: var(--gray);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:1199px) {
    .main_feature_area {
        display: block
    }
}

.left_feature_content {
    width: calc(50% + 210px);
    float: left;
    overflow: hidden;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: middle
}

@media(max-width:1199px) {
    .left_feature_content {
        width: 100%;
        float: none;
        padding-top: 60px
    }
}

@media(max-width:500px) {
    .left_feature_content {
        padding: 0 15px
    }
}

.left_feature_inner_text {
    max-width: 780px;
    float: right
}

@media(max-width:1199px) {
    .left_feature_inner_text {
        float: none;
        margin: auto
    }
}

.left_feature_inner_text .media {
    width: calc(100%/2);
    float: left;
    overflow: hidden;
    padding-right: 68px;
    margin-top: 0;
    margin-bottom: 76px
}

@media(max-width:767px) {
    .left_feature_inner_text .media {
        padding-right: 50px
    }
}

@media(max-width:600px) {
    .left_feature_inner_text .media {
        padding-right: 0
    }
}

@media(max-width:500px) {
    .left_feature_inner_text .media {
        width: 100%;
        float: none
    }
}

.left_feature_inner_text .media .media-left {
    padding-right: 20px
}

    .left_feature_inner_text .media .media-left .social-link {
        height: 71px;
        width: 71px
    }

@media(max-width:400px) {
    .left_feature_inner_text .media .media-left {
        padding-right: 15px
    }
}

.left_feature_inner_text .media .media-body {
    vertical-align: middle
}

    .left_feature_inner_text .media .media-body h4 {
        font-size: 16px;
        color: #2f2f30;
        font-weight: 700;
        padding-bottom: 10px
    }

    .left_feature_inner_text .media .media-body p {
        font-size: 15px;
        line-height: 26px;
        color: #58585a
    }

.left_feature_inner_text .media:nth-last-child(-n+2) {
    margin-bottom: 0
}

@media(max-width:500px) {
    .left_feature_inner_text .media:nth-last-child(-n+2) {
        margin-bottom: 76px
    }
}

@media(max-width:500px) {
    .left_feature_inner_text .media:last-child {
        margin-bottom: 0
    }
}

.right_feature_image {
    width: calc(50% - 210px);
    float: right;
    overflow: hidden
}

@media(max-width:1199px) {
    .right_feature_image {
        width: 100%;
        float: none;
        margin-top: 50px;
        text-align: center
    }
}

.right_feature_image img {
    width: 100%
}

@media(max-width:1420px) {
    .right_feature_image img {
        width: auto
    }
}

@media(max-width:1199px) {
    .right_feature_image img {
        width: 100%
    }
}

.home_feature_icon {
    padding: 100px 0
}

    .home_feature_icon .left_feature_inner_text {
        margin-bottom: -50px;
        overflow: hidden;
        max-width: none;
        float: none;
        padding-top: 0
    }

        .home_feature_icon .left_feature_inner_text .media {
            padding-right: 0;
            width: 100%;
            margin-bottom: 50px
        }

.left_bullets_area {
    background: var(--gray);
    padding: 100px 0
}

@media(max-width:767px) {
    .left_bullets_area {
        padding: 60px 0
    }
}

.left_bullets_area .analysis_market {
    margin-top: 0
}

    .left_bullets_area .analysis_market ul {
        margin-left: 25px
    }

        .left_bullets_area .analysis_market ul li a {
            position: relative
        }

            .left_bullets_area .analysis_market ul li a i {
                color: #2761d8;
                position: absolute;
                left: -25px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: all 300ms linear 0s;
                -o-transition: all 300ms linear 0s;
                transition: all 300ms linear 0s
            }

        .left_bullets_area .analysis_market ul li:hover a i {
            left: -20px
        }

.open_position_area {
    padding: 100px 0
}

.open_position_inner .section_title {
    padding-bottom: 33px;
    padding-top: 40px
}

    .open_position_inner .section_title h2 {
        font-size: 24px
    }

.open_position_inner .panel-group {
    margin-bottom: 0
}

    .open_position_inner .panel-group .panel-default {
        border-radius: 0;
        border-color: #e5e5e5;
        margin-top: 20px
    }

        .open_position_inner .panel-group .panel-default:first-child {
            margin-top: 0
        }

        .open_position_inner .panel-group .panel-default .panel-heading {
            padding: 0;
            border-color: #e5e5e5
        }

            .open_position_inner .panel-group .panel-default .panel-heading .panel-title a {
                display: block;
                padding: 0 20px;
                font-size: 18px;
                line-height: 50px;
                background: #2761d8;
                color: var(--white);
                font-weight: 700;
                letter-spacing: .36px
            }

                .open_position_inner .panel-group .panel-default .panel-heading .panel-title a i {
                    float: right;
                    line-height: 50px
                }

@media(max-width:400px) {
    .open_position_inner .panel-group .panel-default .panel-heading .panel-title a i {
        line-height: 32px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.open_position_inner .panel-group .panel-default .panel-heading .panel-title a.collapsed {
    background: #fafafa;
    color: #2f2f30
}

@media(max-width:400px) {
    .open_position_inner .panel-group .panel-default .panel-heading .panel-title a {
        line-height: 30px;
        padding: 10px 20px;
        position: relative;
        font-size: 16px
    }
}

.open_position_inner .panel-group .panel-collapse .panel-body {
    padding: 30px 38px 60px 40px;
    background: #fafafa
}

@media(max-width:480px) {
    .open_position_inner .panel-group .panel-collapse .panel-body {
        padding: 30px 20px 60px
    }
}

.open_position_inner .panel-group .panel-collapse .panel-body h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2f2f30;
    padding-bottom: 15px
}

.open_position_inner .panel-group .panel-collapse .panel-body p {
    font-size: 16px;
    line-height: 28px;
    color: #797979;
    letter-spacing: .44px;
    padding-bottom: 10px;
    font-weight: 400
}

    .open_position_inner .panel-group .panel-collapse .panel-body p + p {
        padding-bottom: 0
    }

.open_position_inner .panel-group .panel-collapse .panel-body .submit_blue {
    line-height: 46px;
    margin-top: 40px
}

.error_area {
    position: relative;
    z-index: 2
}

    .error_area:before {
        content: "";
        background: rgba(254,254,254,.5);
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1
    }

    .error_area .error_content_inner {
        text-align: center;
        padding: 140px 0 150px
    }

        .error_area .error_content_inner img {
            max-width: 100%;
            margin-bottom: 40px
        }

        .error_area .error_content_inner h1 {
            color: #2761d8;
            font-size: 150px;
            font-weight: 400
        }

        .error_area .error_content_inner h3 {
            font-size: 36px;
            color: #2f2f30;
            padding: 10px 0 35px
        }

.button_variation {
    background: var(--gray);
    text-align: center;
    padding: 50px 0 35px
}

@media(max-width:767px) {
    .button_variation .col-sm-4 {
        margin-bottom: 20px
    }

        .button_variation .col-sm-4:last-child {
            margin-bottom: 0
        }
}

.our_blog_area {
    padding: 80px 0
}

.our_blog_inner .col-md-4:last-child .our_blog_item {
    margin-bottom: 0
}

.our_blog_item {
    -webkit-box-shadow: 0 0 20px rgba(136,159,229,.25);
    box-shadow: 0 0 20px rgba(136,159,229,.25)
}

@media(max-width:991px) {
    .our_blog_item {
        max-width: 357px;
        margin: 0 auto 30px
    }
}

.our_blog_item .our_blog_img {
    overflow: hidden;
    position: relative
}

    .our_blog_item .our_blog_img img {
        width: 100%;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s
    }

    .our_blog_item .our_blog_img .b_date {
        position: absolute;
        top: 0;
        left: 0;
        padding: 12px 17px;
        background: #2761d8;
        color: var(--white);
        text-align: center
    }

        .our_blog_item .our_blog_img .b_date h6 {
            font-size: 14px;
            font-weight: 700;
            padding-bottom: 3px;
            text-transform: uppercase
        }

        .our_blog_item .our_blog_img .b_date h5 {
            font-size: 27px;
            font-weight: 700;
        }

.our_blog_item .our_blog_content {
    padding: 30px 25px 25px
}

    .our_blog_item .our_blog_content h4 {
        font-size: 16px;
        text-transform: uppercase;
        color: #2f2f30;
        font-weight: 700;
        line-height: 26px;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s
    }

        .our_blog_item .our_blog_content h4:hover {
            color: #2761d8
        }

    .our_blog_item .our_blog_content p {
        font-size: 15px;
        line-height: 26px;
        color: #58585a;
        padding: 13px 0 20px
    }

    .our_blog_item .our_blog_content h6 a {
        color: rgba(92,106,135,.5);
        font-size: 14px;
        font-weight: 400
    }

    .our_blog_item .our_blog_content h6 span {
        color: rgba(92,106,135,.5);
        font-size: 14px;
        font-weight: 400;
        padding: 0 8px
    }

.our_blog_item:hover .our_blog_img img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

.main_blog_area {
    padding: 100px 0
}

.main_blog_items .main_blog_item {
    margin-bottom: 70px
}

    .main_blog_items .main_blog_item:last-child {
        margin-bottom: 0
    }

    .main_blog_items .main_blog_item .main_blog_image {
        overflow: hidden;
        position: relative;
        z-index: 2
    }

        .main_blog_items .main_blog_item .main_blog_image:before {
            content: "";
            background: 0 0;
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            z-index: 1;
            opacity: 0;
            -webkit-transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            transition: all 300ms linear 0s
        }

        .main_blog_items .main_blog_item .main_blog_image img {
            width: 100%;
            -webkit-transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            transition: all 300ms linear 0s
        }

    .main_blog_items .main_blog_item .main_blog_text h2 {
        font-size: 20px;
        font-weight: 700;
        color: #2f2f30;
        text-transform: uppercase;
        letter-spacing: .4px;
        padding-top: 35px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e4e4e4
    }

@media(max-width:480px) {
    .main_blog_items .main_blog_item .main_blog_text h2 {
        padding-top: 30px
    }
}

.main_blog_items .main_blog_item .main_blog_text .blog_author_area {
    padding-top: 10px
}

    .main_blog_items .main_blog_item .main_blog_text .blog_author_area a {
        font-size: 17px;
        color: #b8b8b8;
        margin-right: 25px;
        font-weight: 500
    }

@media(max-width:480px) {
    .main_blog_items .main_blog_item .main_blog_text .blog_author_area a {
        display: block;
        margin-right: 0;
        margin-bottom: 10px
    }

        .main_blog_items .main_blog_item .main_blog_text .blog_author_area a:last-child {
            margin-bottom: 0
        }
}

.main_blog_items .main_blog_item .main_blog_text .blog_author_area a i {
    color: #2761d8;
    padding-right: 10px
}

.main_blog_items .main_blog_item .main_blog_text .blog_author_area a span:hover {
    color: #2761d8
}

.main_blog_items .main_blog_item .main_blog_text .blog_author_area a:last-child {
    margin-right: 0
}

    .main_blog_items .main_blog_item .main_blog_text .blog_author_area a:last-child:hover {
        color: #2761d8
    }

.main_blog_items .main_blog_item .main_blog_text p {
    line-height: 28px;
    color: #797979;
    font-size: 17px;
    letter-spacing: .51px;
    padding: 30px 0 25px
}

.main_blog_items .main_blog_item:hover .main_blog_image:before {
    opacity: 1
}

.main_blog_items .main_blog_item:hover .main_blog_image img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.blog_pagination .pagination {
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 50px
}

    .blog_pagination .pagination li a {
        font-weight: 400;
        font-size: 14px;
        color: #2f2f30;
        border-radius: 0
    }

    .blog_pagination .pagination li:hover a, .blog_pagination .pagination li.active a {
        background: #2761d8;
        border-color: #2761d8;
        color: var(--white);
    }

@media(max-width:991px) {
    .sidebar_area {
        margin-top: 60px
    }
}

.r_widget {
    margin-bottom: 50px
}

    .r_widget:last-child {
        margin-bottom: 0
    }

.r_widget_title {
    padding-bottom: 25px
}

    .r_widget_title h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #2f2f30
    }

.search_widget .input-group input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d3d3d3;
    border-radius: 0;
    height: 52px;
    font-size: 14px;
    color: #909090;
    padding: 0 15px;
}

    .search_widget .input-group input.placeholder {
        font-size: 14px;
        color: #909090;
    }

    .search_widget .input-group input:-moz-placeholder {
        font-size: 14px;
        color: #909090;
    }

    .search_widget .input-group input::-moz-placeholder {
        font-size: 14px;
        color: #909090;
    }

    .search_widget .input-group input::-webkit-input-placeholder {
        font-size: 14px;
        color: #909090;
    }

.search_widget .input-group .input-group-btn .btn-default {
    border-radius: 0;
    width: 48px;
    height: 52px;
    border-color: #2761d8;
    padding: 0;
    background: #2761d8;
    color: var(--white);
    margin-left: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.categories_widget ul {
    margin-top: -5px
}

    .categories_widget ul li a {
        font-size: 14px;
        color: #797979;
        border-bottom: 1px solid #e6e6e6;
        display: block;
        line-height: 42px;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        font-weight: 400
    }

        .categories_widget ul li a i {
            float: right;
            line-height: 42px;
            -webkit-transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            transition: all 300ms linear 0s
        }

    .categories_widget ul li:last-child a {
        border-bottom: 0
    }

    .categories_widget ul li:hover a {
        color: #2761d8
    }

        .categories_widget ul li:hover a i {
            padding-right: 7px
        }

.recent_widget .recent_inner .recent_item {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1
}

    .recent_widget .recent_inner .recent_item h4 {
        font-size: 16px;
        color: #2f2f30;
        line-height: 22px;
        letter-spacing: .34px;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        font-weight: 400
    }

        .recent_widget .recent_inner .recent_item h4:hover {
            color: #2761d8;
            text-decoration: underline
        }

    .recent_widget .recent_inner .recent_item h5 {
        font-size: 14px;
        color: #9a9a9a;
        font-weight: 400;
        padding-top: 15px
    }

    .recent_widget .recent_inner .recent_item:first-child {
        padding-top: 0
    }

    .recent_widget .recent_inner .recent_item:last-child {
        border-bottom: 0
    }

.tage_widget ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px
}

    .tage_widget ul li a {
        display: inline-block;
        border: 1px solid #e4e4e4;
        font-size: 14px;
        line-height: 2.5;
        padding: 0 16px;
        color: #a6a6a6;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s
    }

    .tage_widget ul li:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .tage_widget ul li:nth-child(even) {
        margin-right: 0
    }

    .tage_widget ul li:hover a {
        color: #2761d8;
        border-color: #2761d8;
        background: #2761d8;
        color: var(--white);
    }

.single_blog_details .main_blog_items .main_blog_item {
    margin-bottom: 15px
}

.s_blog_quote {
    background: #f7f7f7;
    padding: 20px 40px 32px 30px
}

@media(max-width:430px) {
    .s_blog_quote {
        padding: 20px 25px 32px 20px
    }
}

.s_blog_quote p {
    padding-left: 72px;
    position: relative;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #8e8d8d;
}

@media(max-width:430px) {
    .s_blog_quote p {
        padding-left: 25px
    }
}

.s_blog_quote p i {
    font-size: 55px;
    color: #2761d8;
    position: absolute;
    left: 0;
    top: -15px
}

@media(max-width:430px) {
    .s_blog_quote p i {
        font-size: 18px;
        top: 0
    }
}

.s_blog_quote a {
    text-align: right;
    display: block;
    font-size: 16px;
    color: #2761d8;
    font-style: italic;
    letter-spacing: .48px
}

.s_main_text {
    padding-top: 38px
}

    .s_main_text p {
        font-size: 15px;
        line-height: 26px;
        color: #8e8d8d;
        letter-spacing: .45px
    }

        .s_main_text p strong {
            font-weight: 700;
            font-style: italic
        }

        .s_main_text p a {
            color: #2761d8;
            text-decoration: underline
        }

.s_comment_list {
    margin-top: 50px
}

    .s_comment_list h3 {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .66px;
        color: #2f2f30;
        padding-bottom: 30px
    }

    .s_comment_list .s_comment_list_inner {
        border: 1px solid #eee
    }

        .s_comment_list .s_comment_list_inner .media {
            padding-top: 25px;
            padding-bottom: 28px;
            padding-left: 25px;
            padding-right: 75px;
            margin-top: 0;
            border-bottom: 1px solid #eee
        }

@media(max-width:480px) {
    .s_comment_list .s_comment_list_inner .media {
        padding-right: 0
    }
}

.s_comment_list .s_comment_list_inner .media .media-left {
    padding-right: 30px
}

@media(max-width:480px) {
    .s_comment_list .s_comment_list_inner .media .media-left {
        padding-right: 15px
    }
}

.s_comment_list .s_comment_list_inner .media .media-body {
    overflow: visible
}

    .s_comment_list .s_comment_list_inner .media .media-body h4 {
        font-size: 15px;
        color: #2f2f30;
        letter-spacing: .45px;
        padding-bottom: 7px
    }

    .s_comment_list .s_comment_list_inner .media .media-body p {
        font-size: 15px;
        letter-spacing: .45px;
        color: #58585a;
        line-height: 26px
    }

    .s_comment_list .s_comment_list_inner .media .media-body .date_rep {
        margin-top: 10px
    }

        .s_comment_list .s_comment_list_inner .media .media-body .date_rep a {
            font-size: 13px;
            letter-spacing: .39px;
            color: #b5b5b5;
            margin-right: 20px;
            position: relative
        }

            .s_comment_list .s_comment_list_inner .media .media-body .date_rep a:before {
                content: "";
                background: #b5b5b5;
                height: 13px;
                width: 1px;
                position: absolute;
                right: -12px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child {
                color: #2761d8
            }

                .s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child:before {
                    display: none
                }

    .s_comment_list .s_comment_list_inner .media .media-body .media {
        background: 0 0;
        padding-left: 0;
        padding-top: 40px;
        padding-right: 0
    }

@media(max-width:480px) {
    .s_comment_list .s_comment_list_inner .media .media-body .media {
        margin-left: -84px
    }
}

.s_comment_list .s_comment_list_inner .media:nth-child(even) {
    background: #fcfcfc
}

.s_comment_list .s_comment_list_inner .media:last-child {
    border-bottom: none
}

.s_comment_area {
    margin-top: 60px
}

    .s_comment_area h3 {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .66px;
        color: #2f2f30;
        padding-bottom: 30px
    }

    .s_comment_area .s_comment_inner {
        background: #fcfcfc;
        border: 1px solid #eee;
        padding: 50px 35px
    }

@media(max-width:480px) {
    .s_comment_area .s_comment_inner {
        padding: 35px 20px
    }
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input {
    background: var(--white);
    border-color: #eee;
    font-size: 14px;
    color: #c4c4c4;
    letter-spacing: .42px
}

    .s_comment_area .s_comment_inner .contact_us_form .form-group input.placeholder {
        font-size: 14px;
        color: #c4c4c4;
        letter-spacing: .42px
    }

    .s_comment_area .s_comment_inner .contact_us_form .form-group input:-moz-placeholder {
        font-size: 14px;
        color: #c4c4c4;
        letter-spacing: .42px
    }

    .s_comment_area .s_comment_inner .contact_us_form .form-group input::-moz-placeholder {
        font-size: 14px;
        color: #c4c4c4;
        letter-spacing: .42px
    }

    .s_comment_area .s_comment_inner .contact_us_form .form-group input::-webkit-input-placeholder {
        font-size: 14px;
        color: #c4c4c4;
        letter-spacing: .42px
    }

    .s_comment_area .s_comment_inner .contact_us_form .form-group input:focus {
        border-color: #2761d8
    }

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea {
    background: var(--white);
    border-color: #eee;
    font-size: 14px;
    color: #c4c4c4;
    letter-spacing: .42px
}

    .s_comment_area .s_comment_inner .contact_us_form .form-group textarea.placeholder {
        font-size: 14px;
        color: #c4c4c4;
        letter-spacing: .42px
    }

    .s_comment_area .s_comment_inner .contact_us_form .form-group textarea:-moz-placeholder {
        font-size: 14px;
        color: #c4c4c4;
        letter-spacing: .42px
    }

    .s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-moz-placeholder {
        font-size: 14px;
        color: #c4c4c4;
        letter-spacing: .42px
    }

    .s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-webkit-input-placeholder {
        font-size: 14px;
        color: #c4c4c4;
        letter-spacing: .42px
    }

    .s_comment_area .s_comment_inner .contact_us_form .form-group textarea:focus {
        border-color: #2761d8
    }

.s_comment_area .s_comment_inner .contact_us_form .form-group:last-child {
    margin-top: 10px
}

.get_quote_area {
    background: #2761d8;
    padding: 30px 0
}

@media(max-width:991px) {
    .get_quote_area .pull-left {
        float: none !important;
        text-align: center;
        margin-bottom: 30px
    }
}

.get_quote_area .pull-left h4 {
    color: var(--white);
    font-size: 24px;
    font-weight: 400;
    padding-top: 22px
}

@media(max-width:991px) {
    .get_quote_area .pull-left h4 {
        padding-top: 0;
        line-height: 32px
    }
}

.get_quote_area .pull-right {
    margin-bottom: -6px
}

@media(max-width:991px) {
    .get_quote_area .pull-right {
        float: none !important;
        text-align: center
    }
}

.question_contact_area {
    background: var(--gray);
    padding: 30px 0
}

@media(max-width:991px) {
    .question_contact_area .pull-left {
        float: none !important;
        text-align: center
    }
}

.question_contact_area .pull-left h4 {
    font-size: 24px;
    color: #2f2f30;
    font-weight: 700;
    padding-top: 16px
}

@media(max-width:991px) {
    .question_contact_area .pull-right {
        float: none !important;
        text-align: center;
        margin-top: 20px
    }
}

.question_contact_area .pull-right a {
    position: relative;
    top: 4px
}

.tracking_search_area {
    padding: 100px 0
}

    .tracking_search_area .tracking_search_inner {
        max-width: 600px;
        margin: auto
    }

        .tracking_search_area .tracking_search_inner .single_title {
            padding-bottom: 6px
        }

        .tracking_search_area .tracking_search_inner h5 {
            font-size: 15px;
            color: #58585a;
            opacity: .5;
            padding-bottom: 30px
        }

        .tracking_search_area .tracking_search_inner .input-group input {
            height: 50px;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            font-size: 14px;
            color: #58585a;
            font-weight: 400;
            letter-spacing: .45px;
            padding: 0 15px
        }

            .tracking_search_area .tracking_search_inner .input-group input.placeholder {
                font-size: 14px;
                color: #58585a;
                font-weight: 400;
                letter-spacing: .45px
            }

            .tracking_search_area .tracking_search_inner .input-group input:-moz-placeholder {
                font-size: 14px;
                color: #58585a;
                font-weight: 400;
                letter-spacing: .45px
            }

            .tracking_search_area .tracking_search_inner .input-group input::-moz-placeholder {
                font-size: 14px;
                color: #58585a;
                font-weight: 400;
                letter-spacing: .45px
            }

            .tracking_search_area .tracking_search_inner .input-group input::-webkit-input-placeholder {
                font-size: 14px;
                color: #58585a;
                font-weight: 400;
                letter-spacing: .45px
            }

        .tracking_search_area .tracking_search_inner .input-group .input-group-btn .btn-default {
            border: none;
            height: 50px;
            padding: 0;
            width: 150px;
            background: #2761d8;
            color: var(--white);
            border-radius: 0;
            outline: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            font-size: 16px;
            letter-spacing: .45px
        }

@media(max-width:480px) {
    .tracking_search_area .tracking_search_inner .input-group .input-group-btn .btn-default {
        width: 110px
    }
}

.tracking_search_area .tracking_search_inner .input-group .input-group-btn .btn-default i {
    padding-right: 10px
}

@media(max-width:480px) {
    .tracking_search_area .tracking_search_inner .input-group .input-group-btn .btn-default i {
        padding-right: 5px
    }
}

.tracking_search_area .tracking_search_inner ul {
    margin-top: 20px
}

    .tracking_search_area .tracking_search_inner ul li {
        display: inline-block;
        margin-right: 15px
    }

        .tracking_search_area .tracking_search_inner ul li a {
            font-size: 16px;
            color: #2761d8
        }

.timeline_tracking_inner {
    padding-bottom: 100px
}

    .timeline_tracking_inner .single_title {
        padding-bottom: 15px
    }

    .timeline_tracking_inner .timeline_tracking_box {
        border: 1px solid #ecf0f1;
        border-radius: 5px
    }

        .timeline_tracking_inner .timeline_tracking_box .tracking_head {
            text-align: center;
            background: #f9f9f9
        }

            .timeline_tracking_inner .timeline_tracking_box .tracking_head h4 {
                font-size: 16px;
                font-weight: 400;
                letter-spacing: .45px;
                line-height: 70px
            }

        .timeline_tracking_inner .timeline_tracking_box .tracking_country {
            padding: 25px 15px;
            border-bottom: 1px solid #ecf0f1;
            margin-bottom: 40px
        }

            .timeline_tracking_inner .timeline_tracking_box .tracking_country .media .media-left {
                padding-right: 20px;
                vertical-align: middle
            }

            .timeline_tracking_inner .timeline_tracking_box .tracking_country .media .media-body {
                vertical-align: middle
            }

                .timeline_tracking_inner .timeline_tracking_box .tracking_country .media .media-body h4 {
                    font-size: 24px;
                    color: #2f2f30;
                    letter-spacing: .6px
                }

                .timeline_tracking_inner .timeline_tracking_box .tracking_country .media .media-body a {
                    color: #58585a;
                    font-size: 14px;
                    color: #2761d8
                }

        .timeline_tracking_inner .timeline_tracking_box .tracking_in {
            text-align: center;
            background: #2761d8;
            color: var(--white);
        }

            .timeline_tracking_inner .timeline_tracking_box .tracking_in h4 {
                font-size: 18px;
                text-transform: uppercase;
                line-height: 70px
            }

            .timeline_tracking_inner .timeline_tracking_box .tracking_in.tag-delivered {
                background-color: #4cbb87
            }

        .timeline_tracking_inner .timeline_tracking_box .tracking_list {
            margin-left: 40px
        }

@media(max-width:420px) {
    .timeline_tracking_inner .timeline_tracking_box .tracking_list {
        margin-left: 5px
    }
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul {
    position: relative;
    padding: 20px 0
}

    .timeline_tracking_inner .timeline_tracking_box .tracking_list ul:before {
        position: absolute;
        display: block;
        width: 1px;
        top: 0;
        left: 126px;
        bottom: 0;
        content: "";
        background-color: #ddd;
        z-index: 1
    }

@media(max-width:420px) {
    .timeline_tracking_inner .timeline_tracking_box .tracking_list ul:before {
        left: 105px
    }
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li {
    padding: 20px 0;
    position: relative
}

    .timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__time {
        float: left;
        text-align: right
    }

        .timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__time strong {
            color: #2f2f30;
            font-size: 16px;
            letter-spacing: .45px
        }

@media(max-width:420px) {
    .timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__time strong {
        font-size: 14px
    }
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__time .hint {
    font-size: 14px;
    color: #58585a;
    opacity: .5;
    letter-spacing: .28px
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__icon {
    position: absolute;
    left: 109px;
    top: 15px;
    width: 36px;
    height: 36px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-radius: 18px;
    z-index: 10
}

@media(max-width:420px) {
    .timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__icon {
        left: 88px
    }
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__icon.intransit:before {
    content: "";
    display: block;
    background-color: #ddd;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 12px;
    left: 11px;
    top: 11px;
    z-index: 9
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__icon.delivered {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4IDEyOCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzRDQkI4Nzt9IC5zdDF7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnIGlkPSJEZWxpdmVkIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIj48cGF0aCBpZD0iT3ZhbC03LUNvcHktMiIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgY2xhc3M9InN0MCIgZD0iTTY0IDEyOGMzNS4zIDAgNjQtMjguNyA2NC02NHMtMjguNy02NC02NC02NC02NCAyOC43LTY0IDY0IDI4LjcgNjQgNjQgNjR6Ii8+PHBhdGggaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBjbGFzcz0ic3QxIiBkPSJNODIuNSA1My4ybC0zLjQtMy40Yy0uNS0uNS0xLS43LTEuNy0uN3MtMS4yLjItMS43LjdsLTE2LjIgMTYuNS03LjMtNy40Yy0uNS0uNS0xLS43LTEuNy0uN3MtMS4yLjItMS43LjdsLTMuNCAzLjRjLS41LjUtLjcgMS0uNyAxLjdzLjIgMS4yLjcgMS43bDkgOS4xIDMuNCAzLjRjLjUuNSAxIC43IDEuNy43czEuMi0uMiAxLjctLjdsMy40LTMuNCAxNy45LTE4LjJjLjUtLjUuNy0xIC43LTEuN3MtLjItMS4yLS43LTEuN3oiLz48L2c+PC9zdmc+);
    background-color: #4cbb87;
    border: 0
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__icon.outfordelivery {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4IDEyOCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0Y1QTU1MTt9IC5zdDF7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnIGlkPSJvdXQtZm9yLWRlbGl2ZXJ5IiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIj48ZWxsaXBzZSBpZD0iT3ZhbC03LUNvcHkiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIGNsYXNzPSJzdDAiIGN4PSI2NCIgY3k9IjY0IiByeD0iNjQiIHJ5PSI2NCIvPjxwYXRoIGlkPSJTaGFwZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgY2xhc3M9InN0MSIgZD0iTTQxIDUwYy0yLjUtLjgtMi41LTIuNCAwLTNsMTktMTBjMi4zLTEuMyA1LjctMS4zIDggMGwxOSAxMGMyLjUuOCAyLjUgMi40IDAgM2wtMTkgMTBjLTIuMyAxLjMtNS43IDEuMy04IDBsLTE5LTEwem0yNCAyMGMwLTIuNSAxLjctNS4zIDQtNmwyMC0xMWMyLjMtLjcgNCAuNCA0IDN2MTljMCAyLjctMS43IDUuNS00IDdsLTIwIDEwYy0yLjMuNy00LS40LTQtM3YtMTl6bS0yOCAxMWMtMi4zLS43LTQtMy40LTQtNnYtMTljMC0yLjUgMS43LTMuNiA0LTNsMjAgMTBjMi4zIDEuNiA0IDQuMiA0IDd2MTljMCAyLjUtMS43IDMuNi00IDNsLTIwLTExeiIvPjwvZz48L3N2Zz4=);
    background-color: #f5a551;
    border: 0
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__content {
    margin-left: 160px
}

@media(max-width:420px) {
    .timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__content {
        margin-left: 132px
    }
}

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__content strong {
    color: #2f2f30;
    font-size: 16px;
    letter-spacing: .45px
}

    .timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__content strong .checkpoint__courier-name {
        margin-left: 5px;
        padding: 4px;
        background-color: #ecf0f1;
        border-radius: 3px;
        color: #95a5a6;
        font-weight: 400;
        font-size: 14px
    }

.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li .checkpoint__content .hint {
    font-size: 14px;
    color: #58585a;
    opacity: .5;
    letter-spacing: .28px
}

.scheduled_area {
    width: 600px;
    margin: 0 auto 40px
}

@media(max-width:640px) {
    .scheduled_area {
        width: 100%
    }
}

.scheduled_area ul {
    position: relative;
    padding: 35px 0
}

    .scheduled_area ul:before {
        background: #ddd;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 50%;
        content: ""
    }

    .scheduled_area ul li {
        position: absolute;
        left: 0;
        bottom: 0
    }

        .scheduled_area ul li .schedul_box {
            width: 89px;
            text-align: center;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px
        }

        .scheduled_area ul li:nth-child(2) {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 0
        }

            .scheduled_area ul li:nth-child(2) .s_icon {
                bottom: auto;
                top: -29px
            }

        .scheduled_area ul li:last-child {
            right: 0;
            bottom: 0;
            left: auto;
            top: auto
        }

            .scheduled_area ul li:last-child .s_icon {
                bottom: auto;
                top: -29px
            }

        .scheduled_area ul li .s_icon {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            top: -29px;
            width: 20px;
            height: 20px;
            line-height: 28px;
            font-size: 14px;
            text-align: center;
            background-color: var(--white);
            border: 1px solid #ddd;
            border-radius: 18px;
            z-index: 10;
            -webkit-transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            transition: all 300ms linear 0s
        }

            .scheduled_area ul li .s_icon:before {
                content: "";
                display: block;
                background-color: #ddd;
                width: 8px;
                height: 8px;
                position: absolute;
                border-radius: 12px;
                left: 5px;
                top: 5px;
                z-index: 9;
                -webkit-transition: all 300ms linear 0s;
                -o-transition: all 300ms linear 0s;
                transition: all 300ms linear 0s
            }

            .scheduled_area ul li .s_icon.active {
                background-color: #4cbb87;
                border-color: #4cbb87
            }

                .scheduled_area ul li .s_icon.active:before {
                    background-color: var(--white);
                }

        .scheduled_area ul li:hover .s_icon {
            border-color: #2761d8
        }

            .scheduled_area ul li:hover .s_icon:before {
                background: #2761d8
            }

            .scheduled_area ul li:hover .s_icon.active {
                background-color: #4cbb87;
                border-color: #4cbb87
            }

                .scheduled_area ul li:hover .s_icon.active:before {
                    background-color: var(--white);
                }

.contact_details_area {
    padding-top: 100px
}

@media(max-width:767px) {
    .contact_details_area {
        padding-top: 65px
    }
}

.contact_details_area .contact_title {
    padding-left: 12px;
    color: #2f2f30;
    font-size: 24px;
    padding-bottom: 10px
}

@media(max-width:991px) {
    .contact_details_area .col-xs-6:last-child {
        margin-top: 30px
    }
}

@media(max-width:560px) {
    .contact_details_area .col-xs-6 {
        margin-top: 0;
        width: 100%
    }
}

.contact_details_area .media {
    color: #2761d8;
    padding: 8px 0
}

    .contact_details_area .media .media-left {
        padding-right: 15px
    }

        .contact_details_area .media .media-left i {
            height: 40px;
            width: 40px;
            border-radius: 50%;
            text-align: center;
            font-size: 20px;
            line-height: 38px
        }

    .contact_details_area .media .media-body {
        vertical-align: middle
    }

        .contact_details_area .media .media-body p {
            font-size: 16px;
            color: #59595b
        }

@media(max-width:991px) {
    .contact_details_area .media .media-body p {
        font-size: 14px
    }
}

.contact_details_area .media .media-body a {
    display: block;
    font-size: 16px;
    color: #58585a
}

.google-map {
    min-height: 600px
}

    .google-map.negative-margin {
        margin-top: -200px
    }

.contact_form_area {
    position: relative;
    min-height: 460px
}

@media(max-width:991px) {
    .contact_form_area {
        min-height: 550px
    }
}

.contact_form_area .main_title {
    margin-top: 60px
}

.contact_form_inner {
    max-width: 900px;
    margin: auto;
    position: relative;
    background: var(--white);
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 5px;
    z-index: 15
}

    .contact_form_inner .c_inner_title {
        text-align: center;
        padding-bottom: 30px;
        color: #2f2f30;
    }

@media(max-width:991px) {
    .contact_us_form {
        margin-bottom: 50px
    }
}

.contact_us_form .form-group input {
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    color: #58585a;
    font-weight: 400;
    letter-spacing: .45px;
    padding: 0 15px
}

    .contact_us_form .form-group input.placeholder {
        font-size: 14px;
        color: #58585a;
        font-weight: 400;
        letter-spacing: .45px
    }

    .contact_us_form .form-group input:-moz-placeholder {
        font-size: 14px;
        color: #58585a;
        font-weight: 400;
        letter-spacing: .45px
    }

    .contact_us_form .form-group input::-moz-placeholder {
        font-size: 14px;
        color: #58585a;
        font-weight: 400;
        letter-spacing: .45px
    }

    .contact_us_form .form-group input::-webkit-input-placeholder {
        font-size: 14px;
        color: #58585a;
        font-weight: 400;
        letter-spacing: .45px
    }

.contact_us_form .form-group textarea {
    height: 120px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    color: #58585a;
    font-weight: 400;
    letter-spacing: .45px;
    padding: 15px;
    resize: none
}

    .contact_us_form .form-group textarea.placeholder {
        font-size: 14px;
        color: #58585a;
        font-weight: 400;
        letter-spacing: .45px
    }

    .contact_us_form .form-group textarea:-moz-placeholder {
        font-size: 14px;
        color: #58585a;
        font-weight: 400;
        letter-spacing: .45px
    }

    .contact_us_form .form-group textarea::-moz-placeholder {
        font-size: 14px;
        color: #58585a;
        font-weight: 400;
        letter-spacing: .45px
    }

    .contact_us_form .form-group textarea::-webkit-input-placeholder {
        font-size: 14px;
        color: #58585a;
        font-weight: 400;
        letter-spacing: .45px
    }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #ff6a68
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #ff6a68;
    -webkit-box-shadow: none;
    box-shadow: none
}

.text-danger {
    color: #ff6a68
}

.alert-success {
    background-color: #2ecc71;
    border-color: #2db366;
    color: var(--white);
}

.alert-danger {
    background-color: var(--white);
    border-color: #efd0d5;
    color: #a94442
}

.request_quote_form .form-group input {
    height: 40px
}

.contact_form_area2 {
    padding: 100px 0
}

    .contact_form_area2 .contact_us_form .form-group:last-child {
        margin-bottom: 0
    }

    .contact_form_area2 .contact_details_inner {
        background: #2761d8;
        min-height: 313px;
        padding: 40px
    }

@media(max-width:500px) {
    .contact_form_area2 .contact_details_inner {
        padding: 55px 15px
    }
}

.contact_form_area2 .contact_details_inner .media {
    margin-top: 25px
}

    .contact_form_area2 .contact_details_inner .media:first-child {
        margin-top: 0
    }

    .contact_form_area2 .contact_details_inner .media .media-left {
        padding-right: 20px;
        color: var(--white);
        font-size: 20px
    }

        .contact_form_area2 .contact_details_inner .media .media-left i {
            height: 40px;
            width: 40px;
            border: 1px solid var(--white);
            border-radius: 50%;
            text-align: center;
            font-size: 20px;
            line-height: 38px
        }

    .contact_form_area2 .contact_details_inner .media .media-body p {
        color: var(--white);
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .48px
    }

    .contact_form_area2 .contact_details_inner .media .media-body a {
        display: block;
        color: var(--white);
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .48px
    }

.gm-style &gt; div:first-child &gt; div:nth-child(4) &gt; div:nth-child(4) &gt; div &gt; div:first-child &gt; div {
    display: none !important
}

.gm-style-iw + div {
    right: -122px !important
}

.gm-style .gm-style-iw {
    width: 314px !important;
    height: auto !important;
    top: 5px !important;
    left: 0 !important;
    right: 0 !important;
    overflow: visible !important;
    background-color: #2761d8;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 17px 25px 0;
    color: var(--white);
    line-height: 22px;
    -webkit-transform: translateX(calc(50% - 28px));
    -ms-transform: translateX(calc(50% - 28px));
    transform: translateX(calc(50% - 28px))
}

@media(max-width:639px) {
    .gm-style .gm-style-iw {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 260px !important
    }
}

.gm-style .gm-style-iw:before {
    content: '';
    position: absolute;
    display: block !important;
    width: 100%;
    height: 17px;
    background: #2761d8;
    z-index: 10000 !important;
    left: 0;
    top: 100%
}

.gm-style .gm-style-iw:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid #2761d8;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    top: calc(100% + 17px);
    left: 14px
}

@media(max-width:639px) {
    .gm-style .gm-style-iw:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media(max-width:991px) {
    .price_faq_area .col-md-6:first-child .faq_question_list {
        margin-bottom: 40px
    }
}

.faq_question_list {
    padding-right: 20px
}

    .faq_question_list .faq_item {
        margin-bottom: 40px
    }

        .faq_question_list .faq_item h4 {
            font-size: 18px;
            color: #58585a;
            padding-bottom: 15px
        }

        .faq_question_list .faq_item p {
            font-size: 14px;
            color: #58585a;
            line-height: 26px;
            font-weight: 400
        }

        .faq_question_list .faq_item:last-child {
            margin-bottom: 0
        }

.modal.modal-message .modal-dialog {
    margin: 130px auto 0
}

    .modal.modal-message .modal-dialog .modal-content {
        text-align: center
    }

        .modal.modal-message .modal-dialog .modal-content .modal-header {
            border: none
        }

            .modal.modal-message .modal-dialog .modal-content .modal-header h2 {
                color: #2761d8;
                font-weight: 700;
                font-size: 50px;
                letter-spacing: 2px;
                padding-top: 90px
            }

            .modal.modal-message .modal-dialog .modal-content .modal-header p {
                font-size: 18px;
                color: #58585a;
                letter-spacing: .34px;
                padding-top: 10px;
                padding-bottom: 100px
            }

#jvectormap {
    position: relative;
    height: 320px;
    width: 100%
}

.jvectormap-container {
    background: var(--gray) !important;
    min-height: 320px
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #cdcdcd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: var(--white);
    font-family: sans-serif,Verdana;
    font-size: smaller;
    padding: 3px
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: var(--white);
    width: 15px;
    height: 15px;
    cursor: pointer;
    line-height: 10px;
    text-align: center
}

.jvectormap-zoomin {
    top: 10px
}

.jvectormap-zoomout {
    top: 30px
}

.about_area {
    background: var(--gray);
    padding: 100px 0
}

    .about_area.carrer_area .about_left_text .single_title {
        padding-bottom: 30px
    }

    .about_area.carrer_area .about_left_text p {
        padding-bottom: 16px
    }

@media(max-width:991px) {
    .about_left_text {
        margin-bottom: 40px
    }
}

.about_left_text p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #59595b;
    padding-bottom: 30px
}

.carrer_image img {
    max-width: 100%
}

.single_title {
    font-size: 30px;
    font-weight: 700;
    color: #59595b;
    text-transform: uppercase;
    padding-bottom: 48px
}

@media(max-width:400px) {
    .single_title {
        font-size: 20px
    }
}

.req_contact_form .form-group {
    margin-bottom: 22px
}

    .req_contact_form .form-group input {
        height: 47px;
        background: var(--white);
        border: 1px solid var(--white);
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 14px;
        color: #58585a;
        padding: 0 15px;
        font-weight: 400
    }

        .req_contact_form .form-group input.placeholder {
            font-size: 14px;
            color: #58585a;
            font-weight: 400
        }

        .req_contact_form .form-group input:-moz-placeholder {
            font-size: 14px;
            color: #58585a;
            font-weight: 400
        }

        .req_contact_form .form-group input::-moz-placeholder {
            font-size: 14px;
            color: #58585a;
            font-weight: 400
        }

        .req_contact_form .form-group input::-webkit-input-placeholder {
            font-size: 14px;
            color: #58585a;
            font-weight: 400
        }

        .req_contact_form .form-group input:focus {
            border-color: #2761d8
        }

    .req_contact_form .form-group textarea {
        height: 95px;
        background: var(--white);
        border: 1px solid var(--white);
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        resize: none;
        font-size: 14px;
        color: #58585a;
        padding: 12px 15px;
        font-weight: 400
    }

        .req_contact_form .form-group textarea.placeholder {
            font-size: 14px;
            color: #58585a;
            font-weight: 400
        }

        .req_contact_form .form-group textarea:-moz-placeholder {
            font-size: 14px;
            color: #58585a;
            font-weight: 400
        }

        .req_contact_form .form-group textarea::-moz-placeholder {
            font-size: 14px;
            color: #58585a;
            font-weight: 400
        }

        .req_contact_form .form-group textarea::-webkit-input-placeholder {
            font-size: 14px;
            color: #58585a;
            font-weight: 400
        }

        .req_contact_form .form-group textarea:focus {
            border-color: #2761d8
        }

    .req_contact_form .form-group:last-child {
        margin-bottom: 0
    }

.our_about_image {
    overflow: hidden
}

    .our_about_image img {
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        overflow: hidden;
        width: 100%
    }

        .our_about_image img:hover {
            -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
            transform: scale(1.02)
        }

@media(max-width:991px) {
    .our_about_image img {
        width: 100%
    }
}

.our_about_area {
    padding: 100px 0
}

    .our_about_area.about_s_details {
        background: var(--gray);
    }

@media(max-width:1199px) {
    .our_about_area.about_s_details .our_about_left_content {
        padding-top: 0
    }
}

@media(max-width:991px) {
    .our_about_area.about_s_details .our_about_left_content {
        padding-top: 30px
    }
}

@media(max-width:1199px) {
    .our_about_left_content {
        padding-top: 40px
    }
}

.our_about_left_content .single_title {
    padding-bottom: 36px
}

@media(max-width:1199px) {
    .our_about_left_content .single_title {
        padding-bottom: 12px
    }
}

.our_about_left_content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #59595b;
    padding-bottom: 19px
}

    .our_about_left_content p:last-child {
        padding-bottom: 0
    }

@media(max-width:1199px) {
    .our_about_left_content p {
        padding-bottom: 8px
    }
}

.global_text_area {
    background: var(--gray);
    padding: 100px 0
}

@media(max-width:991px) {
    .global_text_area .col-md-6:last-child {
        margin-top: 40px
    }
}

.global_text_item .single_title {
    padding-bottom: 36px
}

.global_text_item p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #59595b
}

.why_choose_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:991px) {
    .why_choose_area {
        display: block;
        overflow: hidden;
        clear: both
    }
}

.why_choose_area .why_choose_image {
    width: calc(50% - 200px);
    float: left;
    overflow: hidden
}

@media(max-width:991px) {
    .why_choose_area .why_choose_image {
        width: 100%;
        float: none
    }
}

.why_choose_area .why_choose_image img {
    width: 100%
}

@media(max-width:1199px) {
    .why_choose_area .why_choose_image img {
        margin-left: -250px
    }
}

@media(max-width:991px) {
    .why_choose_area .why_choose_image img {
        margin-left: 0;
        width: 100%
    }
}

.why_choose_area .why_choose_feature {
    width: calc(50% + 200px);
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media(max-width:991px) {
    .why_choose_area .why_choose_feature {
        width: 100%;
        padding: 40px 0 60px
    }
}

.why_choose_area .why_choose_feature .why_choose_content {
    max-width: 745px;
    margin-left: 30px
}

    .why_choose_area .why_choose_feature .why_choose_content .single_title {
        padding-bottom: 36px
    }

    .why_choose_area .why_choose_feature .why_choose_content h6 {
        font-size: 22px;
        letter-spacing: .44px;
        color: #2f2f30;
        padding-bottom: 30px;
        line-height: 30px
    }

    .why_choose_area .why_choose_feature .why_choose_content p {
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        color: #59595b;
        padding-bottom: 20px
    }

        .why_choose_area .why_choose_feature .why_choose_content p:last-child {
            padding-bottom: 0
        }

.gallery_area {
    padding: 100px 0
}

@media(max-width:991px) {
    .gallery_area .right_faq_area {
        padding-top: 0
    }
}

.gallery_area .left_gallery_area {
    overflow: hidden;
    clear: both
}

    .gallery_area .left_gallery_area .l_gallery_inner .l_gallery_item {
        width: calc(100%/3);
        float: left;
        overflow: hidden
    }

@media(max-width:480px) {
    .gallery_area .left_gallery_area .l_gallery_inner .l_gallery_item {
        width: calc(100%/2)
    }
}

.gallery_area .left_gallery_area .l_gallery_inner .l_gallery_item img {
    width: 100%;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.gallery_area .left_gallery_area .l_gallery_inner .l_gallery_item:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.right_faq_area {
    overflow: hidden;
    clear: both
}

@media(max-width:991px) {
    .right_faq_area {
        padding-top: 40px
    }
}

.right_faq_area .panel-group .panel-default {
    margin-top: 0;
    border-radius: 0;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f2f5f8
}

    .right_faq_area .panel-group .panel-default .panel-heading {
        padding: 0;
        background: 0 0;
        border: none;
        border-radius: 0
    }

        .right_faq_area .panel-group .panel-default .panel-heading .panel-title a {
            display: block;
            line-height: 48px;
            font-size: 15px;
            font-weight: 700;
            color: #58585a
        }

@media(max-width:480px) {
    .right_faq_area .panel-group .panel-default .panel-heading .panel-title a {
        line-height: 25px;
        padding: 12px 0
    }
}

.right_faq_area .panel-group .panel-default .panel-collapse .panel-body {
    border: none;
    padding: 0;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    color: #58585a;
    padding-bottom: 8px
}

.right_faq_area .panel-group .panel-default:first-child {
    margin-top: -12px
}

.banner_area {
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 3
}

@media(max-width:480px) {
    .banner_area {
        padding: 70px 0
    }
}

.banner_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media(max-width:480px) {
    .banner_area .pull-left {
        float: none !important;
        text-align: center
    }
}

.banner_area .pull-left h3 {
    font-size: 45px;
    font-weight: 700;
    color: var(--white);
}

@media(max-width:480px) {
    .banner_area .pull-left h3 {
        font-size: 38px
    }
}

.banner_area .pull-right {
    margin-top: 12px
}

@media(max-width:480px) {
    .banner_area .pull-right {
        float: none !important;
        text-align: center
    }
}

.banner_area .pull-right a {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
    margin-right: 25px;
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

    .banner_area .pull-right a:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        left: -17px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: var(--white);
    }

    .banner_area .pull-right a:first-child:before {
        display: none
    }

    .banner_area .pull-right a:last-child {
        margin-right: 0
    }

    .banner_area .pull-right a:hover {
        color: #2761d8
    }

.our_team_area {
    background: var(--gray);
    padding: 100px 0
}

.our_team_slider .team {
    text-align: center
}

    .our_team_slider .team .team_img {
        position: relative;
        z-index: 3
    }

        .our_team_slider .team .team_img:before {
            background: rgba(39,97,216,.6);
            width: 100%;
            height: 100%;
            content: '';
            top: 0;
            left: 0;
            bottom: 0;
            position: absolute;
            -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all .6s ease 0s;
            -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;
            z-index: 1
        }

        .our_team_slider .team .team_img:after {
            width: 100%;
            height: 100%;
            content: '';
            top: 0;
            left: 0;
            bottom: 0;
            position: absolute;
            background: rgba(39,97,216,.6);
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transition: all .6s ease 0s;
            -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;
            z-index: 1
        }

        .our_team_slider .team .team_img .img {
            overflow: hidden
        }

            .our_team_slider .team .team_img .img img {
                width: 100%;
                -webkit-transition: all 300ms linear 0s;
                -o-transition: all 300ms linear 0s;
                transition: all 300ms linear 0s
            }

    .our_team_slider .team h2 {
        font-size: 20px;
        font-weight: 700;
        color: #2f2f30;
        text-transform: uppercase;
        padding: 20px 0 3px
    }

    .our_team_slider .team p {
        font-weight: 400;
        color: #58585a;
        font-size: 14px
    }

    .our_team_slider .team:hover h2 {
        color: #2761d8
    }

.service_area {
    padding: 100px 0
}

.left_s_list {
    margin-bottom: 50px
}

@media(max-width:991px) {
    .left_s_list {
        margin-bottom: 50px
    }
}

.left_s_list .single_title {
    padding-bottom: 20px
}

.left_s_list p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #59595b
}

.left_s_list .nav.nav-tabs {
    border: none
}

    .left_s_list .nav.nav-tabs li {
        float: none;
        display: block;
        margin-bottom: 5px
    }

        .left_s_list .nav.nav-tabs li a {
            display: block;
            border: none;
            padding: 0;
            line-height: 55px;
            font-size: 15px;
            background: var(--gray);
            padding: 0 20px;
            border-radius: 0;
            color: #2f2f30;
            letter-spacing: .45px;
            cursor: pointer;
            -webkit-transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            transition: all 300ms linear 0s
        }

        .left_s_list .nav.nav-tabs li:hover a, .left_s_list .nav.nav-tabs li.active a {
            background: #2761d8;
            color: var(--white);
        }

.s_list {
    padding-left: 25px;
    margin-top: 20px
}

    .s_list li a {
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        color: #59595b;
        position: relative
    }

        .s_list li a i {
            color: #2761d8;
            position: absolute;
            left: -25px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            transition: all 300ms linear 0s
        }

    .s_list li:hover a {
        color: #2761d8
    }

        .s_list li:hover a i {
            left: -20px
        }

.image_s_list {
    margin-bottom: 40px
}

@media(max-width:991px) {
    .image_s_list {
        max-width: 400px;
        margin: 0 auto 30px
    }
}

.image_s_list.shortcode_list {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 30px
}

.image_s_list img {
    width: 100%
}

.image_s_list .single_title {
    padding-bottom: 15px;
    font-size: 24px;
    padding-top: 30px
}

.image_s_list .more_btn {
    line-height: 40px;
    padding: 0 19px;
    margin-top: 20px
}

.image_s_list.shortcode_list .single_title {
    padding-top: 0
}

.download_btn {
    margin-top: 30px
}

    .download_btn a {
        display: block;
        background: #373540;
        padding: 13px 18px;
        font-size: 16px;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 15px
    }

        .download_btn a i {
            float: right;
            line-height: 25px;
            font-size: 25px;
            color: #2761d8
        }

        .download_btn a + a {
            margin-bottom: 0
        }

.service_details_area {
    padding: 100px 0
}

.service_details_inner .service_d_image_text img {
    width: 100%
}

.service_details_inner .service_d_image_text h3 {
    text-transform: uppercase;
    color: #2f2f30;
    font-size: 24px;
    padding: 50px 0 30px
}

@media(max-width:480px) {
    .service_details_inner .service_d_image_text h3 {
        padding-top: 30px
    }
}

.service_details_inner .service_d_image_text p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #59595b;
    padding-bottom: 30px
}

    .service_details_inner .service_d_image_text p:last-child {
        padding-bottom: 0
    }

.analysis_market {
    margin-top: 40px
}

@media(max-width:991px) {
    .analysis_market .analysis_text {
        margin-top: 40px
    }
}

.analysis_market .analysis_text h3 {
    text-transform: uppercase;
    color: #2f2f30;
    font-size: 24px;
    padding: 0 0 15px
}

.analysis_market .analysis_text p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #59595b
}

.analysis_market .analysis_text ul {
    margin-top: 15px
}

    .analysis_market .analysis_text ul li {
        margin-bottom: 5px
    }

        .analysis_market .analysis_text ul li a {
            font-size: 16px;
            line-height: 30px;
            font-weight: 400;
            color: #59595b;
            -webkit-transition: all 300ms linear 0s;
            -o-transition: all 300ms linear 0s;
            transition: all 300ms linear 0s
        }

        .analysis_market .analysis_text ul li:hover a {
            color: #2761d8
        }

        .analysis_market .analysis_text ul li:last-child {
            margin-bottom: 0
        }

.service_details_area2 {
    padding: 100px 0 50px
}

@media(max-width:767px) {
    .service_details_area2 {
        padding: 60px 0 30px
    }
}

.service_list_item_inner .col-md-6:nth-last-child(-n+2) .image_s_list {
    margin-bottom: 0
}

@media(max-width:560px) {
    .service_list_item_inner .col-xs-6 {
        width: 100%
    }
}

.service_list_item_inner .col-xs-6:nth-last-child(-n+2) .image_s_list {
    margin-bottom: 30px
}

.price_plan_area {
    background: var(--gray);
    padding: 100px 0
}

    .price_plan_area .main_title {
        padding-bottom: 60px
    }

@media(max-width:991px) {
    .price_plan_inner .col-sm-12 .price_plan_item {
        max-width: 345px;
        margin: 30px auto 0
    }
}

@media(max-width:767px) {
    .price_plan_inner .col-md-4:first-child .price_plan_item {
        margin-top: 0
    }
}

.price_plan_item {
    text-align: center
}

@media(max-width:767px) {
    .price_plan_item {
        max-width: 345px;
        margin: 30px auto 0
    }
}

.price_plan_item .pricing_title {
    background: #2761d8;
    border-bottom: 10px solid #84a6ed
}

    .price_plan_item .pricing_title h3 {
        text-transform: uppercase;
        color: var(--white);
        font-size: 24px;
        line-height: 70px
    }

.price_plan_item .pricing_main {
    background: var(--white);
    border: 1px solid #e1e1e1;
    border-top: none
}

    .price_plan_item .pricing_main .price {
        padding: 60px 0 70px
    }

        .price_plan_item .pricing_main .price h4 {
            font-size: 50px;
            font-weight: 300
        }

            .price_plan_item .pricing_main .price h4 span {
                font-size: 22px
            }

    .price_plan_item .pricing_main ul {
        padding: 0 30px
    }

        .price_plan_item .pricing_main ul li a {
            font-size: 14px;
            color: #58585a;
            line-height: 50px;
            border-top: 1px solid #ebebeb;
            display: block
        }

    .price_plan_item .pricing_main .more_btn {
        margin-top: 25px;
        margin-bottom: 35px
    }

.price_faq_area {
    padding: 90px 0
}

.price_faq_inner .panel-group {
    padding-top: 15px
}

    .price_faq_inner .panel-group .panel {
        background: 0 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 15px
    }

        .price_faq_inner .panel-group .panel .panel-heading {
            padding: 0;
            border: none
        }

            .price_faq_inner .panel-group .panel .panel-heading .panel-title a {
                display: block;
                border: none;
                background: #2761d8;
                font-size: 16px;
                color: var(--white);
                line-height: 60px;
                padding-left: 20px;
                font-weight: 400;
                letter-spacing: .45px;
                position: relative
            }

@media(max-width:600px) {
    .price_faq_inner .panel-group .panel .panel-heading .panel-title a {
        padding-left: 50px;
        line-height: 26px;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.price_faq_inner .panel-group .panel .panel-heading .panel-title a i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--white);
    text-align: center;
    line-height: 22px;
    margin-right: 15px
}

    .price_faq_inner .panel-group .panel .panel-heading .panel-title a i.fa-angle-down {
        display: none
    }

@media(max-width:600px) {
    .price_faq_inner .panel-group .panel .panel-heading .panel-title a i {
        padding-right: 0;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.price_faq_inner .panel-group .panel .panel-heading .panel-title a.collapsed {
    background: #f6f6f6;
    color: #363636;
    font-weight: 400;
}

    .price_faq_inner .panel-group .panel .panel-heading .panel-title a.collapsed i {
        border: 1px solid #363636
    }

        .price_faq_inner .panel-group .panel .panel-heading .panel-title a.collapsed i.fa-angle-right {
            display: none
        }

        .price_faq_inner .panel-group .panel .panel-heading .panel-title a.collapsed i.fa-angle-down {
            display: inline-block
        }

.price_faq_inner .panel-group .panel .panel-collapse .panel-body {
    border: 1px solid #d8d8d8;
    padding: 22px 37px 22px 22px;
    color: #767676;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .25px;
    font-weight: 300
}

.footer_area {
    background-color: var(--primary);
    background: url(/InspireFoundation/Assets/Images/globe.png) center -101px no-repeat var(--primary);
    background-size: cover;
    padding: 88px 0 56px
}

.f_title {
    padding-bottom: 32px
}

    .f_title h3 {
        font-size: 18px;
        color: var(--white);
        font-weight: 400
    }

@media(max-width:991px) {
    .footer_widget_area {
        margin-bottom: -40px;
        overflow: hidden
    }
}

@media(max-width:991px) {
    .footer_widget_area .col-xs-6 {
        margin-bottom: 40px
    }
}

@media(max-width:500px) {
    .footer_widget_area .col-xs-6 {
        width: 100%
    }
}

@media(max-width:500px) {
    .footer_widget_area .f_widget {
        max-width: 250px;
        margin: auto
    }
}

.about_widget img {
    max-width: 100%
}

.about_widget p {
    font-size: 15px;
    line-height: 26px;
    color: rgba(255,255,255,.7);
    padding: 25px 0 20px
}

.about_widget ul li {
    display: inline-block;
    margin-right: 5px
}

    .about_widget ul li a {
        font-size: 14px;
        color: var(--white);
        height: 46px;
        width: 46px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 45px;
        background: #213258;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s
    }

    .about_widget ul li:hover a {
        background: #4267b2
    }

    .about_widget ul li:nth-child(2):hover a {
        background: #1da1f2
    }

    .about_widget ul li:nth-child(3):hover a {
        background: #0077b5
    }

    .about_widget ul li:last-child {
        margin-right: 0
    }

        .about_widget ul li:last-child:hover a {
            background: #bd081c
        }

.link_widget ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(255,255,255,.7);
    line-height: 30px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.link_widget ul li:hover a {
    color: var(--white);
}

.service_widget ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,.7);
    line-height: 30px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.service_widget ul li:hover a {
    color: var(--white);
}

.info_widget .contact_details p {
    font-size: 15px;
    line-height: 26px;
    color: rgba(255,255,255,.7)
}

    .info_widget .contact_details p a {
        font-size: 15px;
        line-height: 26px;
        color: rgba(255,255,255,.7);
        padding-left: 5px;
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s
    }

        .info_widget .contact_details p a:hover {
            color: var(--white);
        }

    .info_widget .contact_details p:first-child {
        padding-bottom: 15px
    }

    .info_widget .contact_details p:last-child {
        padding-top: 15px
    }

.footer_copy_right {
    text-align: center;
    padding-top: 85px
}

    .footer_copy_right h4 {
        font-size: 13px;
        color: rgba(255,255,255,.7);
        font-weight: 400
    }

.subscribe_form {
    background: #2761d8;
    padding: 30px 0
}

    .subscribe_form h4 {
        color: var(--white);
        font-size: 24px;
        font-weight: 400;
        padding-top: 12px
    }

    .subscribe_form .form-control {
        background: var(--white);
        color: #2a61d6;
        border-color: var(--white);
        width: 300px;
        height: 50px;
        border-radius: 3px
    }

        .subscribe_form .form-control::-webkit-input-placeholder {
            color: #9cb0da
        }

        .subscribe_form .form-control::-moz-placeholder {
            color: #9cb0da
        }

@media(max-width:767px) {
    .subscribe_form .form-control {
        width: 100%
    }
}

.subscribe_form .btn {
    height: 50px;
    padding: 5px 35px;
    font-size: 15px;
    background: var(--white);
    color: #2a61d6;
    border: 1px solid var(--white);
    margin-left: 5px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .subscribe_form .btn .fa {
        margin-left: 5px
    }

    .subscribe_form .btn:hover {
        background: #2a61d6;
        color: var(--white);
    }

.subscribe_form .form_error {
    -webkit-animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;
    animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media(max-width:1200px) {
    .subscribe_form {
        text-align: center
    }

        .subscribe_form form {
            margin-top: 20px
        }
}

@-webkit-keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(2px,0,0);
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-4px,0,0);
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0)
    }
}

@keyframes shake {
    10%,90% {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0)
    }

    20%,80% {
        -webkit-transform: translate3d(2px,0,0);
        transform: translate3d(2px,0,0)
    }

    30%,50%,70% {
        -webkit-transform: translate3d(-4px,0,0);
        transform: translate3d(-4px,0,0)
    }

    40%,60% {
        -webkit-transform: translate3d(4px,0,0);
        transform: translate3d(4px,0,0)
    }
}





/* Last Adjustments ------------------- */
    section {
        background: transparent;
    }

    h1, h2, h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
    }

    h4, h5, h6, .sub-text {
        font-family: 'Roboto Slab', serif;
        font-weight: 600;
        line-height: 1.4;
    }

    .row-content-center{
        margin:0 auto !important;
        width:1200px;
    }

    .row-content-center,
    .row-content-center *{
        transition:0.3s;
    }



    /* buttons ------------ */
    .quote_btn:before, .fb-form .form-group .fb-control.fb-button:before {
        background-color: var(--darkBlue) !important;
    }

    .more_btn:hover,
    .more_btn:focus {
        color: var(--white) !important;
        border-color: var(--darkBlue) !important;
    }

    .more_btn:before {
        background: var(--darkBlue) !important;
    }

    .more_btn {
        border-color: var(--darkBlue) !important;
        color: var(--darkBlue) !important;
    }

    /*.b_get_btn {
        padding: 0 50px;
    }*/

    .b_get_btn:hover, .b_get_btn:focus {
        color: var(--white);
        border-color: var(--blue);
    }




    /* Header ----------- */
    .main_menu_area {
        background: var(--darkBlue);
    }

    .header_top {
        padding: 8px 0 0px 0px;
        height: 76px;
        background: var(--white);
    }

    .header_top .pull-right .header_c_text {
        width: 140px;
        height: 40px;
    }

    .header_top .quote_btn {
        display: block;
        margin-top: 8px;
        background: var(--blue);
        line-height: 40px;
        border-radius: 5px;
        margin: 0;
    }

    .header_top .quote_btn:before {
        background: var(--blue) !important;
    }

    .main_header_area .navbar {
        height: 64px;
    }


    .header_top .quote_btn {
        display: block;
        margin-top: 8px;
        background: var(--darkBlue);
        line-height: 27px;
        width: 100%;
        height: 100%;
    }
    /* end: Header ----------- */



    .banner_area {
        background-size: cover;
        background-repeat: no-repeat;
        padding: 138px 0;
        margin-top: 90px;
    }


    /* Animation -------------------- */
    .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .slider_btn .quote_btn {
        line-height: 53px;
        width: 160px;
        height: 51px;
        background: var(--blue);
        margin: 40px 0px 0px 0px;
        padding: 0;
        border-radius: 5px;
    }

    #main_slider {
        margin-top: 80px !important;
    }

    .main_slider_area .rev_slider .ContentZoom-SmallIcon:hover {
        background: var(--darkBlue);
    }
    /* end: Animation -------------------- */



    /* Featured Home ----------------------- */
    .our_blog_item .our_blog_img .b_date,
    .open_position_inner .panel-group .panel-default .panel-heading .panel-title a {
        background: var(--darkBlue);
    }

    .feature_slider_inner .feature_s_item h4 {
        color: var(--darkBlue);
        font-size: 19px;
    }

    .feature_slider_inner .owl-dots .owl-dot.active {
        background: var(--darkBlue);
    }

    .feature_slider_inner .feature_s_item p {
        font-size: 15px;
        line-height: 23px;
        color: #434345;
        font-weight: 400;
    }

    .feature_slider_inner .owl-nav .owl-prev:hover,
    .feature_slider_inner .owl-nav .owl-next:hover {
        background: var(--darkBlue);
    }

    .feature_slider_inner .feature_s_item img.social-link {
        height: 47px;
        width: 47px;
        display: block;
        margin: 0 auto;
    }
    /* end: Featured Home ----------------------- */




    /* Text-image-home -------------------- */
    .text-image-home {
        position: relative;
        display: flex;
        min-height: 476px;
        padding: 60px 0px;
        background: var(--gray);
    }

    .text-image-home .container {
        display: flex;
        align-items: center;
    }

    .text-image-home .main-title {
        color: #59595b;
        text-transform: uppercase;
        padding-bottom: 28px;
    }

    .text-image-home .section-text {
        font-size: 15px;
        line-height: 29px;
    }

    .text-image-home .more_btn {
        margin-top: 30px;
    }

    .text-image-home .leftCol {
        width: 70%;
    }

    .text-image-home .rightCol {
        position: absolute;
        right: 0;
        top: 0;
        width: 549px;
    }

    .text-image-home .rightCol img {
        width: 549px !important;
        height: 476px !important;
    }
    /* end: Text-image-home -------------------- */



    /* About US ---------------------------- */
    .main_feature_area .left_feature_inner_text {
        padding: 20px;
    }




    /* Testimonials area ------------------------ */
    .testimonials_slider .item h4 {
        color: #acacad;
        font-size: 15px;
        font-weight: 400;
    }

    .testimonials_slider .item h2 {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 24px;
    }

    .testimonials_slider .item p {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        padding-bottom: 0px;
    }

    .testimonials_slider .item p del {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        margin-top: 14px;
    }
    /* end: Testimonials area ------------------------ */




    /* Quote ----------------------------- */
    .get_quote_area {
        background: var(--darkBlue);
        padding: 20px 0;
    }


    .get_quote_area .pull-left h4 {
        font-size: 22px;
    }

    .b_get_btn:before {
        background: var(--blue);
    }
    /* Quote ----------------------------- */




    /* Blog --------------------------- */
    .our_blog_area {
        padding: 110px 0px;
    }

    .our_blog_area h2 {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 24px;
    }

    .our_blog_item .our_blog_content h4 {
        font-size: 14px;
    }

    .our_blog_item .our_blog_content p {
        font-size: 13px;
        line-height: 22px;
    }

    .submit_blue {
        border-color: var(--darkBlue) !important;
    }

    .submit_blue:hover, .submit_blue:focus {
        color: var(--darkBlue) !important;
    }

    .submit_blue:before {
        background: var(--darkBlue) !important;
    }

    .s_list li a i,
    .s_list li:hover a {
        color: var(--darkBlue);
    }

    .search_widget .input-group .input-group-btn .btn-default {
        border-color: var(--darkBlue);
        background: var(--darkBlue);
    }

    .main_blog_items .main_blog_item .main_blog_text .blog_author_area a i {
        color: var(--darkBlue);
    }

    .our_blog_item .our_blog_content h4:hover {
        color: var(--darkBlue);
    }

    .banner_area .pull-right a:hover {
        color: var(--white) !important;
    }

    .main_blog_items .main_blog_item .main_blog_text .blog_author_area a span:hover,
    .main_blog_items .main_blog_item .main_blog_text .blog_author_area a:last-child:hover {
        color: var(--darkBlue);
    }

    .categories_widget ul li:hover a {
        color: var(--darkBlue);
    }
    /* end: Blog ---------------------- */



    /* Services -------------- */
    .download_btn {
        display: none !important;
    }

    .left_s_list .nav.nav-tabs li:hover a,
    .left_s_list .nav.nav-tabs li.active a {
        background: var(--darkBlue);
    }

    .image_s_list .single_title {
        padding-bottom: 15px;
        font-size: 19px;
    }
    /* end: Services -------------- */




    /* Basic Text -------------------- */
    .basic-text {
        padding: 70px 0px;
    }

    .basic-text .main-title {
        text-transform: uppercase;
        color: #58585a;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .basic-text .sub-text {
        text-transform: uppercase;
        color: #aeaeaf;
        font-size: 17px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    p {
        font-size: 15px;
        color: #58585a;
    }

    /* end: Basic Text -------------------- */


    /* Our Board ----------------------------- */
    .our_team_area {
        background: var(--white);
        position: relative;
    }

    .our_team_area .container {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0px 0px 0px;
    }

    .our_team_area .single_title {
        position: absolute;
        top: 0px;
        left: 50px;
    }

    .our_team_area .container .item {
        width: calc(100% / 2 - 96px);
        margin: 48px;
        text-align: center;
    }

    .our_team_area .container .item img {
        display: block;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .our_team_area .container .item p:last-of-type {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .our_team_area .container .item h2 {
        color: #2f2f30;
        margin: 14px 0px 0;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
    }

    .our_team_area .container .item p:first-of-type {
        font-size: 12px;
        margin-bottom: 20px;
    }
    /* end: Our Board ----------------------------- */



    /* Partners -------------------------- */
    .our-partnres {
        background: var(--gray);
        padding: 82px 0px;
    }

    .our-partnres .info,
    .our-partnres .logos {
        width: 50%;
    }

    .our-partnres .logos {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .our-partnres .logos img {
        display: block;
        margin: 0 40px;
    }

    .our-partnres .container {
        display: flex;
    }

    .our-partnres .main-title {
        text-transform: uppercase;
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 30px;
    }

    .our-partnres .text {
        font-size: 15px;
        line-height: 22px;
    }
    /* end: Partners --------------------- */


    /* Contact -------------------------- */
    .divForm input,
    .divForm select,
    .divForm textarea {
        border: 1px solid #cccccc !important;
        border-radius: 0 !important;
        padding: 0px 10px !important;
        box-shadow: none !important;
    }

    .divForm textarea {
        height: 120px !important;
    }

    .divForm input:focus-visible,
    .divForm select:focus-visible,
    .divForm textarea:focus-visible {
        border-color: #8b8989 !important;
        outline: 0 !important;
    }

    .divForm .fb-form .form-group{
        margin-bottom:5px !important;
    }

    .divForm .fb-form,
    .divDetailContact {
        margin: 110px 0;
    }


    .divForm .fb-form .form-group .fb-control.fb-button {
        background: var(--blue);
        padding: 16px 46px !important;
        color: var(--white);
        text-transform: uppercase;
        font-size: 13px;
        border-radius: 5px !important;
        border: 0 !important;
        float: none;
        margin-top: 0px;
    }

     .divForm .fb-form .form-group .fb-control.fb-button:hover{
         background:var(--darkBlue);
     }

    .divForm .fb-form .fb-message {
        width: 100%;
        margin: 0 0 50px 0;
    }

    .divDetailContact {
        background: var(--blue);
        color: var(--white);
        margin-top: 190px;
        padding: 40px;
        height: 310px;
        position: relative;
    }


    .divDetailContact .contact_title {
        position: absolute;
        top: -79px;
        color: #58585a;
        font-size: 30px;
        left: 0;
    }

    .divDetailContact p,
    .divDetailContact p &gt; span{
        color:var(--white) !important;
    }

    .divDetailContact .media{
        margin-top:0px;
        margin-bottom: 30px;
    }

.divDetailContact .media .media-body{
        width:auto !important;
    }

    .divDetailContact .media .fa {
        border: solid 1px var(--white);
        padding: 10px;
        border-radius: 50%;
        width: 44px;
        height: 43px;
        text-align: center;
        font-size: 20px;
    }
        
    /* end:Contact US ------------------------ */


    /* Modal --------------------------------- */

    .modal-languageselector .wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 40px 20px 20px 20px !important;
        overflow: auto;
        background: var(--white);
        text-align: center;
    }

    .modal-languageselector .wrapper &gt; div:first-of-type {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        width: 50px;
        height: 30px;
        text-align: center;
        font-size: 0;
        background: url(/InspireFoundation/Assets/Images/close.svg) no-repeat center;
    }

    .modal-languageselector .wrapper .select {
        color: #000;
        font-size: 21px;
        margin: 0px 0px 56px 0px;
        display: block;
    }

    .footer-modal {
        position: absolute;
        bottom: 40px;
        line-height: 18px;
        font-size: 12px;
        left: 50%;
        width: 530px;
        margin-left: -265px;
    }

    .quote_btn{
        display: inline-block;
        border: 0;
        /*margin: 0 50px;*/
        padding: 7px 14px;
        background-color: var(--blue);
        border-radius: 5px;
        line-height: 35px;
        transition: 0.3s;
    }

    .fb-form .form-group .fb-control.fb-button {
        display: inline-block !important;
        border: 0 !important;
        padding: 7px 39px !important;
        background-color: var(--blue) !Important;
        border-radius: 5px !important;
        line-height: 35px;
        transition: 0.3s;
        font-size:14px;
        position:relative;
    }

    .quote_btn:hover, .fb-form .form-group .fb-control.fb-button:hover {
        background-color: var(--darkBlue);
    }
    /* end: Modal ---------------------------- */


    .span-full{
        float:none;
        clear:both;
    }



    /* Programs ------------------ */
    .price_faq_inner .panel-group .panel .panel-heading .panel-title a {
        background: var(--darkBlue);
    }

    .price_plan_item .pricing_title {
        background: var(--darkBlue);
        border-bottom: 10px solid var(--blue);
    }




    /* Footer ---------------- */
    .footer_area {
        background: url(/InspireFoundation/Assets/Images/globe.png) center -101px no-repeat var(--darkBlue);;
        /*background-color: var(--darkBlue);*/
        padding: 88px 0 56px;
    }

        .footer_area .f_title {
            padding-bottom: 23px;
        }

        .footer_area .contact_details {
            color: rgba(255,255,255,.7);
        }




    /* Responsive --------------------------- */
    @media (max-width: 1580px) {

        /* Home --------------------- */
        .text-image-home .rightCol {
            position: relative;
            margin: 0 auto;
        }

        .text-image-home .container {
            width: 50%;
        }

            .text-image-home .container .leftCol {
                width: 100%;
            }

        /* end: Home --------------------- */


        /* About US ----------------------- */
        .left_feature_inner_text .media {
            padding-right: 48px !important;
            margin-bottom: 34px !important;
        }
    }


    @media (max-width: 1230px) {
        .feature_slider_inner .owl-nav .owl-next {
            right: 10px;
        }

        .feature_slider_inner .owl-nav .owl-prev {
            left: 10px;
        }
    }


    @media (max-width: 1200px) {
        .contact_form_inner textarea {
            width: 94.3%;
        }

        .row-content-center {
            width: 970px;
        }
    }


    @media (max-width: 1024px) {

        /* Home --------------------- */
        .text-image-home .rightCol {
            width: 528px;
        }

            .text-image-home .rightCol img {
                width: 100% !important;
                height: 100% !important;
            }

        .text-image-home .container {
            width: 40%;
        }
        /* end: Home --------------------- */

    }


    @media (max-width: 991px) {
        .row-content-center {
            width: 750px;
        }


        .banner_area .pull-left,
        .banner_area .pull-right {
            float: none !important;
            width: 100%;
            text-align: center;
        }


        /* Nav Menu ----------------------------- */
        .main_menu_area .navbar.navbar-default .navbar-collapse {
            background: var(--white);
        }

        .main_menu_area .navbar.navbar-default .nav.navbar-nav li a {
            line-height: 52px;
        }

        .main_menu_area .navbar.navbar-default .nav.navbar-nav li a,
        .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li a,
        .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:hover a {
            color: var(--darkBlue);
            font-size: 14px;
        }

        .main_menu_area .navbar.navbar-default .nav.navbar-nav li.submenu ul li:hover a {
            background: var(--white) !important;
        }

        .main_menu_area .navbar.navbar-default .nav.navbar-nav {
            margin-left: 0;
        }

        .navbar-nav {
            margin: 7.5px;
        }

        .main_header_area .navbar {
            height: 50px;
        }
        /* end: Nav Menu ----------------------------- */



        /* Home --------------------- */
        .text-image-home {
            display: block;
        }

        .text-image-home .container {
            width: 750px;
            margin: 0 auto 20px;
        }

            .text-image-home .container .leftCol {
                text-align: center;
            }

        .text-image-home .rightCol {
            margin: 0 auto;
            width: 750px;
        }
        /* end: Home --------------------- */


        /* About US ----------------- */
        .main_feature_area .left_feature_inner_text {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .left_feature_content .media {
            float: none;
            text-align: center;
            width: 300px;
            padding-right: 0 !important;
            padding: 10px;
        }

        .our_team_area .single_title {
            left: 0;
            width: 100%;
            text-align: center;
        }


        .our-partnres .container {
            display: block;
        }

        .our-partnres .info,
        .our-partnres .logos {
            width: 100%;
            text-align: center;
        }

        .our-partnres .info {
            margin-bottom: 50px;
        }
        /* ABout US ----------------- */



        /* Contact --------------------- */
        .divForm{
           padding:0px;
        }

        .divForm,
        .divDetailContact {
            width: 100%;
            margin-bottom: 0px;
        }

        .divDetailContact {
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .divForm .fb-form .form-group,
        .divForm .fb-form .form-group .fb-control.fb-button{
            width:100%;
        }

        .divForm .fb-form .form-group {
            padding: 0 !important;
        }

        .divForm .fb-form .fb-message {
            margin: 0 0 20px 0;
            text-align: center;
        }

        .divDetailContact .contact_title {
            text-align: center;
            width: 100%;
        }

        .divDetailContact .contact_title {
            top: -59px;
        }

        .divDetailContact .media {
            display: flex;
            justify-content: center;
        }

        .divDetailContact .media .media-body{
            width:auto;
        }

        /* end: Contact --------------------- */



        .about_area {
            padding: 60px 0 0 0;
        }




        /* Footer --------------------- */
        .footer_widget_area .container &gt; .row {
            position: relative;
            padding-bottom: 260px;
        }

        .footer_widget_area .container &gt; .row &gt; div {
            width: 33%;
        }


        .footer_widget_area .container &gt; .row &gt; div:first-of-type {
            position: absolute;
            bottom: 0;
            width: 300px;
            text-align: center;
            left: 50%;
            margin-left: -150px;
        }

        /* end: Footer --------------------- */
    }


    @media (max-width: 768px) {

        .container,
        .row-content-center {
            width: 95%;
        }

        /* header -------------------------- */
        .banner_area {
            padding: 78px 0 50px;
        }

        /* end: header -------------------------- */


        /* Animation -------------------------- */
        .tp-caption.secand_text {
            line-height: 35px !important;
            font-size: 29px !important;
        }
        /* end: Animation -------------------------- */



        /* Home -------------------------- */
        .text-image-home .container,
        .text-image-home .rightCol {
            width: 95%;
        }

        .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .slider_btn .quote_btn {
            margin: 0px 0px 0px 0px;
        }
        /* end: Home -------------------------- */


        /* Contact US ---------------- */
        .contact_form_area .container .rightCol .contact_title {
            margin: -65px auto 60px;
            font-size: 26px;
        }

        .contact_form_area .container .rightCol {
            margin: 40px 0px 0px 15px;
            padding: 20px 20px 20px;
            height: auto;
        }

        .contact_form_inner textarea {
            width: calc(100% - 30px);
        }

        .contact_form_area .main_title {
            padding-left: 0;
        }

            .contact_form_area .main_title h2 {
                font-size: 26px;
            }

        /* end: Contact US ---------------- */

        .about_left_text {
            text-align: center;
        }



        /* About US --------------------- */
        .our-partnres {
            padding: 82px 0px 30px;
        }

        .our-partnres .logos {
            display: block;
        }

        .our-partnres .logos img {
            display: block;
            margin: 0 auto 30px;
        }

        /* end:About US --------------------- */


        /* Footer --------------------- */
        .footer_widget_area .container &gt; .row &gt; div {
            width: 100%;
            text-align: center;
        }

        /* end: Footer --------------------- */
    }

    @media (max-width: 720px) {
        /* Animation -------------------------- */
        .tp-caption.secand_text {
            line-height: 35px !important;
            font-size: 20px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(1) {
            top: 180px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(2) {
            top: 230px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(3) {
            top: 335px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(4),
        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(5) {
            top: 110px !important;
        }


        /* end: Animation -------------------------- */
    }



    @media (max-width: 640px) {
        .modal-languageselector {
            top: 32% !important;
            width: 320px !important;
            height: 480px !important;
        }

            .modal-languageselector .wrapper .select {
                font-size: 19px;
                margin: 0px 0px 30px 0px;
                line-height: 31px;
            }

            .modal-languageselector .quote_btn {
                display: block;
                margin: 0 auto 20px;
            }

        .footer-modal {
            position: relative;
            bottom: 0;
            line-height: 18px;
            font-size: 12px;
            left: 0;
            width: 100%;
            margin: 40px 0px 0px 0px;
        }

        /* Slider ----------------------- */
        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(1) {
            top: 152px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(2) {
            top: 191px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(3) {
            top: 275px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(4),
        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(5) {
            top: 90px !important;
        }

        .tp-caption.secand_text {
            line-height: 29px !important;
            font-size: 16px !important;
        }
        /* end: Slider ----------------------- */

        /* ABOUT US -------------------------- */
        .our_team_area .container .item {
            width: 100%;
        }
    }


    @media (max-width: 544px) {
        /* Slider ----------------------- */
        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(1) {
            top: 132px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(2) {
            top: 162px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(3) {
            top: 225px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(4),
        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(5) {
            top: 70px !important;
        }

        .tp-caption.secand_text {
            line-height: 29px !important;
            font-size: 16px !important;
        }
        /* end: Slider ----------------------- */
    }


    @media (max-width: 533px) {
        .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
            line-height: 20px !important;
            font-size: 15px !important;
        }
    }


    @media (max-width: 479px) {
        /* Slider ----------------------- */
        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(1) {
            top: 221px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(2) {
            top: 262px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(3) {
            top: 335px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(4),
        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(5) {
            top: 150px !important;
        }

        .tp-caption.secand_text {
            line-height: 29px !important;
            font-size: 16px !important;
        }

        .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
            min-width: 270px !important;
        }
        /* end: Slider ----------------------- */
    }


    @media (max-width: 424px) {
        .header_top {
            height: 150px;
            padding-top: 14px;
        }

        .header_top .pull-left,
        .header_top .pull-right {
            float: none !important;
            width: 100%;
            text-align: center;
        }

        .header_top .pull-right .header_c_text {
            margin: 0 auto !important;
        }

        .banner_area,
        .top-area-contact .banner_area {
            padding: 148px 0 50px;
        }

        /* Slider ----------------------- */
        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(1) {
            top: 241px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(2) {
            top: 284px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(3) {
            top: 355px !important;
        }

        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(4),
        .slider_text_box &gt; .tp-parallax-wrap:nth-of-type(5) {
            top: 180px !important;
        }

        .tp-caption.secand_text {
            line-height: 29px !important;
            font-size: 16px !important;
        }

        .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
            min-width: 270px !important;
        }
        /* end: Slider ----------------------- */
    }


    /* end: Last Adjustments ------------------- */


    /*Merged custom.css file to the main stylesheet */
    .main-area .row .col-sm-12 {
        padding: 0px;
    }
    .main-area .row {
        margin: 0px;
    }
    .our_blog_area {
        clear: both;
    }
    .testimonials_area {
        clear: both;
    }
    .service_area {
        background: var(--white);
    }
    .contact_form_inner {
        margin: auto !important;
    }
    
    /*Utilities*/
    
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  
  .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  
  .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  
  .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  
  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  img{
      max-width: 100%;
  }

  .img-cover{
      object-fit: cover;
      object-position: center;
  }

  
  .img-contain{
    object-fit: contain;
    object-position: center;
}

.d-flex{
    display: flex;
    flex-wrap: wrap;
}

.align-items-center{
    align-items: center;
}

.fb-form input[type=text], .fb-form input[type=password], .fb-form select, .fb-form textarea{
    box-shadow: none !important;
}

.fb-form input[type=text], .fb-form input[type=password], .fb-form select, .fb-form textarea{
    transition: all .2s ease-in-out;
    border-color: var(--darkBlue);
}

.banner_area .container div.pull-left, .banner_area .container div.pull-right{
float:none !important;
}

@media (max-width: 499px) {
.header_top .pull-left a img {
        max-height: 40px !important;
}

@media (max-width: 780px) {
.fb-form .form-group {
    width: 100% !important;
}
}</pre></body></html>