/******************************************************************************
* Header
*******************************************************************************/

.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-132px);
    transform: translateY(-132px);
    -webkit-transition: visibility 300ms ease, -webkit-transform 300ms ease;
    transition: visibility 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, visibility 300ms ease;
    transition: transform 300ms ease, visibility 300ms ease, -webkit-transform 300ms ease;
    background: #f9f8f4;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}


/******************************************************************************
* Content
*******************************************************************************/


/** Banner slider **/

.banner-section {
    padding: 36px 0 42px;
    position: relative;
    margin-bottom: 49px;
}

.banner-section .layer-shape {
    height: 49px;
    margin-bottom: -49px;
    width: 1920px;
    background-size: 100% 100%;
}

.banner-slide__image {
    width: 425px;
    height: 405px;
    margin-left: auto;
    position: relative;
}

.banner-slide__image .img-masking {
    width: 100%;
    height: 100%;
}

.banner-slide__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/border-shape.svg') no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 2;
}

.banner-slide .banner-slide__item {
    position: relative;
    width: 100%;
}

.banner-slide__content {
    position: relative;
}

.banner-title {
    color: #000105;
    font-size: clamp(30px, 1rem + 2.1vw, 48px);
    font-style: normal;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: 0.01041666em;
    margin-bottom: 0;
}

.banner-slide .banner-title {
    margin-bottom: 14px;
}

.banner-slide .owl-item.active .banner-title {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 500ms;
}

.banner-slide__content p {
    color: #000105;
    margin-bottom: 32px;
}

.banner-slide .owl-item.active p {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 600ms;
}

.banner-slide__content .banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 25px;
}

.banner-slide .owl-item.active .banner-actions {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 700ms;
}

.banner-slide.owl-carousel .owl-stage {
    display: flex;
}

.banner-slide.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.banner-slides-controls.slide-controls {
    position: absolute;
    bottom: 27px;
    left: 0;
    z-index: 0;
}


/** About us **/

.about-us-section {
    padding: 60px 0;
}

.bloc-content .sect-title .bloc-title {
    margin-bottom: 19px;
}

.bloc-image.img-masking {
    position: relative;
    width: 425px;
    height: 405px;
}


/** Company benefits **/

.company-benefits-section {
    padding: 100px 0 70px;
    background-size: 100% 100%;
}

