body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #333333;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3;
}

h1 {
    font-size: 2.75rem;
}

h2 {
    font-size: 2.125rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3125rem;
}

h5 {
    font-size: 1.1875rem;
}

h6 {
    font-size: 1.125rem;
}

a {
    color: #1947ba;
}

a:hover {
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

img {
    max-width: 100%;
}

blockquote {
    font-style: italic;
}

@media screen and (min-width:1300px) {
    .container {
        max-width: 1200px;
    }
}

.wrapper {
    position: relative;
       overflow: hidden;}

.btn {
    display: inline-block;
    line-height: 1;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 12px;
    min-width: 205px;
}

.btn-yellow {
    background-color: #f1602e;
    color: #ffffff;
}

.btn-yellow:hover {
    background-color: #1947ba;
    color: #ffffff;
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.menu-toggle {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #1947ba;
    color: #ffffff;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 1.25rem;
    cursor: pointer;
    border: none;
}

.gear1 {
    width: 832px;
    height: 837px;
    background: url('../images/gear1.png') no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: -398px;
    top: 448px;
    z-index: 1;
}

.gear2 {
    width: 832px;
    height: 837px;
    background: url('../images/gear2.png') no-repeat center center;
    background-size: 100%;
    position: absolute;
    right: -398px;
    top: 1248px;
    z-index: 1;
}

/*========Header=======*/
.site-header {
    background-color: #ffffff;
    line-height: 1;
}

.site-header .site-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: center;
}

.site-header .header-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.sr-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.sr-form-wrap .sr-form,
.sr-form-wrap .tel {
    margin-bottom: 0.9375rem;
}

.sr-form {
    position: relative;
    width: 250px;
}

.sr-form input {
    width: 100%;
    height: 25px;
    border-radius: 100px;
    border: 1px solid #cccccc;
    outline: 0;
    font-size: 0.75rem;
    padding: 0 10px 0 28px;
    -webkit-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    transition: border-color 300ms ease;
}

.sr-form input:focus {
    border-color: #1947ba;
}

.sr-form .fas {
    position: absolute;
    left: 7px;
    top: 5px;
    color: #1947ba;
    z-index: 1;
}

.sr-form-wrap .tel {
    font-weight: 700;
    text-transform: uppercase;
    color: #1947ba;
}

.sr-form-wrap .tel a {
    display: inline-block;
    margin-left: 0.5rem;
}

.site-main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-main-nav ul li a {
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 0.9375rem;
}

.site-main-nav .has-dropdown,
.site-main-nav .has-dropdown>a {
    position: relative;
}

.site-main-nav .has-dropdown > a {
    padding-right: 0.9375rem;
}

.site-main-nav .has-dropdown>a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1947ba;
}

.site-main-nav .has-dropdown:hover>a::after {
    border-top-color: #333333;
}


.site-main-nav .dropdown li a {
    background-color: #1947ba;
    color: #ffffff;
    font-size: 0.875rem;
    padding: 15px;
}

.site-main-nav .dropdown li a:hover {
    background-color: #333333;
}

@media screen and (min-width:992px) {

.site-logo {
    position: relative;
    top: 16px;
}

.header-right {
    position: relative;
    top: 10px;
}

    .site-header {
     
        height: 144px;
    }

    .site-header>.container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

 

    .sr-form-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .sr-form-wrap .tel {
        margin-left: 0.9375rem;
    }

    .sr-form {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 250px;
                flex: 0 1 250px;
    }

    .site-main-nav>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .site-main-nav>ul>li>a {
        line-height: 39px;
        padding: 0;
        margin-left: 1.875rem;
    }

    .site-main-nav>ul .has-dropdown>a {
        padding-right: 1.25rem;
    }

    .site-main-nav .has-dropdown:hover>a {
        color: #333333;
    }

    .site-main-nav>ul .has-dropdown>a::after {
        right: 0;
    }

    .site-main-nav .dropdown {
        position: absolute;
        top: 110%;
        left: 0;
        min-width: 200px;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .site-main-nav .has-dropdown:hover>.dropdown {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
}

.sticky-header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-1000px);
        -ms-transform: translateY(-1000px);
            transform: translateY(-1000px);
    z-index: 1000;
    -webkit-box-shadow: 0px 10px 47px -10px rgba(0,0,0,0.36);
box-shadow: 0px 10px 47px -10px rgba(0,0,0,0.36);
-webkit-transition: -webkit-transform 400ms ease;
transition: -webkit-transform 400ms ease;
-o-transition: transform 400ms ease;
transition: transform 400ms ease;
transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.sticky-header.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.sticky-header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.sticky-header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 5px 0;
}
.sticky-header .logo img {
    max-height: 70px;
}
.sticky-header .site-main-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.sticky-header .site-main-nav > ul > li > a {
    line-height: 80px;
    font-size: 0.875rem;
}
/*=======Footer========*/
.site-footer .footer-top {
    background-color: #1947ba;
    padding: 45px 0;
    color: #ffffff;
    font-size: 0.875rem;
}

