/******************************************************************************
* 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(-140px);
    transform: translateY(-140px);
    -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: 0 609px 171px 0 rgba(0, 0, 0, 0.00), 0 390px 156px 0 rgba(0, 0, 0, 0.01), 0 219px 132px 0 rgba(0, 0, 0, 0.05), 0 97px 97px 0 rgba(0, 0, 0, 0.09), 0 24px 54px 0 rgba(0, 0, 0, 0.10);
}

.sticked-menu .site-navigation .site-branding .logo-img {
    display: none !important;
}

.sticked-menu .site-navigation .site-branding .logo-img-2 {
    display: flex !important;
}

.sticked-menu .site-navigation .menu>ul>li>a {
    color: #212D54;
}

.sticked-menu .site-navigation .menu>ul>li.active>a,
.sticked-menu .site-navigation .menu>ul>li:hover>a,
.sticked-menu .site-navigation .menu>ul>li.hover>a {
    color: #34B196;
}

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

.sticked-menu .site-navigation .menu>ul>li:not(:last-child)>:before {
    border-color: rgba(33, 45, 84, 0.3);
}

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

/** Banner slider **/

.banner-section {
    position: relative;
}

.banner-inner {
    padding-top: 44px;
}

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

.banner-slide__content {
    position: relative;
    z-index: 2;
    max-width: 920px;
}

