/******************************************************************************
* 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(-153px);
    transform: translateY(-153px);
    -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: 4px 2px 35px 0 rgba(0, 0, 0, 0.15);
}


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

.banner-title.aos-init.aos-animate {
    max-width: 800px;
}

/** Banner slider **/

.banner-section {
    position: relative;
}

.banner-section .banner-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.banner-slide .banner-slide-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 802px;
    display: flex;
    align-items: start;
}

.banner-slide.swiper {
    height: 100%;
}

.banner-slide__pagination.slide-controls.swiper-pagination-bullets {
    position: absolute;
    bottom: 140px;
    left: 15px;
    z-index: 3;
    gap: 20px;
}

.banner-slide__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25em;
    color: #6c93bc;
}

.banner-slide__pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
    width: 0;
    height: 1px;
    content: "";
    margin-left: 0;
    display: inline-block;
    background: #1e3853;
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s;
}

.banner-slide__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #1e3853;
}

.banner-slide__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 156px;
    margin-left: 20px;
}

.banner-slide-item .banner-content {
    position: relative;
    margin-right: -25px;
    padding-top: 115px;
    width: 48%;
}

.banner-inner .layer-bg {
    width: 50%;
}

.banner-inner .banner-image {
    width: 50%;
    right: 0;
    left: unset;
}

.banner-title {
    color: #1e3853;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 11px;
}

.banner-slide .swiper-slide-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: 400ms;
}

.banner-subtitle {
    color: #1e3853;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.27em;
    margin-bottom: 75px;
}

.banner-slide .swiper-slide-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: 600ms;
}

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

.banner-slide .swiper-slide-active .txt-underline {
    transition: background-size 1s ease 1s;
    background-image: linear-gradient(to left, rgba(236, 171, 35, 0.96), rgba(236, 171, 35, 0.96));
}

.banner-slide .swiper-slide-active .txt-underline {
    background-size: 100% 16px;
}

.banner-slide .swiper-slide-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;
}

.banner-actions a {}


/** About us **/

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

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

.bloc-content .txt-box {
    padding-left: 40px;
}

.bloc-content.type-2 .txt-box {
    padding: 67px 0 130px;
}

.blk-caption {
    color: #1e3853;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 102px;
    border-radius: 20px;
    padding: 19px 20px 23px 28px;
    overflow: hidden;
    box-shadow: 4px 2px 18px 0 rgba(0, 0, 0, 0.11);
    position: absolute;
    bottom: 60px;
    background-color: #ecab23;
    text-align: left;
}

.blk-experience strong {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.img-box--left .bloc-image.image-1 {
    padding-left: 23px;
}

.img-box--right .bloc-image.image-1 {
    padding-right: 23px;
}

.bloc-image.image-2 {
    position: relative;
    width: 1016px;
    height: 597px;
    margin-top: -170px;
    margin-left: 80px;
    overflow: hidden;
    border-radius: 20px;
}

.bloc-image.image-2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url('../images/g-deco.png') -179px bottom / auto no-repeat;
    z-index: 1;
}

.bloc-image>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/** Company benefits **/

.company-benefits__inner .sect-title .bloc-title {
    margin-bottom: 54px;
}

.blk-free-quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 112px;
}

.blk-free-quote .txt-underline {
    background-position: 0 90%;
}

.blk-free-quote .free-quote-ico {
    margin-left: 22px;
}

.company-benefits-content {
    position: relative;
    background: #6ec6d9;
    border-radius: 20px;
    display: flex;
    margin: 57px auto 0;
    max-width: 1349px;
    min-height: 253px;
}

.company-benefits-content .layer-shape {
    z-index: 0;
}

.benefits-image {
    margin-top: -57px;
    margin-left: -15px;
}

.benefits-items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 70px;
    padding: 30px 30px 30px 65px;
}

.benefit-item {
    position: relative;
}

.benefit-item .txt-underline {
    padding-bottom: 2px;
}

.benefit-item .benefit-ico {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77px;
    height: 77px;
    padding: 10px;
    border-radius: 50%;
    background: #FFF;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 18px;
}

.benefit-item .benefit-title {
    color: #1e3853;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    text-transform: uppercase;
}

.benefit-item .benefit-title span {
    font-weight: 700;
}


/** Intervention area **/

.intervention-area-section {
    padding: 34px 0 112px;
}

