:root {
    --color-accent-primary-1:#e7a83e;
    --color-accent-secondary-2:#e7a83e;
}
body{
    background-color: white;
}
.footer{
    background-color: #f8f8f8;
}
.preloader{
    z-index: 99999;
}
/*.logo__text-title img{*/
/*    height: 70px!important;*/
/*}*/
.menu > li a{
    font-size: 17px;
    font-family: var(--font-secondary);
    letter-spacing: 1px;
}
.section-masthead__heading.section-intro__heading .split-text__line{
    font-size: 95px;
}
.link-arrow__label{
    font-size: 20px;
}
.social__item a{
    font-size: 17px;
}
.header_color-white .header__controls .social__item a i{
    margin-right: 5px;
}
.banner-sec{
    padding-top: 0;
    height: 500px;
}
.banner-sec .section-masthead__inner {
    height: 100%;
}
.banner-sec .section-masthead__inner .section-masthead__header{
    height: 100%;
}
.banner-sec .section-masthead__inner .section-masthead__header ul{
    padding-left: 0!important;
}
.banner-sec .section-masthead__inner .section-masthead__header h1{
    margin-bottom: 1rem;
}
.banner-sec .section-masthead__inner  .section__headline{
    margin-top: 1rem;
}
.banner-sec .section-masthead__inner .section-masthead__header ul .breadcrumb-item{
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    color:#fff;
}
.banner-sec .section-masthead__inner .section-masthead__header ul .breadcrumb-item a{
    color: #fff;
}
.banner-sec .section-masthead__inner .section-masthead__header ul .breadcrumb-item.active a{
    color: var(--color-accent-primary-1);
}
.bg-grey{
    background: #2d2d2c;
}
.section-map iframe{
    height: 800px;
}
.menu > li a{
    color:#000;
}
.border{
    border: 1px solid black;
}
.figure-portfolio-big__wrapper-img img{
    object-fit: cover;
}
header.header{
    /*background: rgba(255, 255, 255, 0.1);*/
    /*-webkit-backdrop-filter: blur(15px);*/
    /*backdrop-filter: blur(15px);*/
    padding: 60px 0 0;
}
header.header_sticky{
    background: #fff;
    padding: 20px 0;
}
.container{
    max-width: 1500px!important;
}
.section-masthead__heading.section-intro__heading .split-text__line{
    font-size: 74px;
}
.about-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 21, 13, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.about-overlay:hover{
    background: rgba(31, 21, 13, 0.60);
}
.about-overlay img{
    height: 70px;
}
.mb-0{
    margin-bottom: 0!important;
}
.section-image__caption-vertical-right{
    top: -1em;
    right: -1em;
    font-size: 35px;
}
.section-image__caption-vertical-left{
    font-size: 35px;
    bottom: 0em;
    left: -1em;
}
.overlay-category{
    background: rgba(7, 6, 3, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-image__wrapper{
    position: relative;
    transition: 0.3s ease-in-out;

}
.section-image__wrapper:hover .overlay-category{
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.overlay-category{
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.section-image__wrapper .lazy-bg{
    background-size: 100%;
}
.text-white{
    color: white;
}
.pr-0{
    padding-right:0!important;
}
.pl-0{
    padding-left:0!important;
}
.detail-text p{
    /*font-family: 'Playfair Display', Sans-Serif;*/
    font-size: 20px!important;
}
.category-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.about_section{
    margin: 80px 0 0!important;
}

.pb-0{
    padding-bottom: 0;
}

.pb-5{
    padding-bottom: 5rem;
}

.pt-5{
    padding-top: 5rem;
}

.slider__arrow, .slider__counter_total{
    color: #6c6c6c;
}
.button_accent.button_icon{
    border-radius: 0;
}
.button_accent .button__icon{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.button_accent .button__icon{
    background-color: rgba(231, 168, 62, 1);
}
.button_accent:hover{
    background-color: #42db87;
}
.button_accent:hover .button__icon{
    background-color: #282624;
}
.button__label{
    font-size: 16px;
}
.footer__area-primary{
    padding-bottom: 40px;
}
.widgetcassio_logo, .widget_cassio_logo{
    max-width: 100%;
}
.mt-0{
    margin-top:0;
}
.ml-0{
    margin-left: 0;
}
.text-a{
    color: #565656;
    line-height: 2;
}
.icon-svg-wrap{
    padding: 10px;
}
.pb-0{
    padding-bottom: 0;
}
.mb-1{
    margin-bottom: 0.01rem;
}
.bg-gainsboro{
    background: gainsboro;
}
.carousel-img{
    object-fit: cover!important;
}
.date-color{
    color: #333!important;
}
.post-preview__media{
    max-height: 450px;
}
.post-preview__header a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-short-desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post__content .line{
    width: 100%;
    height: 1px;
    background: #ddb280;
}

.slider__slide-inner img{
    height: auto;
    width: 100%;
    object-fit: cover;
}

.slider__dot{
    border: 2px solid #a4a4a4;
}

.action-buttons{
    padding-left: 0!important;
    display: flex;
}

.action-buttons li{
    list-style: none;
    width: 100%;
}

.mt-4{
    margin-top: 3rem;
}

.bg-ef{
    background-color: #efefef;
}

.figure-contact{
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-wp{
    background-color: #00E676;
    padding: 10px 25px ;
    display: inline-block;
    width: 90%;
    text-align: center;
    color: #fff;
    border: 1px solid #00E676;
    font-size: 18px;
}

.btn-tel{
    background-color: #fff;
    padding: 10px 25px ;
    display: inline-block;
    width: 90%;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
    font-size: 18px;
}

.btn-mail{
    background-color: #fff;
    padding: 10px 25px ;
    display: inline-block;
    width: 90%;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
    font-size: 18px;
}

.btn-mail:hover, .btn-tel:hover {
    background-color: transparent;
    color: #fff;
}

.btn-wp:hover{
    background-color: transparent;
    color: #00E676;
}

.offset-1-r{
    margin-right: 8.3333%;
}

.section-slider.bg-accent-primary-3 .slider__counter_current{
    color: #a4a4a4;
}

.section-slider.bg-accent-primary-3 .slider__counter_total{
    color: #a4a4a4;
}


.breadcrumb-item:nth-child(1):after ,.breadcrumb-item:nth-child(2):after ,.breadcrumb-item:nth-child(3):after,.breadcrumb-item:nth-child(4):after{
    content: ">";
    display: inline-block;
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
}

.breadcrumb-item:last-child:after{
    content: "";
}

.slider__arrow:hover{
    color: #a4a4a4;
}

.button_solid.button_accent-primary-4:hover{
    color: #222222;
}

.p-fs{
    font-size: 30px!important;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(5, 4, 4, 0.89);
}

.p-10{
    padding: 1.5rem;
}

.form-contact{
    padding: 0!important;
}

.form-pad{
    padding: 5rem;
    max-width: 72%;
}

.figure-contact__icon{
    font-size: 50px!important;
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;

}
.floating_btn {
    position: fixed;
    bottom:50px;
    left:20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@media (max-width:768px) {
    .floating_btn{
        display: none!important;
    }
}
.icon-bars {

    display:none!important;
}
@media only screen and (max-width: 768px){

    .icon-bars {
        position: fixed;
        bottom:0;
        width:100%;
        z-index:999;
        display:flex!important;
    }

    .icon-bars a {
        display: inline-block;
        text-align: center;
        padding: 12px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

    .icon-bars a:hover {
        background-color: #000;
    }

    .facebook {
        background: #515251;
        color: white;
        width:100%;
    }

    .twitter {
        background: #42db87;
        color: white;
        width:100%;
    }

    .google {
        background: #515251;
        color: white;
        width:100%;
    }



    .floating_btn, .floating_btn2, .floating_btn3{
        display:none;
    }

}




.fnp_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: relative;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-content .modal-body img {
    width: 100% !important;
    height: auto !important;
}

.close {
    position: absolute;
    z-index: 999999;
    top: -10px;
    right: 0;
    font-size: 42px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    background: transparent;
    border: none;
    transition: .3s ease-in-out;
}

.close:hover {
    color: #000000;
}

.modal-body {
    padding: 20px;
}
.section-masthead__overlay.overlay_dark{
    opacity: .75;
}
.banner__socail-media {
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    /*border-top-right-radius: 25px;*/
}
.banner__socail-media ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
}
.banner__socail-media ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    /*font-family: "Playfair Display", serif;*/
}
.banner__socail-media ul li a:hover{
    color: var(--color-accent-primary-1);
}
#section10{
    position: absolute;
    z-index: 99;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}
#section10 a {
    padding-top: 60px;
}
#section10 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 25px;
    height: 40px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
#section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 10px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.phone_button {
    background-color: #fff;
    padding: 16px 24px!important;
    /*border-radius: 33px;*/
    color: var(--color-accent-primary-1) !important;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: translateY(0);
}
.phone_button i{
    color: var(--color-accent-primary-1);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.phone_button:hover{
    background: var(--color-accent-primary-1);
    color: #fff!important;
    transform: translateY(-3px);
}
.phone_button:hover i{
    color: #fff;
}
.aside-logos__wrapper-logo{
    padding: 0 20px;
}
.about_section .reference-slider-wrapper {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 50px 0 0;
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.about_section .reference-slider-track {
    display: flex;
    width: calc(250px * 8);

    animation: slideRef 30s linear infinite;
}
.about_section .reference-item {
    width: 300px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.about_section .reference-item img {
    max-width: 100%;
    height: 125px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.about_section .reference-item img:hover {
    filter: grayscale(0%);
}
@keyframes slideRef {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
header.header_sticky .phone_button {
    background-color: var(--color-accent-primary-1);
    color: #fff!important;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
header.header_sticky .phone_button i{
    color: #fff;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.figure-feature__desc {
    font-size: 16px;
    color: #888;
    margin-top: 15px;
    line-height: 1.4;
    text-align: center;
}
.figure-feature {
    position: relative;
    overflow: hidden;
}
.figure-feature__image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
}
.figure-feature__image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.figure-feature__header {
    position: relative;
    z-index: 2;
    padding: 10px;
    transition: all 0.3s ease;
    text-align: center;
}
.figure-feature:hover .figure-feature__image-overlay {
    opacity: 1;
}
/*.figure-feature:hover .figure-feature__header{*/
/*    background: rgba(255, 255, 255, 0.8);*/
/*}*/
.parallax_section .art-parallax__bg{
    background-attachment: fixed;
}
.figure-feature__icon{
    width: 64px;
    height: 64px;
}
.figure-feature__icon {
    transition:  all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform-style: preserve-3d;
}
.figure-feature:hover .figure-feature__icon {
    transform: rotateY(180deg);
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 38%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.banner-sec .section-masthead__heading{
    font-size: 48px!important;
}
.services_card_out{
    margin-bottom: 40px;
}
.services_card{
    border-radius: 8px;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(24, 24, 24, 0.1);
    transform: translateY(0);
}
.services_card:hover{
    transform: translateY(-3px);
}
.services_card .image{
    overflow: hidden;
}
.services_card .image img{
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.services_card:hover .image img{
    transform: scale(1.1);
}
.services_card .card-body{
    padding: 35px;
    position: relative;
}
.services_card .icon{
    position: absolute;
    top: -40px;
    right: 50px;
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_card .icon img{
    width: 52px;
    height: 52px;
}
.services_card .card-body .title, .section-blog__wrapper-post .title{
    font-family: "Playfair Display", serif;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #515251;
}
.services_card .card-body .spot{
    font-size: 16px;
    color: #444444;
}
.services_card .but{
    background: var(--color-accent-primary-1);
    color: #fff;
    padding: 14px 36px;
    font-weight: 500;
    max-width: max-content;
}
.our_services{
    padding: 35px 15px;
    padding-top: 0;
    /*background: rgba(231, 168, 62, 0.2);*/
    /*border-radius: 8px;*/
}
.our_services .title, .cta_but .title, .blog-sidebar .title{
    font-family: "Playfair Display", serif;
    color: #e7a83e;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}
.our_services .list_inner, .cta_but ul, .blog-sidebar ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.our_services .list_inner li ,.blog-sidebar ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    width: 100%;

}
.our_services .list_inner li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.our_services .list_inner li a{
    color: #878898;
}
.our_services .list_inner li.active a, .our_services .list_inner li.active i{
    color: #e7a83e;
    font-weight: 600;
}
.our_services .list_inner li i{
    font-size: 16px;
    color: #878898;
    margin-left: auto;
}
.section-masthead__text {
    font-size: 18px;
}
.js-animate-fade, .js-animate-slide {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.js-animate-fade.visible, .js-animate-slide.visible {
    opacity: 1;
    transform: translateY(0);
}
.cta_but {
    margin-top: 15px;
    padding: 35px 15px;
}
.cta_but ul li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}
.cta_but ul li a {
    text-align: center;
    /*margin-left: 60px;*/
    color: #878898;
    font-size: 15px;
}
.cta_but ul li a i{
    transition:all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cta_but ul li a.wp, .cta_but ul li a.wp i{
    color:#42db87;
}
.cta_but ul li a i{
    margin-right: 5px;
    font-size: 20px;
}
.cta_but ul li a:hover, .cta_but ul li a:hover i{
    color: #e7a83e;
}
.blog-sidebar ul li{
    gap: 20px;
}
.blog-sidebar ul li a.image{
    width: 64px;
    height: 64px;
    display: block;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}
.blog-sidebar ul li a.inner{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #888;
}
#map iframe{
    height: 450px;
}

.form__col_submit button{
    background-color: #e7a83e;
    border-radius: 0;
    opacity: 1;
    border:none;
    color: #fff;
    transform: translateY(0);
}

.form__col_submit button:hover{
    transform: translateY(-5px);
}
.widget_cassio_copyright a{
    color: #525252;
}
.widget_cassio_copyright a:hover{
    color: #e7a83e;
}
.section-blog .cta_but{
    padding: 0;
    margin-top: 25px;
}
.section-blog__wrapper-post:last-child{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}
.widget_cassio_logo .logo{
    margin-bottom: 0;
}
.fnp-title{
    font-size: 48px !important;
}
.bg_img_section{
    position: relative;
}
.map-wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    padding-top: 56.25%;
}
.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.map-point {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #e7a83e;
    border-radius: 50%;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / .3);
    animation: pulse-ring 1.5s infinite;
    z-index: 2;
}
@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 #e7a93ea6;
    }
    50% {
        box-shadow: 0 0 0 20px #fff0;
    }
    100% {
        box-shadow: 0 0 0 0 #fff0;
    }
}
.language {
  position: relative;
  max-width: max-content;
  margin-left: auto;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.language .nav-link{
    color: #fff;
    font-family: "Playfair Display", serif;
} 
.language .dropdown {
  position: relative;
}
.language .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 150px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  max-width: max-content;
}
.language .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.language .dropdown-item {
  display: block;
  padding: 12px 20px;
  color: #515251;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-family: "Playfair Display", serif;
}
.language .dropdown-item:hover {
  background-color: #f2f2f2;
}
header.header_sticky .language img{
    filter: grayscale(1) invert(1);
} 
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.popup-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    max-width: 40%;
    max-height: 70%;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
}
.popup_title {
    text-align: center;
    font-weight: 700;
    color: #e7a83e;
    padding-bottom: 15px;
    display: inline-block; 
    font-size: 42px;
    line-height: 1.57;
    font-family: "Playfair Display", serif;
}
.bayi_title {
    color: #e7a93e;
    font-weight: 500;
    font-size: 28px;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}
.popup-close {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 32px;
    cursor: pointer;
} 

.bayi_slider_container {
    margin-top: 10px;
}
.bayi_slider .bayi_slide_item {
    padding: 5px;
    text-align: center;
}
.bayi_slider img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 6px;
}
.bayi-hr{
    margin: 20px 0;
}
.figure-feature__heading{
    font-size:26px;
    color: #515251;
}
.project_list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items:start;
    padding: 0;
    margin: 25px 0 50px;
    list-style: none;
}
.project_list li{
    list-style: none;
}
.project_list .title{
    display: block;
    font-size: 28px;
    font-weight: 600;
    color: #515251;
    font-family: "Playfair Display", serif;
}
.bayi_inner {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.bayi_inner img {
    display: block;
    width: 100%;
    height: auto;
}
.overlay-out {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.4s ease;
    z-index: 2;
    padding:15px;
}
.bayi-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.bayi_title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.bayi_inner:hover .overlay-out {
    opacity: 0;
}
.services_sticky{
    position: sticky;
    top: 125px;
}
.product_card {
    display: block;
    height: 100%;
    border:1px solid #515251;
}
.product_card .card-body{
    border-top:1px solid #515251;
    padding: 8px 8px 8px 20px;
}
.product_card .card-body .title{
    font-size:26px;
    font-family:"Playfair Display", serif;
    font-weight: 600;
}
.header_sticky .language .nav-link{
    color:#000;
}
.prd_cta {
    margin: 25px 0;
}
.prd_cta ul{
    display: flex;
    gap: 0 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.prd_cta ul li {
    width: 100%;
}
.prd_cta ul li a{
    display: block;
    background: #515251;
    color: #fff;
    padding: 14px 7px;
    font-weight: 500;
    text-align:center;
    box-shadow: 0px 0px 30px 0px rgba(24, 24, 24, 0.15);
    transform:translateY(0);
    font-size:14px;
}
.prd_cta ul li a.wp{
    background: #42db87;
}
.prd_cta ul li a:hover{
    transform:translateY(-3px);
}
.slider_title{
    font-family:"Playfair Display", serif;
    font-weight:bold;
}
.header__wrapper-overlay-menu.bg-white .menu-overlay li a:hover{
    color:#515251;
}
.header.bg-white .header__burger-line{
    background-color: #515251;
}
.product_card_out{
    margin-bottom: 30px;
}
.services_left{
    height: 1800px;
}
