/******************************************************************************
* Header
*******************************************************************************/


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


/** Banner slider **/

.home .banner-section {
    position: relative;
}

.home .banner-section .layer-shape {
    margin-bottom: 109px;
}

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

.banner-slide__content {
    position: relative;
    text-align: center;
    padding-top: 163px;
}

.banner-subtitle {
    color: #a8daeb;
    font-weight: 700;
    font-style: italic;
    font-size: 27px;
    line-height: 1.25em;
    margin-bottom: 0;
}

.banner-slide__item .banner-subtitle {
    margin-bottom: 20px;
}

.banner-slide .swiper-slide-active .banner-subtitle {
    -webkit-animation: cxufadeUp 1s linear 1;
    animation: cxufadeUp 1s linear 1;
}

.banner-title {
    font-family: "Bricolage Grotesque", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.2em;
    margin-bottom: 0;
}

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

.banner-slide .swiper-slide-active .banner-title {
    -webkit-animation: cxufadeUp 1.25s linear 1;
    animation: cxufadeUp 1.25s linear 1;
}

.banner-slide__more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 17px;
    -webkit-column-gap: 17px;
    row-gap: 15px;
}

.banner-slide .swiper-slide-active .banner-slide__more {
    -webkit-animation: cxufadeUp 1.5s linear 1;
    animation: cxufadeUp 1.5s linear 1;
}

.banner-slide__more a {}

.banner-slide__item .banner-slide__more a:before {
    background: #03545f;
}

.banner-slide__item .banner-slide__more a:hover {
    color: #fff;
}

.banner-slide__navigation .slide-controls__button-prev,
.banner-slide__navigation .slide-controls__button-next {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 60px;
    background: none;
    border: 0;
    opacity: 0.4;
}

.banner-slide__navigation .slide-controls__button-next {
    left: unset;
    right: 40px;
}

.banner-slide__navigation .slide-controls__button-prev:hover,
.banner-slide__navigation .slide-controls__button-next:hover {
    background: none;
    opacity: 1;
}

.banner-slide__navigation .slide-controls__button-prev:hover svg path,
.banner-slide__navigation .slide-controls__button-next:hover svg path {
    color: #fff;
    fill: #fff !important;
}


/** About us **/

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

.intern .about-us-section {
    padding: 135px 0 58px 0;
}

.intern .about-us-section .arrow-shape-3 {
    margin-top: -65px;
    margin-right: -145px;
}

.bloc-content .img-box {
    position: relative;
    padding: 28px 0 35px 65px;
}

.bloc-content.img-box__right .img-box {
    padding: 28px 65px 0 0;
}

.bloc-content .img-box .bloc-image {
    width: 470px;
    height: 588px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.bloc-content .img-box .bloc-image.image-1:before {
    content: '';
    background-color: #a8daeb;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    transform: rotate(0);
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transition-delay: 0.8s;
}

.bloc-content .img-box.aos-animate .bloc-image.image-1:before,
.bloc-content .img-box:hover .bloc-image.image-1:before {
    transform: rotate(-9deg);
    left: -42px;
}

.bloc-content.img-box__right .img-box .bloc-image.image-2:before {
    content: '';
    background-color: #a8daeb;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    transform: rotate(0);
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    transition-delay: 0.9s;
}

.bloc-content.img-box__right .img-box.aos-animate .bloc-image.image-2:before,
.bloc-content.img-box__right .img-box:hover .bloc-image.image-2:before {
    right: -42px;
    transform: rotate(9deg);
}

.layer-house {
    margin-right: -25px;
    z-index: 2;
}

.bloc-content .txt-box .arrow-shape {
    margin-right: -45px;
    margin-top: 31px;
}

.bloc-content .txt-box .sect-title {
    padding-right: 80px;
}

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


/** Image section **/

.image-section {
    padding: 0 0 135px 0;
}

.image-section .image-content {
    max-width: 1425px;
    height: 508px;
    border-radius: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0 auto;
}

.image-section .image-content:before {
    content: '';
    background-color: #a8daeb;
    position: absolute;
    top: 0;
    width: calc(100% - 10px);
    height: calc(100% - 43px);
    border-radius: 35px;
    right: 0;
    transform: rotate(0);
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.image-section .image-content:hover:before {
    right: -20px;
    transform: rotate(4deg);
}


/** Company benefits **/

.company-benefits__inner {
    padding: 100px 0 35px 0;
}

.company-benefits__inner .layer-logo {
    margin-right: -275px;
}

.company-benefits-section .arrow-shape-2 {
    margin-left: -70px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -15px;
}

.company-benefits-section .bloc-text {
    padding-right: 55px;
}

.benefit-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 285px;
    justify-content: space-between;
    column-gap: 79px;
    margin: 0 auto;
}

.benefit-list li {
    margin-bottom: 43px;
    text-align: center;
}

.benefit-list .benefit-ico {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}

.benefit-list .benefit-title {
    font-size: 23px;
    color: #03545f;
    font-weight: 600;
    line-height: 1.2em;
}


/** Geo referencing **/

.geo-referencing-section {
    padding: 117px 0 141px 0;
}

.geo-referencing-section .arrow-shape-3 {
    margin-top: -65px;
    margin-right: -145px;
}


/** Our services **/

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

.our-services__head {
    margin-bottom: 58px;
}

.our-services-slide__wrap {
    margin-right: -25vw;
}

.our-services-section .our-services-slide {
    margin-left: -24px;
}

.our-services-item {
    position: relative;
    margin: 0 24px 28px 24px;
}

.our-services-item:before {
    content: '';
    background-color: #a8daeb;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.our-services-item:hover:before {
    transform: rotate(-3deg);
    top: 17px;
    left: -15px;
}

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

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

.our-services-item__image .overlay {
    opacity: 0;
}

.our-services-item:hover .our-services-item__image .overlay {
    opacity: 0.7;
}

.our-services-item__text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    transform: translateY(20px);
}

