/******************************************************************************
* Header
*******************************************************************************/
.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -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: linear-gradient(90deg, #FFF 0%, #B6CAC0 13.46%, #719785 34.13%, #256044 100%) !important;
}


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

/** Banner slider **/

.banner-section {
    position: relative;
}

.banner-slide__wrap>.row,
.banner-inner>.row {
    margin: 0 -9px;
}

.banner-slide__wrap>.row>div,
.banner-inner>.row>div {
    padding-left: 9px;
    padding-right: 9px;
}

.banner-text-slide .banner-item {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 561px;
    padding: 46px;
    width: 100%;
    overflow: hidden;
}

.banner-item-image {
    position: relative;
    width: 100%;
    height: 561px;
    overflow: hidden;
    border-radius: 15px;
}

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

.banner-text-slide {
    border-radius: 15px;
    background: #256044;
    position: relative;
}

.banner-subtitle {
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    align-items: center;
}

.banner-text-slide .banner-subtitle {
    opacity: 0;
}

.banner-text-slide .banner-item .banner-subtitle .deco {
    top: -4px;
}

.banner-text-slide .banner-item .banner-subtitle .deco img {
    width: unset;
}

.banner-text-slide .active .banner-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(32px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.325em;
    margin-bottom: 0;
}

.banner-title span {
    font-weight: 600;
}

.banner-text-slide .banner-item .banner-title {
    opacity: 0;
    margin-bottom: 16px;
}

.banner-text-slide .active .banner-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-content p,
.banner-text-slide .banner-item p {
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 0;
}

.banner-text-slide .banner-item p {
    margin-bottom: 19px;
    opacity: 0;
}

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

.banner-text-slide .banner-item .banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 30px;
    opacity: 0;
}

.banner-text-slide .active .banner-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: 800ms;
}

.banner-text-slide.owl-carousel .owl-dots {
    justify-content: start;
    position: absolute;
    bottom: 47px;
    left: 46px;
}


/** About us **/

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

.about-us-section .sub-title {
    margin-bottom: 21px;
}

.bloc-image.image-1 {
    height: 382px;
    width: 100%;
    position: relative;
}

.bloc-image.image-2 {
    height: 440px;
    width: 562px;
    position: relative;
}

.bloc-logo {
    margin: 0 -76px -63px 0;
}

.intern .about-us__content .text-slide.owl-carousel .owl-dots {
    display: none;
}

.intern .about-us__content .text-slide.owl-carousel .owl-nav {
    display: flex;
}


/** Company benefits **/

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

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

