@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaRounded-Bold.eot');
    src: url('../fonts/HelveticaRounded-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaRounded-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaRounded-Bold.woff') format('woff'),
    url('../fonts/HelveticaRounded-Bold.ttf') format('truetype'),
    url('../fonts/HelveticaRounded-Bold.svg#HelveticaRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica.woff2') format('woff2'),
    url('../fonts/Helvetica.woff') format('woff'),
    url('../fonts/Helvetica.ttf') format('truetype'),
    url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Oblique.eot');
    src: url('../fonts/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Oblique.woff2') format('woff2'),
    url('../fonts/Helvetica-Oblique.woff') format('woff'),
    url('../fonts/Helvetica-Oblique.ttf') format('truetype'),
    url('../fonts/Helvetica-Oblique.svg#Helvetica-Oblique') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Bold.woff2') format('woff2'),
    url('../fonts/Helvetica-Bold.woff') format('woff'),
    url('../fonts/Helvetica-Bold.ttf') format('truetype'),
    url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-BoldOblique.eot');
    src: url('../fonts/Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'),
    url('../fonts/Helvetica-BoldOblique.woff') format('woff'),
    url('../fonts/Helvetica-BoldOblique.ttf') format('truetype'),
    url('../fonts/Helvetica-BoldOblique.svg#Helvetica-BoldOblique') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Light.woff2') format('woff2'),
    url('../fonts/Helvetica-Light.woff') format('woff'),
    url('../fonts/Helvetica-Light.ttf') format('truetype'),
    url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Compressed.eot');
    src: url('../fonts/Helvetica-Compressed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Compressed.woff2') format('woff2'),
    url('../fonts/Helvetica-Compressed.woff') format('woff'),
    url('../fonts/Helvetica-Compressed.ttf') format('truetype'),
    url('../fonts/Helvetica-Compressed.svg#Helvetica-Compressed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica!important;
}

:root{
    --main-cl: #333333;
    --sub-cl: #E87D00;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,0);
    box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,.0);
    outline: none !important;
}
body{
    overflow-x: hidden;
    background-color: #fff;
    font-family: sans-serif, Helvetica !important;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}
