/******************************************************************************
* 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(-168px);
    transform: translateY(-168px);
    -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;
}

.sticked-menu .main-header__top-item {
    color: #8EC3A5;
}

.main-header .sticked-menu .site-branding:before {
    display: none;
}

.main-header .sticked-menu .site-branding {
    justify-content: center;
    padding: 0 0 0 20px;
}


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


/** Banner slider **/

.home .banner-section {
    position: relative;
    height: 680px;
    padding: 114px 0;
    background: linear-gradient(90deg, #8EC3A5 0%, rgba(142, 195, 165, 0.00) 98.56%);
}

.home .banner-inner {
    position: relative;
    display: flex;
    gap: 60px;
    justify-content: center;
}

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-title {
    color: #FFF;
    font-family: "Aoboshi One", serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner-services {
    position: relative;
}

.banner-services .service-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 31px;
    height: 452px;
    min-height: 260px;
}

.banner-services .service-item__img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.banner-services .service-item .service-item__img .overlay {
    z-index: 1;
}

.banner-services .service-item:hover .service-item__img .overlay {
    background: rgba(85, 177, 142, 0.51);
}

.banner-services .service-item__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}

.banner-services .service-item:hover .service-item__img img {
    transform: scale(1.05);
}

.banner-services .service-item .service-item__content {
    position: absolute;
    top: 86px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    z-index: 2;
}

.banner-services .service-item .service-item__title {
    color: #FFF;
    text-align: center;
    font-family: "Aoboshi One", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.667%;
    text-transform: uppercase;
    margin-bottom: 31px;
}

.banner-services .service-item .service-item__more a {
    position: relative;
    padding: 10px 5px;
    width: 100%;
    max-width: 201px;
}

.banner-services .service-item .service-item__more {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
}

.banner-services .service-item:hover .service-item__more {
    opacity: 1;
    transform: translateY(0);
}


/** About us **/

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

.intern .about-us-section {
    padding: 116px 0 175px;
}

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

.img-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    flex-direction: column;
}

.img-grid>div {
    gap: 40px;
}

.img-shape {
    max-width: 263px;
    width: 49%;
    background: #8FC4A7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 43px 29px;
}

.bloc-image.image-1 figure {
    position: relative;
    width: 539px;
    height: 646px;
}

.bloc-image.image-2 figure {
    position: relative;
    width: 504px;
    height: 620px;
    margin-left: 109px;
    margin-top: 106px;
}

.bloc-image.image-3 figure {
    position: relative;
    margin-left: 88px;
    margin-top: 153px;
}

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

.service-ico {
    border-radius: 42px;
    background: #8EC3A5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 194px;
    height: 211px;
}

.service-ico img {
    height: 108px;
    width: 108px;
}


/** Company benefits **/

.company-benefits__inner .sect-title .bloc-title {
    margin-bottom: 26px;
}

.company-benefits__inner .sect-title {
    position: relative;
    margin-bottom: -30px;
}

.company-benefits__inner {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 15px;
    padding: 85px 0 68px 0;
}

.company-benefits-items {
    display: flex;
}