.company-benefits__items {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.benefit-item {
    position: relative;
    border-radius: 197px;
    border: 1px solid #256044;
    background: rgba(217, 217, 217, 0.28);
    text-align: center;
    min-height: 427px;
    max-width: 275px;
    display: flex;
    flex-direction: column;
    padding: 73px 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

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

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

.benefit-item .benefit-ico {
    margin-bottom: 28px;
}

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

.benefit-item .benefit-title {
    color: #256044;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.65em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.benefit-item p {
    color: #256044;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625em;
    margin-bottom: 0;
}

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



/** Services **/

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

.our-services-section .sect-title .bloc-title {
    margin-bottom: clamp(40px, 1rem + 3.9vw, 77px);
}

.service-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item .service-image {
    height: 394px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.service-item .service-image:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(134, 195, 152, 0.93) 100%);
    opacity: 0;
    z-index: 1;
    content: '';
}

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

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

.service-text {
    position: absolute;
    bottom: 44px;
    left: 60px;
    right: 60px;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .service-text {
    opacity: 1;
}

.service-item .service-title {
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.65em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.service-item .service-more-link {
    color: #FFF;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    display: flex;
    align-items: center;
    gap: 9px;
}

.services-slide.owl-carousel .owl-stage {
    display: flex;
}

.services-slide.owl-carousel .owl-item {
    display: flex;
    flex: 0 0 367px;
    transition: flex .7s ease;
}


.services-slide.owl-carousel .owl-item:hover {
    flex: 0 0 581px;
}

.services-slide.owl-carousel .owl-dots {
    margin-top: 38px;
    justify-content: center;
}

/** Testimonials **/

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

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

.testimonials-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}


/** Intervention area **/

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

.intervention-area-section .sect-title .sub-title {
    margin-bottom: 21px;
}

.intervention-area-section .text-slide .owl-dots {
    justify-content: start;
    margin-top: 10px;
}


/** Online payment **/

.online-payment__inner {
    padding: 86px 50px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.online-paymernt-section .sect-title .bloc-title {
    margin-bottom: 35px;
}

.online-paymernt-action {
    display: flex;
    align-items: center;
    gap: 24px;
}


/** Latest news **/

.latest-news-section {
    padding: 130px 0 86px;
}

.latest-news__content {
    margin-top: 60px;
}

.latest-news__content>.row {
    margin: 0 -9px;
}

.latest-news__content>.row>div {
    padding-left: 9px;
    padding-right: 9px;
}

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

.actus-image {
    position: relative;
    width: 100%;
    height: 267px;
    border-radius: 20px;
    overflow: hidden;
}

.actus-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.actus-text {
    padding: 20px 0 0;
}

.actus-cat,
.actus-date {
    color: #23632B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
}

.actus-date {
    text-transform: uppercase;
    margin-right: 40px;
}

.actus-title {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15em;
    margin-top: 13px;
}

.actus-item .actus-title a:hover {
    color: #23632B;
}

.latest-news__action a {
    min-width: 182px;
}


/** Blk Contact infos **/

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

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

.blk-contact-infos ul li {
    color: #4E4D4D;
    font-family: "Rubik", sans-serif;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.090909em;
    display: flex;
    align-items: center;
    gap: 32px;
}

.blk-contact-infos ul li .contact-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.333333em;
    margin-bottom: 7px;
}

.blk-contact-infos ul li .contact-ico {
    border-radius: 10px;
    background: #256044;
    width: 89px;
    min-width: 89px;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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



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


/** Footer column **/

.footer-column {
    padding: 81px 0 88px;
}

.footer-column__item ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-column__item ul li {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.footer-column__item ul li a:hover {
    color: rgba(255, 255, 255, 0.50);
}


/** Footer contacts **/

.footer-contacts ul li {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.footer-contacts ul li .contact-title {
    width: 111px;
    font-weight: 600;
    line-height: 20px;
}


/** Footer services **/


/** Footer newsletter **/

.footer-newsletter {
    width: 312px;
}

.footer-newsletter .newsletter__form {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 28px;
}

.footer-newsletter .newsletter__form form {
    position: relative;
    width: 100%;
}

.footer-newsletter .newsletter__form-note {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.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: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 46px;
    padding: 10px 45px 10px 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.20);
    box-shadow: none;
    text-transform: none;
}

.footer-newsletter .newsletter__form .form-group button {
    background: none;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.footer-newsletter .newsletter__form .newsletter__form-submit {
    position: absolute;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    z-index: 2;
}

.footer-newsletter .newsletter__form .newsletter__form-submit button:hover svg path {
    fill: rgba(255, 255, 255, 0.50) !important;
}

.footer-newsletter .newsletter__form input:focus {
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
    box-shadow: none;
}

.footer-newsletter .newsletter__form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.50) !important;
}

.footer-newsletter .newsletter__form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.50) !important;
    opacity: 1;
    /* Firefox */
}

.footer-newsletter .newsletter__form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.50) !important;
}


/** Footer bottom **/

.footer-bottom {
    padding: 18px 0;
}

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

.copyright ul li {
    position: relative;
    font-family: "segoe-ui", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
}

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

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

.copyright ul li:not(:last-child):before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    right: -2px;
}

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

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


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

/** Banner **/

.intern .banner-inner {}

.intern .banner-content {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 444px;
    padding: 46px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: #256044;
}

.intern.page-contact .sub-title {
    margin-bottom: 10px;
}

.intern.page-contact .banner-title {
    margin-bottom: 16px;
}

.intern .banner-item-image {
    height: 444px;
}


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


/** Contact us **/
.contact-us-section {
    padding: 89px 0 96px;
}