/*EXCLUSIVE ON themeforest.net*/


/*-----------------------------------------------------------------------------------
    Theme Name: Innovax - IT solution for your business website
    Description: IT solutions Template
    Author: Theme Friend
    Author URI: https://themeforest.net/user/theme_friend
    Version: 1.0
-----------------------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

    1. Button
    2. Header 
    3. Heading
    4. Hero Section
        4.1. Responsive
    5. Why us section
    6. Service section
    7. About section
        7.1. Responsive
    9. Pricing section
    10. Team section
    11. Client review section
    12. Client section
    13. Blog section
        13.1. Responsive
    14. Page cover
        14.1. Responsive
    15. Faq Section
    16. Error Page
    17. Service details
        18.1. Responsive
    19. Page pagination
    20. Contact us Page
    21. Footer
        22.1. Responsive

-------------------------------------------------------------------*/


/*----------------------------
    Button
----------------------------*/

.btn {
    display: inline-block;
    padding: 14px 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    min-width: 170px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
}

.btn:focus {
    box-shadow: none;
}

.btn.btn-secondary {
    background-color: #ff9a18;
    border-color: #ff9a18;
}

.btn.btn-secondary:hover {
    background-color: #ed7f00;
}

.btn.btn-primary {
    background-color: #0f73ee;
    border-color: #0f73ee;
}

.btn.btn-primary:hover {
    background-color: #0c5cbe;
}

.btn.btn-light {
    background-color: #ffffff;
    color: #0f73ee;
}

@media only screen and (max-width: 550px) {
    .btn {
        padding: 10px 18px;
        min-width: auto;
    }
}



.clear{
    clear:both;
}
/*----------------------------
    End Button
----------------------------*/
/* ==============================================================
     # Preloader
=================================================================== */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}


.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/preloader.gif) center no-repeat #fff;
    text-align: center;
}

body{
    background:url(../img/wrapper_bg.png) no-repeat center 78px ;
    width:100%;
}

/********************************************************
	2.Banner
*******************************************************/

.hero_section {
    position: relative;
    height: 910px;
    display: flex;
    align-items: center;
    overflow: hidden;
}


