/*---------- Responsive Design ----------*/


@media (min-width: 1200px) and (max-width: 1399px) { 

}

@media (min-width: 1024px) and (max-width: 1199px) {

}

@media only screen and (max-width:1399px) {
    .two-column-text{
        padding-right: 15px;
    }
    .two-column-map-text-wrap .map-text{
        padding-right: 15px;
    }
    .switch-column .two-column-text {
        padding-left: 15px;
        padding-right: 35px;
    }
}

@media only screen and (max-width:1199px) {
    .two-column-text{
        padding-left: 35px;
    }
    .two-column-map-text-wrap .map-text{
        padding-left: 50px;
    }

    /*------- Color Block Start -------*/
    .colored-block-item {
        width: 50%;
    }
    /*------- Color Block End -------*/
}
@media only screen and (max-width:1024px) {
     /*------ Header Start ------*/
     .header-center {
        bottom: 0;
        display: flex;
        flex-direction: column;
        right: 0px;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0px 15px 20px 15px;
        position: fixed;
        top: 0;
        transform: translateX(100%);
        transition: all .5s;
        visibility: hidden;
        z-index: -1;
        width: 100%;
        background: #16191D;
        height: 100vh;

    }
    .menu-open .header-center {
        background: #16191D;
        opacity: 1;
        top: 0;
        transform: translateX(0);
        visibility: visible;
    }
    .button-wrap{
        position: relative;

    }
    .menu-open{
        overflow: hidden;
    }
    .menu-open .header-right {
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu-icon {
        display: flex;
        align-items: center;
    }
    .mobile-menu-icon .humbger-box{
        display: block;
        width: 24px;
        height: 24px;
    }
    .mobile-menu-icon .humbger-box img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .mobile-menu-close{
        display: none;
    }
    .mobile-menu-close{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .menu-open .mobile-menu-close{
        display: block;
    }
    .menu-open .mobile-menu-open{
        display: none;
    }
    .site-branding img {
        width: 100px;
    }
    .site-branding,.mobile-menu-icon{
        z-index: 99;
        position: relative;
    }
    .main-navigation ul {
        flex-direction: column;
        padding-top: 160px;
        margin-top: 0px;
    }
    .main-navigation ul li{
        margin-bottom: 32px;
        margin-right: 0px;
    }
    .main-navigation ul li:last-child{
        margin-bottom: 0px;
    } 
    .header-right{
        display: none;
    }
    .header-right.mobile{
        display: block;
    }
    .header-right.mobile{
        margin-top: 50px;
        width: 100%;
        justify-content: center;
    }
    .header-inner{
        align-items: flex-start;
    }
    .lang-btn-wrap{
        margin-top: 30px;
    }
    .main-navigation ul li:not(:last-child) {
        margin-right: 0px;
    }
    .lang-btn{
        margin-left: 0px;
    }
    .logos-wrapper .logo-item {
        width: 120px;
        height: 120px;
    }    
}
/*Tablet*/
@media only screen and (max-width:991px) {

    .footer-top-left .footer-text{
        display: none;
    }
    .footer-text.mobile{
        display: block;
    }
    .footer-text{
        margin-left: 0px;
        margin-top: 20px;
    }
    .copyright-bar p{
        margin-bottom: 30px;
    }
    .footer-top-left{
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
    }

    .copyright-bar{
        margin-top: 45px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: normal !important;
        min-height: auto !important;
    }

    /*------- Two Column Text and Image Start -------*/
    .two-column-image{
        width: 100%;
        height: auto;
    }
    .two-column-text{
        width: 100%;
    }
    .switch-column .two-column-text{
        padding-right: 15px;
    }
    /*------- Two Column Text and Image End -------*/

    /*------ Image Text Repeater Start---------*/
    .image-text-repeater-item .text{
        width: 50%;
        padding-right: 30px;
    }
    .image-text-repeater-item .image-wrap{
        width: 50%;
    }

    .two-column-text{
        padding-left: 35px;
    }
    .two-column-text-and-image-wrap{
        flex-direction: column-reverse;
    }
    .two-column-text{
        padding-left: 15px;
    }
    .image-text-repeater-item .image-wrap .image{
        height: 100%;
    }
    .image-text-repeater {
        padding: 80px 0px;
    }
    /*------ Image Text Repeater End---------*/



    /*---- Two column map and text Start -----*/
    .two-column-map{
        width: 100%;
    }
    .two-column-text{
        width: 100%;
    }
    .two-column-map-text-wrap{
        flex-direction: column-reverse;
    }
    .two-column-map-text-wrap .two-column-text{
        padding: 35px 0px 45px 0px;
    }
    .two-column-map-text-wrap .map-text{
        width: 100%;
    }
    .two-column-map-text-wrap .map-text {
        padding-left: 15px;
        padding-bottom: 45px;
    }
    /*---- Two column map and text End -----*/

    /*------ Colored Blocks -------*/
    .colored-block-item{
        width: 50%;
    }

    /*-------- Logos Section ---------*/
    .logos-section .logos-left{
        margin-bottom: 35px;
    }
    .logos-wrapper{
        padding: 0px 18px;
        justify-content: center;
    }
    .logos-section {
        padding: 80px 0px;
    }
    .colored-blocks {
        padding-top: 85px;
    }

    /*------- Contact Form Start -------*/
    .two-column-text-form-left{
        width: 100%;
        padding-right: 15px;
    }
    .two-column-text-form-right {
        width: 100%;
        padding-left: 15px;
    }
    .two-column-text-form {
        padding: 80px 0px 45px 0px;
    }
    .contact-detail {
        margin-bottom: 45px;
        padding-bottom: 45px;
        border-bottom: 1px solid #586474;
        margin-top: 45px;
    }
    /*------- Contact Form End -------*/
    .two-column-text .bg-image{
        left: -150px;
    }
}
/*Mobile Device*/
@media only screen and (max-width:767px) {
    /*------ Common Style Start -------*/
    h1,.h1{font-size: 30px;line-height: 40px;letter-spacing: 1.5px;margin: 0 0 15px;}
    h2,.h2{font-size: 24px;line-height: 34px;margin: 0 0 15px; letter-spacing: 1.2px;}
    h3,.h3{font-size: 20px;line-height: 30px;margin: 0 0 15px; letter-spacing: 1.2px;}
    h4,.h4{font-size: 18px;line-height: 28px;margin: 0 0 15px; letter-spacing: 1.2px;}
    h5,.h5{font-size: 14px;line-height: 24px;margin: 0 0 15px; letter-spacing: 1.2px;}
    a + a {
        margin-left: 0px !important;
        margin-top: 38px;
    }
    p > a + a{
        margin-top: 0px;
    }
    body,p{
        font-size: 14px;
        line-height: 24px;
    }

    a.btn{
        font-size: 13px;
        line-height: normal;

    }
    .site-content ol li, .site-content ul li{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .button-wrap{
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .p-16{
        font-size: 16px;
        line-height: 26px;
    }
    /*------ Common Style Emd -------*/

    .site-branding img {
        width: 82px;
    }
    .lang-btn-wrap{
        justify-content: center;
    }
    .main-navigation ul{
        padding-top: 135px;
    }
    /*---------- Footer Start -----------*/
    .footer-menu ul{
        flex-direction: column;
    }

    .footer-logo a img {
        width: 117px;
    }

    .footer-menu ul li:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 30px;
    }    
    .copyright-bar{
        padding-bottom: 35px;
    }
    /*---------- Footer End -----------*/

    /*--------- Home Hero Banner Start ---------*/
    .home-hero-text{
        padding: 375px 0px 50px 0px;  
    }
    .home-hero-text-wrap h1{
        letter-spacing: 0.5px;
    }
    /*--------- Home Hero Banner End ---------*/

    .two-column-text-and-image-wrap .two-column-text .top{
        margin-bottom: 10px;
    }
    .two-column-text .bg-image{
        right: 0px;
        width: 100%;
        left: 0px;
    }
    .two-column-text .bg-image img{
        object-position: left;
    }
    /*------ Full Column Text and Image Start---------*/
    .full-column-image-tex-item .text{
        width: 100%;
        padding-right: 30px;
        margin-bottom: 45px;
    }
    .full-column-image-tex-item .image-wrap{
        width: 100%;
    }
    .full-column-image-tex-item .image-wrap .image{
        max-width: 100%;
        height: 280px;
    }
    
    /*------ Full Column Text and Image End---------*/

    /*------ Image Text Repeater Start---------*/
    .image-text-repeater-item .text {
        width: 100%;
        padding-right: 0px;
    }
    .image-text-repeater-item .image-wrap {
        width: 100%;
    }
    .image-text-repeater-item .text{
        margin-bottom: 45px;
    }
    .image-text-repeater-item .image-wrap .image{
        max-width: 100%;
    }
    .image-text-repeater .title{
        margin-bottom: 27px;
    }
    .image-text-repeater {
        padding: 65px 0px;
    }

    /*------ Image Text Repeater End---------*/

    .two-column-map{
        height: 300px;
    }

    /*------ Colored Blocks Start -------*/
    .colored-block-item {
        width: 100%;
        min-height: auto;
    }
    .colored-block-item .text{
        padding: 35px 15px;
    }
    .colored-block-item .top .inline-cta {
        opacity: 1;
        margin-top: 20px;
    }
    .colored-block-item .top{
        margin-bottom: 35px;
    }
    .colored-block-item .image::before{
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    }
    .colored-block-warp .colored-block-item:not(:last-child) {
        border-right: 0px;
    }
    .colored-block-warp .colored-block-item{
        border-bottom:0px
    }
    .colored-block-warp .colored-block-item:last-child{
        border-bottom: 1px solid #586474;
    }
    /*------ Colored Blocks End -------*/

    /*-------- Logos Section ---------*/
    .logos-wrapper .logo-item{
        width: 115px;
        height: 115px;
    }
    .logos-wrapper {
        padding: 0px 15px;
    }
    /*------- Color Block Start -------*/
    .colored-block-item {
        width: 100%;
    }
    /*------- Color Block End -------*/

    /*------- Privacy Policy Start -------*/

    .privacy-policy-sec {
        padding-top: 130px;
    }
    /*------- Privacy Policy end -------*/


    /*------- Contact Form Start -------*/
    body .gform_wrapper.gravity-theme .gfield_label{
        font-size: 14px;
    }
    .two-column-text-form {
        padding: 45px 0px 45px 0px;
    }
    body .gform_wrapper.gravity-theme .gform_fields{
        grid-row-gap: 30px;
    }
    .gform_drop_instructions{
        font-size: 14px;
        line-height: 26px;
    }
    body .gform_wrapper .gform_footer .gform_button{
        width: 100%;
    }
    .gform_wrapper.gravity-theme .gform_footer{
        margin: 40px 0px 0px 0px !important;
    }
    /*------- Contact Form End -------*/

    .error404 .home-hero-text {
        padding: 240px 0px 45px 0px;
    }
    .error404 .home-hero-text h1 {
        margin-bottom: 8px;
    }
    .error404 .home-hero-text p {
        margin-bottom: 25px;
    }
    .copyright-bar p{
        font-size: 16px;
        line-height: normal;
    }
    .privacy-policy-sec .main-title{
        margin-bottom: 45px;
    }
    .privacy-policy-sec .main-title h1 {
        margin-bottom: 15px;
    }
    .privacy-policy-sec .main-title p{
        font-size: 14px;
    }
    .lang-btn{
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width:575px) {
    .btn {
        width: 100%;
        justify-content: center;
        max-width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:360px) {
    .two-column-map{
        height: 210px;
    }
}

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

}