.our-services-item .our-services-item__title {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2em;
    position: relative;
    min-height: 82px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.our-services-item:hover .our-services-item__text {
    opacity: 1;
    transform: translateY(0);
}

.slide-controls.our-services-slide__navigation {}


/** Online payment **/

.online-payment__inner {
    min-height: 400px;
}

.online-payment__inner .sect-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 96px 0 96px 0;
}

.online-payment__inner .sect-title .bloc-title {
    margin-bottom: 18px;
}

.online-payment__inner .arrow-shape-4 {
    top: 50%;
    transform: translateY(-50%);
    margin-top: -39px;
    margin-left: -50px;
}

.online-payment-image {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: end;
}

.online-payment__inner .online-payment__action a:before {
    background-color: #a8daeb;
}

.online-payment__inner .online-payment__action a:hover {
    color: #03545f;
}


/** Testimonials **/

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

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

.testimonials-item {
    padding: 0 9px 18px 9px;
}

.testimonials-item__content {
    padding: 34px 30px 33px 30px;
    text-align: center;
    position: relative;
    border-radius: 35px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #c3dce4;
}

.testimonials-item:hover .testimonials-item__content {
    background-color: #dcf3fa;
}

.testimoniall-item__quote {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: inherit;
}

.testimonials-item__desc {
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.37em;
    margin-bottom: 20px;
}

.testimonials-item__author {
    color: #242424;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.testimonials-item__date {
    font-family: 'Poppins', sans-serif;
    color: #999999;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.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: 21px;
    height: 19px;
    display: inline-block;
    position: relative;
}

.testimonials-item__rating li.empty .ico-star:before {
    width: 21px;
    height: 19px;
    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: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    bottom: -19px;
    right: 20px;
    background-color: #03545f;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials-item:hover .testimonials-item__link a {
    background-color: #a8daeb;
}

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

.testimonials-section .reviews {
    padding-top: 13px;
}

.testimonials-section .reviews .rating-star {
    padding: 6px 5px;
    display: flex;
    background-color: #fff;
    position: relative;
    align-items: center;
    justify-content: center;
}

.testimonials-section .reviews ul.rating-star li {
    float: left;
    width: 39px;
    height: 39px;
    background-color: #03545f;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

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

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

.testimonials-section .reviews .rating-total {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #03545f;
    line-height: 1em;
    font-size: 54px;
    width: 127px;
    height: 127px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border: 1px solid #03545f;
    display: flex;
    justify-content: center;
    margin: 0 auto -30px auto;
    padding: 33px 15px;
}

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

.testimonials-section .reviews .rating-txt span {
    font-weight: 500;
    text-decoration: underline;
}

.testimonials-section .reviews .reviews-all-link {
    font-family: "Bricolage Grotesque", sans-serif;
    background-color: #03545f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    height: 47px;
    color: #fff;
    padding: 10px 30px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    width: 100%;
    max-width: 260px;
    border: 0;
    padding-left: 4px;
}

.testimonials-section .reviews .reviews-all-link:before {
    background-color: #a8daeb;
}

.testimonials-section .reviews .reviews-all-link:hover {
    color: #03545f;
}


/** Latest news **/

.latest-news-section {
    padding: 169px 0 170px 0;
}

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

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

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

.actus-item__image {
    height: 392px;
    width: 100%;
    position: relative;
    border-radius: 35px;
    z-index: 1;
}

.actus-item__image .overlay {
    opacity: 0;
}

.actus-item:hover .actus-item__image .overlay {
    opacity: 0.7;
}

.actus-item__image-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    transform: translateY(20px);
    z-index: 2;
}