.benefit-item {
    position: relative;
    border-radius: 20px;
    border: 1px solid #CFC9C9;
    background: #FFF;
    min-height: 274px;
    padding: 58px 35px 47px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item:hover {
    background: #D97452;
}

.benefit-item .benefit-ico {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 19px;
    right: 19px;
    background-color: #fff;
    border: 1px solid #C5BEBE;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item:hover .benefit-ico {
    border-color: #fff;
}

.benefit-item .benefit-ico:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 2px;
    background: url('../images/icons/ico-check.svg') no-repeat top left;
    width: 27px;
    height: 27px;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item:hover .benefit-ico:before {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item .benefit-title {
    color: #000;
    font-size: clamp(24px, 1rem + 1.1vw, 32px);
    font-style: normal;
    font-weight: 900;
    line-height: 1.3125em;
    letter-spacing: -0.00625em;
    margin-bottom: 18px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item p {
    color: #000;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item:hover .benefit-title,
.benefit-item:hover p {
    color: #fff;
}


/** Intervention area **/

.intervention-area-section {
    padding: 43px 0 115px;
}


/** Services Immo**/

.our-services-immo-section {
    padding: 80px 0;
}

.our-services-immo-section .sect-title .bloc-title {
    margin-bottom: clamp(30px, 1rem + 2.5vw, 54px);
}

.service-item {
    position: relative;
    width: 187px;
    min-height: 187px;
    border-radius: 20px;
    border: 1px solid #DDDEDF;
    background: #FFF;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.16), 0 4px 4px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 18px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-item:hover {
    background-color: #D97452;
    border-color: #D97452;
}

.service-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px 33px;
    width: 100%;
    justify-content: center;
}

.services-slide.owl-carousel .owl-item .service-item .service-ico img {
    width: unset;
}

.services-slide.owl-carousel .owl-item,
.services-slide-mob.owl-carousel .owl-item {
    margin-bottom: 10px;
}

.service-item .service-ico {
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.service-item:hover .service-ico svg path.custom {
    fill: #fff !important;
}

.service-item .service-title {
    color: #000105;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.03334em;
    margin-bottom: 10px;
}

.service-item .service-more a {
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #D97452;
}

.service-item:hover .service-more a {
    background: #fff;
}

.service-item:hover .service-more a svg path {
    fill: #D97452 !important;
}

.slide-control-pagination {
    margin-top: 66px;
    display: flex;
    justify-content: center;
}


/** Multiple bloc **/

.multiple-bloc-section {
    padding: 68px 0 104px;
    background-size: 100% 100%;
}

.multiple-bloc__inner {
    position: relative;
}

.multiple-bloc__inner:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 374px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.multiple-bloc__item {
    position: relative;
    text-align: center;
}

.multiple-bloc__item-ico {
    margin-bottom: 32px;
}

.multiple-bloc__item-title {
    color: #646778;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 21px;
}


/** Latest news **/

.latest-news-section {
    padding: 103px 0 100px;
}

.latest-news-section .sect-title .bloc-title {
    margin-bottom: 45px;
}

.actus-item {
    position: relative;
    border-radius: 20px;
    border: 1px solid #000;
    background: #FFF;
    padding: 22px 22px 30px;
    box-shadow: 10px 10px 0 0 rgba(62, 67, 68, 0.15);
}

.actus-item .actus-image {
    width: 100%;
    position: relative;
    height: 166px;
    overflow: hidden;
    border-radius: 20px;
}

.actus-item .actus-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.actus-item:hover .actus-image img {
    transform: scale(1.1);
}

.actus-text {
    padding: 19px 0 0;
}

.actus-item .actus-date {
    color: #D97452;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.334em;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.actus-item:hover .actus-date {
    color: #747B7C;
}

.actus-item .actus-title {
    color: #3E4344;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
}

.actus-item .actus-title a:hover {
    color: #D97452;
}

.actus-item .actus-more a {
    color: #747B7C;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.actus-item:hover .actus-more a {
    color: #D97452;
}

.actus-item:hover .actus-more a svg path {
    stroke: #D97452 !important;
}


/** Newsletter **/

.blk-newsletter {
    position: relative;
    border-radius: 24px;
    border: 1px solid #D97452;
    background: #D97452;
    padding: 42px 43px 29px;
    margin-bottom: -35px;
    z-index: 3;
}

.blk-newsletter .newsletter-txt {
    max-width: 481px;
}

.blk-newsletter .sect-title .bloc-title {
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: clamp(28px, 1rem + 1.4vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 8px;
    letter-spacing: normal;
}

.blk-newsletter .newsletter-form__note {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0;
}

.blk-newsletter .newsletter-form .form-group {
    margin-bottom: 0;
}

.blk-newsletter .newsletter-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.blk-newsletter .newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 8px;
}

.blk-newsletter .newsletter-form .form-group .form-control {
    font-family: "Nunito Sans", sans-serif;
    color: #5C727D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 46px;
    padding: 12px 24px;
    border-radius: 10px;
    background: #FFF;
    border: 0;
    box-shadow: none;
    text-transform: none;
    width: 343px;
}

.blk-newsletter .newsletter-form .form-group button {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid rgba(102, 111, 120, 0.50);
    background: #FFF;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px;
}

.blk-newsletter .newsletter-form .form-group button:hover svg path {
    fill: #D97452 !important;
}

.blk-newsletter .newsletter-form input:focus {
    background: #FFF;
    border: 0;
    color: #5C727D;
}

.blk-newsletter .newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5C727D !important;
}

.blk-newsletter .newsletter-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #5C727D !important;
    opacity: 1;
    /* Firefox */
}

.blk-newsletter .newsletter-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5C727D !important;
}


/******************************************************************************
* Footer
*******************************************************************************/


/* Footer column */

.footer-column__inner {
    padding: 100px 0 66px;
}

.footer-column__item {
    position: relative;
}


/** Footer certification insurance and partner **/

.footer-certification-insurance .footer-title {
    margin-bottom: 19px;
}

.footer-certification-insurance ul {
    display: flex;
    align-items: center;
    gap: 15px 20px;
    flex-wrap: wrap;
}

.footer-logo {
    height: 100%;
    display: flex;
    align-items: center;
}


/** Footer contacts **/

.footer-contacts .footer-title {
    margin-bottom: 19px;
}

.footer-contacts ul {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.footer-contacts ul li .social-link:first-child {
    margin-right: 12px;
}

.footer-contacts ul li {
    color: #3D3D3B;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.866666em;
}

.footer-contacts ul li a:hover {
    color: #D97452;
}


/** Footer services **/

.footer-services ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-services ul li {
    color: #3D3D3B;
    font-family: "DM Sans", sans-serif;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
}

.footer-services ul li a:hover {
    color: #D97452;
}


/** Footer bottom **/

.copyright {
    position: relative;
    padding: 22px 0;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
}


/******************************************************************************
* Intern Page
*******************************************************************************/


/** Banner **/

.intern .banner-inner {
    position: relative;
}

.intern .banner-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 93px;
    min-height: 250px;
}

.intern.page-contact .banner-content {
    gap: 112px;
}


/******************************************************************************
* Contact Page
*******************************************************************************/


/** Contact us **/

.contact-us-section {
    padding: 74px 0 140px;
}

.mb-100 {
    margin-bottom: 100px;
}
.footer-bottom__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}