:root{
    --main-cl: #284544;
    --sub-cl: #FFFADF;
    --container-w: 72.917rem;
    --font-400 : 'Chewie DEMO Regular';
    --font-500 : 'Chewie DEMO Medium';
    --font-600 : 'Chewie DEMO SemiBold';
    --font-700 : 'Chewie DEMO Bold';
    --font-800 : 'Chewie DEMO ExtraBold';
}
body{
    font-weight: 400;
    font-style: normal;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 26px;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 72rem !important;
}
.row::after {
    display: none;
}
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.517rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

.col, .columns, .gallery-item{
    padding: 0 17px;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
    overflow: hidden;
}
/*.swiper-button-disabled{*/
/*    opacity: 0.3 !important;*/
/*}*/
.home-sec-8 .pagination {
    top: 50%;
    width: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    height: 2px;
}
.swiper-pagination-progressbar-fill {
    background-color: var(--main-cl)!important;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -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;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.banner-bg.fill img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heading-banner h1 {
    color: #FFF;
    font-family: var(--font-600);
    font-size: 3.5rem;
    font-style: normal;
    line-height: 3.9rem;
    margin: 0;
}
.heading-banner p {
    color: #FFF;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5rem;
    margin: 1rem 0 0;
}
.icon-box-img svg {
    height: 3.5rem;
}
.contain-scroll-home-1{
    position: absolute;
    bottom: 0;
    left: 47.5%;
}
.scroll-home-1 svg {
    position: absolute;
    bottom: 4.2rem;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all;
    fill: transparent;
}
.scroll-home-1 svg:hover{
    fill: #284544;
}
.heading-content h2{
    color: var(--Style, #284544);
    font-family: var(--font-600);
    font-size: 2.75rem;
    font-style: normal;
    line-height: 3.15rem; /* 114.545% */
    margin-bottom: 1rem;
}
.heading-content p{
    color: #454545;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;  /* 144.444% */
    margin: 0 0 1.5rem 0;
}

.content-home-sec-5 .heading-content h2, .content-home-sec-5 .heading-content p{
    color: #fff;
}
.btn-component {
    margin: 0;
    height: 2.5rem;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0.6rem 1.5rem;
    border-radius: 1.5rem 0rem !important;
    border: 0.075rem solid #284544 !important;
    transition: .5s all !important;
}
.btn-component-ver-2 {
    margin: 0;
    height: 2.5rem;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0.6rem 1.5rem;
    border-radius: 30px 0px !important;
    background: #FFFADF !important;
}
.cons_box_contact {
    padding-left: 4.95rem!important;
}
.cons_box_contact .heading-content h2{
    margin-bottom: 0.5rem;
}
.btn-component:hover, .btn-component-ver-2:hover {
    background: #284544 !important;
}
.btn-component-ver-2 span{
    color: #284544;
    font-weight: 500;
}
.img_abs_decor {
    position: absolute;
    right: 0;
    bottom: -17rem;
}
.btn-component:hover span, .btn-component-ver-2:hover span{
    color: #fff;
    transition: .5s all;
}
.btn-component span{
    color: var(--Style, #284544);
    text-align: center;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem; /* 144.444% */
    text-transform: capitalize;
    transition: .5s all !important;
}
.home-sec-2 .img-decoration{
    position: absolute;
    top: -7.5rem;
    right: 0;
    width: 255px;
    height: 295px;
}
.home-sec-2 .img-decoration svg,
.home-sec-2 .img-decoration-2 svg{
    width: 100%;
    height: 100%;
    /*opacity: 0.2;*/
}
.home-sec-2 .img-decoration-2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 255px;
    height: 295px;
}
.icon-box-home-sec-3::before {
    content: '';
    opacity: 0.2;
    border-left: 1px solid #284544;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}
.icon-box-home-sec-3::after{
    content: '';
    border-left: 2px solid #284544;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    transition: 0.5s all;
}
.icon-box-home-sec-3:hover::after{
    height: 100%;

}
.icon-box-home-sec-3{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.content-icon-box-home-sec-3{
    color: #284544;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 136.364% */
}
.icon-box-home-sec-3 .icon-box-img{
    transition: transform 1s ease-in-out;
    transform-origin: center;
}
.icon-box-home-sec-3:hover .icon-box-img{
    transform: rotateY(360deg);
}
.decor-name-home-3 svg{
    width: 212.387px;
    height: 228.717px;
    /*transform: rotate(-90deg);*/
    flex-shrink: 0;
}
.decor-name-home-3 {
    height: fit-content;
    width: fit-content;
    position: absolute;
    right: 0;
    top: -6.5rem;
    opacity: 0.2;
    display: flex;
    flex-direction: column;
}

.section-bg.fill img {
    width: 100%;
    height: 100% ;
    object-fit: cover;
}
.heading-content-ver-2 h2{
    color: var(--Style, #FFFADF);
    font-family: var(--font-600);
    font-size: 2.75rem;
    font-style: normal;
    line-height: 3.15rem; /* 114.545% */
    margin-bottom: 1rem;
}
.heading-content-ver-2 p{
    color: #FFF;
    font-size: 0.9rem;
    font-style: normal;
    line-height: 1.3rem; /* 144.444% */
    margin: 0 0 1.5rem;
}
.home-sec-4::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.83) 40.5%, rgba(0, 0, 0, 0.00) 100%);
}
.img-home-sec-5 {
    width: 100%;
    object-fit: cover;
}
.content-home-sec-5{
    position: relative;
    margin-top: -19rem;
    width: 100%;
    padding: 4.45rem 4.4rem 3rem 6.3rem!important;
    background: #284544;
    border-radius: 0px 10rem;
}
.content-home-sec-5::before{
    content: '';
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 7.7rem;
    height: 5.5rem;
    background-image: url("../images/icon-home-5.png");
}
.content-home-sec-5::after{
    content: '';
    position: absolute;
    top: -5%;
    left: 41%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15.65rem;
    height: 8.05rem;
    z-index: -1;
    background-image: url("../images/icon-decor-home-5.png");
}
.home-sec-6 .heading-content p{
    margin: 0;
}
.home-sec-6 .btn-component{
    float: right;
}
.col-home-sec-6 {
    display: flex;
    align-items: end;
}
.text-content-box-project h3{
    color: #454545;
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
}
.about_6 .text-content-box-project h3 {
    color:  #284544;
    font-family: "Chewie DEMO";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0.8rem 0 0 0;
}
.about_6 .text-content-box-project p {
    color: #454545;
    font-family: Outfit;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem; /* 144.444% */
}
.text-content-box-project p{
    color: #454545;
    font-size: 16px;
    font-style: normal;
    line-height: 0.8;
    margin-bottom: 0;
}
.box-project .img-project{
    width: 100%;
    height: 243px;
    overflow: hidden;
}
.box-project .img-project img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.box-project:hover .img-project img{
    transform: scale(1.1);
}
.box-project{
    cursor: pointer;
    transition: 0.5s all;
    position: relative;
}
.blur-click{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-box-project{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 0.5rem;
}
.btn-project span{
    color: #284544;
    font-size: 0.8rem;
    font-style: normal;
    line-height: 1.4rem; /* 175% */
    transition: 0.5s all;
}
.box-project:hover .btn-project span{
    color: #AA967D;
}
.box-project:hover .btn-project{
    border-bottom: 1px solid #AA967D;
}
.btn-project {
    position: relative;
    /*display: inline-flex;*/
    /*align-items: center;*/
    padding-right: 20px;
    border-bottom: 1px solid #284544;
    transition: 0.5s all;
}
.btn-project::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("../images/ArrowUpRight-1.svg");
    background-size: cover;
    transform: translateY(-50%);
    transition: 0.5s all;
}
.box-project:hover .btn-project::after{
    background-image: url("../images/ArrowUpRight.svg");
}
.home-sec-6 .swiper-slide:nth-child(even) .box-project{
    display: flex;
    flex-direction: column-reverse;
}
.nav-slider{
    display: flex;
    gap: 0.5rem;
    float: right;
}
.home-sec-7 .nav-slider{
    /*margin-top: 46px;*/
}
.home-sec-7 .heading-content p{
    margin-bottom: 0;
}
.home-sec-1. ,.home-sec-2,
.home-sec-3, .home-sec-4,
.slider-home-2-1, .slider-home-2-2{
    position: relative;
}
.slider-nav-light .flickity-prev-next-button {
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    opacity: 1;
    top: inherit;
    left: inherit;
}
.slider-home-2-1 .flickity-prev-next-button.previous{
    position: absolute;
    bottom: 0;
    right: 3rem;
}
.slider-home-2-1 .flickity-prev-next-button.next{
    position: absolute;
    bottom: 3rem;
    right: 0;
}
.slider-home-2-2 .flickity-prev-next-button.next{
    position: absolute;
    bottom: 0;
    left: 3rem;
    transform: unset;
}
.slider-home-2-2 .flickity-prev-next-button.previous{
    position: absolute;
    bottom: 3rem;
    left: 0;
    transform: unset;
}
.slider-nav-light .flickity-prev-next-button:hover {
    background: #284544;
}
.slider-nav-light .flickity-prev-next-button:hover  .arrow{
    fill: #fff;
}
.slider-nav-light .flickity-prev-next-button .arrow{
    fill: #284544;
}
.slider-nav-light .flickity-prev-next-button svg{
    /*padding: 0.8rem;*/
    width: 2rem;
    height: 2rem;
}
.home-sec-2 .contain-slider-home-sec-2 {
    padding-right: 0;
    z-index: 2;
}
.home-sec-2 .contain-slider-2-home-sec-2{
    padding-left: 0;
    z-index: 2;
}
.home-sec-3 .icon-box-img svg path{
    fill: #AA967D;
}
.home-sec-3 .icon-box-text h4 {
    color: #284544;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
}

.slider-home-7{
    /*margin-top: 56px ;*/
    overflow: hidden;
}
.nav-slider svg{
    transition: 0.5s all;
    cursor: pointer;
    fill: transparent;
}
.nav-slider .nav-prev:hover svg,
.nav-slider .nav-next:hover svg{
    fill: #284544;
}
.nav-slider .nav-prev:hover svg path,
.nav-slider .nav-next:hover svg path{
    stroke: white;
}
.box-home-sec-8{

}
.box-home-8 {
    display: flex;
    width: 100%;
    height: 25rem;
}
.img-box-home-8{
    width: 52%;
    height: 100%;
}
.img-box-home-8 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-box-home-8 {
    flex: 1;
    background: #FFF;
    padding: 3rem 5rem 0;
}
.content-box-home-8 .heading-news-home{
    display: flex;
    gap: 0.8rem;
    margin-bottom: 3rem;
}
.content-box-home-8 .heading-news-home .title{
    color: var(--222222, #222);
    font-family: Inter;
    font-size: 0.65rem;
    font-style: normal;
    line-height: 0.65rem; /* 100% */
    text-transform: uppercase;
    gap: 0.8rem;
    display: flex;
    align-items: center;
    position: relative;
}
.content-box-home-8 .heading-news-home .title::after{
    content: '';
    width: 1px;
    height: 0.6rem;
    background: #9E9E9E;
}
.content-box-home-8 .heading-news-home .day{
    color: #9E9E9E;
    font-family: Inter;
    font-size: 0.65rem;
    font-style: normal;
    line-height: 0.65rem; /* 100% */
    text-transform: uppercase;
}
.heading-content-v-3 {
    margin-bottom: 1.8rem;
}
.heading-content-v-3 h3{
    color: var(--Style, #284544);
    font-family: var(--font-600);
    font-size: 2rem;
    font-style: normal;
    line-height: 2.45rem; /* 122.5% */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.heading-content-v-3 p{
    color: #454545;
    font-style: normal;
    line-height: 1.3rem; /* 144.444% */
    font-size: 0.9rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.btn-bb span{
    position: relative;
    color: var(--Style, #284544);
    text-align: center;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem; /* 144.444% */
    border-bottom: 1px solid #284544;
    transition: 0.5s all;
}
.btn-bb span:hover{
    color: #AA967D;
    border-bottom: 1px solid #AA967D;
}
.slider-home-8{
    margin-top: 30px;
    overflow: hidden;
}
/*.btn-bb span{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 1%;*/
/*    border-bottom: 1px solid #284544;*/
/*}*/
.nav-bar{
    display: flex;
    margin-top: 3rem;
    gap: 1.6rem;
    align-items: center;
    justify-content: space-between;
}
.nav-bar .btn-component span{
    width: auto;
}
.slider-product-detail .pagination{
    margin-top: 2.5rem;
    position: relative;
    z-index: 5;
}
.pagination{
    margin-top: 0.25rem;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 !important;
}
.pagination .swiper-pagination-bullet-active {
    background: #284544;
    margin: 0;
}
.home-sec-6 .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}
.home-sec-7 .swiper-pagination {
    bottom: -3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #284544;
}
/*Start Footer*/
.footer-wrapper{
    background: var(--main-cl) ;
    padding: 0 0 4.25rem;
    position: relative;
}
.footer-wrapper .img-logo{
    width: 100px;
    height: 94px;
    flex-shrink: 0;
}
.footer-wrapper .img-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-contact-footer h3{
    color: #FFFADF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3rem;
    margin-bottom: 1.25rem;
}
.item-contact-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.item-contact-footer ul li{
    margin-bottom: 0.3rem;
}
.item-contact-footer ul li a{
    color: #FFF;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6rem; /* 200% */
}
.item-contact-footer ul li:hover a{
    color: #FFFADF;
    font-weight: 400;
}
.footer-wrapper .wrap-form-footer{
    position: relative;
    width: 100%;
    /*margin-top: -18.8rem;*/
    padding: 3.3rem 0 0.5rem 4.9rem;
    background: #FFF;
    box-shadow: 0rem 0.2rem 5rem 0rem rgba(0, 0, 0, 0.08);
    margin-top: -14rem;
    margin-bottom: 4rem;
}
.footer-wrapper .wpcf7 form .wpcf7-response-output{
    width: 46%;
    margin-left: 0;
}
.padding-bottom-sec{
    background: #F4F4F4;
}
.wrap-form-footer .img-bg{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.wrap-form-footer .img-bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.form-contact ul{
    list-style: none;
    width: 550px;
}
.form-contact input[type="text"],
.form-contact input[type="email"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-size: 0.8rem;
    height: 2.5em;
    font-weight: 300;
    line-height: 1.25rem;
    max-width: 100%;
    padding: 0 ;
    transition: border-color 0.3s ease-in-out;
    width: 100%;
}
.form-contact input[type="text"]::placeholder,
.form-contact input[type="email"]::placeholder {
    color: #aaa;
}
.form-contact input[type="text"]:focus,
.form-contact input[type="email"]:focus {
    border-bottom: 1px solid #284544;
}
.footer-wrapper .img-decoration{
    position: absolute;
    bottom: 1%;
    right: -8%;
    width: 346.743px;
    height: 346.729px;
    opacity: 0.2;
}
.footer-wrapper .img-decoration svg{
    width: 100%;
    height: 100%;
}
.form-contact input[type=submit]{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 0.9rem;
    color: #284544 ;
    background: #fff;
}
.form-contact input[type=submit]:hover{
    color: #fff;
}
.flickity-prev-next-button{
    border: none;
}
/*.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button{*/
/*    opacity: 1;*/
/*}*/
.clients_logo{
    overflow: hidden;
}
ul.header-nav-main.nav-right {
    display: flex;
    flex-wrap: nowrap;
}
ul.header-nav-main.nav-left{
    display: flex;
}
#header .header-search-form{
    width: 9.3rem;
}
.header-search-form-wrapper .secondary{
    background: #fff;
    border: 0;
    border-radius: 0 50px 50px 0;
}
.header-search-form-wrapper .secondary:hover{
    background: #284544;
}
.header-search-form-wrapper .secondary .icon-search{
    color: #284544;
}
.header-search-form-wrapper .secondary:hover .icon-search{
    color: #fff;
}
.header-search-form-wrapper{
    border-radius: 50px;
    border: 1.5px solid #E8E8E8;
}
.header-search-form-wrapper input[type=search]{
    border: 0;
    border-radius: 50px 0 0 50px;
    box-shadow: unset;
}
.header-search-form-wrapper input[type=search]:hover{
    border-radius: 50px 0 0 50px;
    border: 0;
}
.nav-line-bottom>li.active>a:before,
.header-main .nav-line-bottom>li:hover>a:before{
    background-color: #284544 !important;
}
.header-main .nav > li > a{
    font-family: Outfit;
    color: #666;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
    letter-spacing: 0;
}
.header-main .nav>li>a:hover{
    color: #284544;
}
.header-wrapper .nav-dark .nav>li.html{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.top_bar_quote ul li,
.top_bar_socials ul li{
    margin: 0;
}
.top_bar_quote ul{
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
}
.top_bar_quote .text{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.top_bar_quote ul li svg{
    width: 16px;
    height: 16px;
}
.top_bar_socials ul{
    list-style: none;
    display: flex;
    gap: 20px;
}
.top_bar_socials , .top_bar_quote{
    margin-left: 25px;
}
/*.breadcrumb ul{*/
/*    list-style: none;*/
/*    display: flex;*/
/*    gap: 8px;*/
/*    margin-top: 20px;*/
/*}*/
.breadcrumb ul{
    list-style: none;
    display: flex;
    gap: 8px;
    margin: 0;
}

.breadcrumb ul li,
.breadcrumb ul li p{
    margin: 0;
}
.breadcrumb ul li .home{
    width: 24px;
    height: 24px;
}
.breadcrumb ul li .breadcrumb-next{
    width: 16px;
    height: 16px;
}
.breadcrumb ul li p{
    color: #284544;
    font-size: 16px;
    font-style: normal;
}

.nav-vertical+.tab-panels {
    border-left: 0!important;
}
.tabs li a {
    padding-left: 1.55rem;
}
.tabs li a::before {
    left: 0!important;
    background-color: #FFF;
    width: 0.15rem!important;
}
.tabs li a span {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    opacity: 0.5;
    text-transform: capitalize;
}
.tabs li.active a span {
    font-size: 2.75rem;
}
.tabs li.active a span {
    opacity: 1;
}
.tab-panels {
    padding: 0!important;
}
.tabs {
    display: flex;
    align-items: center;
    height: 31.95rem;
}
.tabs .panel p {
    margin: 0;
    color: #FFF;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
}
.tabs ul.nav {
    margin-right: 2.54rem;
    display: inline-table;
}
.about_4 .row_1 img {
    border-radius: 0 10rem;
}
.about_4 .row_2 img {
    border-radius: 10rem 0;
}
.about_4 .row_2 .img-inner {
    padding-left: 4.95rem;
}
.about_4 .row_1 .img-inner {
    padding-right: 4.95rem;
}
.tabbed-content.tabs:before {
    content: '';
    width: 0.05rem;
    height: 100%;
    background-color: #FFF;
    opacity: 0.2;
}
.row_2 .wrap_content {
    padding-left: 5.95rem;
}
.row_1 .wrap_content {
    padding-right: 5.95rem;
}
.wrap_pr {
    gap: 1.55rem;
    display: flex;
    align-items: center;
}
.wrap_pr .box-project {
    width: 100%;
}
.about_1 .wrap_image {
    position: absolute;
    right: 0;
    width: 42.4rem;
    height: 24rem;
    flex-shrink: 0;
}
.about_1 .col-inner {
    position: static;
}
.about_1 .img-inner {
    position: static;
}
.about_1 .img {
    position: static;
}
.wrap_const_left {
    position: static;
    padding-left: 15rem!important;
    padding-right: 1rem !important;
    height: 24rem;
    display: flex;
    align-items: flex-end;
}
.play_btn svg {
    width: 6.2rem;
    height: 6.2rem;
    flex-shrink: 0;
}
.play_btn p {
    margin-bottom: 0;
}
.wrap_const_left img {
    position: absolute;
    width: 17.95rem;
    height: 14.3rem;
    flex-shrink: 0;
    bottom: 0;
    left: 0;
}
.about_1 .heading-content p {
    margin-bottom: 0;
}
.slider-about-6 .image .cons{
    background: rgba(255, 250, 223, 0.70);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.65rem;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: all 0.5s;
    align-items: flex-end;
}
.slider-about-6 .swiper-slide:hover .cons {
    opacity: 1;
}
.about_6 .img-decoration {
    position: absolute;
    left: 0;
    top: 13rem;
}
.about_6 .img-decoration svg {
    width: 8.5748rem;
    height: 8.821349999999999rem;
    flex-shrink: 0;
    opacity: 0.1;
}
.para {
    color: #454545;
    font-family: Outfit;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.socials a {
    display: flex;
    width: 1.55rem;
    height: 1.55rem;
    padding: 0.45rem 0.4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 15.5px;
    background: #284544;
}
.socials a svg {
    width: 0.75rem;
    height: 0.65rem;
    flex-shrink: 0;
}
.socials {
    display: inline-flex;
    gap: 1.05rem;
    align-items: center;
    padding-top: 1.05rem;
    border-top: 0.05rem solid #284544;
    margin-top: 1.05rem;
}
.box_feature {
    margin-right: 1.75rem;
    padding: 1.2rem;
    border: 0.05rem solid rgba(170, 150, 125, 0.30);
    background: #FFF;
    transition: all 0.5s;
    height: 100%;
}
.box_feature:nth-child(4) {
    margin-right: 0;
}
.feature_cons h3 {
    color: #284544;
    font-family: Outfit;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.5rem;
    position: relative;
}
.feature_cons h3::before {
    content: '';
    width: 0.2rem;
    background: #AA967D;
    position: absolute;
    left: -1.2rem;
    height: 100%;
    transition: all 0.5s;
    top: 0;
}
.box_feature:hover h3::before{
    background: #284544;
}
.box_feature:hover {
    border: 0.05rem solid #284544;
}
.par_box_feature .col-inner {
    height: 100%;
}
.feature_cons p {
    color: #454545;
    font-family: Outfit;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
}
.wrap_img_abs {
    position: absolute;
    left: 0;
}
.btn-component.edit {
    border-color: #FFF!important;
}
.btn-component.edit span {
    color: #FFF!important;
}
.wrap_box_contact {
    padding: 5.35rem 0;
    background: #284544;
    overflow: hidden;
}
.flow_text {
    border-radius: 0rem 5rem;
    border: 0.05rem solid rgba(40, 69, 68, 0.50);
    padding: 2.2rem 2.4rem 1.85rem 2.15rem;
}
.wrap_img_flow .col-inner,
.image_flow .img-inner,
.image_flow img,
.image_flow
{
    height: 100%;
}
.image_flow img {
    border-radius: 5rem 0;
}
.flow_text h2 {
    color: #284544;
    font-family: Outfit;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.6rem;
}
.flow_text p {
    color: #454545;
    font-family: Outfit;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem; /* 130% */
}
.wrap_cons_flow .col-inner,
.flow_text {
    height: 100%;
}
.padding_white {
    background-color: #FFF;
}
.svg_decoration {
    position: absolute;
    left: 0;
    top: 50%;
}
.svg_decoration svg {
    width: 10.79975rem;
    height: 11.11025rem;
    flex-shrink: 0;
    opacity: 0.1;
}
.wrap_nav .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.box_nav svg {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
}
.box_nav p{
    color: #454545;
    font-family: Outfit;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3; /* 130% */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box_nav .icon-box-img {
    width: 1.5rem!important;
    height: 1.5rem;
}
.box_nav .icon-box-text  {
    padding-left: 0.5rem!important;
}
.wrap_text_right .col-inner {
    padding-left: 5.5rem;
}
.wrap_text_left .col-inner {
    padding-right: 5.5rem;
}
.box_benefit {
    padding: 7.3rem 0 8.5rem 18.9rem!important;
    background-color: #F5F5F5;
}
.box_benefit.edit {
    padding-left: 5.75rem!important;
    padding-right: 17.9rem!important;
}
.wrap_img_absolute .img-inner {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    width: 23.85rem;
    z-index: 10;
    height: 20.85rem;
}
.wrap_img_absolute.edit .img-inner {
    right: 0;
    left: unset;
}
.faq .toggle{
    right: 0;
    left: unset;
    top: .9rem;
}
.faq .accordion-title {
    padding-left: 0;
    display: flex;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.faq .accordion-title.active {
    background-color: transparent;
    border-color: transparent;
    color: #BCAD9B;
    font-weight: inherit;
}
.faq .accordion-inner {
    padding-left: 0;
}
.faq .accordion-item span {
    color: #454545;
    font-family: Outfit;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.heading-content h3 {
    color: #AA967D;
    font-family: Outfit;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.1rem;
}
.heading-content h3::before {
    content: '';
    width: 2.05rem;
    background-color: #AA967D;
    height: 0.05rem;
}
.faq .accordion-title.active span {
    color: #BCAD9B;
}
.accordion-title button i {
    display: none;
}
.accordion-item button::after {
    content: '';
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
    background-image: url("../images/Plus.svg");
    transition: all 0.5s;
}
.accordion-title.active button::after {
    background-image: url("../images/Minus.svg");
}
.banner_pro_title h1 {
    color: #FFF;
    font-family: "Chewie DEMO";
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
}
.banner_pro .section-bg-overlay {
    opacity: 0.7;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.96) 6.33%, rgba(0, 0, 0, 0.92) 16.42%, rgba(0, 0, 0, 0.89) 25.57%, rgba(0, 0, 0, 0.82) 33.22%, rgba(0, 0, 0, 0.73) 42.1%, rgba(0, 0, 0, 0.00) 100%)!important;
}
.sus_1 .section-bg img {
    object-fit: contain;
}
.sus_1 .section-bg-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 61.36%, rgba(255, 255, 255, 0.58) 78.88%, #FFF 100%)!important;
}
.wrap_para {
    color: #454545;
    font-family: Outfit;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    margin-bottom: 0;
}
.para_pro .col-inner {
    padding-left: 12rem;
}
.banner_pro_title p {
    color: #FFF;
    font-family: Outfit;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem; /* 130% */
}
.breadcrumb a[title='Home']::after {
    content: '';
    background-image: url("../images/House.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    display: block;
}
.breadcrumb a,
.breadcrumb  li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb span.divider::after {
    content: '';
    background-image: url("../images/CaretRight.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    display: block;
}
.breadcrumb span.divider {
    display: flex;
    font-size: 0;
    align-items: center;
    opacity: 1;
}
.breadcrumb li.title_single cite {
    color: #284544;
    font-family: Outfit;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem; /* 162.5% */
}
.breadcrumb a[title='Home'] cite {
    display: none;
}
.gap_bg_contact {
    background-color: #F5F5F5;
}
.section_contact .section-bg.fill img {
    object-fit: contain;
}
.wrap_contact_form .wpcf7-not-valid-tip {
    background-color: #f1f1f1;
    border-radius: 0.15rem;
    color: var(--fs-color-alert);
    line-height: 1.2em;
    margin-top: -0.5rem;
    opacity: .8;
    padding: 0.25rem 0.4rem;
    font-size: 0.8rem;
    position: relative;
}
.wpcf7-response-output {
    font-size: 0.9rem;
}
.box_info_contact p {
    color: #333;
    font-family: Outfit;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    margin-bottom: 0.8rem;
    margin-top: 0.35rem;
}
.box_info_contact h4 {
    color: #454545;
    font-family: Outfit;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    margin-bottom: 0.35rem;
}
.wrap_contact_form {
    padding: 4.1rem 3.9rem 3.5rem 3.9rem;
    background: #FFF;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.08);
}
.mb-40 {
    margin-bottom: 2rem;
}
.gap-16 {
    gap: 0.8rem;
}
selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BEBEBE;
    border-radius: 0;
    box-shadow: none;
    color: #A6A6A6;
    font-family: Outfit;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 156.25% */
}
.wrap_contact_form textarea {
    min-height: 5rem;
    padding-top: 0;
    margin-bottom: 0;
}
.gap-81 {
    gap: 4.05rem;
}
.wpcf7-spinner {
    display: none!important;
}
.wrap_contact_form input[type=submit] {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
}
.wrap_contact_form input[type=submit]:hover {
    box-shadow: none;
}
.wrap_btn_para {
    color: #454545;
    text-align: right;
    font-family: Outfit;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 178.571% */
}
.wrap_text_banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100% - var(--container-w)) / 2);
}
.wrap_text_banner h1 {
    color: #FFF;
    font-family: "Chewie DEMO";
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.9rem;
    margin-bottom: 1rem;
}
.wrap_text_banner p {
    color: #FFF;
    font-family: Outfit;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    margin-bottom: 0;
}
.banner .bg_overlay {
    opacity: 0.7;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.96) 6.33%, rgba(0, 0, 0, 0.92) 16.42%, rgba(0, 0, 0, 0.89) 25.57%, rgba(0, 0, 0, 0.82) 33.22%, rgba(0, 0, 0, 0.73) 42.1%, rgba(0, 0, 0, 0.00) 100%);
}
.scroll-to {
    position: absolute;
    z-index: 3;
}
.filter-row {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}
.filter-item select  {
    display: flex;
    width: 15.5rem;
    height: 2.5rem;
    padding: 0.75rem 0.85rem;
    justify-content: space-between;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: #454545;
    font-family: Outfit;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem; /* 111.111% */
}
.ux-filter-btn {
    color: #454545;
    font-family: Outfit;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem; /* 111.111% */
    margin: 0;
    display: flex;
    gap: 0.3rem;
    align-items: center;
    text-transform: unset;
}
.breadcrums {
    padding: 1rem  0;
}
.pr_1 {
    margin-top: 3.5rem;
}
.cons_abs_pro {
    position: absolute;
    left: 2.85rem;
    bottom: 1.55rem;
    z-index: 2;
}
.cons_abs_pro h2 {
    color: #FFF;
    font-family: Outfit;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cons_abs_pro p {
    color: #FFF;
    font-family: Outfit;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3rem; /* 162.5% */
}
.left_box_img {
    position: relative;
    z-index: 3;
    height: 23rem;
    width: calc(100% - 1.3rem);
    cursor: pointer;
}
.right_box_img {
    margin-left: 1.25rem;
    height: 100%;
    position: relative;
    z-index: 3;
}
.bg-shadow-item {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7.5rem;
    z-index: 1;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.17) 77.7%, rgba(0, 0, 0, 0.07) 90.7%, rgba(0, 0, 0, 0.00) 100%);
}
.link_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    height: 100%;
}
.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_pr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    gap: 1.95rem;
    row-gap: 3.2rem;
}
.wrap_text_pr h2 {
    color: #454545;
    text-overflow: ellipsis;
    font-family: Outfit;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: all 0.5s;
    margin-bottom: 0.2rem;
}
.wrap_text_pr span {
    color: #454545;
    font-family: Outfit;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem; /* 175% */
}
.wrap_text_pr {
    margin-top: 0.9775rem;
}
.item_pr {
    width: calc(100% / 4 - (1.95rem * 3) / 4);
    position: relative;
}
.item_pr .image {a
overflow: hidden;height: 12rem;overflow: hidden;}
.item_pr img {
    transition: all 0.5s;
}
.item_pr:hover img {
    transform: scale(1.1);
}
.item_pr:hover h2 {
    color: #284544;
}
.mt-60 {
    margin-top: 3rem;
}
span.more {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    border-bottom: 1px solid #284544;
}
span.more::after {
    content: '';
    width: 0.8rem;
    display: block;
    height: 0.8rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/ArrowUpRight-2.svg");
}
.pr_2 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}
.heading-content.custom h2{
    color: #FFF;
}
.heading-content.custom p{
    color: #FFF;
}
.img__decor {
    position: absolute;
    right: -3rem;
    bottom: -8rem;
}
.pr_3 {
    margin-bottom: 17rem;
}
.mb-56 {
    margin-bottom: 2.8rem;
}
.input_search {
    display: flex;
    width: 17.54rem!important;
    height: 2.5rem!important;
    padding: 0.65rem 0.85rem 0.65rem 2.53rem!important;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.10)!important;
    position: relative;
}
.input_search:focus {
    background-color: transparent!important;
}
.search-box::before {
    content: '';
    background-image: url("../images/Search.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.85rem;
    width: 1.2rem;
    height: 1.2rem;
}
.cate_abs {
    display: inline-flex;
    height: 1.5rem;
    padding: 0.4rem 0.6rem;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
    border-radius: 0 1rem;
    background: #284544;
    position: absolute;
    left: 1.4rem;
    top: 1.25rem;
    color: #FFF;
    font-family: Outfit;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    z-index: 2;
    line-height: 1.3rem; /* 185.714% */
}
.right_box_img .cate_abs {
    left: 2.65rem;
}
.cons__abs {
    position: absolute;
    left: 1.4rem;
    bottom: 1.65rem;
    padding-right: 1rem;
    z-index: 2;
}
.cons__author {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.2rem;
}
.cons__abs h2 {
    color: #FFF;
    font-family: Outfit;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.4rem;
}
.cons__author span {
    color: #FFF;
    font-family: Outfit;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem; /* 162.5% */
}
span.viewer {
    color: #FFF;
    font-family: Outfit;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem; /* 162.5% */
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
span.viewer::before {
    content: '';
    background-image: url("../images/Users.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1rem;
    height: 1rem;
}
.right_box_img .cons__abs {
    left: 2.2rem;
}
.blog_2 {
    margin-top: 3.65rem;
}
.blog_3 {
    margin-top: 3rem;
}
.list_blogs {
    display: flex;
    gap: 2.6rem;
    flex-wrap: wrap;
}
.item_blog {
    width: calc(100% / 3 - (2.6rem * 2) / 3);
    position: relative;
}
.cons_blog {
    margin-top: 1.6rem;
}
.cons_blog .viewer {
    color: #454545;
}
.cons_blog .viewer::before {
    background: url("../images/Users-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.wrap_author {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: .8rem;
}
.mb-6 {
    margin-bottom: 0.3rem;
}
.wrap_author .author {
    color: var(--main-cl);
}
.title_blog {
    color: #454545;
    font-family: Outfit;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.2rem;
}
.para {
    color: #454545;
    font-family: Outfit;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.item_blog:hover img {
    transform: scale(1.2);
}
.item_blog img {
    transition: all 0.5s;
}
.item_blog .image {
    overflow: hidden;
    height: 14rem;
}
.wrap_item_top {
    flex-wrap: nowrap!important;
}
.gap-tmp {
    margin-bottom: 70rem;
}
.detail_pr_1 {
    margin-top: 3.8rem;
}
.border {
    height: 0.05rem;
    background: rgba(0, 0, 0, 0.10);
}
.gap-20 {
    gap: 1rem;
}
.mt-20 {
    margin-top: 1rem;
}
.socials_share {
    padding: 0.45rem;
    background-color: var(--main-cl);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}
.socials_share.fb svg {
    width: 0.4rem;
    height: 0.75rem;
}
.socials_share.x  svg{
    width: 0.75rem;
    height: 0.75rem;
}
.share {
    margin-right: 1.4rem;
    color: var(--main-cl);
    font-family: Outfit;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem; /* 178.571% */
}
.socials_share {
    margin-right: 0.65rem;
}
.margin-tmp {
    margin-bottom: 20rem;
}
.nav_top {
    margin-bottom: 3rem;
}
.nav_content h2 {
    margin-bottom: 0.75rem;
    margin-top: 1rem;
    color: #454545;
    font-family: Outfit;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.nav_content p {
    color: #454545;
    font-family: Outfit;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0.75rem;
}
.nav_content ul {
    padding-left: 4rem;
}
.mt-100 {
    margin-top: 5rem;
}
.related_post_swiper .item_blog {
    width: 100%;
    margin-top: 1.5rem;
}
.nav_content li {
    color: #454545;
    font-family: Outfit;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem; /* 144.444% */
}
.nav_content h3 {
    color: #454545;
    font-family: Outfit;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.nav_content li strong {
    font-weight: 700;
}
.nav_content img {
    margin-bottom: 1rem;
}
.logo-center .logo {
    margin: 0 1.5rem;
    width: auto!important;
}
.heading-content,
.play_btn {
    position: relative;
    z-index: 2;
}
.tabs {
    height: auto;
    flex-wrap: nowrap;
}
.slider-about-6 .pagination {
    gap: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
/*.breadcrumbs .row {*/
/*    margin: 0!important;*/
/*}*/
.btn-component.edit:hover {
    background-color: #FFF!important;
}
.btn-component.edit:hover span {
    color: var(--main-cl)!important;
}
.wrap_btn_para a {
    text-decoration: underline;
    color: #454545;
}
.box_nav {
    padding: 1rem 0;
    border-bottom: 0.2rem solid transparent;
    transition: all 0.5s;
    cursor: pointer;
}
.box_nav:hover,
a.active .box_nav{
    border-color:  #AA967D;
}
.box_nav:hover p,
a.active .box_nav p{
    color:  #AA967D;
}
.box_nav.active {
    border-color:  #AA967D;
}
.box_nav.active p{
    color:  #AA967D;
}
ul.header-nav-main.nav-left {
    align-items: unset;
}
a.active .box_nav svg path {
    fill: #AA967D;
}

.header-main .nav > li {
    display: flex;
    align-items: center;
}
.header-main .nav > li {
    margin: 0;
}

.header-main .nav > li+li {
    margin-left: 2.1rem;
}

ul.header-nav-main.nav-left {
    padding-left: 2rem;
}
.header-bg-color {
    background: #fff;
}
.slider-home-2-1 .flickity-prev-next-button {
    width: 3rem;
    height: 3rem;
}
.slider-home-2-1 .flickity-prev-next-button {
    opacity: 1 !important;
}
/*loading-effect-page*/
.load_home_page svg {
    width: 19.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
}

.load_home_page.complete svg {
    transition-delay: 0.4s;
    opacity: 0;
}

.load_home_page rect, .load_home_page 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;
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}

.load_home_page.complete img.logo_center {
    opacity: 0;
}
.ab_sec_2 .section-bg.fill img {
    width: auto;
    height: auto;
}

.ab_sec_2 .section-bg.fill {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wrap_slider {
    position: relative;
}

.ab_sec_2 .wrap_slider {
    margin-left: calc(calc(100vw - 72rem)/2);
    position: relative;
}

.ab_sec_2 .slider_history {
    padding-right: calc(calc(100vw - 72rem)/2);
    overflow: hidden;
}

.slider_history .box_img img {
    width: 100%;
    height: auto;
}

.slider_history .box_img {
    height: 16rem;
    display: flex;
    align-items: flex-end;
}

.slider_history .swiper-slide {
    padding-right: 3.5rem;
    opacity: .5;
    transition: .3s all;
}

.slider_history h3 {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    font-family: var(--font-600);
    color: #284544;
    position: relative;
    font-size: 1.8rem;
}

.slider_history .content {
    color: #454545;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    margin: 0 0 1.5rem 0;
}

.slider_history h3:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0.95rem;
    height: 0.95rem;
    background: #284544;
    border-radius: 50%;
    transform: translateY(-50%);
}

.ab_sec_2 .wrap_slider:before {
    content: '';
    position: absolute;
    top: 17.5rem;
    width: 100%;
    height: 0.05rem;
    background: #284544;
}

.ab_sec_2  .nav-slider {
    right: calc(calc(100vw - 70rem)/2);
    position: absolute;
    top: -5rem;
}

.display_mb {
    display: none;
}
.slider_history .swiper-slide.is-visible {
    opacity: 1;
}
.box_map {
    position: relative;
    width: 50.8rem;
    margin-left: 4rem;
}

.box_map img {
    width: 100%;
    display: block;
}

.box_map .text.heading-content {
    position: absolute;
    max-width: 25.8rem;
    top: 6.5rem;
    right: -12rem;
}

section.introducing_section {
    padding: 2.5rem 0 5rem;
}

ul.list_dots {
    margin: 0;
    list-style: none;
}

ul.list_dots li {
    position: absolute;
    cursor: pointer;
}

ul.list_dots li .inner {
    display: flex;
    position: absolute;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

ul.list_dots li .inner svg {width: 1.2rem;display: block;margin-right: 0.35rem;}

ul.list_dots li span {
    border-radius: 5rem;
    width: max-content;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.1rem 0.75rem;
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
}
ul.list_dots li:hover span {
    opacity: 1;
    cursor: pointer;
}
.box_map .box_content_left {
    position: absolute;
    bottom: 2rem;
    left: 0;
    z-index: 9;
}

.box_content_left .top {
    text-align: center;
    max-width: 6.15rem;
}

.box_content_left .top b {
    font-family: var(--font-600);
    font-size: 4.75rem;
    color: #284544;
    line-height: 1;
}

.box_content_left .top .content {
    color: #AA967D;
    text-align: center;
    font-size: 0.9rem;
    border-top: 0.05rem solid #AA967D;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

.box_content_left ul {
    list-style: none;
    margin: 2rem 0 0 0;
}

.box_content_left ul li {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.box_content_left ul li svg {
    display: block;
    flex: 0 0 auto;
    margin-right: 0.5rem;
}

.box_content_left ul li .icon {
    display: flex;
    align-items: center;
}

.box_content_left ul li {
    color: #284544;
    cursor: pointer;
}

.box_content_left ul li:nth-child(2) {
    color: #910808;
}

.box_content_left ul li:nth-child(3) {
    color: #AA967D;
}

a.view_video {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #284544;
    text-transform: uppercase;
    float: right;
    margin: 0.5rem 3.5rem 0 0;
}

a.view_video svg {
    width: 6.2rem;
    height: auto;
    display: block;
    margin-left: 0.75rem;
}
.slider_perfect .row {
    margin: 0 !important;
    max-width: 25% !important;
    opacity: 1 !important;
    padding: 0 1.25rem !important;
}
.slider_perfect {
    margin: 0 -1.25rem 4rem;
}
section.project_related {
    padding-bottom: 20rem;
    padding-top: 3rem;
}

.slider_project {
    overflow: hidden;
    margin: 2rem -1rem 0;
}

.slider_project .item_pr {
    width: calc(100% - 2rem);
    margin: 0 1rem;
}
.project_related .nav-slider {
    position: absolute;
    top: -4.9rem;
    right: 0;
    z-index: 9;
}

.gallery_project img {
    height: 16rem;
    object-fit: cover;
}

.gallery_project .col {padding: 1.2rem;}

.gallery_project {
    margin: 0 -1.2rem;
}

.project_details .section-title {
    border: none;
    margin: 0 0 1.5rem;
}

.project_details .section-title b {
    display: none;
}

.project_details .section-title span.section-title-main {
    text-transform: unset;
    color: #454545;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    padding: 0;
    border: none;
}

h3.section-title.section-title-center {
    justify-content: center;
}
.project_details .section-content>.row>.col {
    margin-top: 3.5rem;
}

.project_details .flickity-prev-next-button {
    transform: unset !important;
    top: -4rem;
    right: 1.25rem;
    left: unset;
    border: 1px solid rgb(51 51 51 / 20%);
}

.project_details .flickity-prev-next-button svg {
    background: transparent !important;
    border: none;
    padding: .6rem;
}

.project_details .flickity-prev-next-button[aria-label="Previous"] {
    right: 4.5rem !important;
}
.slider_perfect .box-image {
    padding-bottom: 100%;
    position: relative;
}

.slider_perfect .box-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_perfect h3 {
    color: #454545;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.item_production .wrap_top {
    display: flex;
    align-items: self-end;
}

.item_production .wrap_top .left {
    width: 50%;
    flex: 0 0 auto;
    display: flex;
}

.item_production .wrap_top .left span {
    flex: 0 0 auto;
    color: #AA967D;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 5.5rem;
    padding-top: 0.25rem;
}

.item_production .wrap_top .right {
    padding-left: 6.25rem;
}

.wrap_bottom {
    padding: 1.5rem 0;
    align-items: flex-start;
    overflow: unset !important;
}

.wrap_bottom .box_content {
    width: 50%;
    position: relative;
}

.wrap_bottom .box_content .box_img {
    width: 50%;
}

.wrap_bottom .box_img {
    width: 50%;
    padding-left: 6.25rem;
}

.wrap_bottom .box_img img {
    max-width: unset;
    width: calc(100%  + calc(100vw - 71rem)/2);
}

.wrap_bottom .accordion-title {
    background: transparent;
    padding: 0;
    border: none;
    position: relative;
    margin-bottom: 1.25rem;
}

.wrap_bottom .accordion-title button.toggle {
    display: none;
}

.wrap_bottom .accordion-inner {
    padding: 0 0 0 4.5rem;
}

.accordion-item {}

.wrap_bottom .accordion-title:before {
    width: 2.5rem;
    content: '1';
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0.05rem solid #AA967D;
    border-r
    FONT-WEIGHT: 500;
    border-radius: 50%;
    color: #AA967D;
    font-weight: 400;
    font-size: 0.9rem;
    flex: 0 0 auto;
    margin-right: 2rem;
    background: #fff;
}

.wrap_bottom .accordion-item:nth-child(2) .accordion-title:before {
    content: '2';
}

.wrap_bottom .accordion-item:nth-child(3) .accordion-title:before {
    content: '3';
}
.wrap_bottom .accordion-item:nth-child(3) .accordion-title:before {
    content: '3';
}
.wrap_bottom .accordion-item:nth-child(4) .accordion-title:before {
    content: '4';
}
.wrap_bottom .accordion-item:nth-child(5) .accordion-title:before {
    content: '5';
}
.wrap_bottom .accordion-item:nth-child(6) .accordion-title:before {
    content: '6';
}
.wrap_bottom .accordion-item:nth-child(7) .accordion-title:before {
    content: '7';
}
.wrap_bottom .accordion-item:nth-child(8) .accordion-title:before {
    content: '8';
}
.wrap_bottom .accordion-item:nth-child(9) .accordion-title:before {
    content: '9';
}
.wrap_bottom .accordion-item:nth-child(10) .accordion-title:before {
    content: '10';
}
.wrap_bottom .accordion-title span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #454545;
}
.wrap_bottom .box_content:before {
    left: 1.25rem;
    background: linear-gradient(45deg, transparent, #AA967D, transparent);
    content: '';
    position: absolute;
    top: -2.5rem;
    bottom: -2.5rem;
    width: 1px;
}
.item_production {
    padding: 3.5rem 0;
    cursor: pointer;
    overflow: unset !important;
}

.item_production+.item_production {
    border-top: 0.05rem solid rgba(0, 0, 0, 0.10);
}
.wrap_bottom .inner.flex {
    align-items: flex-start;
}
.item_production:nth-child(n + 2) .wrap_bottom {
    display: none;
}
nav.breadcrumb * {font-style: unset;font-size: .8rem;}
.content_post  h4 {
    font-weight: 400;
    font-size: 1.4rem;
}

.content_post iframe {
    width: 100%;
    height: 34rem;
}
.col.large-5.medium-5.small-12 .left_box_img {
    float: right;
}
.single-post section.nav_top {
    margin-top: 2rem;
}
.ux-filter-btn.active {
    background: #284544;
}

.ux-filter-btn.active * {
    filter: brightness(0) invert(1);
    color: #fff;
}

.ux-filter-btn.active {
    color: #fff;
}
.empty_content {
    text-align: center;
    padding: 4rem 0;
    font-size: 3rem;
}

div#filterPost {
    margin-top: 2rem;
}
div#load_post {
    margin-bottom: 22rem;
}
.inner_map {
    position: relative;
}
.swiper.slider-about-6 {
    width: calc(100% + calc(100vw - 63rem)/2);
    padding-right: calc(calc(100vw - 64rem)/2);
}
.slider-about-6 .swiper-slide {
    opacity: .1;
    transition: .5s all;
}

.slider-about-6 .swiper-slide.is-visible {
    opacity: 1;
}
.page-template-contact .wrap-form-footer {
    display: none;
}

.page-template-contact footer#footer {
    padding-top: 4rem;
}
.tabs_about.tabs li a {
    font-family: var(--font-600);
    padding: 0 0 0 1.6rem;
    line-height: .7;
}

.tabs_about.tabs li a span {
    line-height: 1;
}

.tabs_about.tabs li {
    margin: 1.6rem 0;
}

.text-center .nav-vertical li.active {
    order: 0 !important;
}

.tabs_about {
    padding: 4rem 0;
    border-left: 0.05rem solid rgb(255 255 255 / 10%);
}

.nav-vertical.nav-line>li>a:before {
}

.tabs_about.tabs ul {
    display: flex;
    flex-wrap: wrap;
    flex-flow: unset;
    flex-wrap: wrap;
    width: 14rem !important;
}

.tabs_about.tabs li {
    width: 100%;
}

.text-center .nav-vertical li {
    order: -1;
}

.text-center .nav-vertical li:last-child {
    order: 2;
}

.text-center .nav-vertical li:nth-child(2) {
    order: 1;
}

.text-center .nav-vertical li:nth-child(1).active {
    order: 2 !important;
}

.custom-select-container {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.selected-option {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: transparent;
    width: 100%;
    padding: 0;
    box-shadow: none !important;
    padding: 0;
    color: #666;
    font-size: 0.7rem;
    margin-bottom: 0.9rem;
    background-repeat: no-repeat;
    background-position: right .5rem center;
    height: 2.507em;
    background-size: 1rem;
}

.custom-select {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1000;
    overflow-y: auto;
    background: #fff;
    font-size: .8rem;
}

.custom-select li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f7f7f73b;
}

.custom-select li:hover {
    background-color: #284544;
    color: #fff;
}
.custom-select li {
    margin: 0 !important;
}

.custom-select li {
    color: #333;
}
.custom-select::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.custom-select::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

.custom-select::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
.selected-option {
    display: flex;
    width: 15.5rem;
    height: 2.5rem;
    padding: 0.75rem 0.85rem;
    justify-content: space-between;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: #454545;
    font-family: Outfit;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
}
.nav_scroll a.plain {
    width: 100%;
}
.nav_scroll {
    position: sticky;
    top: 3.2rem;
    z-index: 9;
    background: #fff;
    padding: 0 !important;
}

.page-template-service {
    overflow: unset;
}
.nav-dropdown {bottom: 0;transform: translateY(100%);padding: .4rem;border: none !important;}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    font-size: .9rem;
}

.has-dropdown .icon-angle-down {
    display: none;
}
.par_box_feature .icon {transform: rotateY(0deg);transition: 1s all;}

.par_box_feature:hover .icon {
    transform: rotateY(360deg);
}
.play_btn svg {
    transition: .5s all;
    background: transparent;
    border-radius: 50%;
}

.play_btn svg:hover {
    background: #284544;
}
.header-main .nav > li > a:hover:before {
    width: 100%;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    width: 0;
}
.header-main .nav > li.current-menu-item> a:before {
    width: 100%;
}
.detail_pr_1:before {
    background: #F4F4F4;
    width: 100%;
    height: 350%;
    position: absolute;
    top: -7rem;
    content: '';
}

section.detail_pr_1 {
    position: relative;
}

section.breadcrums {
    position: relative;
    z-index: 2;
}
.contain-scroll-home-1 {
    animation: hu__hu__ infinite 3s ease-in-out;
}
@keyframes hu__hu__ {
    50% { transform: translateY(1rem) }
}
.wrap_nav .col-inner>a {
    width: calc(100% / 5);
}
ul.list_location li a:before {
    content: '';
    width: 120%;
    height: 120%;
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
}
ul.list_dots li:before{
    content: '';
    background: #284544;
    width: 1rem;
    height: 1rem;
    animation: pulse-border 1000ms ease-out infinite;
    position: absolute;
    border-radius: 50%;
    left: .1rem;
    visibility: hidden;
}
@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }

    50% {
        transform: translateZ(0) scale(1.5);
        opacity: 0
    }

    100% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }
}

ul.list_dots li.active:before {
    visibility: unset;
}
ul.list_dots li[data-id="2"]:before{
    background: #910808;
}
ul.list_dots li[data-id="3"]:before{
    background: #AA967D;
}
ul.language_change {
    list-style: none;
    margin: 0;
}

ul.language_change li {
    margin: 0 !important;
}

ul.language_change li img {
    width: 1.4rem;
    height: auto !important;
    display: block;
    margin-left: 1rem;
}

ul.language_change {
    margin-left: 1.5rem !important;
}

ul.language_change a {
    color: #666;
}
ul.language_change a{
    text-transform: uppercase;
}
.page-template-page-blank-title-center .entry-content {
    margin-bottom: 13rem;
}
body:not(.home) {
    overflow: unset;
}
.nav_top .heading-content {
    padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
    .col {
        padding: 0;
    }
    html , body {
        font-size: 1.05vw;
    }
    .page-id-743 {
        overflow: unset;
    }
    .section-nav {
        position: sticky;
        top: 70px;
        background: #fff;
        z-index: 999;
    }
}
@media only screen and (max-width: 1199px) {
    .col {
        padding: 0 0.75rem 1.5rem;
    }
    html , body {
        font-size: 1.6vw;
    }
    :root {
        --container-w: 59.917rem
    }
    .gap_bg_contact {
        padding-top: 0!important;
    }
    .home-sec-7 {
        padding: 2rem 0!important;
    }
    .padding-bottom-sec {
        padding-top: 24rem!important;
    }
    .wrap_img_right {
        padding: 0 0.75rem 0 0!important;
    }
    .wrap_img_left {
        padding: 0 0 0 0.75rem!important;
    }
    .footer-wrapper .wrap-form-footer {
        margin-top: -12rem;
    }
    .footer-wrapper {
        padding: 10.8rem 0 4.25rem;
    }
    .heading-content h2 {
        font-size: 2.15rem;
        line-height: 2.4rem;
    }
    .about_6 {
        padding-bottom: 6rem;
    }
    .wrap_img_flow {
        padding: 0;
    }
    .wrap_cons_flow {
        padding: 0;
    }
    .box_feature {
        margin-right: 0;
    }
    .box_nav p {
        font-size: 0.8rem;
    }
    .faq .accordion-item span {
        font-size: 1rem;
    }
    .accordion-item button::after {
        width: 2rem;
        height: 2rem;
    }
    .box_map {
        width: 40.8rem;
    }
    .decor-name-home-3 svg{
        width: 197.387px;
        height: 203.717px;
    }
}
@media only screen and (max-width: 849px) {
    .about_6 {
        padding-bottom: 8rem!important;
    }
    .section_contact {
        padding: 0!important;
    }
    [data-open="#main-menu"]{
        background-image: url(../images/icon_menu.svg);
        width: 4rem;
        height: 2rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center !important;
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    .top_bar_socials path {
        fill: #284544;
    }

    .top_bar_socials {
        margin: 0;
        padding: 0 15px;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        color: #284544;
        font-size: 1rem;
        text-transform: unset;
    }

    .top_bar_socials a {
        padding: 0 !important;
    }

    .off-canvas .sidebar-menu {
        padding: 0;
    }

    .mfp-content {
        top: 70px !important;
    }

    .mfp-bg.off-canvas.off-canvas-left {
        position: fixed !important;
        top: 70px !important;
    }

    .mfp-content {
        box-shadow: none !important;
    }
    div#top-bar {
        display: none;
    }
    .footer-wrapper .wrap-form-footer {
        margin-top: -37rem;
    }
    .swiper.slider-about-6 {
        width: 100%;
        padding: 0;
    }
    .decor-name-home-3{
        display: none;
    }
    .feature_cons h3 {
        font-size: 1rem;
    }
    .box_map {
        width: 50rem;
        margin: 0;
    }
    .ab_sec_2 .wrap_slider {
        margin-left: 10px;
    }

    .ab_sec_2 .nav-slider {
        right: 10px;
    }

    .ab_sec_2 .slider_history {
        padding-right: 10px;
    }

    .wrap_const_left img {
        width: 12.95rem;
        height: 11.3rem;
    }
    .single-project section.project_related {
        padding-bottom: 30rem;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li.current-menu-item >a {
        background: #284544;
        color: #fff;
    }
    .active>ul.sub-menu:not(.nav-dropdown) {
        padding: 1rem 0 !important;
    }
}
@media only screen and (max-width: 767px){
    html , body {
        font-size: 3.5vw;
    }
    .wrap_text_right {
        order: 1;
    }
    :root {
        --container-w: 26.917rem;
    }
    .item_blog {
        width: calc(100% / 2 - 0.5rem);
    }
    .list_blogs {
        gap: 1rem;
    }
    .cons_blog > .flex {
        flex-wrap: wrap;
    }
    footer .row .small-12 {
        text-align: center;
    }
    .blog_2 {
        margin-top: 0;
    }
    .banner {
        height: auto;
    }
    .input_search {
        width: 100% !important;
    }
    .wrap_filter {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .pr_1 {
        margin-top: 0;
    }
    .banner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .filter-row {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .filter-item select,
    .filter-item {
        width: 100%;
    }
    .wrap_item_top {
        flex-wrap: wrap!important;
    }
    .right_box_img {
        margin-left: 0;
    }
    .left_box_img {
        margin-right: 0;
    }
    .list_pr {
        gap: 1rem;
        row-gap: 1rem;
    }
    .item_pr {
        width: calc(100% / 2 - 0.5rem);
    }
    .wrap_box_contact {
        padding: 3rem 0 1.5rem 0;
    }
    .scroll-home-1 svg {
        bottom: 1rem;
        width: 5rem;
        height: 5rem;
    }
    .btn-slide {
        display: none;
    }
    .wrap_text_right .col-inner {
        padding-left: 0;
    }
    .wrap_img_left,
    .wrap_img_right {
        order: 2;
        margin-bottom: 3rem;
        padding: 0 0.75rem 1.5rem!important;
    }
    .wrap_img_absolute .img-inner {
        position: relative;
        transform: unset;
        height: auto;
        width: auto;
    }
    .box_benefit,
    .box_benefit.edit {
        padding: 2rem 0.75rem!important;
        order: 1;
    }
    .img_benefit,
    .wrap_img_absolute {
        order: 2;
    }
    .wrap_nav .col-inner {
        flex-wrap: wrap;
    }
    .wrap_nav .icon-box-left {
        width: calc(100% / 3);
    }
    .wrap_img_abs {
        position: relative;
    }
    .cons_box_contact {
        padding-left: 0.75rem!important;
    }
    .wrap_cons_flow {
        padding: 0 0.75rem 1.5rem;
    }
    .wrap_img_flow {
        padding: 0 0.75rem 1.5rem;
    }
    .about_4 .row_1 .img-inner {
        padding: 1rem;
    }
    .row_1 .wrap_content {
        padding: 1rem!important;
        order: 1;
    }
    .row_2 .wrap_content {
        padding-left: 1rem;
    }
    .about_4 .row_2 .img-inner {
        padding-left: 1rem;
    }
    .wrap_about_img {
        order: 2;
    }
    .home-sec-8  .nav-slider {
        display: none;
    }
    .wrap_const_left {
        height: auto;
        padding-left: 1rem!important;
    }
    .about_1 .wrap_image {
        height: auto;
    }
    .wrap_const_left img {
        position: relative;
    }
    .about_1 .wrap_image {
        position: relative;
    }
    #footer .row {
        justify-content: space-around;
        gap: 1.5rem;
    }
    .logo_footer {
        display: flex;
        justify-content: center;
    }
    .footer-wrapper .wrap-form-footer {
        padding: 1rem;
    }
    .box-home-8 {
        height: auto;
        flex-wrap: wrap;
    }
    .img-box-home-8 {
        width: 100%;
        order: 2;
    }
    .item-contact-footer ul li a {
        font-size: 1.2rem;
    }
    .content-box-home-8 {
        padding-bottom: 3rem;
    }
    .home-sec-8 .btn-component {
        display: none;
    }
    .home_sec_3__cons {
        order: 2;
    }
    .home-sec-2 {
        padding: 2.5rem 0 2.5rem 0!important;
    }
    .home-sec-2 .contain-slider-2-home-sec-2 {
        order: 1;
    }
    .home-sec-4 {
        padding: 4.75rem 0!important;
    }
    .home-sec-3 {
        padding: 2.5rem 0 2.5rem 0!important;
        overflow: hidden;
    }
    .content-home-sec-5 {
        margin-top: 0;
        margin: 0 10px;
        padding: 4.45rem 3.5rem 2.45rem 3.5rem !important;
        border-radius: 0px 5rem;
    }
    .home-sec-6 .btn-component {
        float: left;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .heading-content p {
        font-size: 1rem;
    }
    .home-sec-2 .contain-slider-home-sec-2 {
        padding-right: 10px;
    }

    .home-sec-2 .contain-slider-2-home-sec-2 {
        padding-left: 10px;
    }

    .content-box-home-8 {
        padding: 2rem;
    }
    .wrap-form-footer .img-bg {
        position: unset;
        margin-bottom: 2rem;
    }

    .footer-wrapper .wrap-form-footer {
        margin-top: -20rem;
        margin-bottom: 1rem;
    }

    .footer-wrapper {
        padding-top: 0;
    }

    .form-contact ul {
        width: 100%;
    }
    .padding-bottom-sec {
        padding-top: 16rem !important;
    }
    .nav>li>a>i.icon-search {
        font-size: 1.5rem !important;
        color: #284544;
    }
    .slider-banner-home .banner {
        padding-top: 25rem !important;
    }
    .footer-wrapper .img-decoration{
        display: none;
    }
    .content_post p {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .content_post iframe {
        height: 15rem;
    }
    .related_post .nav-slider {
        display: none;
    }
    .related_post_swiper .item_blog {
        margin: 0;
    }

    .related_post .heading-content h2 {
        margin: 0;
    }

    .display_mb {
        display: flex;
        justify-content: center;
    }

    .display_mb .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 .3rem !important;
    }

    .display_mb .pagination {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .left_box_img {
        width: 100%;
    }
    .ab_sec_2 .slider_history {
        padding: 0;
    }

    .ab_sec_2 .wrap_slider {
        margin: 0;
    }

    .slider_history .swiper-slide {
        padding: 0 10px;
        opacity: 1;
    }

    .slider_history h3 {
        font-size: 2.2rem;
    }

    .slider_history .content {
        font-size: 1.1rem;
        line-height: 1.4;
    }
    .box-project .img-project {
        height: 11rem;
    }
    .col-xl-12.col {
        padding-bottom: 0;
    }
    .box_map {
        width: 100%;
        margin: 0;
    }

    .box_map .box_content_left {
        position: unset;
    }

    .box_map .text.heading-content {
        position: unset;
    }

    section.introducing_section {
        padding-top: 0;
        padding-bottom: 3rem;
    }

    .box_content_left ul li {
        font-size: 1.1rem;
    }
    .swiper_banner
    img {
        height: 25rem;
    }
    .slider_perfect .row {
        max-width: 50% !important;
        padding: 0 !important;
    }
    .slider_perfect {
        margin: 0 -10px;
    }
    section.project_related {
        padding-bottom: 25rem;
    }
    .wrap_nav .icon-box-left {
        width: 100%;
    }

    .box_nav p {
        font-size: 1rem;
    }

    .box_nav svg {width: 2.2rem;height: auto;display: block;}

    .box_nav .icon-box-img {
        width: 2.5rem!important;
        height: auto !important;
    }
    .nav_content li {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .heading-content p {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .item_production .wrap_top {
        display: block;
    }

    .item_production .wrap_top .left {
        width: 100%;
    }

    .item_production .wrap_top .left h2 {
        font-size: 2rem;
    }

    .item_production .wrap_top .right {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .wrap_bottom .inner.flex {flex-wrap: wrap;}

    .wrap_bottom .box_content {
        width: 100%;
    }

    .wrap_bottom .box_img {
        width: 100%;
        padding: 0;
    }

    .wrap_bottom .box_img img {
        width: 100%;
        margin-top: 3rem;
    }

    .item_production {
        padding: 2rem 0;
    }
    .home-sec-6 .btn-component {
        float: unset !important;
        margin: 0 auto !important;
    }

    .home-sec-6 .col-inner.text-center {
        display: flex;
        justify-content: center;
    }
    .home-sec-7 .swiper-pagination {
        bottom: unset !important;
        position: unset;
        margin-bottom: 4rem;
    }
    .svg_decoration {
        display: none;
    }
    .bg-shadow-item {
        height: 100%;
    }
    .wrap_contact_form {
        padding: 2rem;
    }
    .flex.align-middle.gap-81 {
        gap: 1.05rem;
    }
    .project_details .section-content>.row>.col {
        margin-top: 1.5rem;
    }
    .filter-item select, .filter-item {
        height: 3rem;
    }
    .para_pro .col-inner {
        padding: 0;
    }
    .sus_1 .section-bg-overlay {
        opacity: 0;
    }
    nav.breadcrumb ul>*:not(:last-child) {
        flex: 0 0 auto;
    }
    .breadcrumb ul li:last-child * {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .selected-option {
        width: 100%;
    }
    .nav_scroll a.plain {
        width: calc(calc(100% / 2) - 1rem);
    }
    .nav_scroll{
        position: sticky;
        top: 4.8rem;
    }
    .mfp-auto-cursor .mfp-content{
        top: 4.8rem !important;
    }
    .single-project section.project_related {
        padding-bottom: 22rem;
    }
    .ab_sec_2 .nav-slider {
        display: none;
    }
    .footer-wrapper .wpcf7 form .wpcf7-response-output {
        width: 100%;
        line-height: 1.3;
    }
    .slider-home-7 {
        margin-top: -4rem;
    }
    .logo-clients img {
        max-width: 90%;
        display: flex;
        margin: auto;
    }
    .faq .accordion-title {
        padding-right: 3rem;
    }
    .wrap_nav .icon-box-left {
        justify-content: center;
        flex-direction: column;
    }

    .wrap_nav .col-inner>a {
        width: calc(100% / 4);
    }
    .wrap-form-footer .img-bg {
        display: none;
    }
    .wrap_nav .col-inner {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
        gap: .5rem;
    }

    .wrap_nav .col-inner>a {
        width: 7rem;
        flex: 0 0 auto;
    }

    .box_nav p {
        text-align: center;
    }

    .box_nav .icon-box-img {
        margin-bottom: .5rem;
    }

    .box_nav .icon-box-text {
        padding: 0 !important;
    }
    ul.list_dots li .inner svg {
        width: .6rem;
    }
    ul.list_dots li:before {
        width: .4rem;
        height: .4rem;
        left: .15rem;
    }
    .commitments_box .row:nth-child(odd) .wrap_img_flow {order: -1;}
    .contain-slider-home-sec-2 {
        order: 2;
    }

    .home-sec-2 .contain-slider-2-home-sec-2 {
        order: 2;
    }
    .page-template-page-blank-title-center .entry-content{
        margin-bottom: 17rem;
    }
    .page-template-blog .wrap-form-footer .img-bg ,
    .single-post .wrap-form-footer .img-bg{
        display: block;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 1.3rem;
    }

    .top_bar_socials {
        float: left;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        padding: 0 20px;
        margin-top: .5rem;
    }

    .nav.nav-vertical {
        justify-content: flex-start;
    }
    .heading-content-ver-2 p {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .heading-content-v-3 p {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .btn-bb span {
        font-size: 1.3rem;
    }

    .content-box-home-8 .heading-news-home {
        font-size: 1.2rem !important;
    }

    .content-box-home-8 .heading-news-home .title {}

    .form-contact input[type="text"], .form-contact input[type="email"] {
        font-size: 1.2rem;
    }

    .form-contact input[type=submit] {
        font-size: 1.2rem;
    }
    .accordion-title {
        font-size: 1.2rem;
    }

    .faq .accordion-item span {
        font-size: 1.3rem;
    }

    .home-sec-7 .swiper-pagination {
        display: flex;
        margin-top: 2rem;
    }
    .feature_cons p {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .feature_cons h3 {
        font-size: 1.5rem;
    }

    .flow_text p {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .wrap_para {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .slider_history .content {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .tabs .panel p {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .about_4+ .home-sec-7 .swiper-pagination {
        margin-bottom: 0;
    }
    .banner_pro_title p {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .selected-option {
        font-size: 1.2rem;
    }

    selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
        font-size: 1.2rem;
    }

    .title_blog {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .para {
        font-size: 1.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .box_info_contact h4 {
        font-size: 1.2rem;
    }
    .wrap_btn_para {
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .img-box-home-8 {
        height: 18rem;
    }
    .slider-home-8 {
        margin-top: 0;
    }
    .content-box-home-8 .heading-news-home .title {
        font-size: .9rem;
    }

    .content-box-home-8 .heading-news-home .day {
        font-size: 1rem;
    }
    .footer-wrapper .wrap-form-footer {
        padding-top: 3rem;
    }
    .content-home-sec-5::after {
        display: none;
    }
    .breadcrumb li.title_single cite {
        font-size: 1rem;
    }
    .item_production .wrap_top .right {
        padding-left: 5.5rem;
    }
    .item_production .wrap_top .left span {
        font-size: 1.2rem;
    }
    .section.nav_scroll .wrap_nav {
        padding-bottom: 0 !important;
    }
    .heading-content h3 {
        font-size: 1.1rem;
    }

    .box_benefit {
        padding-bottom: 0 !important;
    }

    .box_benefit, .box_benefit.edit {
        padding-bottom: 0 !important;
    }
    .mb_p0 {padding-bottom: 0;}
    .custom-select li {
        font-size: 1.1rem;
        line-height: 1;
    }
	.page-template-page-blank:not(.home) {
    overflow: unset;
}

.section-nav {
    position: sticky;
    top: 4rem;
    background: #fff;
    z-index: 9;
    padding-bottom: 0 !important;
}

.wrap_nav {
    padding-bottom: 0 !important;
}
	.wrap_text_left .col-inner {
    padding-right: 0;
}
	 .slider_history .box_img {
        height: auto !important;
    }
    .nav_top .heading-content {
        padding-right: 0px;
    }
}

