/***************************************
*General
****************************************/
body {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}

.sect-title {
    position: relative;
}

.sub-title {
    position: relative;
    margin-bottom: 21px;
}

.sub-title span {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    background: linear-gradient(270deg, #8AD7E1 0%, #8CDFDF 26.44%, #A4DF7D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    position: relative;
    display: inline-block;
}

.sub-title span img {
    margin-right: 20px;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #363636;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    position: relative;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #363636;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 43px;
    position: relative;
}

.image-effect:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(164, 223, 125, 0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-40deg);
    -ms-transform: translate(-50%, -50%) rotate(-40deg);
    transform: translate(-50%, -50%) rotate(-40deg);
    z-index: 1;
}

.image-effect:hover:after {
    height: 250%;
    -webkit-transition: all 950ms linear;
    -o-transition: all 950ms linear;
    transition: all 950ms linear;
    background-color: transparent;
}



/** Animation **/

html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}


/* Preloader */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}


/** Slider **/

.slide-controls .swiper-button-prev,
.slide-controls .swiper-button-next {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
    color: inherit;
    display: inline-flex;
    font: inherit;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
}

.slide-controls {
    display: flex;
    align-items: center;
    gap: 24px;
}

.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
    display: none;
}

.slide-controls .swiper-button-prev,
.slide-controls .swiper-button-next {
    width: 54px;
    height: 54px;
    display: flex;
    border: 0;
    border-radius: 5px;
    background: #009F6D;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    align-items: center;
    justify-content: center;
    position: relative;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.slide-controls .swiper-button-prev:hover,
.slide-controls .swiper-button-next:hover {
    background: #fff;
    border-color: #fff;
}

.slide-controls .swiper-button-prev:hover svg path,
.slide-controls .swiper-button-next:hover svg path {
    stroke: #000 !important;
}

.slide-controls.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0 !important;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #397F88;
}


/** Colors **/

.color--1 {
    color: #fff !important;
}

.color--2 {
    color: #A4DF7D !important;
}

.color--3 {
    color: #363636 !important;
}

.color--4 {
    color: #8CDFDF !important;
}

.color--5 {
    color: #616161 !important;
}

.color--6 {
    color: #D8E0AA !important;
}

.color--7 {
    color: #1E1E1E !important;
}

.color--8 {
    color: #000 !important;
}



/** Background **/

.background--1 {
    background-color: #fff !important;
}

.background--2 {
    background-color: #A4DF7D !important;
}

.background--3 {
    background-color: #363636 !important;
}

.background--4 {
    background-color: #8CDFDF !important;
}

.background--5 {
    background-color: #616161 !important;
}

.background--6 {
    background-color: #D8E0AA !important;
}

.background--7 {
    background-color: #1E1E1E !important;
}

.background--8 {
    background-color: #000 !important;
}



/** Socials **/

.social-links .social-link {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    padding: 0;
    outline: none;
    text-decoration: none !important;
}

.social-links .social-link:hover {
    background: #397F88;
}

.social-links .social-link:hover svg path {
    fill: #fff !important
}

.social-links {
    display: flex;
    align-items: center;
    gap: 8px;
}


/** Variables **/