.footer-top .col-title {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

.footer-top span {
    display: block;
    font-weight: 700;
}

.footer-top ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.footer-top ul li {
    margin-bottom: 0.25rem;
}

.footer-top ul li a,
.footer-top a {
    display: inline-block;
    color: #ffffff;
}

.footer-top ul li a:hover,
.footer-top a:hover {
    text-decoration: underline;
}

.footer-bottom {
    padding-top: 1.4375rem;
    padding-bottom: 0.8125rem;
    line-height: 1.3;
}

.footer-bottom small,
.footer-bottom span {
    display: block;
    color: #666666;
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
    text-align: center;
}

/*========Homepage==========*/
.site-masthead {
    padding: 45px 0 60px 0;
    background: url('../images/masthead-bg.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
}

.site-masthead h1 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 2.125rem;
    line-height: 1.1;
}

.site-masthead h1 span {
    display: block;
    font-weight: 700;
    font-size: 3.125rem;
    white-space: nowrap;
}

.site-masthead .btn-yellow {
    font-size: 1.125rem;
    padding: 20px 15px;
    width: 250px;
    margin-top: 3.4375rem;
}

.masthead-slider-wrap {
    position: relative;
    padding: 0 50px;
}

.masthead-slider-wrap .swiper-button-prev,
.masthead-slider-wrap .swiper-button-next {
    color: #ffffff;
    outline: 0;
}

.abt-sec {
    width: 100%;
    padding: 45px 15px 35px 15px;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.abt-sec h2 {
    font-size: 1.75rem;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
    font-weight: 400;
}

.abt-sec h2+p {
    text-transform: uppercase;
}

.abt-sec p {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
}

.ft-products {
    background-color: #1947ba;
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ft-products .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ft-products .nav-tabs li a,
.ft-products .acr-toggle {
    position: relative;
    display: block;
    background-color: #1947ba;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 55px 15px 15px;
    text-align: right;
    font-size: 1rem;
    outline: 0;
    z-index: 1;
}

.ft-products .nav-tabs li a::after,
.acr-toggle::after {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    background: url('../images/arrow-right.png') no-repeat center center;
    background-size: 100%;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.ft-products .nav-tabs li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    background: #ffffff;
    width: calc(100% * 2);
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    z-index: -1;
}

.ft-products .nav-tabs li span,
.ft-products .acr-toggle span {
    color: #f1602e;
}

.ft-products .acr-toggle {
    width: 100%;
    text-align: left;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ft-products .nav-tabs li a:hover,
.ft-products .nav-tabs li .current {
    color: #1947ba;
}

.ft-products .nav-tabs li a:hover::before,
.ft-products .nav-tabs li .current::before {
    opacity: 1;
}

.ft-products .acr-toggle:hover,
.ft-products .acr-toggle.current {
    background-color: #ffffff;
    color: #1947ba;
}

.ft-products .acr-toggle.current::after {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}

.ft-products .tabs-content {
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

.ft-products .tab-pane-inner {
    padding: 30px;
}

.testimonials {
    padding: 70px 0;
    text-align: center;
}

.testimonials-carousel {
    margin-bottom: 3.125rem;
}

.testimonials-carousel blockquote {
    font-size: 1.125rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.3;
    padding: 0 50px;
}

.testimonials-carousel cite {
    font-size: 1.125rem;
    font-weight: 400;
}

.testimonials-carousel .swiper-button-prev,
.testimonials-carousel .swiper-button-next {
    color: #f1602e;
    outline: 0;
}

.blocks {
    padding-bottom: 3.125rem;
    position: relative;
    z-index: 2;
}

.blocks-row {
    margin: 0 -2px;
}

.blocks-row .col-xl-3 {
    padding: 0 1px;
}

.block-item {
    position: relative;
    width: 100%;
    height: 430px;
    background: url('../images/products.jpg') no-repeat center center;
    background-size: cover;
    margin-bottom: 0.125rem;
    overflow: hidden;
}

.block-item .cpt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    padding: 20px;
    -webkit-transform: translateY(368px);
        -ms-transform: translateY(368px);
            transform: translateY(368px);
    background: rgba(25, 71, 186, 0.54);
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.block-item:hover .cpt {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.block-item h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.block-item p {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.block-item.eqp {
    background: url('../images/equipments.jpg') no-repeat center center;
    background-size: cover;
}

.block-item.events {
    background: url('../images/events.jpg') no-repeat center center;
    background-size: cover;
}

.block-item.videos {
    background: url('../images/videos.jpg') no-repeat center center;
    background-size: cover;
}

.bottom-cta {
    position: relative;
    padding: 110px 0 70px 0;
    background: url('../images/cta-bg.jpg') no-repeat center top;
    background-size: cover;
    text-align: center;
    color: #ffffff;
}

.bottom-cta::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,15,15,0.68);
    background: -moz-linear-gradient(left, rgba(15,15,15,0.68) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,15,15,0.68)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(15,15,15,0.68) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(15,15,15,0.68) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(15,15,15,0.68) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(15,15,15,0.68) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#ffffff', GradientType=1 );
    z-index: 1;
}

.bottom-cta .container {
    position: relative;
    z-index: 10;
}

.bottom-cta h2,
.bottom-cta h3 {
    font-size: 2.375rem;
}

.bottom-cta h2 {
    margin-bottom: 2.5rem;
}

.bottom-cta h3 {
    padding-top: 6.25rem;
    margin-bottom: 1.875rem;
}

.bottom-cta p {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
}

.bottom-cta .btn-yellow {
    margin: 0 4px 12px 4px;
}

.bottom-cta a:not(.btn-yellow) {
    color: #ffffff;
}

.bottom-cta a:not(.btn-yellow):hover {
    text-decoration: underline;
}

.bottom-cta .ceo-name {
    text-align: right;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
    padding-top: 2.5rem;
}

/*=======Media-queries===========*/
@media screen and (min-width:992px) {
    .site-logo .menu-toggle {
        display: none;
    }

    .ft-products .tabs-content::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        background-color: #ffffff;
        width: calc(100% * 2);
        height: 100%;
    }

    .ft-products .tab-pane {
        display: none;
        opacity: 0;
        -webkit-transition: opacity 300ms ease-in-out;
        -o-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
    }

    .ft-products .tab-pane.active {
        display: block;
    }

    .ft-products .tab-pane.show {
        opacity: 1;
    }

    .ft-products .acr-toggle {
        display: none;
    }
}

@media screen and (min-width:768px) {

    .site-masthead h1 span {
        font-size: 6.25rem;
    }

    .footer-bottom small {
        text-align: left;
    }

    .footer-bottom span {
        text-align: right;
    }

    .abt-sec h2 {
        font-size: 2.25rem;
    }

    .testimonials-carousel blockquote,
    .testimonials-carousel cite {
        font-size: 1.5rem;
    }

    .block-item p {
        font-size: 1.125rem;
    }

    .bottom-cta h2,
    .bottom-cta h3 {
        font-size: 3rem;
    }

    .bottom-cta p {
        font-size: 1.875rem;
    }

    .ft-products .nav-tabs li a,
    .ft-products .acr-toggle {
        font-size: 1.125rem;
    }

    .ft-products .nav-tabs li a, .ft-products .acr-toggle {
        padding: 20px 55px 20px 30px;
    }

}

@media screen and (max-width:991px) {
    .gear1,.gear2 {
        width: 416px;
        height: 418px;
    }
    .gear1 {
        left: -199px;
        top:868px;
    }
    .gear2 {
        right: -199px;
        top: 1648px;
    }
    .site-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 15px 0;
    }

    .site-logo .menu-toggle {
        margin-left: auto;
    }

    .site-logo a {
        padding-right: 0.9375rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }

    .site-logo img {
        width: auto;
        max-height: 150px;
    }
 

    .ft-products .nav-tabs {
        display: none;
    }

    .ft-products .tab-pane {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 300ms ease-in-out;
        -o-transition: max-height 300ms ease-in-out;
        transition: max-height 300ms ease-in-out;
    }

}

@media screen and (max-width:575px) {
    .gear1,
    .gear2 {
        display: none;
    }

    .masthead-slider-wrap {
        padding: 0;
        text-align: center;
    }
    .masthead-slider,
    .testimonials-carousel .swiper-wrapper {
        margin-bottom: 1.875rem;
    }

    .masthead-slider-wrap .swiper-button-next,
    .masthead-slider-wrap .swiper-button-prev,
    .testimonials-carousel .swiper-button-prev,
    .testimonials-carousel .swiper-button-next {
        position: static;
        display: inline-block;
        margin: 0 9px;
    }

    .testimonials-carousel blockquote {
        padding: 0;
    }
}
.inner-banner {
    height: 315px;
    background-size: cover;
    background-position: center top;
    margin-bottom: 30px
}

.inner-banner h1 {
    font-size: 44px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 700; 
    filter: drop-shadow(3.527px 4.854px 2px rgba(0,0,0,0.5));
    padding-top: 15%;
}

.inner-page h2 {
    font-size: 36px;
    line-height: 48px;
     color: #1947ba;
    font-weight: 400;
    margin-bottom: 30px;
}

.inner-page p, .inner-page h3 {
    margin-bottom: 30px;
}


.inner-page h3 {
    font-size: 28px;
    font-weight: 400;
    color: #333333;
}

.vc_btn3 {
    padding: 8px 38px !IMPORTANT;
    font-size: 15px !important;
}


 
.inner-page {
    position: relative;
    z-index: 9;
}

.custom_side-bar {
    position: absolute;
    right: 0;
        top: 495px;
    width: 27%;
    z-index: 999;
}


.sidebar_box {
    background: #1947ba;
    color: #fff;
    border-radius: 13px 0px 0px 13px;
    padding: 26px;
    margin-bottom: 25px;
}
.sidebar_box ul {
    padding: 0;
    list-style: none;
    margin: 0
}
.sidebar_box  a {
    color: #fff;
    display: block;
    padding: 5px 0;
}


.inner-wapper h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.sidebar_box.sidebar_box_2 {
    background: #f1602e;
}


body .flexslider {
    background: transparent !important;
    border: none;
    box-shadow: unset;
}

body .wpb_posts_slider .flex-caption, body .wpb_posts_slider .nivo-caption {
    background-color: transparent;}

.flexslider h2.post-title {  
    font-size: 18px;
    font-weight: bold;
    order: 2; 
}

h2.post-title a {
    color: #000;
}

.testimonial-slider {
    margin-top: 24px;
    position: relative;
}


body .testimonial-slider:before{
    content: "";
    font-size: 84px;
    position: absolute;
    right: -58px;
    top: -21px;
    color: #f1602e;
    background-image: url(../images/sprit.png);
    display: block;
    width: 78px;
    height: 66px;
}
.page-id-546 .vc_grid-item-mini.vc_clearfix:before {
    content: "";
    font-size: 84px;
    position: absolute;
    right:13px;
    top: -9px;
    color: #f1602e;
    background-image: url(../images/quote.png);
    display: block;
    width:32px;
    height:26px;
}
.vc_gitem-post-data-source-post_date {
   visibility:hidden;
}
.flex-direction-nav a {
    opacity: 1 !IMPORTANT;
    background-image: url(../images/sprit.png);
}
body .flexslider:hover .flex-next {     right: -50px;}
body .flexslider:hover .flex-prev {     left: -50px;}
.flex-caption {
    padding-bottom: 26px !important;
    position: relative !IMPORTANT;
}
 .wpb_gallery .wpb_flexslider .flex-direction-nav a:before{ display: none; }


body a.flex-next, body a.flex-prev {
    background-position: -160px -4px;
    height: 74px;
    width: 43px;
    font-size: 0;
}

body a.flex-prev {
    background-position: -297px -4px;
}

 
ol.flex-control-nav.flex-control-paging {
    display: none !important;
}




.custom_side-bar.fixed {
    position: fixed;
    top: 95px !IMPORTANT;
}


body .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 12px;
}

body .vc_btn3.vc_btn3-color-warning, body .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    color: #fff;
    background-color: #f1602e !important;
}
.vc_btn3.vc_btn3-color-info, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
    color: #fff;
    background-color: #1947ba !important;
}