.actus-item:hover .actus-item__image-shape {
    opacity: 1;
    transform: translateY(0);
}

.actus-item__image:before {
    content: '';
    background-color: #a8daeb;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item:hover .actus-item__image:before {
    transform: rotate(-6deg);
    top: -16px;
    left: -15px;
}

.actus-item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 35px;
}

.actus-item {
    position: relative;
}

.actus-item .actus-item__text {
    padding: 31px 7px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item .actus-item__date {
    color: #052529;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.actus-item .actus-item__date img {
    margin-right: 15px;
}

.actus-item__more-link {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #03545f;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-left: 25px;
}

.actus-item:hover .actus-item__more-link:hover {
    background-color: #a8daeb;
}

.actus-item .actus-item__title {
    color: #03545f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    flex: 1;
    -ms-flex: 1;
}


/** Interventions area **/

.intervention-area-section {}

.intervention-area__inner {
    min-height: 509px;
}

.intervention-area__map {
    width: 50%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    padding-right: 221px;
}

.intervention-area__map img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: right;
}

.intervention-area-section .sect-title .bloc-title {
    margin-bottom: 24px;
}

.intervention-area-section .bloc-text {
    font-size: 21px;
    line-height: 1.62em;
    margin-bottom: 34px;
}

.intervention-area-section .arrow-shape-4 {
    top: 50%;
    transform: translateY(-50%) rotateY(-180deg);
    margin-top: -39px;
    margin-left: -50px;
}

.intervention-area__content {
    padding: 107px 0px 74px 40px;
}


/** Blk contact infos **/

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

.blk-contact-infos ul.contact-list {
    margin-top: 44px;
}

.blk-contact-infos ul.contact-list li {
    display: flex;
    color: #03545f;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.3em;
}

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

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

.blk-contact-infos .contact-title {
    padding-top: 10px;
}

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


/** Map **/

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


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

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

.footer .social-links {
    margin-top: 13px;
}


/** Footer logo **/

.footer-logo {}


/** Footer contact **/

.footer-contact ul li,
.footer-contact ul li a {
    color: #fff;
    font-weight: 400;
    line-height: 1.54em;
    font-size: 17px;
    display: flex;
    position: relative;
}

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

.footer-contact ul li a:hover {
    color: #3fbee0;
}


/** Footer services **/

.footer-services ul li a {
    color: #fff;
    font-weight: 400;
    line-height: 1.54em;
    font-size: 17px;
    position: relative;
}

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

.footer-services ul li a:hover {
    color: #3fbee0;
}


/** Newsletter **/

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

.newsletter-form__note {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.54em;
    font-style: italic;
}

.newsletter-form {
    max-width: 360px;
    position: relative;
}

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

.newsletter-form .form-group {
    margin-bottom: 0px;
}

.newsletter-form .form-group:first-child {
    margin-right: 13px;
    flex: 1;
}

.newsletter-form .form-group input[type="email"] {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #121212;
    font-weight: 300;
    line-height: 1.2em;
    position: relative;
    width: 100%;
    padding: 15px 30px;
    font-style: italic;
    height: 62px;
    display: inline-block;
    background: #f4f5f8;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: none;
    letter-spacing: -0.02em;
    border: 0;
}

.newsletter-form .form-group button {
    width: 67px;
    height: 67px;
    min-width: 100%;
    background-color: #3fbee0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
}

.newsletter-form .form-group button:before {
    display: none;
}

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

.newsletter-form .form-group button:hover,
.newsletter-form .form-group button:focus {
    background-color: #a7daea;
}

.newsletter-form .form-group button:hover svg path,
.newsletter-form .form-group button:focus svg path {
    color: #fff;
    fill: #fff !important;
}

.newsletter-form input:focus {
    color: #121212;
    background: #f4f5f8;
    border: 0;
}

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

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

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


/** Footer certification insurance **/

.footer-certification-insurance ul {
    display: flex;
    align-items: center;
}

.footer-certification-insurance ul li:first-child {
    margin-right: 37px;
}


/** Footer bottom **/

.copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 25px 0 28px 0;
    border-top: 1px solid #fff;
}

.copyright a:hover,
.copyright a:focus {
    text-decoration: underline
}

.img-arobiz {}


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


/** Banner **/

.intern .banner-section {
    min-height: 450px;
    display: flex;
    align-items: center;
}

.banner-content {
    padding-top: 203px;
    position: relative;
}

.banner-title .ico-shape svg {
    margin-right: 34px;
    margin-top: -9px;
}


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


/** Contact us **/

.contact-us-section {
    padding: 130px 0 158px 0;
}

.fa {
    line-height: inherit;
}