/******************************************************************************
* 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(-100px);
    transform: translateY(-100px);
    -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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    background: #1D1E1C;
}

.sticked-menu .site-navigation .site-branding {
    width: 150px;
}

.main-header .sticked-menu .site-navigation .menu>ul>li>a {
    padding: 48px 0;
    margin-right: 45px;
}

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


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

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

.banner-inner {
    position: relative;
    height: 600px;
    display: flex;
    overflow: hidden;
}

.banner-inner .layer-logo {
    margin-left: 138px;
}

.banner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px;
    max-width: 405px;
}

.banner-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Lora", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857em;
    letter-spacing: 0.2142855em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.banner-title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(30px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
}

.banner-items {
    display: flex;
    gap: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - (100% - 1200px) / 2 - 405px - 22px);
}

.banner-item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex: 1;
    position: relative;
}

.banner-item__text {
    position: relative;
    z-index: 2;
}

.banner-item__title {
    color: #F7F6F4;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(26px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.3125em;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-item__actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 -114px;
    z-index: 1;
    min-height: 114px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-item:hover .banner-item__actions {
    margin: 32px 0 0;
    opacity: 1;
}

.banner-item__actions a {
    width: 100%;
    max-width: 245px;
}


/** About us **/

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

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

.bloc-image.image-1 {
    position: relative;
    width: 565px;
    height: 614px;
}

.about-us__content .bloc-content .bloc-logo {
    margin: 0 30px 30px 0;
    max-width: 150px;
    width: 25%;
}


/** Agencies **/

.agencies-section {
    padding: 64px 0;
}

.blk-agencies>.row {
    margin: 0 -7px;
}

.blk-agencies>.row>div {
    padding-left: 7px;
    padding-right: 7px;
}

.blk-agencies .agency {
    position: relative;
    padding-left: 48px;
    display: flex;
    height: 100%;
}

