/******************************************************************************
* 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(-85px);
    transform: translateY(-85px);
    -webkit-transition: visibility 400ms ease, -webkit-transform 400ms ease;
    transition: visibility 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, visibility 400ms ease;
    transition: transform 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
    background: #FFF;
    box-shadow: 0 204px 57px 0 rgba(0, 0, 0, 0.00), 0 130px 52px 0 rgba(0, 0, 0, 0.00), 0 73px 44px 0 rgba(0, 0, 0, 0.02), 0 33px 33px 0 rgba(0, 0, 0, 0.03), 0 8px 18px 0 rgba(0, 0, 0, 0.03);
}

.sticked-menu .site-navigation .site-navigation__inner {
    max-width: 100%;
}

.sticked-menu .site-navigation>.container-fluid {
    padding-right: 0;
}

.sticked-menu .site-navigation .menu>ul>li>a {
    padding: 23px 0;
    height: 90px;
    margin-right: 30px;
}

.main-header .sticked-menu .site-navigation .menu {
    justify-content: center;
}

.main-header .sticked-menu .other-links {
    display: flex !important;
}

.sticked-menu .site-navigation .menu>ul>li:last-child>a {
    margin-right: 0;
}

.sticked-menu .site-navigation__menu {
    box-shadow: none;
    padding-left: 0;
    border-radius: 0;
}

.main-header .sticked-menu .other-links a.menu__contact-link {
    height: 90px;
    border-radius: 0;
    padding: 15px 30px;
}

.sticked-menu .site-navigation .site-branding {
    width: 157px;
    height: auto;
}


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

/** Banner slider **/
.banner-section {
    position: relative;
}

.banner-slide .banner-slide__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 874px;
    width: 100%;
    overflow: hidden;
    padding-top: 88px;
}

.banner-slide .banner-slide__item .banner-slide-image {
    max-width: 1335px;
    left: unset;
    right: 0;
}

.banner-slide .banner-slide__item .banner-slide-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, #FAF9F6 7.56%, rgba(250, 249, 246, 0.00) 61.37%);
    z-index: 1;
}

.banner-slide__content {
    position: relative;
    z-index: 2;
    max-width: 696px;
    padding-right: 30px;
}


.banner-slide__item .banner-subtitle {
    color: #34AA4D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

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

.banner-title {
    color: #393536;
    font-size: clamp(28px, 1rem + 1.9vw, 52px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2692299em;
    position: relative;
    margin-bottom: 0;
}

.banner-slide .banner-title {
    margin-bottom: clamp(30px, 1rem + 1.6vw, 46px);
}

.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-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.banner-actions a:hover {}

.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: 800ms;
}

.macaron-exp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 105px;
    width: 210px;
    height: 210px;
    border-radius: 210px;
    background: #FFF;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    box-shadow: 0 204px 57px 0 rgba(0, 0, 0, 0.00), 0 130px 52px 0 rgba(0, 0, 0, 0.00), 0 73px 44px 0 rgba(0, 0, 0, 0.02), 0 33px 33px 0 rgba(0, 0, 0, 0.03), 0 8px 18px 0 rgba(0, 0, 0, 0.03);
}

@keyframes textrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.macaron-exp .text-circle {
    position: absolute;
    text-align: left;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    animation: textrotate 25s infinite linear;
}

.banner-slide.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    flex-direction: column;
    z-index: 3;
}

.banner-slide.owl-carousel .owl-dots .owl-dot {
    border-color: #fff;
}

.banner-slide.owl-carousel .owl-dots .owl-dot.active {
    background-color: #FAF9F6;
}

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

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


/** About us **/

.about-us-section {
    padding: clamp(50px, 1rem + 11.7vh, 142px) 0 clamp(50px, 1rem + 9.7vh, 120px);
}

.intern .about-us-section {
    padding: clamp(50px, 1rem + 9.3vh, 116px) 0 45px;
}

.bloc-content .sect-title .bloc-title {
    margin-bottom: clamp(30px, 1rem + 1.5vw, 43px);
}

.intern .about-us__content .sect-title h1 {
    margin-bottom: clamp(30px, 1rem + 3vw, 72px);
}

.about-us__content .bloc-content .img-box {
    padding-bottom: 141px;
    padding-right: 118px;
}

.bloc-image.image-1 {
    margin-left: -258px;
    width: 830px;
    height: 680px;
}
.bloc-image.image-1 img {
    border-radius: 12px;
}

