@media only screen and (min-width: 1920px) {
    html{
        font-size: 1.25rem;
    }
    .container{
        max-width: 107.5rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto{
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .row{
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
    .g-0{
        margin: 0;
    }
    .g-0 [class*="col-"]{
        padding-right: 0;
        padding-left: 0;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: -5.3125rem;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -5.3125rem;
    }
    
/*----------End 1920px------*/
}

@media only screen and (min-width: 2560px) {
    html{
        font-size: 1.75rem;
    }
    .container{
        max-width: 147.5rem;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto{
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
    }
    .row{
        margin-right: -1.5625rem;
        margin-left: -1.5625rem;
    }
    .g-0{
        margin: 0;
    }
    .g-0 [class*="col-"]{
        padding-right: 0;
        padding-left: 0;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: -6.875rem;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -6.875rem;
    }
    
/*----------End 2560px------*/
}

@media only screen and (max-width: 1399px){
    body{
/*        padding-top: 121px;*/
        padding-top: 82px;
    }
    
/*-------------Owl nav--------------*/
    body .owl-theme .owl-nav [class*="owl-"]{
        width: 55px;
        height: 55px;
    }
    .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
        width: 39px;
        height: 45px;
    }
    .owl-theme .owl-dots .owl-dot span{
        width: 12px;
        height: 12px;
    }
    .common_btn{
        font-size: 18px;
        line-height: 22px;
        padding: 16px 28px;
    }
    .small_btn{
        font-size: 14px;
        line-height: 18px;
        padding: 12px 18px;
    }
    
/*--------Contact info--------*/
    .contactInfo{
        padding: 20px 0 8px;
    }
    .call{
        font-size: 17px;
        line-height: 21px;
        padding-right: 10px;
    }
    
/*----------Header-----------*/
    .navBar li{
        margin-right: 20px;
    }
    .navBar li a{
        font-size: 18px;
        line-height: 22px;
/*        padding: 20px 0;*/
        padding: 30px 0;
    }
    header .logo{
        width: 262px;
/*        margin-bottom: 15px;*/
    }
    .main_header .container-fluid{
        padding: 0 50px;
    }
    header.fixed .navBar li a{
        padding: 30px 0;
    }
    header.fixed{
        top: -82px;
    }
    .navBar .dropdown-menu{
        width: 230px;
    }
    
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: 570px;
    }
    .banner_caption{
        max-width: 960px;
    }
    .banner_caption h1{
/*
        font-size: 70px;
        line-height: 66px;
*/
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 30px;
    }
    .banner_slider.owl-theme .owl-dots{
        bottom: 50px;
    }
    
/*-----------Blue sec----------*/
    .blue_sec{
        padding: 60px 0 75px;
    }
    .blue_sec::before{
        top: -23px;
        background-size: 100% 25px;
        height: 25px;
    }
    .blue_sec::after{
        right: 40px;
        width: 344px;
        height: 342px;
    }
    .blueSec_txt{
        padding-right: 0;
    }
    .blueSec_txt h2{
        font-size: 40px;
        line-height: 51px;
/*        margin-bottom: 30px;*/
    }
    
/*-----------Pumped sec----------*/
    .pumped_txt{
        padding: 70px 70px 80px 150px;
    }
    .pumped_txt h3{
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .pumped_txt p{
        font-size: 17px;
        line-height: 29px;
        margin-bottom: 25px;
    }
    .btn_group .common_btn{
        margin-right: 12px;
    }
    
/*-----------Feature sec----------*/
    .feature_item{
        font-size: 16px;
        line-height: 24px;
        padding: 40px 20px;
    }
    .feature_item img{
        width: 65px;
        margin-bottom: 18px;
    }
    .feature_item h4{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    
/*-----------Box img sec----------*/
    .box_txt h5{
        font-size: 44px;
        line-height: 48px;
    }
    
/*------------Newsletter sec------------*/
    .newsLetter_sec{
        padding: 70px 0 65px;
    }
    .newsletter_title{
        padding-right: 20px;
    }
    .newsletter_title h5{
        font-size: 28px;
        line-height: 32px;
    }
    .newsletter_title p{
        font-size: 17px;
        line-height: 21px;
    }

/*----------Newletter form-----------*/
    .newletter_form .small_btn{
        font-size: 16px;
        line-height: 20px;
        padding: 16px 5px;
    }
    .newletter_form .form-control{
        font-size: 17px;
        line-height: 21px;
        height: 52px;
    }
    
/*--------------Footer--------------*/
    .site_footer{
        padding: 90px 0 35px;
    }
    .footer_box h6{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .footer_link ul li{
        padding-bottom: 6px;
    }
    .abt_txt p{
        padding-bottom: 15px;
    }
    .footer_logo{
        width: 234px;
        margin-bottom: 20px;
    }
    .footerContact ul li{
        padding-bottom: 8px;
    }
    .site_footer .social_icon ul{
        margin-top: 20px;
    }
    .site_footer .social_icon ul li a{
        margin-right: 8px;
    }
    .site_footer .social_icon ul li a img{
        width: 28px;
    }

/*------------Copy right--------------*/
    .copy_right{
        padding-top: 50px;
    }
    
/*--------Return to top--------*/
    .return_to_top{
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
    .return_to_top img{
        width: 25px;
    }
    
/*------------Contact page--------------*/    
/*------------Contact sec--------------*/    
    .contact_link ul li:first-child .link{
        width: 74%;
    }
    
/*-------------Inner Page----------*/
    .commonWrapper_box{
        margin-bottom: 20px;
        padding: 25px 18px;
        margin: 25px 0;
    }
    
/* What os psh page */
    .common_video{
/*
        padding: 20px 0;
        width: 65%;
*/
    }
    .common_video iframe{
        height: 320px;
    }
    
/*------------Team Page----------*/
/*------------Team Sec----------*/
    .team_wrap .row [class*="col-"]{
        margin-bottom: 25px;
    }
    .team_item{
        padding: 25px 15px;
    }
    .team_txt span{
        margin-bottom: 12px;
    }
    
/*-------New project page----------*/
    /* Project Banner */
/*
    .project_bnr{
        margin-top: 40px;
    }
*/
    .project_bnr::before{
        bottom: 30px;
        right: 40px;
        width: 80px;
        height: 80px;
    }
    .bnr_title{
        padding-top: 25px;
    }
    .bnr_box{
        max-width: 610px;
        padding: 50px 60px;
    }
    .bnr_box ul{
        margin-bottom: 20px;
    }
    .bnr_box ul li{
        margin-bottom: 10px;
    }

    /* Blue bar */
    .blue_bar{
        padding: 25px 0;
    }

    /* Project info sec */
/*
    .projectInfo_img{
        margin-top: -110px;
    }
*/

    /* Timeline sec */
    .timeline_title{
        font-size: 18px;
        line-height: 22px;
        padding: 12px 30px;
        margin-bottom: 40px;
    }
    .timline_sec{
        padding: 30px 0 80px;
    }
    
    /* Timeline  */
    .timline::before{
        height: 50px;
    }
    .timline > ul > li{
        padding: 0 30px;
    }
    .icon_circle{
        width: 100px;
        height: 100px;
        border-width: 10px;
    }
    .icon_circle img{
        width: 40px;
    }
    .year p{
        font-size: 22px;
        line-height: 26px;
    }
    .timline_txt{
        margin-top: 30px;
    }
    .timline_txt p{
        font-size: 18px;
        line-height: 24px;
    }
    .icon_wrap{
        padding-top: 55px;
        margin-top: 20px;
    }
    .icon_wrap::before, .icon_wrap::after{
        top: 15px;
        height: 40px;
    }
    .icon_wrap::after{
        width: 15px;
        height: 15px;
        box-shadow: 0px 0px 0px 4px #fff inset;
    }
    .hover_info{
        padding: 20px 20px;
    }
    
/*--------Benefit page--------*/
    .benefit_item{
        padding: 18px 15px;
        margin-top: 20px;
    }
    .benefit_icon{
        width: 80px;
        margin-right: 20px;
    }
    
    
/*----------End 1399px------*/    
}

@media only screen and (min-width: 1200px) {
    .navBar>.dropdown:hover>.dropdown-menu, .navBar>.dropdown:focus>.dropdown-menu, .navBar>.dropdown:focus-within>.dropdown-menu{
        display: block;
    }
    .navBar>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu, .navBar>.dropdown>.dropdown-menu>.dropdown:focus>.dropdown-menu, .navBar>.dropdown>.dropdown-menu>.dropdown:focus-within>.dropdown-menu{
        display: block;
    }
    .navBar>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu>.dropdown:hover>.dropdown-menu, .navBar>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu>.dropdown:focus>.dropdown-menu,
    .navBar>.dropdown>.dropdown-menu>.dropdown>.dropdown-menu>.dropdown:focus-within>.dropdown-menu{
        display: block;
    }
    .navBar .dropdown-menu .dropdown{
        display: block;
    }
    .navBar .dropdown-menu .dd_opener{
        display: none;
    }
    .navBar .dropdown-menu .dropdown-menu{
        left: 100%;
        top: 0;
    }
    .navBar li:nth-child(n + 3) .dropdown-menu .dropdown-menu{
        right: 100%;
    }

/*----------End 1200px------*/
}

@media only screen and (max-width: 1199px){
    body{
/*        padding-top: 87px;*/
        padding-top: 85px;
    }
    body h1{
        font-size: 36px;
        line-height: 40px;
    }
    body h2{
        font-size: 32px;
        line-height: 38px;
    }
    body h3{
        font-size: 28px;
        line-height: 32px;
    }
    body h4{
        font-size: 24px;
        line-height: 28px;
    }
    body h5{
        font-size: 22px;
        line-height: 26px;
    }
    body h6{
        font-size: 18px;
        line-height: 22px;
    }
    
/*-------------Owl nav--------------*/
    body .owl-theme .owl-nav [class*="owl-"]{
        width: 45px;
        height: 45px;
    }
    .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
        width: 29px;
        height: 35px;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: -55px;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -55px;
    }
    .common_btn{
        font-size: 17px;
        line-height: 21px;
        padding: 15px 25px;
    }
    .small_btn{
        font-size: 14px;
        line-height: 18px;
        padding: 11px 16px;
    }
    
/*--------skip to content-------*/
    .skip_main:focus, .skip_main:focus-within,
    .skip_main:active{
        font-size: 15px;
        line-height: 19px;
        padding: 12px 15px;
    }

/*---------Contact info wrap---------*/
    .contactInfo_wrap{
        display: none;
    }
    
/*----------------Main header------------*/
    .main_header{
        padding: 20px 0;
    }
    .main_header .container-fluid{
        padding: 0 40px;
    }
    header .logo, header.fixed .logo{
        width: 220px;
        margin-bottom: 0;
    }
    .menu{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -100%;
        z-index: 2;
        background: #acacac;
        padding: 110px 12px 30px;
        margin: 0;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .menu::after{
        content: "";
        width: 100%;
        height: 85px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }
    .menu.show{
        right: 0;
    }
    .headerBtn{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        order: 3;
        width: 45px;
        height: 27px;
        z-index: 4;
    }
    .headerBtn .hamburger{
        display: block;
    }
    .menuBackBtn{
        display: block !important;
    }
    .menuWrapper{
        justify-content: flex-end;
        align-items: center;
    }
    .navBar{
        flex-direction: column;
        width: 100%;
    }
    .navBar li{
        border-bottom: 1px solid #919191;
        padding: 0;
    }
    .navBar li:last-child{
        border-bottom: none;
    }
    .navBar li:hover>a{
        color: #2856b4;
    }
    .navBar .dropdown-menu{
        position: static;
        width: 100%;
        box-shadow: none;
        background: transparent;
    }
    .navBar .dropdown-menu li a{
        background: transparent;
        font-size: 17px;
        color: #312f30;
        padding-left: 0;
        border-bottom: none;
    }
    .navBar .dropdown-menu li:hover > a{
        padding-left: 0;
    }
    .navBar .dropdown-menu li a:hover{
        background: transparent;
    }
    .navBar .dropdown-menu li:hover>a{
        background: transparent;
        color: #2856b4;
    }
    .navBar .dropdown{
        justify-content: space-between;
    }
    .navBar .dropdown>a{
        flex-grow: 1;
        width: 50%;
    }
    .navBar .dropdown.navActive{
        border-bottom: none;
        padding-left: 22px;
    }
    .navBar .dropdown.navActive>a{
        font-size: 20px;
        color: #2856b4;
        font-weight: 700;
    }
    .navBar .dropdown.navActive .dropdown.navActive{
        padding-left: 0;
    }
    .navBar li{
        margin-right: 0;
    }
    .navBar>li>a{
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        color: #312f30;
        padding: 12px 0;
    }
    .navWrapper{
        max-height: 100%;
        overflow: auto;
        max-width: 500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-left: 0;
    }
    nav{
        padding: 0 55px 0 30px;
        padding-right: 25px;
        position: relative;
    }
    .dd_opener{
        padding-left: 0;
        margin-left: 0;
        cursor: pointer;
    }
    .dd_opener i{
        font-size: 0px;
        height: 35px;
        width: 35px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(../images/icon/right-angle.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px 14px;
    }
    .menuArea{
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        padding: 0;
    }
    
/*----------Fixed menu-----------*/
    header.fixed{
        top: -85px;
    }
    header.fixed .navBar li a{
        padding: 12px 0;
    }
    header.fixed .navBar .dropdown-menu li a{
        padding-left: 0;
    }

/*-----------SM version----------*/    
    .smVersion{
        display: block;
        margin-top: auto;
    }
    .contactInfo{
        display: block;
        padding: 0;
        text-align: center;
    }
    .call{
        font-size: 22px;
        line-height: 26px;
        padding: 0 0 15px;
    }
    .call p a:hover{
        color: #182378;
    }
    .contactInfo .social_icon ul{
        justify-content: center;
        margin-bottom: 15px;
    }
    .contactInfo .social_icon ul li a img{
        filter: invert(46%) sepia(17%) saturate(4659%) hue-rotate(201deg) brightness(70%) contrast(120%);
        -webkit-filter: invert(46%) sepia(17%) saturate(4659%) hue-rotate(201deg) brightness(70%) contrast(120%);
    }
    
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: 520px;
    }
    .banner_caption h1{
/*
        font-size: 60px;
        line-height: 58px;
*/
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 25px;
    }
    .banner_slider.owl-theme .owl-dots{
        bottom: 40px;
    }
    
/*-----------Blue sec----------*/
    .blue_sec{
        padding: 50px 0 65px;
    }
    .blue_sec::before{
        top: -18px;
        background-size: 100% 20px;
        height: 20px;
    }
    .blue_sec::after{
        right: 30px;
        width: 304px;
        height: 302px;
    }
    .blueSec_txt h2{
        font-size: 36px;
        line-height: 47px;
/*        margin-bottom: 25px;*/
    }
    
/*-----------Pumped sec----------*/
    .pumped_wrap .row .column:first-child{
        width: 60%;
    }
    .pumped_wrap .row .column:last-child{
        width: 40%;
    }
    .pumped_txt{
        padding: 50px 50px 60px 130px;
    }
    .pumped_txt h3{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .pumped_txt p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .btn_group .common_btn{
        margin-right: 10px;
    }
    
/*-----------Feature sec----------*/
    .feature_item{
        padding: 40px 15px;
    }
    .feature_item img{
        width: 55px;
        margin-bottom: 15px;
    }
    .feature_item h4{
        font-size: 20px;
        line-height: 24px;
    }
    
/*-----------Box img sec----------*/
    .box_txt h5{
        font-size: 38px;
        line-height: 42px;
    }
    
/*------------Newsletter sec------------*/
    .newsLetter_sec{
        padding: 50px 0 45px;
    }
    .newsletter_title h5{
        font-size: 24px;
        line-height: 28px;
    }
    .newsletter_title p{
        font-size: 16px;
        line-height: 20px;
    }

/*----------Newletter form-----------*/
    .newletter_form .small_btn{
        padding: 14px 5px;
    }
    .newletter_form .form-control{
        font-size: 16px;
        line-height: 20px;
        height: 48px;
    }
    
/*--------------Footer--------------*/
    .site_footer{
        padding: 70px 0 30px;
        background-size: auto 40px;
    }
    .footer_box h6{
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .footer_logo{
        width: 214px;
        margin: 15px 0;
    }
    .site_footer .social_icon ul{
        margin-top: 15px;
    }
    .copy_right{
        padding-top: 40px;
    }

/*--------Return to top--------*/
    .return_to_top{
        bottom: 15px;
        right: 15px;
        width: 35px;
        height: 35px;
    }
    .return_to_top img{
        width: 22px;
    }

/*--------------Inner Page-------------*/
/*--------------Inner wrapper-------------*/
    .inner_content{
        padding: 60px 0;
    }
    .inner_sec, .common_padding{
        background-size: auto 40px;
    }
    .inner_wrapper .inner_content{
        padding: 60px 30px;
    }
    .inner_wrapper .inner_content{
        width: 70%;
    }
    .inner_sidebar{
        width: 30%;
    }
    .alignleft, .alignright{
        width: 350px !important;
/*        height: 300px;*/
        margin: 0 20px 20px 0;
    }
    .alignright{
        margin: 0 0 20px 20px;
    }
    .title_wrap{
        padding: 60px 20px 15px 0;
    }
    .backBtn a{
        padding: 18px 15px 18px 40px;
    }
    .sidebar_info{
        padding: 0 25px 30px 0;
    }
    .btn_group .common_btn{
        margin-right: 10px;
    }
    .commonWrapper_box{
        margin-bottom: 15px;
        padding: 20px 15px;
        margin: 20px 0;
    }
    
/*------------Accordion------------*/
    .accordion .accordion-header .accordion-button{
        font-size: 18px;
        line-height: 22px;
        padding: 14px 35px 14px 12px;
    }
    .accordion .accordion-body{
        padding: 15px 12px;
    }
    
/*------------Contact Page----------*/
/*------------Contact Sec----------*/
    .common_padding{
        padding: 60px 0;
    }
    .contact_form .forminator-ui#forminator-module-131.forminator-design--default .forminator-button-submit{
        font-size: 16px;
        line-height: 20px;
        padding: 15px 25px
    }
    
/*------------Blog Page----------*/
/*------------Blog Sec----------*/
    .blog_info h2{
        font-size: 22px;
        line-height: 26px;
    }
    .blog_info{
        padding: 20px 15px;
    }
    .blog_item{
        margin-bottom: 25px;
    }

/*------------Blog deatails page----------*/
/*------------Blog details sec----------*/
    .blogDetails_content h1{
        font-size: 26px;
        line-height: 30px;
    }
    
/*------------404 Page----------*/
/*------------404 Sec----------*/
    .error_content h1{
        font-size: 150px;
        line-height: 154px;
    }
    
/* What os psh page */
/*
    .common_video{
        padding: 15px 0;
        width: 70%;
    }
*/
    .common_video iframe{
        height: 280px;
    }
    
/*------------Team Page----------*/
/*------------Team Sec----------*/
    .team_wrap .row [class*="col-"]{
        margin-bottom: 20px;
    }
    .team_item{
        padding: 20px 15px;
    }
    .team_txt span{
        margin-bottom: 10px;
    }
    
/*-------New project page----------*/
    /* Project Banner */
/*
    .project_bnr{
        margin-top: 30px;
    }
*/
    .project_bnr::before{
        bottom: 20px;
        right: 30px;
        width: 60px;
        height: 60px;
    }
    .bnr_title{
        padding-top: 20px;
    }
    .bnr_box{
        font-size: 16px;
        line-height: 20px;
        max-width: 560px;
        padding: 40px 50px;
    }
    .bnr_box ul{
        margin-bottom: 18px;
    }
    .bnr_box ul li{
        margin-bottom: 8px;
    }

    /* Blue bar */
    .blue_bar{
        padding: 20px 0;
    }

    /* Project info sec */
/*
    .projectInfo_img{
        margin-top: -90px;
    }
*/

    /* Timeline sec */
    .timeline_title{
        font-size: 17px;
        line-height: 21px;
        padding: 11px 25px;
        margin-bottom: 30px;
    }
    .timline_sec{
        padding: 20px 0 60px;
    }
    
    /* Timeline  */
    .timline::before{
        height: 40px;
    }
    .timline > ul > li{
        padding: 0 20px;
    }
    .icon_circle{
        width: 80px;
        height: 80px;
        border-width: 8px;
    }
    .icon_circle img{
        width: 35px;
    }
    .year p{
        font-size: 20px;
        line-height: 24px;
    }
    .timline_txt{
        margin-top: 25px;
    }
    .timline_txt p{
        font-size: 16px;
        line-height: 20px;
    }
    .icon_wrap{
        padding-top: 45px;
        margin-top: 15px;
    }
    .icon_wrap::before, .icon_wrap::after{
        top: 10px;
        height: 35px;
    }
    .icon_wrap::after{
        width: 12px;
        height: 12px;
        box-shadow: 0px 0px 0px 3px #fff inset;
    }
    .hover_info{
        padding: 18px 15px;
    }
    
/*--------Benefit page--------*/
    .benefit_item{
        padding: 15px 12px;
    }
    .benefit_icon{
        width: 60px;
        margin-right: 15px;
    }
    
/*-----------End 1199px----------*/
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: 470px;
    }
    .banner_caption{
        max-width: 720px;
    }
    .banner_caption h1{
/*
        font-size: 50px;
        line-height: 52px;
*/
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .banner_slider.owl-theme .owl-dots{
        bottom: 30px;
    }
    
/*-----------Blue sec----------*/
    .blue_sec{
        padding: 40px 0 55px;
    }
    .blue_sec::before{
        top: -13px;
        background-size: 100% 15px;
        height: 15px;
    }
    .blue_sec::after{
        right: 20px;
        width: 254px;
        height: 252px;
    }
    .blueSec_txt h2{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    
/*-----------Pumped sec----------*/
    .pumped_wrap{
        max-width: 720px;
        margin: 0 auto;
        padding: 0 12px;
    }
    .pumped_wrap .row .column:nth-child(n + 1){
        width: 100%;
    }
    .pumped_txt{
        padding: 40px 0 60px;
        background: url(../images/pattern-1.png) repeat-x bottom;
        background-size: auto 40px;
    }
    .pumped_txt h3{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .pumped_txt p{
        margin-bottom: 20px;
    }
    
/*-----------Feature sec----------*/
    .feature_item{
        padding: 30px 12px;
    }
    .feature_wrap .row [class*="col-"]:nth-child(3) .feature_item{
        background: #182378;
    }
    
/*-----------Box img sec----------*/
    .box_txt h5{
        font-size: 32px;
        line-height: 36px;
    }
/*------------Newsletter sec------------*/
    .newsLetter_sec{
        padding: 40px 0;
    }
    .newsLetter_wrap .column:nth-child(n + 1){
        width: 100%;
    }
    .newsletter_title{
        text-align: center;
        margin-bottom: 20px;
        padding-right: 0;
    }
    
/*--------------Footer--------------*/
    .site_footer{
        padding: 60px 0 30px;
    }
    .footer_wrap .row [class*="col-"]:nth-child(2){
        order: 3;
        margin-top: 30px;
    }
    .footer_wrap .row [class*="col-"]:nth-child(3){
        order: 2;
    }
    .copy_right{
        padding-top: 30px;
    }
    
/*--------------Inner page-------------*/
/*--------------Inner wrapper-------------*/
    .inner_wrapper{
        padding: 60px 30px;
        margin-right: 0;
    }
    .inner_wrapper .inner_content, .inner_sidebar{
        width: 100%;
        padding: 0;
    }
    .inner_wrapper .inner_content{
        order: 2;
    }
    .inner_content ul li{
        padding: 0 0 10px 18px;
    }
    .inner_content ol li{
        padding-bottom: 12px;
    }
    .inner_content ul li ul{
        padding: 12px 0 0;
    }
    .listing_none ul li{
        padding: 0;
    }
    
/*--------------Inner sidebar-------------*/
    .inner_sidebar{
        order: 1;
        margin-bottom: 20px;
    }
    .sidebar_wrap{
        position: relative;
        z-index: 1;
        overflow: inherit;
    }
    .sidebarIcon{
        display: block;
    }
    .title_wrap{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
        border-radius: 3px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: #182378;
        padding: 15px 15px;
    }
    .title_wrap h3{
        color: #fff;
    }
    .title_wrap .title{
        width: 50%;
        flex-grow: 1;
    }
    .sidebar_info{
        position: absolute;
        box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.23);
        overflow: hidden;
        width: 100%;
        background: #acacac;
        padding: 15px 12px;
        border-radius: 3px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        top: 100%;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .sidebar_info.show{
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .sidebar_link ul li a{
        padding: 14px 12px;
    }
    .sideContact_info{
        padding: 15px 0 0;
    }
    .sideContact_info .common_btn{
        font-size: 16px;
        line-height: 20px;
        padding: 18px 12px;
        margin-bottom: 10px;
    }
    
/*--------------Contact page---------*/
    .common_padding .sec_head, .inner_content .sec_head{
        margin-bottom: 30px;
    }
/*--------------Contact Sec---------*/
    .contact_info{
        margin-bottom: 30px;
    }
    .contact_form .form-group{
        margin-bottom: 18px;
    }
    .contact_link ul li:first-child .link{
        width: 40%;
    }
    
/* What os psh page */
/*
    .common_video{
        width: 75%;
    }
*/
    .common_video iframe{
        height: 390px;
    }
    
/*-------New project page----------*/
    /* Project Banner */
    .project_bnr::before{
        content: none;
    }
    .bnr_title{
        padding-top: 15px;
    }
    .bnr_box{
        position: inherit !important;
        top: auto;
        max-width: 100%;
        padding: 30px 30px;
        margin-bottom: 10px;
        transform: none;
        background: #4080ff;
    }
    .bnr_box ul{
        margin-bottom: 15px;
    }
    .bnr_box ul li{
        margin-bottom: 6px;
    }

    /* Project info sec */
    .projectInfo_img{
        max-width: 60%;
        margin: 20px auto 0;
    }

    /* Timeline sec */
    .timeline_title{
        font-size: 16px;
        line-height: 20px;
        padding: 10px 22px;
        margin-bottom: 20px;
    }
    .timline_sec{
        padding: 15px 0 40px;
    }
    
    /* Timeline  */
    .timline::before{
        height: 30px;
    }
    .timline > ul > li{
        padding: 0 15px;
    }
    .icon_circle{
        width: 60px;
        height: 60px;
        border-width: 5px;
    }
    .icon_circle img{
        width: 30px;
    }
    .year p{
        font-size: 18px;
        line-height: 22px;
    }
    .timline_txt{
        margin-top: 15px;
    }
    .timline_txt p{
        font-size: 14px;
        line-height: 18px;
    }
    .icon_wrap{
        margin-top: 10px;
    }
    .hover_info{
        padding: 15px 12px;
    }
    
/*--------------End 991px---------*/
}

@media only screen and (max-width: 768px) {
/*--------------End 768px---------*/
}

@media only screen and (max-width: 767px) {
    body h1{
        font-size: 32px;
        line-height: 36px;
    }
    body h2{
        font-size: 28px;
        line-height: 32px;
    }
    body h3{
        font-size: 24px;
        line-height: 28px;
    }
    body h4{
        font-size: 22px;
        line-height: 26px;
    }
    body h5{
        font-size: 20px;
        line-height: 24px;
    }
    body h6{
        font-size: 17px;
        line-height: 21px;
    }
    
/*-------------Owl nav--------------*/
    body .owl-theme .owl-nav [class*="owl-"]{
        width: 35px;
        height: 35px;
    }
    .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
        width: 19px;
        height: 25px;
    }
    .owl-theme .owl-dots .owl-dot span{
        border-color: #8bb736;
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span{
        border-color: #8bb736;
        background: #8bb736;
    }
    .common_btn{
        font-size: 16px;
        line-height: 20px;
        padding: 14px 20px;
    }
    .small_btn{
        font-size: 14px;
        line-height: 18px;
        padding: 11px 16px;
    }
    
/*---------Home banner---------*/
    .home_banner, .banner_item{
        height: auto;
        line-height: 0;
        background: #424454;
    }
    .banner_item .banner_bg, .banner_item .video{
        height: 370px;
    }
    .banner_caption{
        position: inherit;
        background: transparent;
        padding: 40px 12px 50px;
        max-width: 540px;
    }
    .banner_caption h1{
/*
        font-size: 40px;
        line-height: 44px;
*/
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .banner_slider.owl-theme .owl-dots{
        bottom: 25px;
    }
    
/*-----------Blue sec----------*/
    .blue_sec{
        padding: 40px 0;
    }
    .blue_sec::before{
        top: -11px;
        background-size: 100% 12px;
        height: 12px;
    }
    .blue_sec::after{
        top: -81px;
        right: 15px;
        width: 164px;
        height: 162px;
    }
    .blueSec_txt h2{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    
/*-----------Pumped sec----------*/
    .pumped_wrap{
        max-width: 540px;
    }
    .pumped_txt{
        padding: 40px 0;
        background-size: auto 30px;
    }
    .pumped_txt h3{
        font-size: 20px;
        line-height: 24px;
    }
    .pumped_txt p{
        line-height: 24px;
        margin-bottom: 15px;
    }
    
/*-----------Box img sec----------*/
    .box_txt h5{
        font-size: 28px;
        line-height: 32px;
    }
    
/*------------Newsletter sec---------*/
    .newletter_form .row [class*="col-"]{
        width: 50%;
    }
    .newletter_form .row [class*="col-"]:last-child{
        width: auto;
        margin: 0 auto;
        margin-top: 15px;
    }
    .newletter_form .small_btn{
        padding: 14px 20px;
    }
    
/*--------Return to top--------*/
    .return_to_top{
        bottom: 12px;
        right: 12px;
    }
    
/*--------------Inner page-------------*/
/*--------------Inner Banner-------------*/
    .inner_banner{
        padding-top: 0;
        height: 200px;
    }
    
/*--------------Inner wrapper-------------*/
    .inner_wrapper{
        padding: 50px 12px;
    }
    .inner_content{
        font-size: 16px;
        line-height: 22px;
        padding: 50px 0;
    }
    .inner_content h1{
        margin-bottom: 18px;
    }
    .inner_content h2{
        margin-bottom: 16px;
    }
    .inner_content h3{
        margin-bottom: 14px;
    }
    .inner_content h4{
        margin-bottom: 12px;
    }
    .inner_content h5{
        margin-bottom: 10px;
    }
    .inner_content h6{
        margin-bottom: 8px;
    }
    .inner_content p{
        padding-bottom: 10px;
    }
    .inner_content ul li::before{
        top: 5px;
        width: 9px;
        height: 9px;
    }
    .alignleft, .alignright{
        width: 250px !important;
/*        height: 200px;*/
        margin: 0 15px 15px 0;
    }
    .alignright{
        margin: 0 0 15px 15px;
    }
    .title_wrap{
        padding: 15px 12px;
    }
    .sidebar_link{
        font-size: 18px;
        line-height: 22px;
    }
    .backBtn a{
        font-size: 16px;
        line-height: 20px;
    }
    .btn_group .common_btn{
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .commonWrapper_box{
        padding: 20px 12px;
    }
    
/*--------------Contact page---------*/
/*--------------Contact Sec---------*/
    .common_padding{
        padding: 50px 0;
    }
    .contact_logo{
        width: 200px;
        margin-bottom: 20px;
    }
    .contact_info .social_icon{
        padding-top: 25px;
    }
    .contact_link ul li{
        margin-bottom: 12px;
    }
    
/*--------------Contact Sec---------*/
    .form_wrap .row [class*="col-"]:last-child{
        position: relative;
    }
    .form_wrap .wpcf7-spinner{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
/*-----------Map sec---------*/    
    .map_area{
        height: 300px;
    }
    
/*------------Blog Page----------*/
/*------------Blog Sec----------*/
    .blog_info h2{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .blog_info{
        padding: 20px 12px;
    }
    .blog_item{
        margin-bottom: 20px;
    }
    .blog_img{
        padding-top: 0;
        height: 220px;
    }

/*------------Blog deatails page----------*/
/*------------Blog details sec----------*/
    .blogDetails_content h1{
        font-size: 22px;
        line-height: 26px;
    }
    
/*------------404 Page----------*/
/*------------404 Sec----------*/
    .error_content{
        font-size: 16px;
        line-height: 20px;
    }
    .error_content h1{
        font-size: 110px;
        line-height: 114px;
    }
    
/* What os psh page */
/*
    .common_video{
        width: 80%;
    }
*/
    .common_video iframe{
        height: 290px;
    }
    
/*------------Team Page----------*/
/*------------Team Sec----------*/
    .team_txt h5{
        margin-bottom: 5px;
    }
    .team_item{
        padding: 15px 12px;
    }
    
/*-------New project page----------*/
    /* Project Banner */
    .bnr_box{
        padding: 25px 20px;
    }
    
/*--------Benefit page--------*/
    .benefit_item{
        display: block !important;
    }
    .benefit_icon{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .benefit_txt{
        width: 100% !important;
    }

    
/*---------End 767px--------*/
}

@media only screen and (max-width: 575px) {
    body{
/*        padding-top: 79px;*/
        padding-top: 77px;
    }
    body h1{
        font-size: 28px;
        line-height: 32px;
    }
    body h2{
        font-size: 26px;
        line-height: 30px;
    }
    body h3{
        font-size: 22px;
        line-height: 26px;
    }
    body h4{
        font-size: 21px;
        line-height: 25px;
    }
    body h5{
        font-size: 19px;
        line-height: 23px;
    }
    .owl-carousel .owl-nav button.owl-next{
        right: -45px;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -45px;
    }
    .common_btn{
        font-size: 15px;
        line-height: 19px;
        padding: 12px 18px;
    }
    .small_btn{
        padding: 10px 16px;
    }
    
/*--------------Main header----------*/
    .main_header .container-fluid{
        padding: 0 12px;
    }
    header .logo, header.fixed .logo{
        width: 180px;
    }
    .menu_wrapper{
        width: auto;
    }
    .menu::after{
        height: 77px;
    }
    nav{
        padding-left: 0;
        padding-right: 0;
    }
    .navBar .dropdown.navActive{
        padding-left: 45px;
    }
    .navBar .dropdown.navActive .dropdown.navActive{
        padding-left: 0;
    }
    .smVersion{
        padding: 20px 0 0;
    }
    
/*----------Fixed menu-----------*/
    header.fixed{
        top: -77px;
    }
    
/*---------Home banner---------*/
    .banner_item .banner_bg, .banner_item .video{
        height: 300px;
    }
    .banner_caption{
        padding: 30px 12px 60px;
        max-width: 100%;
    }
    .banner_caption h1{
/*
        font-size: 30px;
        line-height: 34px;
*/
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    
/*-----------Blue sec----------*/
    .blue_sec::before{
        top: -9px;
        background-size: 100% 10px;
        height: 10px;
    }
    .blue_sec::after{
        top: -51px;
        right: 12px;
        width: 104px;
        height: 102px;
    }
    .blueSec_txt h2{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    
/*-----------Pumped sec----------*/
    .pumped_wrap{
        max-width: 100%;
    }
    .pumped_txt h3{
        font-size: 18px;
        line-height: 22px;
    }
    
/*-----------Feature sec----------*/
    .feature_wrap .row [class*="col-"]:nth-child(3) .feature_item{
        background: #2856b4;
    }
    
/*------------Newsletter sec------------*/
    .newletter_form .row [class*="col-"]:nth-child(n + 1){
        width: 100%;
        margin-bottom: 15px;
    }
    .newletter_form .row [class*="col-"]:last-child{
        width: auto;
        margin: 0 auto;
    }
    
/*-----------Footer----------*/
    .footer_logo{
        width: 180px;
    }
    .site_footer .social_icon ul{
        margin-top: 12px;
    }
    .copy_right{
        padding-top: 25px;
    }
    
/*--------------Contact page---------*/
    .common_padding .sec_head, .inner_content .sec_head{
        margin-bottom: 20px;
    }
    .contact_wrap h2{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .contact_link ul li:first-child .link{
        width: 50%;
    }
    
/* What os psh page */
/*
    .common_video{
        width: 90%;
    }
*/
    
/*-------New project page----------*/
    /* Project Banner */
    .bnr_box{
        padding: 20px 12px;
    }  
    /* Project info sec */
    .projectInfo_img{
        max-width: 80%;
    }
    
    /* Timeline  */
    .timline::before{
        content: none;
    }
    .timline > ul > li{
        padding: 0 12px;
        width: 100%;
        margin-bottom: 30px;
    }
    .icon_wrap{
        margin-top: 0;
    }
    .timline_txt{
        margin-top: 8px;
    }


/*----------End 575px------*/
}

@media only screen and (max-width: 480px) {
/*---------Home banner---------*/
    .banner_item .banner_bg, .banner_item .video{
        height: 250px;
    }
    .banner_caption h1{
/*
        font-size: 26px;
        line-height: 30px;
*/
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    
/*-----------Blue sec----------*/
    .blue_sec::before{
        top: -7px;
        background-size: 100% 8px;
        height: 8px;
    }
    .blue_sec::after{
        top: -41px;
        width: 84px;
        height: 82px;
    }
    .blueSec_txt h2{
        font-size: 20px;
        line-height: 24px;
    }     
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    

    
    
    
    
    
/*--------------Inner page-------------*/
/*--------------Inner wrapper-------------*/
    .alignleft, .alignright{
        width: 100% !important;
/*        height: 300px;*/
        margin: 0 0 15px;
    }
    .image_flex .img_item{
        height: auto;
    }
    
/*--------------Contact page-------------*/
/*--------------Contact sec-------------*/
    .contact_area .row [class*="col-"]:first-child{
        display: none;
    }
    .contact_area .row [class*="col-"]:last-child{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    


/*--------End 480px-----------*/
}

@media only screen and (max-width: 424px) {
/*---------Home banner---------*/    
    .banner_item .banner_bg, .banner_item .video{
        height: 200px;
    }
    
/*---------Site Footer---------*/
    .footer_wrap .row [class*="col-"]{
        width: 100%;
    }
    .footer_wrap .row [class*="col-"]:nth-child(n + 2){
        margin-top: 25px;
    }
    .footer_wrap .row [class*="col-"]:nth-child(2){
        order: 2;
    }
    .footer_wrap .row [class*="col-"]:nth-child(3){
        order: 3;
    }
    
    
    
    
    
    
    
    
    
    
    
    

/*------------Contact page------------*/
/*------------Contact sec------------*/
    .contact_link ul li:first-child .link{
        width: 50%;
        flex-grow: 1;
    }
    
/* What os psh page */
/*
    .common_video{
        width: 100%;
    }
*/
    .common_video iframe{
        height: 225px;
    }
    

/*------------End 424px---------------*/
}

@media only screen and (max-width: 374px) {
/*--------------Inner page-------------*/
/*--------------Inner wrapper-------------*/
/*
    .alignleft, .alignright{
        height: 250px;
    }
*/
}