.banner_canvas {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.07;
    z-index: 15;
    pointer-events: none;
}


/******************************************************************************
* 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(-175px);
    transform: translateY(-175px);
    -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-color: #1E1E1E;
}


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


/** Banner slider **/

.banner-section {
    position: relative;
    padding: 100px 0 0;
}

.banner-slide-wrap {
    position: relative;
    overflow: hidden;
}

.banner-slide .banner-slide-item {
    position: relative;
    display: flex;
    align-items: end;
    height: 810px;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.banner-slide__content {
    position: relative;
    text-align: center;
    padding-bottom: 245px;
    z-index: 2;
}

.banner-ico {
    height: 68px;
    justify-content: center;
    margin: 0 auto 38px;
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
}

.banner-slide-item:hover .banner-ico {
    transform: scale(1);
}

.banner-title {
    color: #FFF;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slide__content .banner-title {
    margin-bottom: 34px;
}

.banner-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: translateY(20px);
}

.banner-slide-item:hover .banner-actions {
    opacity: 1;
    transform: translateY(0);
}

.banner-actions a {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.banner-actions a:hover {
    color: #fff;
    border-color: #93B14C;
    background-color: #93B14C;
}

.panel-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: background-image 0.5s linear;
}

.banner-slide.swiper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner-slide .swiper-slide {
    transition: transform 0.3s ease;
}


/** About us **/

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

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

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

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

.bloc-image.image-1 {
    position: relative;
    width: 735px;
    height: 640px;
    margin-left: 135px;
    z-index: 1;
}

.bloc-image.image-1:before {
    content: '';
    position: absolute;
    top: 184px;
    left: -70px;
    width: 453px;
    height: 525px;
    background: #E4E4E4;
    z-index: -1;
}

.bloc-image.image-2 {
    position: relative;
    margin-left: 20px;
    z-index: 1;
    width: 910px;
    height: 673px;
}

.line-vert:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 52px;
    height: 940px;
    background: #93B14C;
    right: -125px;
    z-index: 2;
    opacity: 0;
}

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

.blk-intervention-map {
    margin-top: -208px;
    margin-right: -30px;
    position: relative;
    z-index: 2;
    text-align: right;
}

.blk-intervention-map img {
    width: 400px;
    height: auto;
}

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


/** Our services **/

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

.intern .our-services-section {
    padding: 142px 0 280px;
}

.our-services-section .layer-bg {
    width: 1920px;
    min-width: 100%;
}

.our-services-section .layer-bg img {
    width: 100%;
}

.our-services-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 20px;
    border: 1px solid #1E1E1E;
    padding: 36px 20px 28px;
}

.our-services-item:hover {
    border-color: #93B14C;
}

.our-services-item .our-services-item__image {
    height: 171px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 17px;
}

.our-services-item .our-services-item__image:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
}

.our-services-item:hover .our-services-item__image:before {
    opacity: 0;
}

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

.our-services-item .our-services-item__ico {
    position: relative;
}

.our-services-item .our-services-item__title {
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    position: relative;
    margin-bottom: 24px;
}

.our-services-item .our-services-item__more {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
}

.our-services-slide__navigation.slide-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    gap: 12px;
    margin-top: 50px;
}

.our-services__slide-wrap {
    margin: 0 -1px;
}

.our-services-slide__pagination.slide-controls {
    gap: 8px;
    width: auto;
}


/** Other content **/

.other-content-section {
    padding: 0 0 120px;
}


/** Company benefits **/

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

.company-benefits-section .sect-title .bloc-title {
    margin-bottom: 33px;
}

.company-benefits-section .layer-logo {
    margin-bottom: -63px;
}

.testimonials__inner {
    position: relative;
}

.testimonials-icons {
    position: absolute;
    top: -148px;
    left: -158px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.testimonials-icons img:first-child {
    margin-bottom: 27px;
}

.company-benefits-items {
    margin-top: 72px;
    padding: 0 15px;
}

.benefit-item-inner {
    position: relative;
    height: 100%;
    min-height: 244px;
    padding: 0 11px;
}

.benefit-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(transparent));
    background-image: linear-gradient(to bottom, #666, transparent);
}

.benefit-item:hover:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#93B14C), to(transparent));
    background-image: linear-gradient(to bottom, #93B14C, transparent);
}

.benefit-item .benefit-ico {
    position: relative;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

.benefit-item .benefit-title {
    color: #1E1E1E;
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35em;
    margin-bottom: 12px;
}


/** Testimonials **/

.testimonials-section {
    padding: 85px 0 91px;
}

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

.testimonial-desc {
    color: #fff;
    margin-bottom: 22px;
}

.testimonial-quotation {
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

.testimonial-quotation img {
    margin-right: 20px;
}

.testimonial-author {
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
}

.testimonials-slide__navigation.slide-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    gap: 12px;
    margin-top: 30px;
}

.testimonials-slide__pagination.slide-controls {
    gap: 8px;
    width: auto;
}

.testimonials-slide__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #2A3265;
}


/** Partners **/

.partners-section {
    padding: 121px 0 162px;
}

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

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