.container, .container-width, .full-width .ubermenu-nav, .row, .grid-container{
    max-width: var(--container-w) !important;
    margin-left: auto;
    margin-right: auto;
}
.nk_section{
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
}
.text_white{
    color: #FFF;
}
.text_underline{
    text-decoration: underline;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_uppercase{
    text-transform: uppercase;
}
.obj_cover{
    object-fit: cover;
}
.text_italic{
    font-style: italic;
}
.text_primary{
    color: var(--main-cl)
}
.al_center{
    align-items: center;
}
.img_center{
    margin-left: auto;
    margin-right: auto;
}
.img_wrap{
    overflow: hidden;
}
.img_wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts_03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts_04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts_05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs_11{
    font-size: 0.573rem;
}
.fs_12{
    font-size: 0.625rem;
}
.fs_13{
    font-size: 0.677rem;
}
.fs_14{
    font-size: 0.729rem;
}
.fs_15{
    font-size: 0.78125rem;
}
.fs_16{
    font-size: 0.833rem;
}
.fs_17{
    font-size: 0.885rem;
}
.fs_18{
    font-size: 0.9375rem;
}
.fs_19{
    font-size: 0.99rem;
}
.fs_20{
    font-size: 1.042rem;
}
.fs_21{
    font-size: 1.09375rem;
}
.fs_22{
    font-size: 1.146rem;
}
.fs_23{
    font-size: 1.198rem;
}
.fs_24{
    font-size: 1.25rem;
}
.fs_25{
    font-size: 1.302rem;
}
.fs_30{
    font-size: 1.5625rem;
}
.lh_20{
    line-height: 1.042rem;
}
.lh_21{
    line-height: 1.09375rem;
}
.lh_22{
    line-height: 1.146rem;
}
.lh_23{
    line-height: 1.198rem;
}
.lh_24{
    line-height: 1.25rem;
}
.lh_25{
    line-height: 1.302rem;
}
.lh_26{
    line-height: 1.354rem;
}
.lh_27{
    line-height: 1.40625rem;
}
.lh_28{
    line-height: 1.458rem;
}
.lh_29{
    line-height: 1.51rem;
}
.lh_30{
    line-height: 1.5625rem;
}
.lh_31{
    line-height: 1.615rem;
}
.lh_32{
    line-height: 1.667rem;
}
.lh_33{
    line-height: 1.71875rem;
}
.lh_34{
    line-height: 1.771rem;
}
.lh_40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 700;
}
.fw900{
    font-weight: 900;
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m_auto{
    margin: auto;
}
.col_1{flex:0 0 auto;width:8.33333333%}
.col_2{flex:0 0 auto;width:16.66666667%}
.col_3{flex:0 0 auto;width:25%}
.col_4{flex:0 0 auto;width:33.33333333%}
.col_5{flex:0 0 auto;width:41.66666667%}
.col_6{flex:0 0 auto;width:50%}
.col_7{flex:0 0 auto;width:58.33333333%}
.col_8{flex:0 0 auto;width:66.66666667%}
.col_9{flex:0 0 auto;width:75%}
.col_10{flex:0 0 auto;width:83.33333333%}
.col_11{flex:0 0 auto;width:91.66666667%}
.col_12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p_unset{
    position: unset !important;
}
.flex_box{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_row{
    flex-direction: row !important;
}
.flex_col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al_start{
    align-items: flex-start;
}
.al_end{
    align-items: flex-end;
}
.al_baseline{
    align-items: baseline;
}
.jus_start{
    justify-content: flex-start;
}
.jus_end{
    justify-content: flex-end;
}
.jus_center{
    justify-content: center;
}
.jus_between{
    justify-content: space-between;
}
.grid_box{
    display: grid;
}
.grid_2{
    grid-template-columns: repeat(2, 1fr);
}
.grid_3{
    grid-template-columns: repeat(3, 1fr);
}
.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.d_block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit_line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_line.limit_1{
    -webkit-line-clamp: 1;
}
.limit_line.limit_2{
    -webkit-line-clamp: 2;
}
.limit_line.limit_3{
    -webkit-line-clamp: 3;
}
.limit_line.limit_4{
    -webkit-line-clamp: 4;
}
.limit_line.limit_5{
    -webkit-line-clamp: 5;
}
.m_0{
    margin: 0;
}
.p_middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl_cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr_cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left_cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right_cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h_full{
    height: 100%;
}
.w_full{
    width: 100%;
}
.ls_none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
}
.wpcf7-response-output{
    color: #FFF !important;
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form_wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg_center{
    background-position: center;
}
.bg_custom{
    background-repeat: no-repeat;
}
.bg_cover{
    background-size: cover;
}
.bg_contain{
    background-size: contain;
}
.bg_primary{
    background-color: var(--main-cl);
}

@keyframes fade_up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mx_auto{
    margin-left: auto;
    margin-right: auto;
}
.radius_5{
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
}
.over_hidden{
    overflow: hidden;
}
.service_swiper .swiper-slide{
    height: auto;
}
.service_swiper .swiper-wrapper{
    align-items: unset;
}
.service_swiper .item{
    background: #EBEBEB;
    height: 100%;
    padding: 2.083rem 2.708rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text_3{
    color: #333333;
}
.service_swiper .item .step_name{
    font-family: Helvetica;
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.979rem;
    margin-bottom: 0.521rem;
}
.service_swiper .item h3.text_3{
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.979rem;
    padding-bottom: 0.521rem;
    margin-bottom: 1.042rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}
.service_swiper .item h3.text_3:before{
    bottom: -1px;
    position: absolute;
    content: '';
    left: 0;
    height: 2px;
    width: 3.333rem;
    background: var(--sub-cl);
}
.sec_des,
.content_wrap,
.content_wrap p,
.content_wrap li{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.02em;
    color: #333333;
}
.sec_des.text_white,
.sec_des.text_white *{
    color: #FFF
}
.content_wrap p,
.content_wrap li{
    margin-bottom: 0.26rem;
}
.content_wrap ul{
    margin-left: 1.302rem;
    margin-bottom: 1.042rem;
}
.content_wrap strong,
.content_wrap b{
    font-weight: 700;
}
.content_wrap h4{
    /*font-family: Manrope;*/
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.458rem;
    letter-spacing: 0.02em;
}
.sec_title{
    font-family: Helvetica;
    font-size: 2.604rem;
    font-weight: 700;
    line-height: 3.125rem;
    color: #333333;
    margin-bottom: 0.521rem;
    padding-top: 0.625rem;
}
.wpcf7-spinner{
    display: none !important;
}
.sec_title.text_white{
    color: #FFF;
}
.service_details_1 .swiper{
    margin-top: 2.083rem;
}
.service_details_1{
    padding-top: 3.385rem;
    padding-bottom: 3.125rem;
}
.box_swiper{
    position: relative;
}
.box_swiper .swiper_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_swiper .swiper_arrow.next{
    right: -3.542rem;
}
.box_swiper .swiper_arrow.prev{
    left: -3.542rem;
}
.swiper_pagination{
    display: flex;
    align-items: center;
}
.swiper_pagination > .swiper-pagination-bullet{
    width: 0.521rem;
    height:  0.521rem;
    opacity: 1;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
}
.swiper_pagination > .swiper-pagination-bullet-active{
    background: var(--sub-cl);
}
.service_details_2{
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
}
.post_content{
    padding: 0 6.25rem;
}
.post_content .content_wrap p{
    margin-bottom: 1.042rem;
}
.post_nav{
    padding-top: 1.042rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.post_nav .share a{
    margin-left: 0.78125rem;
}
.post_nav a.next_post > svg{
    margin-left: 0.521rem;
}
.project_item .img_wrap{
    height: 11.458rem;
    margin-bottom: 1.042rem;
}
section.featured_projects{
    padding: 5.46875rem 0 3.90625rem;
    background: #EBEBEB;
}
section.featured_projects .swiper{
    margin-top: 2.083rem;
}
section.services_1{
    padding: 3.385rem 0 3.125rem;
}
section.services_2{
    padding: 3.125rem 0 5.833rem;
}
.service_swiper_thumb .swiper-slide{
    cursor: pointer;
}
.icon_styled .icon{
    width: 5.9375rem;
    height: 5.9375rem;
    font-family: Helvetica;
    font-size: 2.083rem;
    font-weight: 700;
    line-height: 2.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    z-index: 3;
    margin-bottom: 0.833rem;
    margin-left: auto;
    margin-right: auto;
}
.icon_styled img{
    max-width: 2.604rem;
    height: auto;
    object-fit: contain;
}
.icon_styled .icon:before{
    width: 4.375rem;
    height: 4.375rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    background: #333333;
    position: absolute;
    content: '';
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.swiper.service_swiper_thumb{
    margin-bottom: 2.083rem;
    margin-top: 2.083rem;
}
.service_swiper_thumb .swiper-slide.swiper-slide-thumb-active .icon_styled .icon:before{
    background: var(--sub-cl);
}
.service_swiper_thumb .swiper-slide.swiper-slide-thumb-active h3{
    color: var(--sub-cl);
}
/*.services_swiper .swiper-wrapper > .swiper-slide{*/
/*    height: auto;*/
/*}*/
/*.services_swiper .swiper-wrapper{*/
/*    align-items: unset;*/
/*}*/
/*.services_swiper .item{*/
/*    height: 100%;*/
/*}*/
.services_swiper .item .col_7{
    flex-grow: 1;
}
.services_swiper .item .col_5{
    background: #EBEBEB;
    padding: 4.375rem 4.271rem;
    width: calc(41.66666667% - 0.729rem);
}
.services_swiper .item .step_count{
    font-family: Helvetica;
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.979rem;
    margin-bottom: 0.78125rem;
}
.services_swiper .item h3{
    font-size: 2.083rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 1.042rem;
    padding-bottom: 0.521rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}
.services_swiper .item h3:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    height: 2px;
    background: var(--sub-cl);
    width: 3.854rem;
}
#service_grid{
    margin-top: 2.083rem;
    grid-gap: 2.083rem;
}
#service_grid+.btn{
    margin-top: 2.083rem;
}
.service_item .img_wrap{
    height: 13.542rem;
    margin-bottom: 1.5625rem;
}
.service_item h3{
    margin-bottom: 0.521rem;
}
.service_item a.flex_box{
    margin-top: 1.042rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0.521rem;
    position: relative;
}
.service_item a.flex_box:before{
    bottom: -1px;
    left: 0;
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: var(--sub-cl);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn{
    display: flex;
    width: max-content;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    align-items: center;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    padding: 0.521rem 1.354rem;
    cursor: pointer;
    position: relative;
}
.btn span.text{
    font-size: 0.9375rem;
    line-height: 1.354rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #FFF;
}
.btn span.icon{
    margin-left: 0.521rem;
    display: flex;
}
.btn_primary{
    background: #333333;
}
.btn_secondary{
    border-radius: 0;
    background: var(--sub-cl);
    border: 1px solid var(--sub-cl);
}
.btn_primary.btn_loading{
    pointer-events: none;
}
.btn_primary.btn_loading span{
    transition: unset !important;
}
.btn_primary.btn_loading:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background: #333333;
}
.btn_primary.btn_loading:after{
    width: 1.875rem;
    height: 1.875rem;
    position: absolute;
    content: '';
    left: calc(50% - 0.9375rem);
    right: calc(50% - 0.9375rem);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #FFF;
    border-bottom-color: var(--sub-cl);
    animation: rotation 0.8s linear infinite;
    z-index: 9;
}
.t_50{
    top: 50%;
    transform: translateY(-50%);
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.home_banner .swiper_pagination{
    position: absolute;
    bottom: 3.333rem;
    left: calc(calc(100vw - var(--container-w)) / 2);
    z-index: 9;
}
.banner_item{
    position: relative;
}
.banner_item .cont_wrap{
    z-index: 5;
}
.banner_item:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.465896) 37.96%, rgba(0, 0, 0, 0.272481) 55.5%, rgba(0, 0, 0, 0) 67.86%);
    z-index: 3;
}
.play_btn{
    width: 3.333rem;
    height: 3.333rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.9375rem;
    position: relative;
}
.play_btn svg{
    width: 0.9375rem;
    height: auto;
}
.play_btn:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 1.2s scaleBorder infinite;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.play_btn:before{
    position: absolute;
    content: '';
    width: 5.208rem;
    height: 5.208rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/circle.png');
    background-repeat: no-repeat;
    background-size: cover;
    animation: 1.2s scaleBorder infinite;
}
.banner_item .play_btn{
    margin-bottom: 2.083rem;
}
.banner_item .sec_title{
    margin-bottom: 0.521rem;
}
.show_tablet{
    display: none;
}
.bg_dark{
    background-color: #EBEBEB;
}
section.home_2{
    padding: 6.25rem 0 5.208rem;
}
section.home_2 .grid_box{
    grid-gap: 5.729rem;
}
section.home_2 .col_6:first-child{
    padding-right: 8.021rem;
}
.sec_des{
    letter-spacing: 0;
}
section.home_3{
    padding-top: 6.25rem;
}
section.home_3 .item:not(:last-child){
    padding-bottom: 2.865rem;
    margin-bottom: 3.125rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
section.home_3 .item:nth-child(even) > .flex_box{
    flex-direction: row-reverse;
}
section.home_3 .item:nth-child(odd) .col_4{
    padding-right: 3.90625rem;
}
section.home_3 .item:nth-child(even) .col_4{
    padding-left: 3.90625rem;
}
section.home_3 .item .col_8 .img_wrap{
    height: 15.625rem;
}
section.home_3 .item .sec_title{
    padding-right: 2.083rem;
}
section.home_3 .swiper_arrow{
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
    width: 2.292rem;
    height: 2.292rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
section.home_3 .swiper_arrow.prev{
    left: 0;
    transform: translateY(-100%) translateX(-100%);
}
section.home_3 .swiper_arrow.next{
    right: 0;
    transform: translateY(-100%) translateX(100%);
}
section.home_3 .swiper:hover .swiper_arrow.next,
section.home_3 .swiper:hover .swiper_arrow.prev{
    transform: translateY(-100%) translateX(0);
    opacity: 1;
}
section.home_4{
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
}
section.home_4 .col_4{
    background: #333333;
}
section.home_5{
    padding: 3.125rem 0 6.25rem;
}
section.home_5 .box_swiper{
    margin-bottom: 2.083rem
}
section.home_6{
    padding: 6.25rem 0 5.99rem;
}
section.home_6 .col_4{
    padding-right: 4.792rem;
}
section.home_6 .item{
    padding: 2.396rem 3.021rem;
    background: #FFF;
}
section.home_6 .name_group{
    padding-top: 1.042rem;
    margin-top: 1.5625rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}
section.home_6 .name_group:before{
    top: -2px;
    position: absolute;
    content: '';
    left: 0;
    width: 5.208rem;
    background: var(--sub-cl);
    height: 2px;
}
section.home_6 .name_group .name{
    padding-left: 0.833rem;
}
section.home_7{
    padding: 6.25rem 0 5.729rem;
}
section.home_7 .col_6:last-child{
    padding-left: 6.771rem;
}
.form_wrap .form_group:not(:last-child){
    margin-bottom: 0.78125rem;
}
.form_wrap .form_group input,
.form_wrap .form_group textarea{
    background: #EBEBEB;
    border-radius: 0.26rem;
    box-shadow: unset !important;
    border: 1px solid transparent !important;
    outline: none !important;
    /*font-family: Manrope;*/
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.02em;
    padding-left: 1.146rem;
    padding-right: 1.146rem;
    margin: 0;
}
.form_wrap .form_group input{
    height: 2.604rem;
}
.form_wrap .form_group textarea{
    height: 6.25rem;
}
.form_wrap .col_6{
    width: calc(50% - 0.521rem);
}
.form_wrap .form_group input:focus,
.form_wrap .form_group textarea:focus{
    border-color: var(--sub-cl) !important;
}
.form_wrap .form_group {
    position: relative;
}
.form_wrap .form_group.submit_btn{
    margin-top: 2.083rem;
    width: max-content;
}
.form_wrap .form_group.submit_btn input[type='submit']{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0 !important;
}
.form_wrap .form_group.submit_btn .btn > p{
    display: flex;
    align-items: center;
}
.wpcf7 form{
    margin-bottom: 0;
}
.sec_title_2{
    font-size: 1.354rem;
    line-height: 1.771rem;
    font-weight: 700;
}
.iframe_wrap{
    padding-bottom: 56%;
    position: relative;
}
.iframe_wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.default_page,
section.single_post{
    padding: 2.8125rem 0 6.25rem
}
.header-button-1,
.header-button-1 > div,
.header-button-1 > div > a,
#masthead .flex-col.flex-right,
#masthead .flex-col.flex-right > ul{
    height: 100%;
}
.header-button-1 > div > a{
    display: flex;
    align-items: center;
    padding: 0.9375rem 1.5625rem;
    background: var(--sub-cl);
    font-size: 1.042rem;
    font-weight: 600;
    line-height: 1.458rem;
    letter-spacing: 0.02em;
}
.header-button-1 > div > a:before{
    position: relative;
    content: '';
    display: block;
    background-image: url('../images/PhoneCall.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 0.417rem;
}
#masthead .flex-col.flex-right > ul > *{
    margin-left: 1.667rem  ;
}
.language_switcher img{
    width: 1.458rem;
    height: auto;
    -webkit-border-radius: 0.15625rem;
    -moz-border-radius: 0.15625rem;
    border-radius: 0.15625rem;
}
.language_switcher{
    pointer-events: none !important;
}
ul#header-contact > li > a{
    /*font-family: "Manrope";*/
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.02em;
    text-transform: unset;
    color: #333333;
}
ul#header-contact > li > a > i{
    /*display: none;*/
}
ul#header-contact > li > a > i:before{
    width: 1.042rem;
    height: 1.042rem;
    position: relative;
    display: block;
    margin-right: 0.15625rem;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}