p {
    margin-bottom: 1.25em;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

figure {
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

.form-group {
    margin-bottom: 25px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

.img-resp,
img {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    vertical-align: middle;
    width: 100%;
    text-transform: inherit;
    outline: none;
    height: 66px;
    padding: 25px 32px;
    border-radius: 25px;
    border: 0;
    background-color: transparent;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border: 0;
    background-color: transparent;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 110.1+ */
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

textarea::placeholder {
    color: #fff !important;
}



.btn-1,
.btn-2,
input[type="submit"],
input[type="button"] {
    color: #363636;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.27em;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    padding: 15px 35px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    border: 0;
    border-radius: 25px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    z-index: 1;
    height: 51px;
    overflow: hidden;
}

.btn-1:after,
.btn-1:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, right top, from(#8CDFDF), to(#A4DF7D));
    background: -o-linear-gradient(270deg, #8AD7E1 0%, #8CDFDF 26.44%, #A4DF7D 100%);
    background: linear-gradient(270deg, #8AD7E1 0%, #8CDFDF 26.44%, #A4DF7D 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    right: 0;
    bottom: 0;
    display: block;
}

.btn-1:after {
    background: -webkit-gradient(linear, left top, right top, from(#8AD7E1), to(#A4DF7D));
    background: -o-linear-gradient(90deg, #8AD7E1 0%, #8CDFDF 26.44%, #A4DF7D 100%);
    background: linear-gradient(90deg, #8AD7E1 0%, #8CDFDF 26.44%, #A4DF7D 100%);
    visibility: hidden;
    opacity: 0;
}

.btn-1:hover:before,
.btn-1:focus:before {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-1:hover:after,
.btn-1:focus:after {
    visibility: visible;
    opacity: 1;
}

.btn-1:hover,
.btn-1:focus,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background: #397F88;
    color: #2D2D2D;
    outline: none;
}


.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.text-hyphens {
    -ms-hyphens: auto;
    hyphens: auto;
}

.box-shadow {
    -webkit-box-shadow: 8px 8px 10px rgba(12, 12, 13, 0.10);
    box-shadow: 8px 8px 10px rgba(12, 12, 13, 0.10);
}

.bg-gradient {
    background: radial-gradient(201.51% 59.36% at 40.85% 33.7%, rgba(213, 238, 178, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
}

.overlay {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.30;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.opacity-50 {
    opacity: 0.50;
}

.opacity-20 {
    opacity: 0.20;
}

.opacity-31 {
    opacity: 0.31;
}

.border-0 {
    border: 0;
}

.offset-right-1 {
    margin-right: 8.333333%;
}

.width-50 {
    width: 50%;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1 !important;
}

.z-index--2 {
    z-index: 2 !important;
}

.z-index--auto {
    z-index: auto !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif !important;
}

.text-normal {
    text-transform: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-transform-none {
    text-transform: none !important;
}

.margin-b-30px {
    margin-bottom: 30px;
}

.margin-b-40px {
    margin-bottom: 40px;
}

.margin-l-neg15px {
    margin-left: -15px;
}

.margin-r-neg15px {
    margin-right: -15px;
}

.border-radius-25px {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

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

.obj-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v-middle {
    transform: translateY(-50%);
    top: 50%;
}

.h-middle {
    transform: translateX(-50%);
    left: 50%;
}

.obj-fit-pos-r {
    object-position: right;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-pos-tc {
    background-position: top center;
}

.bg-pos-tl {
    background-position: top left;
}

.bg-pos-bl {
    background-position: bottom left;
}

.bg-pos-tr {
    background-position: top right;
}

.bg-pos-br {
    background-position: bottom right;
}

.bg-pos-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.width-50 {
    width: 50%;
}

.gap-30px {
    gap: 30px;
}

.gap-20px {
    gap: 20px;
}

.column-gap-30px {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.column-gap-50px {
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.txt-stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    color: transparent;
}

/** Transition **/

img,
svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/** Extra Outer **/

body .page {
    position: relative;
    background: #fff;
    overflow: hidden;
}

body .site-main {
    background: #fff;
}


/***************************************
* Header
****************************************/
.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu__inner,
.main-header__wrap,
.site-navigation__menu {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.site-header-menu {
    position: relative;
    z-index: 1;
}

.main-header {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: none;
    position: absolute;
    z-index: 999;
}

.main-header .site-navigation .menu>ul>li>a {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 0.063em;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    z-index: 1;
}

.main-header .site-navigation .menu ul ul>li a {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25em;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
}

.main-header .site-navigation .menu>ul>li.active>a,
.main-header .site-navigation .menu>ul>li:hover>a,
.main-header .site-navigation .menu>ul>li.hover>a {
    color: #A0E5E5;
}

.main-header .site-navigation .menu ul ul>li.active>a,
.main-header .site-navigation .menu ul ul>li:hover>a,
.main-header .site-navigation .menu ul ul>li.hover>a {
    color: #A0E5E5;
}


/** Other links **/

.other-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.other-links a.menu__free-quote-link {
    padding: 10px 20px;
}

.other-links a.menu__contact-link {
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(12, 12, 13, 0.1), 0px 1px 4px 0px rgba(12, 12, 13, 0.05);
    width: 52px;
    height: 52px;
    transition: 0.5s;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.other-links a.menu__contact-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #8AD7E1 0%, #8CDFDF 26.44%, #A4DF7D 100%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    border-radius: 50px;
}

.other-links a.menu__contact-link:hover:before,
.other-links a.menu__contact-link:focus:before {
    width: 100%;
    left: 0;
    right: auto;
}


/** Header top **/

.main-header__top-inner {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.main-header__top .other-links a.menu__free-quote-link {
    padding: 10px 20px;
    height: 45px;
}

.other-links a.menu__contact-link {
    height: 45px;
    width: 45px;
}



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

.footer {
    position: relative;
}

.footer-title {
    color: #FFF;
    font-family: "Bahnschrift", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 27px;
}

.footer-title.line {
    padding-bottom: 16px;
}

.footer-title.line:before {
    content: '';
    height: 3px;
    background: #397F88;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
}

/***************************************
* Bloc text / image
****************************************/
.bloc-text p:first-of-type img:first-of-type,
.bloc-text p:first-of-type img:nth-of-type(2),
.bloc-text h2:first-of-type img:first-of-type{
    display: none;
}

.bloc-text {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.bloc-text p:last-of-type {
    margin-bottom: 0;
}

.bloc-text h2,
.bloc-text .h2 {
    color: #363636;
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 43px;
    position: relative;
}
.info{
    color: #000;
}