.blk-agencies .agency__ico {
    border-radius: 46px;
    border: 4px solid #221C43;
    background: #F2F2F2;
    display: flex;
    width: 92px;
    height: 92px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.blk-agencies .agency:hover .agency__ico {
    transform: scale(1.05) translateY(-50%);
    margin-top: -5px;
}

.blk-agencies .agency__text {
    width: 100%;
    border-radius: 25px;
    padding: 30px 24px 30px 56px;
    background: linear-gradient(97deg, rgba(34, 28, 67, 0.20) 2.99%, rgba(95, 84, 152, 0.20) 59.04%, rgba(34, 28, 67, 0.20) 97.01%), #221C43;
}

.blk-agencies .agency__name {
    color: #1F96D0;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.blk-agencies .agency__name img {
    position: absolute;
    top: -7px;
    right: -97px;
}

.blk-agencies .agency__text ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blk-agencies .agency__text ul li {
    color: #FFF;
    font-size: 1.066666rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    display: flex;
    align-items: center;
    gap: 14px;
}

.blk-agencies .agency__text ul li span:first-child {
    min-width: 16px;
}


/** Company benefits **/

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

.benefit-item {
    position: relative;
    display: flex;
    padding: 30px 0 25px 40px;
    justify-content: space-between;
    align-items: center;
    min-height: 135px;
    height: 100%;
    background: #1D1E1C;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

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

.benefit-item .benefit-ico {
    background: #069245;
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.benefit-item:hover .benefit-ico {
    background: #FFF;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.benefit-item:hover .benefit-ico svg path {
    fill: #1D1E1C !important;
}

.benefit-item .benefit-title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(24px, 1rem + 0.8vw, 28px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.285715em;
}


/** Intervention area **/

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

.grid-images {
    display: flex;
    gap: 24px;
}

.grid-images .bloc-image:last-child {
    margin-top: 60px;
}

.intervention-area-section .bloc-content .bloc-logo {
    border: 1px solid #141514;
    background: #141514;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    max-width: 230px;
    max-height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38%;
    height: 22%;
    padding: 15px 25px;
}



/** Services diag immo **/

.our-services-diag-section {
    padding: 120px 0;
}

.service-item {
    position: relative;
}

.service-item .service-image {
    position: relative;
    height: 570px;
    width: 100%;
}

.service-item .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

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

.service-item .service-title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1666666em;
}

.service-item .service-text {
    position: absolute;
    bottom: 14px;
    right: 14px;
    left: 14px;
    min-height: 406px;
    padding: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    background: rgba(29, 30, 28, 0.75);
    gap: 16px;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-item:hover .service-text {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.service-item .service-more {
    margin: 0 0 auto auto;
}

.service-item .service-more a {
    display: flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    background: #069245;
}

.services-slide .owl-item .service-item .service-ico img,
.services-slide .owl-item .service-item .service-more a img {
    width: unset;
}

.services-slide__outer {
    margin-top: clamp(30px, 1rem + 2.8vw, 60px);
}


/** Testimonials **/

.testimonials-section {
    padding: 80px 0;
}

.testimonials__actions {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
}


/** Online- payment **/

.online-payment__inner {
    position: relative;
    z-index: 3;
    padding: 55px 60px 60px;
    background-color: #069245;
    margin: 0 0 -125px;
}

.online-payment__image {
    max-width: 759px;
    left: unset;
    right: 0;
}

.online-payment__image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-width: 250px 140px 0 0;
    border-color: #069245 transparent transparent transparent;
    border-style: solid;
    display: inline-block;
}



/** Latest news **/

.latest-news-section {
    padding: 120px 0 90px;
}

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

.actus-item {
    position: relative;
    height: 522px;
}

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

.actus-item .actus-image:after,
.actus-item .actus-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    background: rgba(6, 146, 69, 0.5);
    background: -webkit-linear-gradient(180deg, rgba(6, 146, 69, 0) 0%, rgba(6, 146, 69, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(6, 146, 69, 0) 0%, rgba(6, 146, 69, 1) 100%);
    background: linear-gradient(180deg, rgba(6, 146, 69, 0) 0%, rgba(6, 146, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#069245",
            endColorstr="#069245",
            GradientType=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.actus-item .actus-image:after {
    background: rgba(29, 30, 28, 0.5);
    background: -webkit-linear-gradient(180deg, rgba(29, 30, 28, 0) 0%, rgba(29, 30, 28, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(29, 30, 28, 0) 0%, rgba(29, 30, 28, 1) 100%);
    background: linear-gradient(180deg, rgba(29, 30, 28, 0) 0%, rgba(29, 30, 28, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1D1E1C",
            endColorstr="#1D1E1C",
            GradientType=0);
}

.actus-item:hover .actus-image:before {
    opacity: 1;
}

.actus-item:hover .actus-image:after {
    opacity: 0.7;
}

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

.actus-text {
    background-color: #1D1E1C;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.actus-item:hover .actus-text {
    background-color: transparent;
}

.actus-item .actus-date {
    color: #FFF;
    font-family: "Lora", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.142855em;
    text-align: center;
    background: #1D1E1C;
    display: flex;
    padding: 10px 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

.actus-item .actus-date .day {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 0.833333em;
}

.actus-item .actus-title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.333333em;
    letter-spacing: 0.00625em;
    margin-bottom: 41px;
}

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

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

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


/** Contact info0s **/

.blk-contact-infos {
    position: relative;
    max-width: 425px;
}

.blk-contact-infos .sect-title h1 {
    margin-bottom: clamp(30px, 1rem + 2.8vw, 60px);
}

.blk-contact-infos ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.blk-contact-infos ul li {
    color: rgba(255, 255, 255, 0.60);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    gap: 24px;
}

.blk-contact-infos ul li .contact-ico {
    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #069245;
}

.blk-contact-infos ul li .contact-title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.166666em;
    margin-bottom: 8px;
    display: inline-block;
}

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


/** Map **/

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

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


/* Footer column */

.footer-column__inner {
    padding: 80px 0;
}

.footer-column__item {
    position: relative;
}

.footer-logo {
    margin-bottom: 24px;
    margin-top: -8px;
}


/** Footer contacts **/

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

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

.footer-contacts ul li {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-contacts ul li .contact-ico {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contacts ul li .contact-title {
    color: rgba(255, 255, 255, 0.60);
}

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

/** Footer certification insurance **/

.footer-certification-insurance ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
}


/** Footer Newsleter **/

.footer-newsletter {
    position: relative;
    background: #141514;
    backdrop-filter: blur(25px);
    width: 350px;
    padding: 30px 20px;
}

.footer-newsletter .footer-title {
    margin-bottom: 48px;
}

.newsletter-form__note {
    color: #FFF;
    font-size: 0.9375em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 28px;
}

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

.newsletter-form {
    width: 100%;
}

.newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.newsletter-form .form-group .form-control {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    height: 46px;
    padding: 7px 60px 7px 20px;
    border-radius: 0;
    background: #141514;
    border: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: none;
    text-transform: none;
    width: 100%;
}

.newsletter-form .newsletter-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.newsletter-form .form-group button {
    width: 44px;
    height: 46px;
    border-radius: 0;
    background: #212529;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.newsletter-form .form-group button:hover {
    background: #069245;
}

.newsletter-form .form-group button svg path {
    stroke: none !important;
}

.newsletter-form input:focus {
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #141514;
}

.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 services **/

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

.footer-services ul li a {
    color: rgba(255, 255, 255, 0.60);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    background-image: linear-gradient(to left, #069245, #069245);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
}

.footer-services ul li a:hover {
    color: #069245;
    background-size: 100% 1px;
}


/** Footer certification insurance **/

.footer-certification-insurance {
    max-width: 243px;
}

.footer-certification-insurance ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/** Footer bottom **/

.footer-bottom {
    position: relative;
    padding: 13px 0;
    border-top: 1px solid #5F6C6D;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.60);
    font-size: 0.9375em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.92em;
}

.copyright a:hover {
    color: #069245;
}

.img-copyright {
    margin-top: -7px;
}

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

/** Banner **/

.intern .banner-section .banner-inner {
    position: relative;
    height: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.intern .banner-content {
    position: relative;
    padding: 50px 0;
    max-width: 100%;
    width: 100%;
}

.intern .banner-title {
    color: #FFF;
    text-align: center;
    font-size: clamp(34px, 1rem + 2.4vw, 54px);
    line-height: 0.8888888em;
    text-transform: uppercase;
}

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


/** Contact us **/

.contact-us-section {
    padding: 120px 0;
}
.grecaptcha-badge {
    z-index: 2;
}