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



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

/** Banner slider **/

.banner-inner {
    height: 950px;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
}

.home .banner-content {
    padding: 0 0 186px 0;
}

.banner-content {
    position: relative;
    z-index: 3;
    padding-top: 160px;
}

.banner-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 17px;
}

.home .banner-title {
    margin-bottom: 25px;
}

.banner-desc {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.25em;
    color: #fff;
    margin-bottom: 105px;
}

.banner-cat {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25em;
    color: #fff;
}


/** About us **/

.about-us-section {
    padding: 100px 0
}

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

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

.about-us__content .bloc-content {
    padding-top: 28px;
}


/** Title section **/

.title-section {
    padding: 212px 0 126px;
}

.title-section .page-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;
    color: #fff;
}

.title-section .page-title {
    margin: 0;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/** CTA **/

.cta-section {
    padding: 50px 0 100px;
}

.cta-section .vert-line {
    margin-bottom: -10px;
}

.cta-head {
    margin-bottom: 62px;
}

.cta-item__image {
    height: 275px;
    width: 100%;
    position: relative;
    background-color: #2b2b2b;
}

.cta-item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cta-item__cta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/** Expertises **/

.expertises-section {
    padding: 150px 0 100px;
}

.expertises__inner {
    padding-top: 141px;
}

.expertises__content {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.expertises-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.expertises-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0s ease;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease;
    opacity: 0;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.expertises-bg.active:after {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.expertise-item .bg,
.expertises__content .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
    background-position-y: center;
}

.expertise-item .bg {
    opacity: 1;
    width: 300%;
    background-position-y: center;
}

.expertise-item:nth-of-type(2) .bg {
    left: -100%;
}

.expertise-item:nth-of-type(3) .bg {
    left: -200%;
}

.expertises-bg .bg.active {
    opacity: 1;
}

.expertise-item.opacity .bg {
    opacity: 0;
}

.expertises-items:after,
.expertises-items:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% / 3);
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.expertises-items:after {
    left: calc((100% / 3) * 2);
}

.expertises-items.active:before,
.expertises-items.active:after {
    background-color: rgba(255, 255, 255, 0.1);
}

.expertise-item {
    position: relative;
    text-align: center;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.expertise-item__title {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    line-height: 1.2em;
}

.expertise-item__desc {
    text-transform: uppercase;
}

.expertise-item__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.expertise-item.opacity .expertise-item__txt {
    opacity: 0.2;
}

/** Company benefits **/

.company-benefits-section {
    padding: 100px 0 50px;
}

.company-benefits-section .vert-line {
    margin-top: -57px;
}

.company-benefits__inner {
    padding-top: 116px;
}

.company-benefits-content {
    border: 1px solid #fff;
    border-right: 0;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 902px;
    width: 100%;
    margin: 0 auto;
}

.benefit-item {
    position: relative;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    flex: 0 0 33.3333%;
    min-height: 200px;
}

.benefit-ico {
    margin-bottom: 14px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-title {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
}

.benefit-txt-hover .benefit-title {
    margin-bottom: 29px;
}

.benefit-txt {
    padding: 25px;
    width: 100%;
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.benefit-item:hover .benefit-txt {
    transform: translateY(-20px);
    opacity: 0;
    visibility: 0;
}

.benefit-txt-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.benefit-item:hover .benefit-txt-hover {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


/** Process for create project **/

.process-section {
    padding: 150px 0;
}

.process-section .process-inner {
    padding-top: 11px;
}

.process-section .layer-title span {
    margin-left: -33vw;
}

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

.process-image {
    height: 852px;
    position: relative;
    margin-right: -283px;
    z-index: 10;
}

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

ul.steps li {
    display: flex;
    position: relative;
    z-index: 1;
}

ul.steps li:before {
    content: '';
    position: absolute;
    height: calc(100% + 15px);
    top: 10px;
    left: -36px;
    width: calc(100% - 34px);
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

ul.steps li:hover:before {
    opacity: 0.1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

ul.steps li:not(:last-child) {
    margin-bottom: 57px;
}

ul.steps li .step-number {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    line-height: 1.2em;
    width: 93px;
    margin-right: 32px;
    position: relative;
}

ul.steps li .step-number:after {
    content: '';
    width: 1px;
    height: 65px;
    position: absolute;
    border-right: 1px solid #fff;
    top: 0;
    right: 0;
}

ul.steps li .step-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1.2em;
    margin-top: 4px;
    margin-bottom: 8px;
}


/** Projects **/

.projects-section {
    padding: 114px 0 210px;
}

.projects-section .vert-line {
    margin-top: -42px;
}

.category-filter {
    display: flex;
    gap: 65px;
    margin-bottom: 45px;
}

.category-filter .filter-btn {
    position: relative;
    font-family: "Urbanist", sans-serif;
    color: #bebebe;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25em;
    text-transform: uppercase;
    display: inline-block;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    height: auto;
}

.category-filter .filter-btn.active,
.category-filter .filter-btn:hover {
    color: #fff;

}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-bottom: 6px;
}

.project-box {
    position: relative;
    overflow: hidden;
    /* aspect-ratio: 1 / 1; */
    cursor: pointer;
}

.project-box-inner {
    position: relative;
    width: 100%;
    height: 300px;
}

.project-box .project-box-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.project-box .project-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-box:hover .project-box-img .overlay {
    opacity: 0.6;
}

.project-box-info {
    position: absolute;
    bottom: 27px;
    left: 30px;
    right: 30px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project-box:hover .project-box-info {
    opacity: 1;
}

.project-box .project-box-title {
    position: relative;
    font-family: "Urbanist", sans-serif;
    color: #bebebe;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25em;
}


.load-more-projects {
    display: flex;
    justify-content: center;
    margin-top: 120px;
}


/** Project details **/

.project-details-section {
    padding: 208px 0 300px;
}

.project-details__inner {
    padding-top: 81px;
}

.project-details-section .sect-title h1 {
    margin-bottom: 67px;
}

.project-details__infos ul li {
    display: flex;
}

.project-details__infos ul li:not(:last-child) {
    margin-bottom: 25px;
}

.project-details__infos ul li span:first-child {
    margin-right: 12px;
    display: flex;
    min-width: 18px;
    align-items: start;
    padding-top: 5px;
}

.project-details__infos ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63em;
}

.grid-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
    margin-top: 125px;
}

.grid-gallery img {
    width: 100%;
    /* height: 100%; */
    display: block;
    object-fit: cover;
}

.grid-item {
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
}

/* .grid-item:nth-child(1),
.grid-item:nth-child(4),
.grid-item:nth-child(8) {
    grid-column: span 6;
}

.grid-item:nth-child(9),
.grid-item:nth-child(10),
.grid-item:nth-child(2),
.grid-item:nth-child(3) {
    grid-column: span 3;
}

.grid-item:nth-child(5),
.grid-item:nth-child(6),
.grid-item:nth-child(7) {
    grid-column: span 2;
} */
.grid-gallery .grid-item:nth-child(3n+1) img {
    height: 700px;
}

.grid-gallery .grid-item:nth-child(3n+2) img,
.grid-gallery .grid-item:nth-child(3n+3) img {
    height: 350px;
}

.grid-item:nth-child(3n+1) {
    grid-column: span 6;
}

.grid-item:nth-child(3n+2),
.grid-item:nth-child(3n+3) {
    grid-column: span 3;
}

@media (max-width: 900px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .item1,
    .item4 {
        grid-column: span 2;
    }

    .item3,
    .item8 {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {

    .grid-item:nth-child(3n+2),
    .grid-item:nth-child(3n+3) {
        grid-column: span 6;
    }
}

@media (max-width: 600px) {
    .gallery {
        grid-template-columns: 1fr;
    }

    .gallery>div {
        grid-column: span 1 !important;
    }
}


/** Latest Projects **/

.latest-projects-section {
    padding: 50px 0;
}

.latest-projects-section .vert-line {
    margin-top: -80px;
}

.latest-projects__inner {
    padding-top: 79px;
}

.project-item .project-txt {
    padding: 32px 70px;
}

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

.project-item .project-image figure {
    width: 100%;
    height: calc(100% + 40px);
    margin: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-item .project-image:hover figure {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

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

.project-item .project-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #bebebe;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.project-item .project-title a:hover {
    color: #fff;
}

.project-item .project-info {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    line-height: 1.6em;
}

.latest-projects__action {
    margin-top: 0;
}


/** Latest news **/

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

.latest-news__inner {
    padding-top: 80px;
}

.latest-news-action {
    margin-top: 40px;
}

.actus-item {
    position: relative;
    overflow: hidden;
}

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

.actus-item .actus-item__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

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

.actus-item .actus-item__txt {
    position: relative;
    padding: 23px 35px 22px;
    width: calc(100% - 114px);
    margin: -60px auto 0 auto;
    background-color: #1d1d1d;
}

.actus-item .actus-item__date {
    font-family: "Urbanist", sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.actus-item .actus-item__title {
    font-family: "Urbanist", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
}

.actus-item__title a:hover {}


/** Counter **/

.counter-section {
    padding: 100px 0;
}

.counter-section .vert-line {
    margin-top: -45px;
}

.counter-img {
    height: 463px;
    width: 100%;
    position: relative;
}

.counter-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.counter-content {
    position: relative;
    z-index: 2;
    margin-top: -196px;
}

.counter-box {
    background-color: #0d0d0d;
    text-align: center;
    min-height: 300px;
    padding: 45px 30px 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.counter-box:hover {
    background-color: #fff;
}

.counter-box .counter-ico svg path,
.counter-box>* {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.counter-box .counter-ico {
    margin-bottom: 26px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-box:hover .counter-ico svg path {
    fill: #2b2b2b !important;
}

.counter-box .counter-number {
    font-family: "Urbanist", sans-serif;
    font-size: 80px;
    font-weight: 800;
    line-height: 0.8em;
    color: #fff;
    margin-bottom: 13px;
}

.counter-box .counter-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    color: #fff;
}

.counter-box:hover.counter-box .counter-txt,
.counter-box:hover .counter-number {
    color: #2b2b2b;
}

/** Services **/

.services-section {
    padding: 0 0 258px;
}

.services-section .vert-line {
    margin-top: -112px;
}

.services-section .sect-title .bloc-title {
    margin-bottom: 76px;
}

.services__inner {
    padding-top: 78px;
}

.service-item:not(:last-child) {
    margin-bottom: 110px;
}

.service-item .service-item__txt {
    display: flex;
    flex-direction: column;
    min-height: 225px;
}

.service-item .service-item__txt {
    padding-left: 100px;
    padding-right: 0;
}

.service-item:nth-child(2n) .service-item__txt {
    padding-left: 0;
    padding-right: 100px;
    text-align: right;
}

.service-item__image {
    height: 380px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.service-item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.service-item__image:hover img {
    transform: scale(1.05);
}

.service-item .service-item__title {
    font-family: "Urbanist", sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 32px;
    position: relative;
}

.service-item .service-item__title:before {
    content: '';
    width: 159px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 22px;
    left: -190px;
    z-index: 1;
}

.service-item:nth-child(2n) .service-item__title:before {
    left: unset;
    right: -190px;
}

.service-item .service-item__more {
    margin-top: auto;
}

.service-item .service-item__more a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item .service-item__more a img {
    margin-left: 6px;
}

.service-item .service-item__more a:hover img {
    transform: translateX(6px);
}


/** Image section **/

.image-section {
    padding: 0 0 215px;
}

.image-section .vert-line {
    margin-top: -60px;
    z-index: 0;
}

.image-section a.btn-1 {
    margin-top: 125px;
}


/** Blk contact infos **/

.blk-contact-infos {
    position: relative;
}

.blk-contact-infos .sect-title .bloc-title {
    margin-bottom: 55px;
}

.blk-contact-infos .contact-item {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25em;
}

.blk-contact-infos .contact-item:hover {
    color: #bebebe;
}

.blk-contact-infos .contact-item .contact-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    color: #fff;
    margin: 72px 0 28px;
    padding-top: 38px;
    position: relative;
}

.blk-contact-infos .contact-item .contact-title:before {
    content: '';
    background-color: #fff;
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
}


/** Map **/

.map-section {
    padding: 0 0 112px;
}

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

.blk-map .map-content img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.blk-map .map-content:hover img {
    -webkit-filter: unset;
    filter: unset;
}


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

/** Commune extra **/

.commune-extra-section {
    padding: 0 0 95px;
}

.commune-extra__inner {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 42px 0;
}

.commune-specificity .footer-title,
.commune-projects .footer-title {
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15em;
    margin-bottom: 18px;
}

.commune-specificity p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.65em;
    margin: 0;
}

.commune-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.commune-project-card {
    display: block;
    color: #fff;
    min-width: 0;
}

.commune-project-card__image {
    display: block;
    height: 145px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.commune-project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.commune-project-card__title {
    display: block;
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25em;
    padding-top: 12px;
}

.commune-project-card:hover {
    color: #fff;
}

.commune-project-card:hover .commune-project-card__image img {
    transform: scale(1.06);
}

/** Footer column **/

.footer-column {
    padding: 60px 0 90px;
}


/** Footer keywords **/

.footer-keywords {
    padding: 25px 0 20px;
}

.footer-keywords__inner {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding: 44px 0;
}

.footer-keywords__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 24px;
}

.footer-keywords .footer-title {
    color: #fff;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.1em;
    margin: 0;
}

.footer-keywords__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.footer-keywords__grid a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start !important;
    max-width: 100%;
    min-height: 42px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25em;
    overflow-wrap: anywhere;
    transition: all 0.3s ease;
}

.footer-keywords__grid a:hover {
    color: #0d0d0d;
    background-color: #fff;
    border-color: #fff;
}


/** Footer about **/

.footer-about {
    padding-right: 130px;
}


/** Footer social **/

.footer-social {
    margin-top: 39px;
}


/** Footer contact **/

.footer-contact {
    margin: 10px 0 34px;
}

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

.footer-contact ul li {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.25em;
}

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

/** Footer Newsleter **/

.footer-newsletter {
    margin-top: 45px;
}

.newsletter-form form {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    gap: 15px;
    column-gap: 0;
}

.newsletter-note {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 300;
    margin-top: 10px;
    position: relative;
    color: #fff;
}

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

.newsletter-form .form-group input[type="email"] {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.25em;
    font-style: normal;
    position: relative;
    width: 100%;
    width: 400px;
    padding: 10px 30px;
    height: 60px;
    border: 1px solid #fff;
    display: inline-block;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: none;
    text-align: left;
}

.newsletter-form .form-group button {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #fff;
    background: none;
    height: 60px;
    padding: 0;
    margin-left: 25px;
    border: 0;
    box-shadow: none;
}

.newsletter-form .form-group button img {
    margin: 0 0 0 10px;
}

.newsletter-form .form-group button:hover img {
    transform: translateX(10px);
}

.newsletter-form input:focus {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

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

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

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

/** footer certification **/

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

.footer-certification-insurance ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background-color: #fff;
    width: 100%;
    max-width: 307px;
    height: 85px;
    border-radius: 20px;
    padding: 10px 15px;
}


/** footer services **/

.footer-services ul {
    max-width: 235px;
    margin-left: auto;
}

.footer-services ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25em;
    position: relative;
    padding-bottom: 3px;
}

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

.footer-services ul li a:after,
.footer-services ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* margin-top: .15em; */
    border-bottom: 1px solid #fff;
    transform-origin: right;
    transition: transform .3s cubic-bezier(.45, 0, .55, 1);
}

.footer-services ul li a:after {
    transform: scaleX(0);
    transform-origin: left;
}

.footer-services ul li a:hover:before {
    transform: scaleX(0);
}

.footer-services ul li a:hover:after {
    transition-delay: .3s;
    transform: none;
}



/** Footer bottom **/

.footer-bottom {
    padding: 55px 0 69px;
    border-top: 1px solid #fff;
    background-color: #0d0d0d;
}

.copyright-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: uppercase;
}

.copyright-text a {
    background-image: linear-gradient(to left, #fff, #fff);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
    transition: 0.6s;
}

.copyright-text a:hover {
    background-size: 100% 1px;
}

.copyright .img-arobiz {
    margin-top: -15px;
    margin-left: 10px;
}



/******************************************************************************
* Intern Page
*******************************************************************************/
.intern.page-contact .banner-inner {
    height: 650px;
}

.intern.page-pro .expertises-section {
    padding: 87px 0 137px;
}

.intern.page-details-service .about-us-section,
.intern.page-diags-immo .about-us-section {
    padding: 197px 0 143px 0;
}


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


/** Contact us **/

.contact-us-section {
    padding: 168px 0 285px;
}

.contact-us__inner {
    padding-top: 87px;
}