.partners-slide .swiper-slide a img {
    filter: grayscale(1);
    opacity: 0.7;
    width: 85%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.partners-slide .swiper-slide a:hover img {
    filter: unset;
    opacity: 1;
}

.partners-slide-wrap {
    max-width: 1655px;
    margin: 0 auto;
}


/** Online payment **/

.online-payment-content {
    padding: 66px 0 73px 0;
    position: relative;
    min-height: 400px;
}

.online-payment__inner {
    position: relative;
}

.online-payment-content .sect-title .sub-title,
.online-payment-content .sect-title .bloc-title {
    margin-bottom: 37px;
}

.online-payment-content .online-payment-action a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #93B14C;
}

.iphone-image {
    width: 369px;
    margin-left: -92px;
}

.ordi-image {
    width: 220px;
    margin-bottom: -47px;
    margin-right: 27px;
}

.online-payment-image {
    margin-right: -302px;
    margin-bottom: -51px;
}


/** Latest news **/

.latest-news-section {
    padding: 157px 0 216px;
}

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

.latest-news-content {
    margin-top: 63px;
}

.actus-item {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.actus-comment,
.actus-author {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    display: flex;
    align-items: end;
}

.actus-comment a {
    background-image: linear-gradient(to left, #93B14C, #93B14C);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.actus-comment a:hover {
    background-size: 100% 1px;
    color: #93B14C;
}

.actus-comment:hover svg path {
    fill: #93B14C !important;
}

.actus-comment svg,
.actus-author svg {
    margin-right: 10px;
}

.actus-item .actus-image {
    width: 100%;
    height: 362px;
    position: relative;
    overflow: hidden;
    margin-bottom: 23px;
}

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

.actus-item .actus-title {
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.29em;
    margin: 22px 0;
}

.actus-item .actus-title a:hover {
    color: #93B14C;
}

.actus-date {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.15em;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 32px;
    top: 28px;
}


/** Blk contact infos **/

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

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

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

.blk-contact-infos ul li {
    font-family: "Oswald", sans-serif;
    color: #1E1E1E;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    display: flex;
}

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

.blk-contact-infos ul li .contact-ico {
    margin-right: 18px;
    position: relative;
    display: flex;
    align-items: start;
    z-index: 1;
}

.blk-contact-infos ul li .contact-ico:before {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2A3265;
    border-radius: 50%;
    z-index: -1;
}

.blk-contact-infos ul li .contact-ico img {
    margin-left: 19px;
    margin-top: 7px;
}

.blk-contact-infos ul li .contact-title {
    font-family: "Neulis Sans", sans-serif;
    color: #454444;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    margin-bottom: 10px;
}

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

.blk-contact-infos .img-logo {
    margin-top: 95px;
}


/** Map **/

.blk-map {
    position: relative;
    overflow: hidden;
    min-height: 732px;
    height: 100%;
    width: 100%;
    border-radius: 35px;
}


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


/* Footer column */

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

.footer-logo {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-logo a {
    width: 300px;
    height: 300px;
    border-radius: 300px;
    background: #FFF;
    padding: 69px 30px;
}


/** Blk newsletter **/

.blk-newsletter {
    max-width: 746px;
    margin: 0 auto;
    position: relative;
}

.blk-newsletter .sect-title .bloc-title {
    margin-bottom: 31px;
}

.blk-newsletter .newsletter-form__note {
    color: #D9D9D9;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.625em;
    text-align: center;
}

.blk-newsletter .newsletter-form form {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

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

.blk-newsletter .newsletter-form .form-group input[type="email"] {
    color: #fff;
    font-family: "Neulis Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    width: 100%;
    padding: 10px 70px 10px 32px;
    height: 55px;
    display: inline-block;
    background-color: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-style: normal;
    text-transform: none;
}

.blk-newsletter .newsletter-form .newsletter-form__send {
    flex: 1;
}

.blk-newsletter .newsletter-form .form-group button {
    width: 159px;
    height: 55px;
    padding: 15px 30px;
    margin-left: -65px;
}

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

.newsletter-form .form-group button:hover {}

.blk-newsletter .newsletter-form input:focus {
    color: #D9D9D9;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background-color: transparent;
}

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

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

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


/** Footer contact **/

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

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

.footer-contact ul li b {
    font-weight: 500;
}

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

.footer-contact ul li:not(:last-child) {}


/** Footer services **/

.footer-services ul li a {
    color: #D9D9D9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
}

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

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


/** Footer certification and insurance **/

.footer-certification-insurance ul {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 10px 33px;
    gap: 15px;
    max-width: 443px;
    flex-wrap: wrap;
}

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


/** Footer Federation  and qualification **/

.footer-frederation-qualification {
    margin-top: 26px;
}

.footer-frederation-qualification ul {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 10px 28px;
    gap: 12px;
    max-width: 204px;
    flex-wrap: wrap;
}

.footer-frederation-qualification .footer-title {
    margin-bottom: 15px;
}


/** Footer copyright **/

.footer-copyright {
    margin-top: 44px;
}

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

.footer-copyright ul li b {
    font-weight: 600;
}

.footer-copyright ul li a:hover {
    color: #93B14C;
}


/** Footer bottom **/

.footer-bottom__inner {
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding: 31px 0;
}

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


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


/** Banner **/

.intern .banner-section {}

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

.banner-content {
    position: relative;
}

.intern .banner-title {}


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


/** Contact us **/

.contact-us-section {
    padding: 156px 0 243px;
}

.contact-us-section .bloc-image {
    margin-top: 133px;
}