.price_box {
    background: #f5f5f5;
    padding: 12px;
    border-radius: 9px;
    box-shadow: 0px 7px 18px #eee;
    border: 1px solid;
}

.price_box img {
    width: 50px;
    height: 50px;
    margin: 0 10px 37px 0;
}


.inner-page h2:after {
    content: "";
    display: block;
    height: 6px;
    background: #f1602e;
    margin-top: 7px;
    position: absolute;
    width: 500%; 
}

.list-style li {
    background: #1947ba;
    list-style: none;
    margin-bottom: 5px;
}
.list-style li a {
    color: #fff;
    padding: 3px 15px;
    display: block;
}

.list-style li:nth-child(odd) {
    background: #f1602e;
}

.list-style li:hover {
    background: #000;
}
.list-style ul{padding: 0}




.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default;
    display: table-cell; 
    vertical-align: middle;
}

 
h2.post-title:after {
    display: none;
}

.wpb_flexslider .flex-caption  p {
    margin-bottom: 0;
}

body ul.slides li {
    min-height: 354px;
    overflow: hidden;
   display: table !IMPORTANT;
}



#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    border-bottom: 4px solid !important;
    margin-bottom: 14px !important;
    color: #1343b8 !important;
    border-color: #f1602e !important;
}



ul.mega-sub-menu {
    background: transparent !important;
}