.bloc-image .img-logo {
    margin-right: -153px;
    margin-top: 15px;
}


/*** Services **/

.services-section {
    padding: 89px 0 59px;
}

.services-head {
    display: flex;
    align-items: center;
    margin-bottom: 105px;
}

.services-head .sect-title {
    margin-left: 40px;
}

.services-box {
    position: relative;
    min-height: 504px;
    height: 100%;
    padding: 48px 53px 55px 0;
}

.services-box.services-pro .txt-underline {
    background-image: linear-gradient(to left, rgba(113, 203, 244, 0.72), rgba(113, 203, 244, 0.72));
}

.services-box-image {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

.services-box__content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.services-content>.row {
    margin: 0 -23px;
}

.services-content>.row>div {
    padding-left: 23px;
    padding-right: 23px;
}

.services-box__content .bloc-text {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65em;
    position: relative;
    padding: 21px 58px 0 58px;
    margin-top: auto;
}

.services-box__content .bloc-text a.btn-2 {
    margin-top: 36px;
}

.services-box__title {
    font-size: 19px;
    line-height: 1.5em;
    font-weight: 600;
    background-color: #1e3853;
    height: 67px;
    padding: 15px 25px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-left: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 40px;
}

.services-box__subtitle {
    position: relative;
    flex: 1;
    text-align: right;
    font-size: 28px;
    line-height: 1.44em;
    font-weight: 600;
    color: #fff;
    margin-top: -9px;
}


/** Services Immo**/

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

.intern .our-services-immo-section {
    padding: 153px 0 158px;
}

.our-services-immo__head {
    margin-bottom: 60px;
}

.service-immo-item {
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 330px;
}

.service-immo-image {
    width: 100%;
    height: 383px;
    position: relative;
    overflow: hidden;
    overflow: hidden;
    border-radius: 20px;
    background-color: #1e3853;
}

.service-immo-image:before {
    content: '';
    background: -webkit-linear-gradient(180deg, rgba(236, 171, 35, 0) 0%, rgba(236, 171, 35, 1) 84%);
    background: -moz-linear-gradient(180deg, rgba(236, 171, 35, 0) 0%, rgba(236, 171, 35, 1) 84%);
    background: linear-gradient(180deg, rgba(236, 171, 35, 0) 0%, rgba(236, 171, 35, 1) 84%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ECAB23", endColorstr="#ECAB2312", GradientType=0);
    opacity: 0.42;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.service-immo-item:hover .service-immo-image:before {
    transform: translateY(0);
}

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

.service-immo-txt {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.service-immo-item:hover .service-immo-item__content {
    transform: translateY(0);
    opacity: 1;
}

.owl-item .service-immo-item .service-immo-ico img {
    width: unset;
}

.service-immo-title {
    color: #fafafa;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6em;
    position: relative;
}

.service-immo-more-link {
    width: 38px;
    height: 38px;
    background: #ecab23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    padding-left: 4px;
}

.service-immo-item:hover .service-immo-more-link {
    background: #e8e8e8;
}

.services-slide-outer {
    margin-right: -15vw;
}

.services-slide .swiper-slide {
    width: auto;
    height: auto;
}


/** Partners **/

.partners-section {
    padding: 76px 0;
}

.partners-section .sect-title .bloc-title {
    margin-bottom: 47px;
}

.partners-slide .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/** Latest news **/

.latest-news-section {
    padding: 55px 0 125px;
}

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

.actus-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

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

.actus-image:before {
    content: '';
    background: rgba(24, 24, 24, 0.5);
    background: -webkit-linear-gradient(354deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 99%);
    background: -moz-linear-gradient(354deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 99%);
    background: linear-gradient(354deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 99%);
    position: absolute;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#181818", endColorstr="#181818", GradientType=0);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
}

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

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

.actus-item__txt {
    padding: 40px 30px;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 2;
}

.actus-item .actus-date {
    color: #ecab23;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.27em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 9px;
}

.actus-item .actus-title {
    color: #fafafa;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6em;
}


/** Solution section **/

.solution-section {
    box-shadow: 4px 2px 18px 0 rgba(0, 0, 0, 0.28);
    margin: 57px 0;
}

.solution-content {
    display: flex;
    align-items: center;
    padding-left: 100px;
    min-height: 585px;
    position: relative;
    padding: 101px 0;
}

.solution-content .bloc-text {
    margin-bottom: 48px;
}

.solution-content .bloc-content {
    position: relative;
    max-width: 710px;
    margin-right: 45px;
}

.solution-image {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -35px;
}

.solution-image span {
    width: 1129px;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
}


/** Tesetimonials **/

.testimonials-section {
    padding: 35px 0 47px;
}

.testimonials-section .sect-title .sub-title {
    margin-bottom: 16px;
}

.testimonials-section .sect-title .bloc-title {
    margin-bottom: 52px;
}

.testimonials-content {
    display: flex;
    justify-content: space-between;
}

.testimonials-items {
    position: relative;
    padding: 0 0 0 30px;
}

.testimonials-items>.row {
    margin: 0 -11px;
}

.testimonials-items>.row>div {
    padding-left: 11px;
    padding-right: 11px;
}

.testimonials-item {
    padding-bottom: 24px;
}

.testimonials-item__content {
    padding: 37px 28px 28px;
    text-align: center;
    position: relative;
    border: 2px solid #e9e9e9;
    border-radius: 30px;
    background-color: #fff;
    min-width: 338px;
}

.testimoniall-item__quote {
    position: relative;
    margin-bottom: 25px;
}

.testimonials-item__desc {
    font-family: 'Roboto', sans-serif;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 22px;
}

.testimonials-item__author {
    font-family: 'Poppins', sans-serif;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 9px;
}

.testimonials-item__date {
    font-family: 'Poppins', sans-serif;
    color: #999999;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-item__date img {
    margin-right: 4px;
}

.testimonials-item__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.ico-star {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-item__rating li .ico-star:before {
    content: '';
    background: url("../images/icons/ico-star.svg") no-repeat top left;
    width: 22px;
    height: 19px;
    display: inline-block;
    position: relative;
}

.testimonials-item__rating li.empty .ico-star:before {
    width: 22px;
    height: 19px;
    background: url("../images/icons/ico-star-empty.svg") no-repeat top left;
}

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

.testimonials-item__link a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    bottom: -24px;
    right: 23px;
    background-color: #ebbc5a;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #ebbc5a;
}

.testimonials-item__content .testimonials-item__link:hover a {
    background-color: #ebbc5a;
    border-color: #ebbc5a;
}

.testimonials-item__link a svg {
    margin: 1px 0 0 3px;
}

.testimonials-item__link a:hover svg path {
    fill: #fff !important;
}

.testimonials-section .reviews {
    width: 260px;
    position: relative;
    margin-top: 36px;
}

.testimonials-section .reviews .rating-star {
    padding: 6px 5px 12px;
    display: flex;
    background-color: #fff;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    margin: 0 auto;
}

.testimonials-section .reviews ul.rating-star li {
    float: left;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #1e3853;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #1e3853;
}

.testimonials-section .reviews ul.rating-star li .ico-star:before {
    content: '';
    background: url("../images/icons/ico-star-white.svg") no-repeat top left;
    width: 27px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.testimonials-section .reviews ul.rating-star li.empty {
    background-color: #CCC;
    border-color: #b8b8b8;
}

.testimonials-section .reviews ul.rating-star li:not(:last-child) {
    margin-right: 10px;
}

.testimonials-section .reviews .rating-total {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #ebbc5a;
    line-height: 1em;
    font-size: 56px;
    width: 131px;
    height: 131px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border: 1px solid rgba(30, 56, 83, 0.2);
    display: flex;
    justify-content: center;
    margin: 0 auto -32px auto;
    padding: 34px 15px;
}

.testimonials-section .reviews .rating-txt {
    font-family: 'Roboto', sans-serif;
    color: #5d5d5d;
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    margin: 3px 0 34px 0;
    line-height: initial;
}

.testimonials-section .reviews .rating-txt span {
    font-weight: 500;
    text-decoration: underline;
}


/** Online payment **/

.online-payment-section {
    padding: 102px 0;
}

.online-payment__content {
    position: relative;
    max-width: 1349px;
    border-radius: 20px;
    background-color: #6ec6d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto 0 auto;
    gap: 55px;
    padding: 0 58px 0 0;
}

.online-payment__content .layer-shape-2 {
    z-index: 0;
}

.online-payment__content .sect-title {
    flex: 1;
}

.online-payment__image {
    width: 226px;
    margin-top: -50px;
    text-align: right;
    z-index: 1;
}


/** Blk newsletter **/

.blk-newsletter {
    border-radius: 20px;
    background: #6ec6d9;
    position: relative;
    z-index: 3;
    padding: 65px 32px 35px 32px;
    margin: 0 auto -115px auto;
    max-width: 1349px;
    display: flex;
    justify-content: center;
    gap: 190px;
}

.blk-newsletter .layer-shape-3 {
    z-index: 0;
    margin-top: -51px;
}

.blk-newsletter .newsletter-form {
    max-width: 479px;
    position: relative;
    flex: 1;
}

.blk-newsletter .newsletter-form__note {
    color: #1a213d;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.55em;
    margin-top: 11px;
    padding-left: 10px;
}

.blk-newsletter .newsletter-form .form-group {
    margin-bottom: 0px;
    width: 100%;
}

.blk-newsletter .newsletter-form .form-group input[type="email"] {
    color: #1e3853;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    position: relative;
    width: 100%;
    padding: 8px 75px 8px 25px;
    height: 57px;
    display: inline-block;
    background-color: #ebebeb;
    border-radius: 20px;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: none;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.2);
}

.blk-newsletter .newsletter-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 57px;
    padding: 10px;
    margin: 0;
    border: 0;
    background: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

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

.newsletter-form input:focus {
    color: #1e3853;
    background-color: #ebebeb;
    border: 0;
}

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

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

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


/** Blk contact infos **/

.blk-contact-infos {
    position: relative;
    background: #1e3853;
    border-radius: 15px;
    box-shadow: 2px 4px 18px rgba(0, 0, 0, 0.11);
    padding: 83px 57px 71px;
    overflow: hidden;
    margin: -87px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 641px;
}

.blk-contact-infos ul li {
    color: #f6f7f9;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65em;
    position: relative;
    display: flex;
}

.blk-contact-infos ul li .contact-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px;
}

.blk-contact-infos ul li a:hover {
    color: #ecab23;
}

.blk-contact-infos ul li .contact-ico {
    display: flex;
    width: 77px;
    height: 77px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 27px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.blk-contact-infos ul li:not(:last-child) {
    margin-bottom: 45px;
}


/** Map section **/

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


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


/* Footer column */


/* Footer column */

.footer-column {
    padding: 110px 0 92px;
}

.footer-column__item {
    position: relative;
}


/** Footer contact **/

.footer-contact .footer-title {
    margin-bottom: 34px;
}

.footer-contact ul li {
    color: #e8e8e8;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.28em;
    display: flex;
    align-items: center;
}

.footer-contact ul li .contact-ico {
    margin-right: 18px;
    min-width: 19px;
    display: flex;
    justify-content: center;
}

.footer-contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-contact ul li a:hover {
    color: #ecab23;
}


/** Footer services **/

.footer-services ul li {
    color: #e8e8e8;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.28em;
    position: relative;
}

.footer-services ul li:not(:last-child) {
    margin-bottom: 20px;
}

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


/** Footer certification **/

.footer-certification-insurance {
    position: relative;
}

.shape-line {
    position: relative;
    /* max-width: 726px; */
    max-width: 696px;
    width: 44%;
    height: 1px;
    background-color: #e8e8e8;
    margin-bottom: 12px;
}

.footer-certification-insurance ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    gap: 15px;
    /* width: 421px; */
    width: 451px;
    height: 83px;
    border-radius: 40px 40px 0 0;
    background-color: #ffffff;
}


/** Footer copyright **/

.footer-logo {
    margin-bottom: 25px;
}

.footer-copyright {
    color: #e8e8e8;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.815em;
    position: relative;
}

.footer-copyright a:hover {
    color: #ecab23;
}


/** Footer bottom **/

.footer-bottom {
    display: flex;
}

.img-arobiz {
    margin-top: -27px;
}


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


/** Banner **/

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


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


/** Contact us **/

.contact-us-section .bloc-content.type-2 .txt-box {
    padding-right: 40px;
    padding-bottom: 60px;
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.our-services-immo__head .services-slide-prev,
.our-services-immo__head .services-slide-next {
    opacity: 0.4;
}

.our-services-immo__head .services-slide-prev:hover,
.our-services-immo__head .services-slide-next:hover {
    opacity: 1;
}