.slider-area{
    width:100%;
    height:100%;
}
.home-slider-3 {
    width:100%;
    height:100%;
    position: relative;
}
.home-slider-3 .swiper-container{
    height:100%;
}
.home-slider-3 .single-slide {
    padding-top: 160px;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .home-slider-3 .single-slide {
        padding-top: 150px;
        padding-bottom: 280px;
    }
}
.home-slider-3 .single-slide .slider-content-3 {
    position: relative;
}
.home-slider-3 .single-slide{
    opacity:0 !important;
}
.home-slider-3 .single-slide.swiper-slide-active{
    opacity:1 !important;
}
@media (max-width: 767px) {
    .home-slider-3 .single-slide .slider-content-3 {
        padding-right: 30px;
    }
}
.home-slider-3 .single-slide .slider-content-3 h2 {
    font-size: 43px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(16,23,81,.1);
    margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-3 .single-slide .slider-content-3 h2 {
        font-size: 40px;
        line-height: 60px;
    }
}
@media (max-width: 767px) {
    .home-slider-3 .single-slide .slider-content-3 h2 {
        font-size: 40px;
        line-height: 50px;
    }
}
.home-slider-3 .single-slide .slider-content-3 p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 5px 5px 5px rgba(16,23,81,.1);
    width:92%;
}
.home-slider-3 .single-slide .slider-content-3 .read-more {
    display: block;
    width:160px;
    height:46px;
    line-height:46px;
    padding-left:20px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    background:url(../img/show_more.png) no-repeat center;
    margin-top: 40px;
    border-radius:8px;
    overflow:hidden;
    box-shadow: 5px 5px 10px rgba(16,33,81,.15);
}
.home-slider-3 .single-slide .slider-content-3 .read-more:hover {
    box-shadow: 5px 5px 20px rgba(16,33,81,.15);
}
.home-slider-3 .single-slide .slider-thumb {
    position: absolute;
    right: 150px;
    top: 40%;
    transform: translateY(-50%);
    z-index: -1;
}
@media (min-width: 1700px) and (max-width: 1800px) {
    .home-slider-3 .single-slide .slider-thumb {
        right: 100px;
        width: 700px;
    }
}
@media (min-width: 1600px) and (max-width: 1700px) {
    .home-slider-3 .single-slide .slider-thumb {
        right: 90px;
        width: 680px;
    }
}
@media (min-width: 1500px) and (max-width: 1600px) {
    .home-slider-3 .single-slide .slider-thumb {
        right: 60px;
        width: 650px;
    }
}
@media (min-width: 1400px) and (max-width: 1500px) {
    .home-slider-3 .single-slide .slider-thumb {
        right: 30px;
        width: 630px;
    }
}
@media (min-width: 1300px) and  (max-width: 1400px) {
    .home-slider-3 .single-slide .slider-thumb {
        right: 0;
        width: 600px;
    }
    .home-slider-3 .single-slide .slider-thumb.sm-thumb {
        right: -40px;
    }
}
@media (min-width: 1220px) and  (max-width: 1300px) {
    .home-slider-3 .single-slide .slider-thumb {
        right: 0;
        width: 550px;
    }
    .home-slider-3 .single-slide .slider-thumb.sm-thumb {
        right: -40px;
    }
}
@media (min-width: 991px) and  (max-width: 1220px) {
    .home-slider-3 .single-slide .slider-thumb {
        right: 0;
        width: 530px;
    }
    .home-slider-3 .single-slide .slider-thumb.sm-thumb {
        right: -40px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-slider-3 .single-slide .slider-thumb {
        display: none;
    }
}
@media (max-width: 767px) {
    .home-slider-3 .single-slide .slider-thumb {
        display: none;
    }
}
@media (max-width: 1300px) {
    .home-slider-3 .single-slide .slider-content-3 h2{
        font-size:43px;
        line-height:70px;
    }
}
.home-slider-3 .container{
    width:98% !important;
}
@media (min-width: 992px) and (max-width: 1200px) {

    .home-slider-3 .single-slide .slider-content-3 p {
        width:70%;
    }
}
.home-slider-3 .single-slide .slider-thumb .slider-thumb-icon-1 {
    position: absolute;
    top: 35px;
    left: -45px;
}
.home-slider-3 .single-slide .slider-thumb .slider-thumb-icon-2 {
    position: absolute;
    left: -75px;
    bottom: 120px;
}
.home-slider-3 .swiper-button-prev {
    left: -80px;
    height: 65px;
    width: 50px;
    font-size: 20px;
    color: #fff;
    background: #ffad09;
    z-index: 99;
    bottom: auto;
    top: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-top: -35px;
}
.home-slider-3 .swiper-button-prev::after{
    font-size:20px;
    font-weight:bold;
    color:#fff;
}
.home-slider-3 .swiper-button-prev:hover {
    color: #fff;
    background: #ff9e0d;
}
.home-slider-3:hover .swiper-button-prev{
    left:10px;
}
/*@media (min-width: 1200px) and (max-width: 1500px) {*/
/*    .home-slider-3 .swiper-button-prev {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (min-width: 992px) and (max-width: 1200px) {*/
/*    .home-slider-3 .swiper-button-prev {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (min-width: 768px) and (max-width: 991px) {*/
/*    .home-slider-3 .swiper-button-prev {*/
/*        display: none;*/
/*    }*/
/*}*/
@media (max-width: 767px) {
    .home-slider-3 .swiper-button-prev {
        display: none;
    }
}
.home-slider-3 .swiper-button-next {
    right: -80px;
    height: 65px;
    width: 50px;
    font-size: 20px;
    color: #fff;
    background: #ffad09;
    z-index: 99;
    bottom: auto;
    top: 50%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-top: -35px;
}
.home-slider-3 .swiper-button-next::after{
    font-size:20px;
    font-weight:bold;
    color:#fff;
}
.home-slider-3 .swiper-button-next:hover {
    color: #fff;
    background: #ff9e0d;
}
.home-slider-3:hover .swiper-button-next{
    right:10px;
}
/*@media (min-width: 1200px) and (max-width: 1500px) {*/
/*    .home-slider-3 .swiper-button-next {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (min-width: 992px) and (max-width: 1200px) {*/
/*    .home-slider-3 .swiper-button-next {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (min-width: 768px) and (max-width: 991px) {*/
/*    .home-slider-3 .swiper-button-next {*/
/*        display: none;*/
/*    }*/
/*}*/
@media (max-width: 767px) {
    .home-slider-3 .swiper-button-next {
        display: none;
    }
}
.home-slider-3 .swiper-pagination-clickable {
    position: absolute;
    left: 50%;
    width: auto;
    bottom: 100px;
    z-index: 99;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .home-slider-3 .swiper-pagination-clickable {
        bottom: 160px;
    }
}
.home-slider-3 .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #fff;
    width: 15px;
    height: 15px;
    overflow:hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    box-shadow: 0 5px 5px rgba(16,33,81,.15);
    font-size: 10px;
    margin-right: 10px;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.home-slider-3 .swiper-pagination-clickable .swiper-pagination-bullet-active {
    opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .slider-spacing {
        padding: 0 15px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .slider-spacing {
        padding: 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .slider-spacing {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .slider-spacing {
        padding: 0;
    }
}



/*----------------------------
   通用标题
----------------------------*/

.heading {
    position: relative;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #282828;
    line-height:60px;
}

.sub-heading {
    position: relative;
    font-size: 16px;
    color: #282828;
}


@media only screen and (max-width: 768px) {
    .heading {
        font-size: 28px;
        line-height:40px;
    }
}


/*----------------------------
    Service section
----------------------------*/

.service_section .service_item {
    padding:30px 5px;
    text-align: center;
    margin-bottom: 30px;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    border-radius:10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    background-color:#fff;
}

.service_section .service_item:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    background-color:#2599ef;
}
.service_section .service_item .img_box{
    width:90px;
    height:90px;
    line-height:90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50%;
    margin:0 auto 25px;
    background-color: #d9edfa;
}

.service_section .service_item:hover .img_box{
    background-color:#fff !important;
}
.service_section .service_btn {
    font-size: 16px;
    color: #fff;
    width:100px;
    height:35px;
    line-height:35px;
    border-radius:35px;
    background-color:#ff8a41;
    display:block;
    text-align:center;
    font-weight:600;
    margin:0 auto;
}
.service_section .service_item:hover .service_btn{
    background-color:#fff;
    color:#ff8a41;
}
.service_section .service_info{
    text-align:left;
}
.service_section .service_title {
    font-size: 20px;
    line-height:45px;
    color: #282828;
    font-weight: 700;
    margin-bottom:10px;
}
.service_item p {
    font-size: 14px;
    color:#777777;
    line-height:30px;
}
.service_section .service_item:hover p{
    color:#fff;
}

/* 切换按钮样式*/
.dr_testimonial_wrapper {
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 69px 0 80px;
}
.dr_testimonial_wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--main-royal-blue);
    opacity: .94;
}
.dr_testimonials_section .row{
    margin:0;
    padding:15px 15px;
}
.dr_testimonials_section .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    height: 50px;
}
.dr_testimonials_section .pagination span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 0 5px;
    background: #ff8a41;
    box-shadow: 0 5px 5px rgba(16,33,81,.15);
    opacity: 1;
}
.dr_testimonials_section .pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width:24px;
}
/*----------------------------
    End Service section
----------------------------*/