.bloc-image.image-2 {
    margin-right: -10px;
}


/** Company benefits **/

.company-benefits-section {
    padding: clamp(50px, 1rem + 9.7vh, 120px) 0;
}

.company-benefits-section .sect-title .bloc-title {
    margin-bottom: clamp(30px, 1rem + 3.9vw, 90px);
}

.company-benefits-items {
    position: relative;
    border-radius: 12px;
    background: #EDEBE5;
    /*   display: flex; */
    padding: 30px;
}

.company-benefits-items .benefit-item {
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding-bottom: 15px;
}

.benefit-item>* {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}


.benefit-item:not(:last-child):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    border-right: 2px solid #34AA4D;
}

.benefit-ico {
    height: 105px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.benefit-title {
    color: #34AA4D;
    font-size: clamp(24px, 1rem + 0.8vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.333333em;
    margin-bottom: 31px;
}

.benefit-subtitle {
    color: #393536;
    font-size: clamp(18px, 1rem + 0.4vw, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.455em;
    margin-bottom: 25px;
}

.benefit-item:hover .more-btn svg rect:first-child {
    fill: #34aa4d !important;
}

.benefit-item:hover .more-btn svg path {
    fill: #edebe5 !important;
}

.more-text {
    display: none;
    padding-top: 14px;
}


/** Testimonials **/

.testimonials-section {
    padding: clamp(50px, 1rem + 12.6vh, 152px) 0 clamp(50px, 1rem + 12.5vh, 150px);
}

.testimonials-rating {
    display: flex;
    align-items: center;
}

.testimonials-rating li .ico-star {
    position: relative;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-rating li .ico-star:before {
    content: '';
    background: url("../images/icons/ico-star.svg") no-repeat top left;
    width: 16px;
    height: 15px;
}

.testimonials-rating li.empty .ico-star:before {
    background: url("../images/icons/ico-star-empty.svg") no-repeat top left;
}

.testimonials-rating li:not(:first-child) {
    margin-left: 5px;
}

.testimonial-item {
    position: relative;
    border-radius: 6px;
    background: #F5F3ED;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 204px 57px 0 rgba(0, 0, 0, 0.00), 0 130px 52px 0 rgba(0, 0, 0, 0.00), 0 73px 44px 0 rgba(0, 0, 0, 0.02), 0 33px 33px 0 rgba(0, 0, 0, 0.03), 0 8px 18px 0 rgba(0, 0, 0, 0.03);
}

.testimonial-item>* {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.testimonial-author {
    color: #000;
    font-family: "Manrope", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px
}

.testimonials-slide .owl-item .testimonial-author img {
    width: unset;
}

.testimonial-item p {
    color: #5C5C5C;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 0;
}

.testimonials-action {
    margin-top: clamp(30px, 1rem + 3.3vw, 78px);
}

.testimonials-content .testimonials-action a {
    height: 78px;
    background-color: #fff;
}

.testimonials-content .testimonials-action a:hover {
    color: #34AA4D;
}

.testimonials-content .testimonials-action a:hover .btn-icon svg path {
    fill: #34AA4D !important;
}

.testimonials-content {
    position: relative;
    z-index: 3;
    height: 100%;
}

.testimonials-slide__outer {
    position: relative;
}

.testimonials-slide.owl-carousel .owl-nav {
    position: relative;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
}

.testimonials-slide.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding-top: 67px;
}

.testimonials-slide.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonials-slide.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}


/** Intervention area **/

.bloc-content.type-2 {
    position: relative;
    padding: clamp(40px, 1rem + 4.5vw, 100px) clamp(30px, 1rem + 3.9vw, 90px);
    border-radius: 12px;
    overflow: hidden;
}

.bloc-content.type-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(245, 243, 237, 0.00) 9.4%, #F5F3ED 54.48%);
}


/** Latest news **/

.latest-news-section {
    padding: clamp(50px, 1rem + 9.2vh, 115px) 0 clamp(50px, 1rem + 12.6vh, 152px);
}

.latest-news-section .sect-title .bloc-title {
    margin-bottom: clamp(30px, 1rem + 3.3vw, 79px);
}

.actus-item {
    position: relative;
    border-radius: 12px;
    background: #F5F3ED;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.actus-item:hover {
    background: #34AA4D;
}

.actus-item .actus-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 298px;
}

.actus-item .actus-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 500ms cubic-bezier(.1, .75, .25, 1);
    transition: all 500ms cubic-bezier(.1, .75, .25, 1);
}

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