ul.mega-sub-menu>li {
    background: #e4e3e3 !IMPORTANT;
}


.inner-page blockquote {
    background: #f1602e;
    color: #fff;
    padding: 25px;
    border-left: 5px solid #1947ba;
    font-size: 22px;
}

a.link_image img {
    width: 215px !IMPORTANT;
    display: block !important;
    height: auto !important;
    max-width: 215px !important;
}
a.link_image {
    display: table-cell;
    vertical-align: middle;
}

i.fa.fa-quote-right.fa-4x.pull-right.pullquoteout {
    display: none;
}



.ribbon {
    position: absolute;
    background: #1947ba;
    width: 100%;
    margin-left: -14px;
    justify-content: space-around;
    display: flex;
    padding: 8px 0;
    color: #fff;
}


.vc_toggle {
    background: #f1f1f1;
    padding: 17px;
    border-radius: 13px;
}

figcaption {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}


@media(min-width: 768px){
.width-sidebar, section.testimonials.testimonials_inner {
    width: 72%;
}
}
@media(min-width: 992px){
.inner-page {
    min-height: 970px;
}


}
@media(max-width: 767px){
.mega-menu-toggle {
    position: absolute;
    top: -135px;
    right: -3px;
    width: 48px;
    background: #1947ba !IMPORTANT;
}
div#sidebar {
    display: none;
}