/*----------------------------
    Why us section
----------------------------*/

.why_us_section {
    width:100%;
    padding-bottom:400px;
    padding-top:40px;
    background:url(../img/why_us_bg.png) no-repeat center;
    background-size:cover;
    background-position:top center;
    position:relative;
}

@media (max-width: 980px) {
    .why_us_section {
        padding-top:100px;
        padding-bottom:270px;
    }
}
.img-feature{
    position:relative;
    width:80%;
    margin:0 auto;
}
.img-feature img{
    z-index:2;
    position:relative;
}
.img-feature .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-left: -25px;
    margin-top: -45px;
}
.img-feature .video-play a {
    color: #ff6447;
    font-size: 22px;
    text-align: center;
    border-radius: 100%;
    margin: 0;
    background:url(../img/play_icon.png) no-repeat center #fff;
    background-size:55% 55%;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 33;
    position: relative;
}
.img-feature .video-play:hover a {
    background:url(../img/play_icon_hover.png) no-repeat center #ff6447;
    background-size:55% 55%;
    color: #fff;
}
.img-feature .waves-block .waves {
    position: absolute;
    width: 210px;
    height: 210px;
    background: rgba(255, 100, 71, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    left: 50%;
    margin-left: -105px;
    top: 50%;
    margin-top: -108px;
}
.img-feature .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.img-feature .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.img-feature .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.mfp-iframe-holder .mfp-close {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #333 !important;
    padding: 0;
    top: 10px;
    right: 10px;
    text-align: center;
}
.why_us_section .heading {
    font-size:36px;
    color:#fff;
}
.why_us_section .sub-heading{
    color:#fff;
}

.why_us_section .reason_item {
    padding:10px 0;
    height:140px;
    margin-bottom: 30px;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border-radius:10px;
    background-color:#fff;
    display: flex;
    align-items: center;
    position:relative;
}
.why_us_section .reason_item:hover{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    top:-5px;
}
.why_us_section .reason_item img{
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.why_us_section .reason_item:hover img{
    transform:rotateY(180deg);
    -ms-transform:rotateY(180deg); 	/* IE 9 */
    -moz-transform:rotateY(180deg); 	/* Firefox */
    -webkit-transform:rotateY(180deg); /* Safari 和 Chrome */
    -o-transform:rotateY(180deg); 	/* Opera */
}

.why_us_section .reason_item .reason_icon_wrapper{
    width:90px;
    height:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:0 10px 10px 0;
    background-color:#ff8a41;
}

.why_us_section .reason_info{
    text-align:left;
}
.why_us_section .reason_info .reason_title {
    font-size: 20px;
    line-height:45px;
    color: #282828;
    font-weight: 700;
}
.why_us_section .reason_info p {
    font-size: 14px;
    color:#777777;
    line-height:30px;
}


/*----------------------------
    introduce section
----------------------------*/
.introduce_section{
    background: url(../img/introduce_bg.png) no-repeat bottom center #fff;
    padding-bottom:90px;
}
.part_sm_title{
    font-size:20px;
    color:#777777;
    line-height:35px;
}
.part_lg_title{
    font-size:60px;
    color:#ff8a41;
    font-weight:700;
    line-height:80px;
}
.part_un_title{
    font-size:16px;
    color:#282828;
    line-height:35px;
}

.interview_item{
    padding-left:30px;
    position:relative;
    margin-bottom:10px;
    width:88%;
}
.interview_item:before{
    content:'';
    width:15px;
    height:15px;
    border-radius:50%;
    background:#1788ec;
    position:absolute;
    top:13px;
    left:0;
}
.interview_item .item_title{
    font-size:20px;
    font-weight:700;
    color:#282828;
    line-height:40px;
}
.interview_item .item_info{
    font-size:14px;
    color:#777777;
    line-height:25px;
}

@media (min-width: 992px) {
    .interview_part{
        display: flex;
        align-items: center;
    }
}
@media (max-width: 1200px) {
    .part_sm_title{
        font-size:18px;
        line-height:30px;
    }
    .part_lg_title{
        font-size:55px;
        line-height:60px;
    }
    .part_un_title{
        font-size:14px;
        line-height:30px;
    }

    .interview_item{
        width:90%;
    }
    .interview_item .item_title{
        font-size:18px;
        line-height:35px;
    }
    .interview_item .item_info{
        font-size:14px;
        line-height:25px;
    }
}


/*----------------------------
    counter
----------------------------*/
.counter_item{
    height:140px;
    position:relative;
}
.counter_item h1{
    color:#0b20a0;
    font-size:72px;
    font-weight:800;
    height:100px;
    line-height:100px;
}
.counter_item h1 .count_icon{
    font-size:36px;
    position:relative;
    top:-40px;
}
.counter_item p{
    font-size:24px;
    color:#777777;
}
.counter_holder{
    margin-bottom:180px;
}
.counter_holder .item_parent:after{
    width:1px;
    height:90px;
    background-color:#e3e3e3;
    content:'';
    position:absolute;
    top:30px;
    right:0;
}
.counter_holder .odometer-formatting-mark{
    display:none;
}
@media (max-width:992px) {
    .counter_holder .item_parent:nth-child(2n+0):after{
        width:0;
    }
}
@media (max-width: 768px) {
    .counter_holder .col-sm-6{
        width:50%;
        float:left;
    }
}
@media (min-width: 992px) {
    .counter_holder .item_parent:nth-child(4):after{
        width:0;
    }
}

/*----------------------------
    ask
----------------------------*/
.ask_part{

}
.ask_part .part_box_title{
    height:65px;
    line-height:65px;
    border-radius:65px;
    padding:0 55px;
    color:#fff;
    background-color:#1c8af4;
    font-size:30px;
    display:inline-block;
    margin-bottom:50px;
}
.ask_part .ask_item{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color:#fff;
    border-radius:8px;
    margin-bottom:20px;
}
.ask_part .ask_item .item_title{
    background-color:#fff;
    border-radius:8px;
    font-size:18px;
    height:50px;
    line-height:50px;
    padding-left:10px;
    color:#282828;
}
.ask_part .ask_item.active .item_title{
    background-color:#1680f8;
    color:#fff;
}
.ask_part .ask_item .item_title:hover{
    cursor: pointer;
}
.ask_part .ask_item .item_info{
    font-size:14px;
    line-height:30px;
    color:#777777;
    padding:10px 15px;
}

@media (min-width: 992px) {
    .ask_part{
        display: flex;
        align-items: center;
    }
}


/*----------------------------
    contact section
----------------------------*/
.contact_section{
    padding:80px 0;
    position:relative;
    margin-bottom:40px;
    color:#fff;
}
.contact_section .section_bg{
    width:60%;
    height:100%;
    background:#55cff9;
    position: absolute;
    left:0;
    top:0;
    border-radius:0 800px 800px 0;
}

.contact_section .part_box_title{
    font-size:38px;
    margin-bottom:50px;
    font-weight:600;
}

@media (min-width: 992px) {
    .contact_part{
        display: flex;
        align-items: center;
    }
}
@media (max-width: 992px) {
    .contact_section .section_bg{
        width:100%;
    }
}
@media (max-width: 650px) {
    .contact_section .section_bg{
        border-radius:0;
    }
}

.contact_section .contact_item{
    margin-bottom:40px;
    display: flex;
    justify-content: flex-start;
}
.contact_section .item_img{
    width:55px;
}
.contact_section .item_info .contact_title{
    height: 40px;
    line-height:32px;
    font-size:22px;
    font-weight:600;
}

.contact_section .item_info .contact_num{
    height: 40px;
    line-height:40px;
    margin-bottom:10px;
    font-size:31px;
    font-weight:600;
    white-space: nowrap;
}

.contact_section .item_info .contact_remind{
    font-size:20px;
}

@media (max-width: 1200px) {

    .contact_section .part_box_title{
        font-size:31px;
        margin-bottom:40px;
    }
    .contact_section .contact_item{
        margin-bottom:30px;
    }
    .contact_section .item_info .contact_title{
        height: 35px;
        line-height:30px;
        font-size:20px;
    }

    .contact_section .item_info .contact_num{
        height: 35px;
        line-height:35px;
        margin-bottom:10px;
        font-size:25px;
    }

    .contact_section .item_info .contact_remind{
        font-size:16px;
    }
}


/*----------------------------
    Footer
----------------------------*/

footer {
    background-color: #fff;
}

footer .top_area{
    background:url(../img/footer_top_bg.png) no-repeat bottom center;
}
footer .bottom_area {
    background:#fff;
}



/*----------------------------
    End Footer
----------------------------*/

/********************************************************
    1. Global CSS
*******************************************************/

body {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
a, a:hover, a:focus, button, button:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.relative {
    position: relative;
}
img {
    max-width: 100%;
}
input, textarea, select, button, button:focus, button:hover, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus {
    outline: none;
    box-shadow:none;
}
ul, p {
    padding:0;
    margin:0;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
    text-transform:capitalize;
}
.full_width {
    width: 100%;
}
.padder0 {
    padding: 0;
}
.mb_30 {
    margin-bottom: 30px;
}
.mt_30 {
    margin-top: 30px;
}
.mt_40 {
    margin-top: 40px;
}
.mb_40 {
    margin-bottom: 40px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_0 {
    margin: 0;
}
.padder_right {
    padding-right: 0;
}
.padder_left {
    padding-left: 0;
}
.overflow_hidden {
    overflow: hidden;
}
button {
    cursor: pointer;
}
.display_flex {
    display: flex;
    flex-wrap: wrap;
}
.nice-select .list {
    width: 100%;
}
.map_bg {
    background: var(--main-border-color);
}
.white {
    color: var(--main-bg-color);
}
.fullWidth {
    width: 100% !important;
}
iframe {
    width: 100%;
    border: none;
}
.hidden_div {
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.single_tab, .single_tab.hidden_div {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.response {
    color: var(--red);
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.closeBtn {
    margin: 0 0 20px 0;
    display: inline-block;
    padding: 0 15px;
}
.closeBtn svg {
    width: 20px;
    fill: var(--main-bg-color);
}
/********************************************************
    6. Responsive CSS
*******************************************************/
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding: 0;
    }
    .closeBtn {
        display: none;
    }
}
@media (max-width: 1744px) and (min-width: 1401px) {
    .loc_service_wrapper .mt_31 {
        margin-top: 0;
    }
    .loc_service_section {
        margin-top: 40px;
    }
}
@media (max-width: 1400px) and (min-width: 1200px) {
    .loc_service_wrapper .mt_31 {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .loc_search_wrapper {
        padding-left: 25px;
    }
}
@media (max-width: 1400px) {
    .swiper-button-next1 {
        right: 4px;
    }
    .swiper-button-prev1 {
        left: 13px;
    }
    .loc_service_section {
        margin-top: 20px;
    }
    .loc_service_wrapper {
        background-position: center center;
    }
    .loc_service_icon {
        flex: 2;
        margin-left: 10px;
    }
    .loc_service_section.icon_left .loc_service_icon {
        margin: 0 10px 0 0;
    }
    .loc_service_wrapper .mb_40 {
        margin-top: 0;
    }
    .loc_service_text {
        flex: 5;
    }
    .loc_service_text p {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {

    .loc_about_text h2, .loc_work_text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .loc_service_text h4 {
        font-size: 22px;
    }
    .loc_quote_text h2 {
        font-size: 40px;
    }
    .loc_quote_text h1 .loc_quate_no {
        font-size: 50px;
    }
    .loc_service_wrapper .row {
        align-items: flex-end;
    }
    .loc_project_read p {
        width: auto;
    }
    .loc_price_section {
        padding: 40px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .loc_btn {
        padding: 0 30px;
    }

    .loc_search_wrapper li:last-of-type {
        margin-left: 6px;
    }
    .loc_testimonial_wrapper .loc_testimonial_button {
        bottom: 29%;
        right: 9.6%;
    }
    .loc_insta_field ul li {
        margin: 0 0 6px;
    }
    .loc_service_wrapper .mt_31 {
        margin-top: 0;
    }
    .loc_service_section {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media (min-width: 991.98px) {
    .loc_blog_heading {
        width: 80%;
    }
    .loc_testimonial_bullets {
        z-index: 1;
    }
    .main_menu_wrapper ul > li:hover > a {
        color: var(--main-color);
    }
}

@media (max-width: 991.98px) {

    .loc_list_item li {
        width: 49%;
    }
    .loc_service_section {
        margin: 0 0 15px;
    }
    .loc_service_section.icon_left .loc_service_icon {
        text-align: center;
        margin: 0 10px 10px 0;
    }
    .loc_service_wrapper .col-lg-4 {
        margin-top: 0;
    }
    .loc_partner_section {
        flex-wrap: wrap;
    }
    .loc_testimonial_bullets {
        left: 0;
        right: 0;
        margin: auto;
    }
    .loc_testimonial_slider {
        margin-top: 100px;
    }
    .loc_client_quote {
        margin-top: 130px;
    }
    .loc_testimonial_wrapper .loc_testimonial_button {
        bottom: 12.5%;
        width: auto;
        right: 15px;
        left: 15px;
    }
    .loc_testimonial_wrapper {
        padding: 70px 0 80px;
    }
    .loc_quote_text h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .loc_quote_text h4 {
        font-size: 18px;
        margin-top: 20px;
    }
    .loc_quote_text h1 .loc_quate_no {
        font-size: 36px;
        line-height: 58px;
    }
    .loc_project_inner {
        margin-bottom: 18px;
    }
    .loc_heading_wrapper h2 {
        font-size: 30px;
    }
    .loc_tabs_nav li a {
        font-size: 16px;
    }
    .loc_tabs_nav {
        margin-bottom: 20px;
    }
    .loc_tabs_nav li {
        height: 60px;
    }
    .loc_price_section {
        padding: 30px 15px;
    }
    .loc_price_section h1 {
        font-size: 50px;
    }
    .loc_search_field input {
        padding: 0 40px 0 20px;
    }
    .loc_img_text_container img, .loc_img_text_container p {
        width: 100%;
    }
    .loc_img_text_container img {
        margin: 15px 0;
    }
    .loc_project_wrapper.loc_project_page_wrapper {
        padding: 80px 0 44px;
    }
    .loc_blog_section {
        margin-bottom: 44px;
    }
    .loc_contact_info {
        width: 100%;
    }
    .loc_contact_wrapper .col-lg-4.d-flex {
        padding: 0 0 15px 0;
    }
    .loc_contact_info {
        padding: 44px 15px 0 15px;
    }
    .loc_contact_form {
        padding: 44px 0 41px 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .loc_about_wrapper .row, .loc_work_wrapper .row {
        align-items: center;
    }
    .loc_service_wrapper {
        background-size: cover;
    }
    .loc_service_text {
        width: 100%;
        flex: auto;
        text-align: center !important;
    }
    .loc_service_icon {
        flex: auto;
        margin: 0 0 10px;
        width: 100%;
        text-align: center;
    }
    .loc_category_field ul li a, .loc_archives_field ul li a, .loc_blog_title_wrap {
        width: 100%;
    }
    .loc_latestPost_field ul li .loc_blog_thumb {
        width: 100%;
        margin: 0 0 12px;
    }
    .loc_insta_field ul li {
        margin: 0 0 5px;
    }
    .loc_footer_address h5 {
        font-size: 25px;
    }

    .loc_about_wrapper {
        padding: 76px 0 44px;
    }
    .loc_counter_wrapper {
        padding: 91px 0 45px;
    }
    .loc_service_wrapper {
        padding: 74px 0 0px;
    }
    .loc_testimonial_wrapper {
        padding: 74px 0 80px;
    }
    .loc_work_wrapper {
        padding: 76px 0 44px;
    }
    .loc_project_wrapper {
        padding: 74px 0 44px;
    }
    .loc_team_wrapper {
        padding: 74px 0 44px;
    }
}

@media (max-width: 767.98px) {
    .loc_project_inner img {
        width: 100%;
    }
    .loc_search_wrapper li:last-of-type {
        padding: 0 15px;
    }
    .loc_search_wrapper .loc_btn {
        width: auto;
        height: 40px;
        line-height: 36px;
        padding: 0 20px;
    }
    .loc_border:before, .loc_border:after{
        width: 90%;
    }
    .loc_service_section.icon_left {
        margin: 15px 0 0;
    }
    .loc_service_section.icon_left:last-of-type {
        margin-bottom: 70px;
    }
    .loc_quote_wrapper > div > .row, .loc_appointment_wrapper > div > .row {
        flex-direction: column-reverse;
    }
    .loc_search_bar input {
        padding: 6px 100px 6px 15px;
    }
    .loc_insta_field ul {
        justify-content: flex-start;
    }
    .loc_insta_field ul li img {
        width: 100%;
    }
    .loc_insta_field ul li {
        width: 20%;
        margin: 0 10px 10px 0;
    }
    .loc_blog_heading {
        font-size: 30px;
        line-height: 40px;
    }
    .loc_testimonial_wrapper .loc_testimonial_button {
        bottom: 12.3%;
    }
    .loc_about_text {
        margin-top: 16px;
    }
    .loc_about_wrapper {
        padding: 100px 0 44px;
    }
    .counter_item {
        margin-bottom: 6px;
    }
    .loc_counter_wrapper {
        padding: 91px 0 39px;
    }
    .loc_service_wrapper {
        padding: 74px 0 0px;
    }
    .loc_service_img {
        margin: 16px 0 15px;
    }
    .loc_testimonial_wrapper {
        padding: 74px 0 80px;
    }
    .loc_work_wrapper {
        padding: 76px 0 70px;
    }
    .loc_work_text {
        margin-bottom: 14px;
    }
    .loc_quote_wrapper {
        padding: 73px 0 0;
    }
    .loc_quote_text h1 .loc_quate_no {
        line-height: 58px;
    }
    .loc_project_wrapper {
        padding: 74px 0 44px;
    }
    .loc_appointment_wrapper {
        padding: 76px 0 0;
    }
    .loc_appointment_form {
        margin-bottom: 24px;
    }
    .loc_team_wrapper {
        padding: 74px 0 44px;
    }
    .loc_work_wrapper.loc_whyUs_wrapper {
        padding: 74px 0 70px;
    }
    .loc_service_thumb_wrapper {
        padding: 80px 0 33px;
    }
    .loc_price_wrapper {
        padding: 74px 0 50px;
    }
    .loc_blog_section {
        margin-bottom: 44px;
    }
    .blog_pagination_wrapper ul li a {
        margin-right: 14px;
    }
    .loc_work_wrapper.loc_whyUs_wrapper .loc_heading_wrapper {
        margin-bottom: 38px;
    }
    .loc_footer_wrapper {
        padding: 80px 0 48px;
    }
}

@media (min-width: 576px) {
    .loc_service_thumb_wrapper .row {
        margin: 0 -30px;
    }
}

@media (max-width: 767px) and (min-width: 575.98px) {

}

@media (max-width: 575.98px) {
    .loc_header_wrapper {
        padding: 15px 0;
    }
    .loc_logo {
        padding: 0 0 12px;
        text-align: center;
    }
    .loc_search_bar_container {
        width: 80%;
    }
    .loc_btn {
        padding: 0 30px;
        width: auto;
        height: 40px;
        line-height: 40px;
    }
    .loc_search_wrapper .loc_btn {
        margin: 0;
        line-height: 38px;
    }
    .loc_search_wrapper ul {
        justify-content: space-between;
    }
    .loc_search_wrapper li:last-of-type {
        padding: 0;
    }
    .loc_list_item li {
        width: 100%;
    }
    .loc_testimonial_bullets {
        width: 280px;
        height: 280px;
        top: -62px;
    }
    .loc_client_img img {
        width: 160px;
        height: 160px;
    }
    .loc_testimonial_wrapper .loc_testimonial_button {
        bottom: 6%;
    }
    .loc_work_img {
        padding: 0;
    }
    .loc_work_text, .loc_about_text {
        padding-top: 15px;
    }
    .loc_project_wrapper > div > .row > .row {
        margin: 0;
    }
    .loc_quote_text h1 .loc_quate_no {
        font-size: 30px;
    }
    .loc_appointment_wrapper .padder0, .loc_team_wrapper .padder0, .loc_footer_wrapper .padder_left, .loc_footer_wrapper .padder_right, .loc_footer_wrapper .padder0 {
        padding: 0 15px;
    }
    .loc_tabs_nav li {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ececec;
    }
    .loc_tabs_nav li:last-child {
        border: none;
    }
    .loc_blog_info ul li:first-child {
        width: 100%;
        margin: 0 0 20px;
    }
    .loc_blog_info ul li {
        margin: 0 30px 0 0;
    }
    .loc_blockquote_quote, .loc_author_content, .loc_comment_detail {
        width: 100%;
        margin: 12px 0 0 0;
    }
    .loc_border:before, .loc_border:after {
        width: 100%;
    }
    .loc_service_section.icon_left:last-of-type {
        margin-bottom: 74px;
    }
    .loc_work_wrapper {
        padding: 61px 0 70px;
    }
    .loc_work_wrapper.loc_whyUs_wrapper .loc_heading_wrapper {
        margin-bottom: 23px;
    }
}

@media (max-width: 359.98px) {
    .loc_about_img:before, .loc_work_img:before {
        width: 270px;
    }
}


