/******************************************************************************
* 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(-120px);
    transform: translateY(-120px);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(59, 68, 89, 0.16);
}

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

.main-header .sticked-menu .site-navigation .menu {
    padding: 0 25px 0 0;
}

.sticked-menu .site-navigation .menu>ul>li>a {
    margin: 47px 25px 47px 0;
}

.sticked-menu .site-navigation .other-links a.menu__free-quote-link {
    display: flex !important;
}

.sticked-menu .site-navigation>.container {
    max-width: 1300px;
}


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


/** Banner slider **/

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

.banner-slide__content {
    position: relative;
    z-index: 2;
    padding: 0 100px 140px;
}

.banner-slide .banner-slide-item .layer-img-pers {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 5;
    opacity: 0;
}

.banner-subtitle {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.375em;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.banner-subtitle span {
    background-image: linear-gradient(to left, #4690b2, #4690b2);
    background-repeat: no-repeat;
    background-size: 98.5% 15px;
    background-position: 0px 100%;
    display: inline;
}

.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: 0.25s;
}

.banner-title {
    color: #FFF;
    font-family: "EB Garamond", serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.27em;
    margin-bottom: 0;
}

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

.banner-slide .swiper-slide-active .banner-slide-item .banner-title {
    visibility: visible;
    animation: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
}

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

.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: 0.75s;
}

.banner-actions a {}

.banner-slide__navigation.slide-controls .swiper-btn-prev,
.banner-slide__navigation.slide-controls .swiper-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.banner-slide__navigation.slide-controls .swiper-btn-next {
    left: unset;
    right: 30px;
}


/** About us **/

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

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

.bloc-image .layer-logo {
    margin: 30px;
}

.bloc-image.image-1 {
    position: relative;
    margin-bottom: 26px;
    margin-right: 20px;
    width: 490px;
    height: 588px;
    z-index: 1;
}

.bloc-image.image-1:before {
    content: '';
    position: absolute;
    bottom: -26px;
    right: -20px;
    border-radius: 50px;
    opacity: 0.5;
    background: #7ABB5E;
    width: calc(100% - 29px);
    height: calc(100% - 4px);
    z-index: -1;
}

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

.blk-experience {
    width: 290px;
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    color: #7ABB5E;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25em;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.blk-experience .text-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px;animation: rotateImg 10s linear infinite;
}