.inner-banner h1 {
    font-size: 26px;
    line-height: 39px;    text-align: center;}
    .inner-banner {
    height: 142px;
}
.inner-page h2 {
    font-size: 22px;
    line-height: 29px;}

    .inner-page p {
    margin-bottom: 16px;
    font-size: 15px;
}
.inner-page h2:after {
        height: 5px;  
    width: 90%;
}

.site-logo {
    width: 231px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
 
    background-color: #fff;}

    .mega-toggle-blocks-right {
    width: 51px;
}
h4 {
    font-size: 18px;
}
body .accordion-box, .accordion-btn .vc_btn3-container {
    width: 100% !IMPORTANT;
    padding-right: 0 !IMPORTANT;
    top: 0 !important;
}
.accordion-box h3 {
    text-align: center !important;
    display: block;
    font-weight: bold;
}
.vc_gitem-zone-mini {
    display: block;
}
}






.main-content {
    width: 75%;
}


.search_list a {
    border: 1px solid;
    margin: 20px 0;
    padding: 15px;
    border-radius: 9px;
    display: block;
    background-color: #fff
}


.nav-previous a, .nav-next a {
    background: #1947ba;
    color: #fff;
    padding: 10px;
    display: inline-block;
    margin: 18px 10px;
    border-radius: 15px;
}

.nav-previous, .nav-next  { display:inline-block; margin:0 1px;}




@media(min-width: 992px){
   ul#mega-menu-menu-1>li>ul.mega-sub-menu {
  
    padding-top: 27px !important;

}
}