.banner-subtitle {
    color: #34B196;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

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

.banner-title {
    color: #FFF;
    font-size: clamp(40px, 1rem + 2.2vw, 50px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.24em;
    margin-bottom: 0;
}

.banner-slide__item .banner-title {
    margin-bottom: 40px;
}

.banner-slide .active .banner-slide__item .banner-title {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 600ms;
}

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

.banner-slide__content .banner-actions a {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 4px 4px 0 0 #FFF;
}

.banner-slide__content .banner-actions a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #FFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-slide__content .banner-actions a:hover {
    color: #34B196;
    background: #FFF;
    box-shadow: 4px 4px 0 0 #34B196;
}

.banner-slide__content .banner-actions a:hover:before {
    border-color: transparent;
}

.banner-slide__content .banner-actions a:hover svg path {
    fill: #34B196 !important;
}

.banner-slide .active .banner-slide__item .banner-actions {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 700ms;
}


/** About us **/

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

.bloc-content:not(:last-child) {
    margin-bottom: 40px;
}

.home .about-us__content .bloc-image.image-3 {
    padding-left: 37%;
}

.intern .about-us__content .sect-title h1 {
    margin-bottom: 40px;
}

.bloc-content.type-2 {
    margin-bottom: 0;
}

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

.bloc-content.type-2 .bloc-image {
    width: 50vw;
}

.bloc-content.type-2 .img-box.img-box--left .bloc-image {
    right: 0;
    left: unset;
}



/** Company benefits **/

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

.company-benefits__content>.row {
    gap: 30px 0;
}

.benefit-item {
    position: relative;
    border: 1px solid #FFF;
    padding: 90px 30px 30px 30px;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.benefit-item:hover {
    border-color: #34B196;
    background: #34B196;
}

.benefit-item * {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.benefit-item .benefit-ico {
    position: absolute;
    top: 30px;
    right: 30px;
}

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

.blk-testimonials .testimonial-title,
.benefit-item .benefit-title {
    color: #34B196;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.454545em;
    margin-bottom: 15px;
}

.benefit-item p {
    color: #fff;
    margin-bottom: 0;
}

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

.blk-testimonials {
    height: 100%;
    padding: 90px 30px 30px 30px;
}

.blk-testimonials p {
    color: #fff;
    margin-bottom: 20px;
}


/** Intervention area **/

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

.intervention-area-section .sect-title .bloc-title {
    margin-bottom: clamp(30px, 1rem + 2.7vw, 59px);
}

.content-slide__pagination.slide-controls-nav {
    margin-top: 40px;
}

.content-slide .item {
    background: #F6F7F8;
}

.content-slide .item .bloc-text {
    position: relative;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.content-slide .active .item .bloc-text {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.content-slide .item .bloc-image img {
    width: unset;
}

.content-slide .item .bloc-image.image-1 {
    position: relative;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.content-slide .item .bloc-image.image-2 {
    position: relative;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.content-slide .active .item .bloc-image.image-1,
.content-slide .active .item .bloc-image.image-2 {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}


/** FAQ **/

.faq-section {
    padding: 115px 0;
}

.faq-section .sect-title {
    max-width: 570px;
}

.faq-section .sect-title .bloc-title {
    margin-bottom: clamp(30px, 1rem + 2.2vw, 50px);
}

.faq__content {
    display: flex;
    gap: 60px;
}

.faq__accordion {
    position: relative;
    flex: 1;
}

.accordion.accordion-faq .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    min-height: 116px;
    overflow: hidden;
    border-radius: 0;
    background: #F2F2F2;
    border: 1px solid #212D54;
    margin-bottom: 0;
    padding: 0 60px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion.accordion-faq .card:not(:last-child) {
    margin-bottom: 33px;
}

.accordion.accordion-faq .card.active {
    background: #212D54;
}

.accordion-faq .card-header .accordion-btn {
    font-family: "Inter", sans-serif;
    color: #212D54;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.555555em;
    margin: 0;
    padding: 30px 0;
    border: 0;
    text-transform: none;
    justify-content: space-between;
    gap: 60px;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: none;
    min-height: 116px;
    border-radius: 0;
    background-color: transparent;
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"] {
    color: #fff;
}

.accordion-faq .card-header .accordion-btn .accordion-ico {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 0;
    border: 0;
    padding: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #212D54;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"] .accordion-ico {
    background-color: #fff;
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"] .accordion-ico svg {
    transform: rotate(-180deg);
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"] .accordion-ico svg path {
    fill: #212D54 !important;
}

.accordion-faq .card .card-header {
    margin: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-height: 116px;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    margin-bottom: -8px;
}

.accordion-faq .card .card-body {
    padding: 0 100px 30px 0;
    width: 100%;
    min-height: 178px;
    border-radius: 0;
    border: 0;
}

.accordion-faq .card .card-body .bloc-text {
    color: #fff;
}

.faq__image {
    position: relative;
    width: 460px;
    height: 808px;
    overflow: hidden;
}

.faq__image .bg-img {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



/** Services diag**/

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

.service-item {
    position: relative;
    width: 360px;
    height: 552px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-item * {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

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

.service-image:before,
.service-image:after {
    content: '';
    background: linear-gradient(180deg, rgba(33, 45, 84, 0.00) 38.22%, #212D54 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-item .service-image:after {
    background: #34B196;
    opacity: 0;
    z-index: 1;
}

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

.service-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
}

.service-ico {
    margin-bottom: 20px;
}

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

.service-item .service-cat,
.service-item .service-title {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.416666em;
}

.service-item .service-title {
    font-weight: 700;
    text-transform: uppercase;
}

.services-slide__controls {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    position: relative;
    padding: 0 50px;
    margin-top: 40px;
}

.slide-controls-nav.services-slide__navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



/** Latest news **/

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

.actus-item {
    position: relative;
    height: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

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

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

.actus-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #34B196;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

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

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

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

.actus-text {
    position: relative;
    padding: 30px;
    background: #F6F7F8;
    width: calc(100% - 80px);
    margin-left: auto;
    z-index: 2;
    margin-top: -90px;
}

.actus-date {
    color: #34B196;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.714285em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.actus-title {
    color: #212D54;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.272725em;
    margin-bottom: 30px;
}

.actus-more {
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #BAC5D3;
}

.actus-more a {
    color: #34B196;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75em;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
}

.actus-item:hover .actus-title a {
    color: #34B196;
}


/** Contact infos **/

.blk-contact-infos {
    position: relative;
    background: #FFF;
    box-shadow: 6px 6px 0 0 #212D54;
    z-index: 3;
    width: 100%;
    max-width: 1020px;
    padding: 0;
    margin: -57px auto 0;
}

.blk-contact-infos ul.contact-list {
    gap: 0;
    justify-content: space-between;
}

.blk-contact-infos ul.contact-list li {
    color: #212D54;
    border: 0;
    padding: 16px 32px;
    flex: 0 0 auto;
}

.blk-contact-infos ul.contact-list li:not(:last-child) {
    border-right: 1px solid #BAC5D3;
}


/** Map **/

.blk-map {
    position: relative;
    overflow: hidden;
    width: 43vw;
    height: 923px;
    margin-left: 25px;
}

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

/** Footer- oclumn **/

.footer-column {
    padding: 36px 0;
    border-bottom: 1px solid #BAC5D3;
}

.footer-column__item {
    position: relative;
}

.footer-column__item:not(:last-child) {
    border-right: 1px solid #BAC5D3;
}

.footer-newsletter__content,
.footer-services__content,
.footer-certification-insurance__content {
    padding-left: 52px;
}


/** Footer contacts **/

.footer-contacts {
    padding: 36px 0;
    border-bottom: 1px solid #BAC5D3;
}

ul.contact-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

ul.contact-list li {
    display: flex;
    align-items: center;
    padding: 14px 28px;
    border: 1px solid #BAC5D3;
    gap: 14px;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    flex: 1;
}

ul.contact-list li .contact-ico {
    width: 84px;
    height: 84px;
    min-width: 84px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 1;
}

ul.contact-list li .contact-ico:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #34B196;
    z-index: -1;
}

ul.contact-list li .contact-title {
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

ul.contact-list li a:hover {
    color: #34B196;
}


/** Footer services **/

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

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

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

.footer-services ul li a:after {
    content: '';
    background: url('../images/icons/ico-arrow-right.svg') no-repeat top left;
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    margin-left: 6px;
    top: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-services ul li a:hover:after {
    background: url('../images/icons/ico-arrow-right-green.svg') no-repeat top left;
    background-size: cover;
    width: 12px;
    height: 12px;
}

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


/** Certification insurance **/

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

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

.footer-certification-insurance .certification-title,
.footer-certification-insurance .insurance-title {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    margin: 10px 0;
}

.footer-certification-insurance ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 117px;
    padding: 30px;
    gap: 8px;
    background: #FFF;
    width: 100%;
}


/** Footer newsletter **/

.footer-newsletter {
    max-width: 505px;
}

.footer-newsletter .newsletter__form form,
.footer-newsletter .newsletter__form {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
    width: 100%;
}

.footer-newsletter .newsletter__form {
    margin-top: 20px;
}

.footer-newsletter .newsletter__form-note {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42857em;
}

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

.footer-newsletter .newsletter__form .form-group .form-control {
    font-family: "Inter", sans-serif;
    color: #BAC5D3;
    font-size: 1rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5em;
    width: 100%;
    height: 44px;
    padding: 10px 20px;
    border-radius: 0;
    border: 1px solid #BAC5D3;
    background-color: transparent;
    box-shadow: none;
    text-transform: none;
}

.footer-newsletter .newsletter__form input:focus {
    border: 1px solid #BAC5D3;
    background-color: transparent;
    color: #BAC5D3;
    box-shadow: none;
}

.footer-newsletter .newsletter__form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BAC5D3 !important;
}

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

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


/** Footer bottom **/

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
    color: #F8F7F3;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.714285em;
}

.copyright-arobiz {
    display: flex;
    align-items: center;
    gap: 4px;
}

.copyright ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 0;
}

.copyright ul li {
    position: relative;
}

.copyright ul li a:hover {
    color: #34B196;
}

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

.copyright ul:first-child li:not(:last-child):before {
    content: '.';
    color: #34B196;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.714285em;
    position: absolute;
    top: -3px;
    right: -2px;
}

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


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

/** Banner **/

.intern .banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 420px;
}

.intern.page-contact .banner-inner {
    min-height: 394px;
}

.intern.page-contact .banner-content {
    padding: 40px 0;
}

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


/** Contact us **/

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

.contact-us-section .sect-title h1 {
    margin-bottom: 40px;
}
.bloc-text h2{
    color: #34B196;
}