.actus-item .actus-item__txt {
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.actus-more-link {
    margin-top: auto;
    justify-content: start;
}

.actus-item .actus-date {
    color: #34AA4D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.actus-item .actus-title {
    color: #393536;
    font-size: clamp(24px, 1rem + 0.8vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.333333em;
    margin-bottom: clamp(30px, 1rem + 2.3vw, 60px);
}

.actus-item:hover .actus-date,
.actus-item:hover .btn-hover-anime .btn-text,
.actus-item:hover .actus-title a,
.actus-item:hover .actus-title a {
    color: #F5F3ED;
}

.actus-item:hover .btn-hover-anime .btn-icon {
    transition-delay: 0s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.actus-item:hover .btn-hover-anime .btn-icon+.btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(0);
    transition-delay: 225ms;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.actus-item:hover .btn-hover-anime .btn-text {
    transform: translateX(-20px);
    transition-delay: .1s;
}

.actus-item:hover .actus-date svg path,
.actus-item:hover .btn-hover-anime .btn-icon svg path {
    fill: #F5F3ED !important;
}


/** Multiple bloc **/

.multiple-bloc__inner {
    position: relative;
    padding: 30px 0;
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
    z-index: 2;
    margin-bottom: -180px;
    box-shadow: 0 204px 57px 0 rgba(0, 0, 0, 0.00), 0 130px 52px 0 rgba(0, 0, 0, 0.00), 0 73px 44px 0 rgba(0, 0, 0, 0.02), 0 33px 33px 0 rgba(0, 0, 0, 0.03), 0 8px 18px 0 rgba(0, 0, 0, 0.03);
}

.multiple-bloc__inner>.row {
    margin: 0 -30px;
}

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

.multiple-bloc__content {
    padding-left: 30px;
    padding-right: 30px;
}

.multiple-bloc__item:not(:last-child):before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px solid #34AA4D;
}

.multiple-bloc__ico {
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 32px;
}

.multiple-bloc__title {
    color: #393536;
    font-size: clamp(24px, 1rem + 0.8vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.333333em;
    margin-bottom: 9px;
}


/** Our services **/

.our-services-immo-section {
    padding: clamp(50px, 1rem + 9.7vh, 120px) 0 clamp(50px, 1rem + 8.6vh, 108px);
}

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

.service-item {
    position: relative;
    width: 420px;
}

.service-item .service-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 520px;
    border-radius: 8px;
}

.service-item .service-image:before {
    content: '';
    inset: 0;
    background: linear-gradient(180deg, rgba(57, 53, 54, 0) 50%, rgba(57, 53, 54, 0.7) 100%);
    background-blend-mode: multiply, normal;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.service-item .service-image:after {
    content: '';
    background: #34AA4D;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.service-item:hover .service-image:after {
    opacity: 0.4;
}

.service-item .service-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.service-item .service-txt {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-item .service-cat {
    color: #FAF9F6;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.22223em;
}

.service-item .service-title {
    color: #FAF9F6;
    font-size: clamp(18px, 1rem + 0.4vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.091em;
    text-transform: uppercase;
}

.services-slide.owl-carousel .owl-item .service-ico {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.services-slide.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.services-slide.owl-carousel .owl-item:nth-child(2n) {
    margin-top: 60px;
}

.services-slide.owl-carousel .owl-dots {
    justify-content: center;
    margin-top: clamp(30px, 1rem + 3.9vw, 90px);
}


/** Blk contact infos **/

.contact-infos__inner {
    position: relative;
    margin-top: -115px;
    z-index: 2;
}

.contact-info-item {
    position: relative;
    padding: 30px 30px 27px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 204px 57px 0 rgba(0, 0, 0, 0.00), 0 130px 52px 0 rgba(0, 0, 0, 0.00), 0 73px 44px 0 rgba(0, 0, 0, 0.02), 0 33px 33px 0 rgba(0, 0, 0, 0.03), 0 8px 18px 0 rgba(0, 0, 0, 0.03);
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: space-between;
}

.contact-info-item:hover {
    background-color: #34AA4D;
}

.contact-txt a {
    transition: none;
}

.contact-txt {
    position: relative;
    flex: 1;
    max-width: 220px;
}

.contact-txt p {
    color: #6F6F6E;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-info-item .contact-title {
    color: #393536;
    font-size: clamp(24px, 1rem + 0.8vw, 30px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 36px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-info-item .contact-title span {
    margin-left: 20px;
    top: 2px;
    position: relative;
}

.contact-info-item:hover .contact-txt p,
.contact-info-item:hover .contact-title {
    color: #fff;
}

.contact-info-item .contact-ico {
    position: relative;
}

.contact-info-item .contact-ico svg {
    opacity: 0.20;
    width: 90px;
    height: 115px;
}

.contact-info-item:hover .contact-ico svg {
    opacity: 1;
}

.contact-info-item:hover .contact-title span svg path,
.contact-info-item:hover .contact-ico svg path {
    fill: #FFF !important;
}


/** Map **/

.map-section {
    padding: clamp(50px, 1rem + 9.7vh, 120px) 0;
}

.blk-map {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}


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

/* Footer column */

.footer-column {
    padding: clamp(40px, 1rem + 7.2vw, 154px) 0 clamp(30px, 1rem + 2.3vw, 60px);
    position: relative;
}

.footer-column__item {
    position: relative;
}

.footer-column__item:not(:last-child):before {
    position: absolute;
    top: 0;
    right: -10%;
    width: 1px;
    border-right: 1px solid rgba(92, 92, 92, 0.5);
    height: 100%;
    content: '';
}

.footer-column__item:nth-child(3):before {
    right: -6%;
}


/** Footer contacts **/

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

.footer-contacts ul li {
    color: #5C5C5C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
}

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


/** Footer services **/


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

.footer-services ul li {
    color: #5C5C5C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
}

.footer-services ul li a:after {
    content: '';
    display: inline-block;
    background: url('../images/icons/ico-arrow-long-right.svg') no-repeat top left;
    position: relative;
    width: 15px;
    height: 6px;
    margin-left: 5px;
    top: -1px;
}

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


/** Footer newsletter **/


.footer-newsletter .newsletter-form {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.footer-newsletter .newsletter-form form {
    width: 100%;
    position: relative;
}

.footer-newsletter .newsletter-form .form-group {
    margin-bottom: 10px;
    width: 100%;
}

.footer-newsletter form input.form-control {
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 60px;
    width: 100%;
    padding: 16px 22px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    text-transform: none;
    font-family: "Sansation", sans-serif;
    color: #5C5C5C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.footer-newsletter .newsletter-form button {
    height: 68px;
    width: 100%;
}

.footer-newsletter form input.form-control:focus {
    color: #5C5C5C;
    border: 0;
    background-color: transparent;
}

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

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

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


/** Footer certification and insurance **/

.footer-certification-insurance {
    width: 100%;
    width: 360px;
}

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

.footer-certification-insurance ul {
    gap: 33px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #FAF9F6;
    align-items: center;
    padding: 41px 10px;
    min-height: 260px;
}

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

.footer-certification-insurance ul li span:first-child {
    text-align: right;
}


/** Footer bottom **/

.copyright {
    position: relative;
    padding: clamp(30px, 1rem + 2.1vw, 56px) 0 clamp(30px, 1rem + 2.1vw, 56px);
    border-top: 1px solid #5C5C5C;
}

.copyright-text {
    color: #5C5C5C;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5715em;
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
}

.copyright ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.copyright ul li {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.copyright ul li:not(:last-child):after {
    content: '';
    display: inline-block;
    border-right: 2px solid #5C5C5C;
    width: 2px;
    height: 12px;
    position: absolute;
    top: auto;
    right: -1px;
    margin-top: 1px;
}

.copyright ul li:not(:last-child) {
    margin-right: 13px;
    padding-right: 13px;
}

.copyright-arobiz {
    color: #5C5C5C;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5715em;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.img-arobiz {
    margin-bottom: 13px;
}

.copyright-text a:hover {
    color: #CDB796;
}


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

/** Banner **/

.intern .banner-inner {
    height: 500px;
    align-items: center;
    display: flex;
}

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


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

/** Contact us **/

.contact-us-section {
    padding: clamp(50px, 1rem + 6.1vh, 81px) 0 clamp(50px, 1rem + 5.7vh, 77px);
}

.contact-us-section .sect-title h1 {
    margin-bottom: clamp(40px, 1rem + 2.2vw, 57px);
}

.blk-bloctel {
    color: #393536;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4em;
    text-transform: uppercase;
    margin-top: clamp(40px, 1rem + 2.4vw, 62px);
}