ul#header-contact > li > a > i.icon-envelop:before{
    background-image: url('../images/EnvelopeSimple.svg');
}
ul#header-contact > li > a > i.icon-map-pin-fill:before{
    background-image: url('../images/MapPin.svg');
}
#masthead > .header-inner{
    padding: 0;
}
#wide-nav > .container{
    padding: 0;
    justify-content: center !important;
}
#wide-nav > .container > .flex-left{
    margin-left: auto;
}
#wide-nav > .container > .flex-right{
    display: none;
}
#wide-nav .nav{
    align-items: unset;
}
#wide-nav .nav > li{
    margin: 0;
}
#wide-nav .nav > li > a{
    /*font-family: "Manrope";*/
    padding:  0.885rem 2.083rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.354rem;
    letter-spacing: 0.02em;
    color: #333333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 100%;
}
#wide-nav .nav > li:hover > a,
#wide-nav .nav > li.current-menu-item > a{
    background: var(--sub-cl);
    color: #FFF;
}
#wide-nav .nav > li:hover > a > svg path,
#wide-nav .nav > li.current-menu-item > a > svg path{
    stroke: #FFF;
    fill: #FFF;
}
#wide-nav .nav ul.sub-menu{
    position: absolute;
    display: block;
    background: #EBEBEB;
    border-top: none;
}
#wide-nav .nav > li > ul.sub-menu{
    top: 100%;
    padding: 0;
    left: 0;
}
#wide-nav .nav > li > ul.sub-menu > li > ul.sub-menu{
    top: 0;
    left: 100%;
    display: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#wide-nav .nav > li  ul.sub-menu > li{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#wide-nav .nav > li  ul.sub-menu > li:hover{
    background-color: #FFF;
}
#wide-nav .nav > li > ul.sub-menu > li:hover > ul.sub-menu{
    display: block;
    opacity: 1;
    visibility: unset;
    pointer-events: unset;
}
#wide-nav .nav > li > ul.sub-menu > li{
    width: 100%;
    display: block;
}
#wide-nav .nav > li ul.sub-menu > li > a{
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.354rem;
    letter-spacing: 0.02em;
    display: block;
    color: #333333;
    text-transform: unset !important;
}
.footer_top{
    padding: 1.979rem 0;
    background: #333333;
}
footer .footer_top input[type='email']{
    width: 37.5rem;
    margin: 0 1.5625rem 0 0;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-bottom: 1px solid #FFF !important;
    background: transparent;
    padding: 0 ;
    height: 2.604rem;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.02em;
    color: #FFF
}
.fs_30{
    font-size: 1.5625rem;
}
.lh_38{
    line-height: 1.979rem;
}
footer .footer_top form{
    display: flex;
}
footer .footer_top .wpcf7 .wpcf7-not-valid-tip{
    position: absolute;
    margin-top: 0;
}
footer .footer_top .wpcf7-response-output{
    display: none !important;
}
footer .footer_top form button{
    margin: 0;
    padding: 0.677rem;
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
}
.footer_main{
    padding: 3.125rem 0;
    background: #FFF;
}
.footer_bot{
    padding: 0.9375rem 0;
    background: #EBEBEB;
}
.footer_title{
    font-family: Helvetica;
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.458rem;
    margin-bottom: 1.042rem;
    text-transform: uppercase;
    color: #333333;
}
.footer_main .col_3:first-child > img{
    width: 15.104rem;
    height: auto;
    margin-bottom: 1.302rem;
}
.footer_main .col_3:first-child ul >li > a{
    width: 2.083rem;
    height: 2.083rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.521rem 0.521rem 0;
}
.footer_main .menu > li{
    border: none;
}
.footer_main .menu > li > a{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.3125rem;
    padding: 0;
}
.footer_main ul.contact img{
    margin-right: 0.521rem;
}
.footer_main .col_3:nth-child(2){
    padding-left: 2.083rem;
}
.footer_main .col_3:nth-child(3),
.footer_main .col_3:nth-child(4){
    padding-left: 6.771rem
}
.home_swiper_3 .col_4{
    padding: 3.125rem 3.646rem 3.125rem 4.427rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.home_swiper_3 .col_4 .btn{
    margin-top: 1.042rem;
}
.home_swiper_3 .col_4 .sec_title{
    margin-bottom: 0.521rem;
}
.arrows_wrap{
    display: flex;
    align-items: center;
}
.arrows_wrap > .swiper_arrow{
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.292rem;
    height: 2.292rem;
    background: #333333;
    margin-right: 0.521rem;
    cursor: pointer;
}
.header-bottom{
    min-height: auto !important;
}
.section.page_banner{
    padding: 0 !important;
}
.home_swiper_3 .swiper-slide{
    -webkit-border-radius: 0.26rem;
    -moz-border-radius: 0.26rem;
    border-radius: 0.26rem;
    overflow: hidden;
}
.button.back-to-top{
    background: #333333 !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #FFF;
}
.button.back-to-top:hover{
    background: #000 !important;
}
@media only screen and (min-width: 1280px){
    .service_item:hover img{
        transform: scale(1.2);
    }
    .service_item:hover h3,
    .icon_styled:hover  h3,
    .service_item:hover a.flex_box > span{
        color: var(--sub-cl);
    }
    .service_item:hover a.flex_box:before{
        width: 100%;
    }
    .service_item:hover a.flex_box path{
        stroke: var(--sub-cl)
    }
    .icon_styled:hover .icon:before{
        background: var(--sub-cl);
    }
    .btn_primary:hover{
        background: var(--sub-cl);
    }
    .btn_secondary:hover{
        background: #333333;
        border-color: #FFF;
    }
    .swiper .swiper_arrow:hover{
        background: #000;
    }
    .box_swiper .swiper_arrow.next:hover svg{
        transform: translateX(0.521rem);
    }
    .box_swiper .swiper_arrow.prev:hover svg{
        transform: translateX(-0.521rem);
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .left_cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    #logo{
        width: 160px;
        margin-right: 10px;
    }
    ul#header-contact > li > a > span{
        display: none;
    }
    .header-button-1 > div {
        display: flex;
        align-items: center;
    }
    .header-button-1 > div > a{
        padding: 0.5rem 1.5rem;
        height: 2.8125rem;
    }
    #wide-nav .nav > li > a{
        padding: 0.5rem 1.25rem;
        font-size: 0.875rem;
    }
    footer .footer_top input[type='email']{
        width: 25rem;
    }
    .footer_main .col_3:not(:first-child){
        padding-left: 2rem;
    }
    section.home_2 .col_6:first-child{
        padding-right: 2rem;
    }
    section.home_2 .grid_box{
        grid-gap: 3.75rem
    }
    section.home_3 .item:nth-child(odd) .col_4{
        padding-right: 2.5rem;
    }
    section.home_4 .col_4{
        padding: 1rem 2rem;
    }
    section.home_6 .col_4{
        padding-right: 0.5rem;
    }
    section.home_7,
    section.home_6{
        padding: 5rem 0 4rem;
    }
    section.home_7 .col_6:last-child{
        padding-left: 3rem;
    }
    .banner_item .img_wrap{
        max-height: 31.25rem;
    }
    .services_swiper .item .col_5{
        padding: 3rem 2rem;
    }
    .service_swiper .item{
        padding: 1rem 1.5rem;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet_col_1{flex:0 0 auto;width:8.33333333% !important}
    .tablet_col_2{flex:0 0 auto;width:16.66666667% !important}
    .tablet_col_3{flex:0 0 auto;width:25% !important}
    .tablet_col_4{flex:0 0 auto;width:33.33333333% !important}
    .tablet_col_5{flex:0 0 auto;width:41.66666667% !important}
    .tablet_col_6{flex:0 0 auto;width:50% !important}
    .tablet_col_7{flex:0 0 auto;width:58.33333333% !important}
    .tablet_col_8{flex:0 0 auto;width:66.66666667% !important}
    .tablet_col_9{flex:0 0 auto;width:75% !important}
    .tablet_col_10{flex:0 0 auto;width:83.33333333% !important}
    .tablet_col_11{flex:0 0 auto;width:91.66666667% !important}
    .tablet_col_12{flex:0 0 auto;width:100% !important}
    .tablet_flex_col{
        flex-direction: column;
    }
    .container, .row{
        max-width: 100% !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
    .left_cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet_grid_1{
        grid-template-columns: 1fr;
    }
    .tablet_col_reverse{
        flex-direction: column-reverse;
    }
    .tablet_text_center{
        text-align: center;
    }
    .tablet_al_center{
        align-items: center;
    }
    .tablet_jus_center{
        justify-content: center;
    }
    .show_tablet{
        display: flex;
    }
    .swiper_pagination.show_tablet{
        justify-content: center;
    }
    section.featured_projects{
        padding: 3rem 0;
    }
    .sec_title{
        font-size: 2rem;
        line-height: normal;
    }
    .row{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .post_content{
        padding: 0;
    }
    section.default_page, section.single_post{
        padding: 2.5rem 0 3rem;
    }
    .project_item .img_wrap{
        height: 8.75rem;
    }
    .footer_main .col_3{
        margin-bottom: 1.25rem;
    }
    .footer_main .col_3:nth-child(odd){
        padding-left: 0;
    }
    .footer_main .col_3:nth-child(even){
        padding-left: 2rem;
    }
    .footer_main{
        padding: 2rem 0 1rem;
    }
    .footer_top > .grid-container > .flex_box {
        flex-direction: column;
        align-items: center;
    }
    .footer_top  .title_group{
        margin-bottom: 0.9375rem;
        text-align: center;
    }
    section.home_2{
        padding: 4rem 0 3rem;
    }
    .tablet_mx_auto{
        margin-left: auto;
        margin-right: auto;
    }
    section.home_2 .col_6:first-child{
        padding: 0 0 1.875rem 0;
    }
    section.home_3 .item .col_4{
        padding: 0 0 1.875rem !important;
    }
    section.home_3{
        padding: 3rem 0 1rem;
    }
    section.home_4{
        padding: 2rem 0;
    }
    section.home_4 .col_4{
        padding: 4rem 2rem;
    }
    section.home_5{
        padding: 2rem 0 3rem;
    }
    section.home_6 .col_4{
        padding: 0 0 1.875rem;
    }
    section.home_7, section.home_6{
        padding: 3rem 0 2rem;
    }
    section.home_7 .col_6:last-child{
        padding-left: 1rem;
    }
    .form_wrap .form_group.submit_btn{
        margin-top: 0.5rem;
    }
    .banner_item .img_wrap{
        max-height: 21.875rem;
    }
    .home_banner .swiper_pagination{
        bottom: 1rem;
    }
    #service_grid{
        grid-gap: 1rem
    }
    section.services_1{
        padding: 2rem 0 1.5rem;
    }
    section.services_2{
        padding: 1.5rem 0 2rem;
    }
    .service_details_1{
        padding-bottom: 0;
    }
    .service_details_2{
        padding-bottom: 3rem;
    }
    .swiper_pagination.show_tablet{
        margin-top: 2rem;
    }
    .swiper_pagination.show_tablet > .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        background: #333333;
    }
    .swiper_pagination.show_tablet > .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: var(--sub-cl);
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 15px;
        padding-left: 15px;
    }

    .mobile_col_1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile_col_2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile_col_3{flex:0 0 auto;width:25% !important;}
    .mobile_col_4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile_col_5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile_col_6{flex:0 0 auto;width:50% !important;}
    .mobile_col_7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile_col_8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile_col_9{flex:0 0 auto;width:75% !important;}
    .mobile_col_10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile_col_11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile_col_12{flex:0 0 auto;width:100% !important;}
    .mobile_flex_col{
        flex-direction: column;
    }
    .mobile_al_center{
        align-items: center;
    }
    .mobile_al_start{
        align-items: flex-start;
    }
    .mobile_al_end{
        align-items: flex-end;
    }
    .mobile_jus_start{
        justify-content: flex-start;
    }
    .mobile_jus_end{
        justify-content: flex-end;
    }
    .mobile_jus_center{
        justify-content: center;
    }
    .mobile_jus_between{
        justify-content: space-between;
    }

    .mobile_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile_grid_1{
        grid-template-columns: 1fr;
    }
    .mobile_col_reverse{
        flex-direction: column-reverse;
    }
    .mobile_text_center{
        text-align: center;
    }
    #section_421065885 .section-content > .row{
        margin: 0;
    }
    #section_421065885 .section-content > .row > .col{
        padding-left: 0;
        padding-right: 0;
    }
    .sec_title{
        font-size: 1.5rem;
        line-height: normal;
    }
    #masthead > .header-inner{
        padding: 0 1rem;
    }
    .container{
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }
    .row{
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .post_nav .share{
        margin-bottom: 0.625rem;
    }
    .post_nav{
        flex-direction: column;
    }
    .project_item .img_wrap{
        height: 7.5rem
    }
    .footer_main .col_3{
        padding-left: 0 !important;
        margin-bottom: 1.25rem;
    }
    .footer_bot{
        padding: 0.5rem 0;
        text-align: center;
    }
    footer .footer_top input[type='email']{
        width: 17.5rem;
    }
    section.home_2 .grid_box{
        grid-gap: 1.5rem
    }
    section.home_2{
        padding: 2rem 0 1.5rem;
    }
    section.home_4 .col_4{
        padding: 3rem 2rem;
    }
    .service_item .img_wrap{
        height: 9.375rem;
    }
    section.home_3 .item .col_8 .img_wrap{
        height: 7.5rem;
    }
    .banner_item .img_wrap{
        max-height: 18.75rem
    }
    .banner_item .cont_wrap{
        left: 50%;
        width: 90%;
        transform: translateX(-50%);
        top: unset;
        bottom: 2rem;
        text-align: center;
    }
    .banner_item .cont_wrap .play_btn{
        margin-left: auto;
        margin-right: auto;
    }
    .home_banner .swiper_pagination{
        justify-content: center;
    }
    section.home_7 .col_6:last-child{
        padding: 0 0 1.875rem 0;
    }
    .services_swiper .item .col_5{
        padding: 1.5rem;
    }
    .banner_item .img_wrap{
        height: 250px;
    }
    .pgcsimplygalleryblock-slider-collection .pgcsimplygalleryblock-slider-slider-view{
        min-height: 250px;
    }
    .pgcsimplygalleryblock-slider-collection{
        min-height: 320px;
    }
    h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center{
        padding-top: 0.3125rem;
    }
}