@keyframes rotateImg {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.blk-experience>img {
    margin-top: 7px;
}

.blk-experience .year {
    font-size: 72px;
    font-weight: 800;
    line-height: 0.45em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blk-experience .year span {
    font-size: 48px;
    line-height: 1em;
}


/** Company benefits **/

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

.benefit-item {
    position: relative;
    border-radius: 50px 50px 50px 10px;
    background: #FFF;
    padding: 22px 15px 30px 20px;
    height: 100%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.benefit-item:hover {
    background: #3B4459;
}

.benefit-item .benefit-ico {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border-radius: 50px 50px 50px 10px;
    background: #7ABB5E;
    box-shadow: 10px 10px 0px 0px rgba(70, 144, 178, 0.10);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.benefit-item:hover .benefit-ico {
    box-shadow: 0px 0px 0 rgba(70, 144, 178, 0.10);
}

.benefit-item .benefit-number {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #4690B2;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 0.8em;
    color: transparent;
    position: absolute;
    top: 35px;
    right: 30px;
    opacity: 0.2;
}

.benefit-item .benefit-title {
    color: #4690B2;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 16px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item p {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

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


/** Intervention area **/

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


/** Online services **/

.online-services-content {
    position: relative;
    z-index: 2;
    margin-bottom: -122px;
}

.online-services-action {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.online-services-box .sect-title .sub-title {
    margin-bottom: 25px;
}

.online-services-box .sect-title .bloc-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.41em;
    margin-bottom: 41px;
}

.online-services-box {
    position: relative;
    padding: 40px 40px 40px;
    border-radius: 48px;
    background: linear-gradient(0deg, rgba(59, 68, 89, 0.75) 0%, rgba(59, 68, 89, 0.75) 100%);
    overflow: hidden;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


/** Our services **/

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

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

.our-services-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    flex-direction: column;
}

.our-services-item__image {
    position: relative;
    width: calc(100% - 60px);
    height: 250px;
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: -68px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.our-services-item__image:before {
    content: '';
    position: absolute;
    top: auto;
    left: auto;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
    border-radius: 50px;
    background: rgba(122, 187, 94, 0.90);
    transform: scaleY(0);
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-services-item:hover .our-services-item__image:before {
    opacity: .8;
    transform: scaleY(1);
}

.our-services-item__image a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #FFF;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    margin-top: 50px;
}

.our-services-item:hover .our-services-item__image a {
    margin-top: 0px;
    opacity: 1;
}

.our-services-item .our-services-item__title {
    color: #4690B2;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: uppercase;
}

.our-services-item__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    flex: 0 0 80px;
    height: 80px;
    border-radius: 50px 50px 50px 10px;
    background: #7ABB5E;
    box-shadow: 10px 10px 0px 0px rgba(70, 144, 178, 0.10);
    margin-right: 32px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.our-services-item:hover .our-services-item__ico {
    box-shadow: 0px 0px 0 rgba(70, 144, 178, 0.10);
}

.our-services-item__txt {
    position: relative;
    padding: 98px 40px 30px;
    border-radius: 50px 50px 50px 10px;
    background: #FFF;
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.our-services-item:hover .our-services-item__txt {
    background: #3B4459;
}

.our-services-item:hover .our-services-item__title {
    color: #fff;
}

.our-services__navigation.slide-controls .swiper-btn-prev,
.our-services__navigation.slide-controls .swiper-btn-next {
    position: absolute;
    bottom: 110px;
    left: 0;
    background: #7ABB5E;
}

.our-services__navigation.slide-controls .swiper-btn-next {
    left: unset;
    right: 0;
}

.our-services-slide-wrap {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1628px;
    position: relative;
}


/** Latest news **/

.latest-news-section {
    padding: 254px 0 70px;
}

.actus-item {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.actus-item:hover {
    background: #3B4459;
}

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

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

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

.actus-txt {
    padding: 34px 0;
}

.actus-item .actus-title {
    color: #003F72;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    margin: 24px 0;
}

.actus-item:hover .actus-title {
    color: #7ABB5E;
}

.actus-date {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    height: 64px;
    width: 64px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px 50px 50px 10px;
    background: #4690B2;
    box-shadow: 4px 4px 0px 0px rgba(59, 68, 89, 0.50);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 20px;
}

.actus-date .day {
    font-size: 25px;
    font-weight: 800;
    line-height: 0.7em;
}

.actus-more {
    border-top: 0.5px solid rgba(59, 68, 89, 0.20);
    margin-top: auto;
    padding-top: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.actus-item:hover .actus-more {
    border-color: rgba(255, 255, 255, 0.20);
}


/** Blk contact infos **/

.blk-contact-infos {
    position: relative;
    z-index: 2;
    margin-top: -140px;
}

.blk-contact-infos .contact-infos-item {
    position: relative;
    color: #3B4459;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
    border-radius: 24px 50px 50px 50px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    background: #FFF;
    min-height: 258px;
    padding: 30px 5px 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blk-contact-infos .contact-infos-item a {
    transition: none;
}

.blk-contact-infos .contact-infos-item:hover {
    background: #3B4459;
    color: #fff;
}

.blk-contact-infos .contact-infos-item .contact-ico {
    border-radius: 50px;
    background: #7ABB5E;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
}

.blk-contact-infos .contact-infos-item .contact-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-bottom: 5px;
}


/** Map **/

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


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

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


/* Footer column */

.footer-column {
    padding: 80px 0 73px;
}

.footer-column__item {
    position: relative;
}


/** Blk newsletter **/

.blk-newsletter {
    position: relative;
    max-width: 395px;
}

.blk-newsletter .newsletter-title {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.blk-newsletter .newsletter-form {}

.blk-newsletter .newsletter-note {
    margin-top: 24px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
}

.blk-newsletter .newsletter-form form {
    position: relative;
}

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

.blk-newsletter .newsletter-form .form-group input[type="email"] {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    width: 100%;
    max-width: 395px;
    padding: 8px 130px 8px 30px;
    height: 47px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: none;
}

.blk-newsletter .newsletter-form .ico {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blk-newsletter .newsletter-form .form-group.newsletter-form__submit button {
    width: 120px;
    height: 39px;
    position: absolute;
    bottom: 8px;
    right: 0;
    padding: 5px 15px;
    color: #FFF;
    border-radius: 50px;
}

.blk-newsletter .newsletter-form .form-group.newsletter-form__submit button svg {
    margin: 0 0 0 4px;
}

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

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

.footer-contact ul li {
    display: flex;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.footer-contact ul li strong {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1.5em;
    margin-bottom: 3px;
}

.footer-contact ul li .contact-ico {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background: #7ABB5E;
}

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

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


/** Footer services **/

.footer-services ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
}

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

.footer-services ul li a:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    background: url('../images/icons/ico-chevrons-right.svg') no-repeat top left;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    width: 11px;
    height: 12px;
}

.footer-services ul li a:hover:before {
    opacity: 1;
}

.footer-services ul li a:hover {
    color: #7ABB5E;
    padding-left: 20px;
}


/** Footer certification and insurance **/

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

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

.footer-certification-insurance ul li {
    background: #fff;
    width: 136px;
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/** Footer bottom **/

.footer-bottom {
    padding: 25px 0 18px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.copyright-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

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

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


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


/** Banner **/

.intern .banner-inner {
    position: relative;
    height: 405px;
    display: flex;
    align-items: center;
    padding-top: 28px;
}

.intern .banner-content {
    position: relative;
    z-index: 1;
    padding-bottom: 170px;
    padding-top: 0;
}


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


/** Contact us **/

.contact-us-section {
    padding: 70px 0 100px;
}

.contact-us__inner {
    display: flex;
    gap: 60px;
}

.blk-contact-image {
    width: 405px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

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