.company-benefits-section:before {
    content: '';
    width: 100%;
    height: calc(100% - 85px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #8EC3A5 0%, rgba(142, 195, 165, 0.00) 98.56%);
}

.benefit-item {
    padding: 0 45px 0 22px;
    position: relative;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: -85px;
}

.benefit-ico {
    height: 149px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 28px;
}

.benefit-title {
    color: #087E67;
    font-family: "Aoboshi One", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 19px;
    text-align: center;
}

.benefit-item p {
    color: #087E67;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/** Intervention area **/

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


/** Our services **/

.our-services-section {
    padding: 130px 0 0;
/*    padding: 272px 0 100px;*/
}

.intern .our-services-section {
    padding: 76px 0 275px;
}

.our-services-section .sect-title .sub-title {
    margin-bottom: 40px;
}

.our-services-item {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 31px;
}

.our-services-slide-wrap {
    display: flex;
    align-items: center;
}

.our-services-item__ico {
    width: 100px;
    position: relative;
    display: flex;
}

.our-services-item__ico img {
    min-height: 100%;
    min-width: 100%;
}

.our-services-item__image {
    position: relative;
    width: 100%;
    height: 507px;
    overflow: hidden;
    border-radius: 31px;
}

.our-services-item:hover .our-services-item__image .overlay {
    background: rgba(85, 177, 142, 0.51);
}

.our-services-item__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.our-services-item:hover .our-services-item__image img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.our-services-item .our-services-item__title {
    color: #E3F0E9;
    font-family: "Aoboshi One", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.our-services-item__txt {
    position: absolute;
    bottom: 75px;
    left: 27px;
    right: 27px;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

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

.our-services-item__txt-hover {
    position: absolute;
    bottom: -93px;
    left: auto;
    right: auto;
    transform: scale3d(0, 0, 0);
    z-index: 2;
    width: 250px;
    height: 250px;
    background: #E3F0E9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.our-services-item:hover .our-services-item__txt-hover {
    transform: scale3d(1, 1, 1);
}

.our-services-item .our-services-item__txt-hover .our-services-item__title {
    margin-bottom: 17px;
    color: #087E67;
}

.our-services__navigation.slide-controls {
    margin-left: 30px;
    margin-bottom: 93px;
}

.our-services-slide .swiper-slide {
    margin-bottom: 93px;
}


/** Online payment **/

.online-payment-section {
    padding: 146px 0 192px;
}

.online-payment__inner {
    max-width: 1040px;
    border-radius: 45px;
    background: #8EC3A5;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 95px;
    padding: 76px 40px 69px;
}

.online-payment-section .sect-title .bloc-title {
    margin-bottom: 31px;
}

.online-payment-content p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 46px;
}


/** Testimonials **/

.testimonials-section {
    background: linear-gradient(270deg, #8EC3A5 0%, rgba(142, 195, 165, 0.00) 98.56%);
    padding: 105px 0 55px;
    position: relative;
    z-index: 1;
}

.testimonials-section .sect-title {
    position: absolute;
    right: 7%;
    bottom: 10px;
    z-index: -1;
}

.testimonials-section .sect-title .sub-title {
    margin-bottom: 40px;
}

.testimonials__inner {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: 40px 126px;
}

.testimonials-content {
    display: flex;
    gap: 87px;
}

.testimonials-items {
    position: relative;
    flex: 1;
}

.testimonials-items>.row {
    margin: 0 -24px;
}

.testimonials-items>.row>div {
    padding-left: 24px;
    padding-right: 24px;
}

.testimonials-item {
    padding-bottom: 13px;
}

.testimonials-item__content {
    padding: 12px 28px 25px;
    text-align: center;
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: transparent;
    max-width: 231px;
}

.testimoniall-item__quote {
    position: relative;
    margin-bottom: 15px;
}

.testimonials-item__desc {
    font-family: 'Roboto', sans-serif;
    color: #5D5D5D;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}

.testimonials-item__author {
    font-family: 'Poppins', sans-serif;
    color: #087E67;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
}

.testimonials-item__date {
    font-family: 'Poppins', sans-serif;
    color: #FFF;
    font-weight: 500;
    font-style: italic;
    font-size: 11px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-item__date img {
    margin-right: 4px;
}

.testimonials-item__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.ico-star {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-item__rating li .ico-star:before {
    content: '';
    background: url("../images/icons/ico-star.svg") no-repeat top left;
    width: 17px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.testimonials-item__rating li.empty .ico-star:before {
    width: 17px;
    height: 16px;
    background: url("../images/icons/ico-star-empty.svg") no-repeat top left;
}

.testimonials-item__rating li:not(:first-child) {
    margin-left: 6px;
}

.testimonials-item__link a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    bottom: -15px;
    right: 0;
    background-color: #FFFFFF;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #E9E9E9;
}

.testimonials-item__content .testimonials-item__link:hover a {
    background-color: #087E67;
    border-color: #087E67;
}

.testimonials-item__link a svg {
    margin: 1px 0 0 3px;
}

.testimonials-item__link a:hover svg path {
    fill: #fff !important;
}

.testimonials-section .reviews {
    width: 205px;
    position: relative;
}

.testimonials-section .reviews .rating-star {
    padding: 5px 5px 10px;
    display: flex;
    background-color: #fff;
    position: relative;
    align-items: center;
    justify-content: center;
    max-width: 206px;
    margin: 0 auto;
}

.testimonials-section .reviews ul.rating-star li {
    float: left;
    width: 31px;
    height: 31px;
    background-color: #8EC3A5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #085B2D;
}

.testimonials-section .reviews ul.rating-star li .ico-star:before {
    content: '';
    background: url("../images/icons/ico-star-white.svg") no-repeat top left;
    width: 22px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.testimonials-section .reviews ul.rating-star li.empty {
    background-color: #CCC;
    border-color: #CCC;
}

.testimonials-section .reviews ul.rating-star li:not(:last-child) {
    margin-right: 8px;
}

.testimonials-section .reviews .rating-total {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #8EC3A5;
    line-height: 1em;
    font-size: 43px;
    width: 103px;
    height: 103px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border: 1px solid #8EC3A5;
    display: flex;
    justify-content: center;
    margin: 0 auto -24px auto;
    padding: 25px 15px;
}

.testimonials-section .reviews .rating-txt {
    font-family: 'Roboto', sans-serif;
    color: #5D5D5D;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    margin: 3px 0 19px 0;
    line-height: initial;
}

.testimonials-section .reviews .rating-txt span {
    font-weight: 500;
    font-size: 10px;
    color: #5D5D5D;
    text-decoration: underline;
}

.testimonials-section .reviews .reviews-all-link {
    color: #5D5D5D;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #F5F5F5;
    border: 1px solid #8EC3A5;
    width: 100%;
    max-width: 211px;
    height: 38px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-section .reviews .reviews-all-link:hover {
    background-color: #087E67;
    border-color: #087E67;
    color: #fff;
}


/** Latest news **/

.latest-news-section {
    padding: 162px 0 148px;
}

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

.actus-item {
    position: relative;
}

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

.actus-item .actus-image:before {
    background: rgba(8, 126, 103, 0.62);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 1;
    content: "";
}

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

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

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

.actus-item .actus-title {
    color: #087E67;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.actus-item .actus-title a:hover {
    color: #087E67;
}

.actus-date {
    color: #FFF;
    font-family: "Aoboshi One", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    height: 35px;
    padding: 9px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #8EC3A5;
    position: absolute;
    top: 34px;
    left: 29px;
    z-index: 2;
}


/** Blk contact infos **/

.blk-contact-infos {
    position: relative;
    max-width: 300px;
    margin: 82px 0 0 44px;
}

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

.blk-contact-infos ul.contact-list li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.blk-contact-infos ul.contact-list li a:hover {
    color: #55B18E;
}

.blk-contact-infos ul.contact-list li .contact-ico {
    width: 54px;
    min-width: 54px;
    height: 54px;
    background-color: #55B18E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}


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

.footer-logo {
    width: 244px;
    height: 244px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}


/* Footer column */

.footer-column {
    padding: 100px 0 68px;
}

.footer-column__item {
    position: relative;
}


/** Footer contact **/

.footer-contact .footer-title {
    padding-left: 36px;
}

.footer-contact ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.footer-contact ul li .contact-ico {
    margin-right: 13px;
    width: 23px;
    display: flex;
    justify-content: center;
    align-items: start;
}

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

.footer-contact ul li a:hover {
    color: #087E67;
}


/** Footer services **/

.footer-services ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

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

.footer-services ul li a:hover {
    color: #087E67;
}


/** Footer Newsleter **/

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

.footer-newsletter .newsletter-form {
    max-width: 283px;
}

.footer-newsletter .newsletter-form form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.newsletter-form__note {
    color: #FFF;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}

.footer-newsletter .newsletter-form .form-group input[type="email"] {
    color: #393C3D;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    width: 100%;
    max-width: 243px;
    padding: 11px 22px;
    height: 37px;
    border: 0;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #FFF;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: none;
}

.footer-newsletter .newsletter-form .newsletter-form__submit {
    position: relative;
    flex: 1;
}

.footer-newsletter .newsletter-form .newsletter-form__submit button {
    width: 30px;
    height: 37px;
    background-color: #55B18E;
    border: 0;
    padding: 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-newsletter .newsletter-form .newsletter-form__submit button:after {
    border-radius: 3px;
}

.footer-newsletter .newsletter-form .newsletter-form__submit button svg {
    margin: 0;
}

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

.footer-newsletter .newsletter-form input:focus {
    color: #393C3D;
    background: #D9D9D9;
    border: 0;
}

.footer-newsletter .newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #393C3D !important;
}

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

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


/** Footer certification and insurance **/

.footer-certification-insurance ul {
    display: flex;
    align-items: center;
    gap: 0 35px;
    margin-left: 0;
    width: 495px;
}

.footer-certification-insurance ul li {
    position: relative;
    padding-top: 26px;
}

.footer-certification-insurance ul li span {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
}


/** Footer bottom **/

.footer-bottom__inner {
    position: relative;
    border-top: 1px solid #fff;
    padding: 16px 0 62px;
}

.copyright-text {
    color: #FFF;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.copyright-text a:hover {
    text-decoration: underline;
}


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


/** Banner **/

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

.intern .banner-content {
    position: relative;
    padding-left: 40px;
}


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


/** Contact us **/

.contact-us-section {
    padding: 166px 0 225px;
}

.contact-us-section .bloc-content .txt-box {
    padding-right: 60px;
}

.contact-us-section .sect-title .sub-title {
    margin-bottom: 42px;
}

.contact-us-section .sect-title h1 {
    margin-bottom: 40px;
    line-height: 1.2em;
}

.contact-us-form {
    position: relative;
    border-radius: 39px;
    background: #087E67;
    padding: 51px 53px 52px;
    z-index: 3;
    margin-top: 224px;
}