/***************************************
*General
****************************************/

body {
    font-family: "Montserrat", sans-serif;
    color: #1D1D1B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6875em;
    font-style: normal;
    overflow-x: hidden;
    background: #FFF;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #256044;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.611111em;
    margin-bottom: 30px;
}

.deco {
    margin-right: 10px;
    position: relative;
    top: -6px;
    display: inline-block;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #1D1D1B;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.215em;
    margin-bottom: 30px;
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #1D1D1B;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.215em;
    margin-bottom: 30px;
    position: relative;
}

.sect-title h2 span,
.sect-title .h2 span,
.sect-title .bloc-title span,
.sect-title h1 span,
.sect-title .h1 span,
.page-title span {
    font-weight: 600;
}

.img-masking {
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/img-masking.svg);
    mask-image: url(../images/img-masking.svg);
}


/** Text slider **/

.text-slide {
    padding: 21px;
    border-radius: 15px;
    background: rgba(225, 235, 228, 0.36);
}

.text-slide.owl-carousel .owl-nav {
    display: none;
}

.text-slide.owl-carousel .owl-dots .owl-dot {
    width: 6.36px;
    height: 6.36px;
    border-radius: 6.36px;
    border-color: #86C398;
}

.text-slide.owl-carousel .owl-dots .owl-dot.active {
    background-color: #86C398;
    border-color: #86C398;
}

.text-slide.owl-carousel .owl-nav {
    justify-content: space-between;
    margin-top: 10px;
}

.text-slide.owl-carousel .owl-nav button.owl-prev.disabled,
.text-slide.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0;
}


/** Animation **/

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

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

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


/* Preloader */

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


/** Slider **/

.slide-controls-nav .slide-btn-next,
.slide-controls-nav .slide-btn-prev,
.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next,
.swiper-pagination-bullets .swiper-pagination-bullet {
    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;
    overflow: visible;
    opacity: 1;
}

.owl-carousel .owl-nav,
.slide-controls-nav {
    display: flex;
    align-items: center;
    gap: 0;
}

.slide-controls-nav .slide-btn-next,
.slide-controls-nav .slide-btn-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls-nav .owl-prev,
.slide-controls-nav .owl-next {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    border: 0;
    gap: 0;
    padding: 0;
    display: flex;
    z-index: 1;
    margin: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-btn-next.swiper-button-disabled,
.slide-btn-prev.swiper-button-disabled,
.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled,
.slide-controls-nav .owl-prev.disabled,
.slide-controls-nav .owl-next.disabled {
    opacity: 0.4;
}

.owl-carousel .owl-dots,
.slide-control-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 10px;
}

.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 !important;
    padding: 0;
    margin: 0;
    width: 11.093px;
    border-radius: 11.093px;
    height: 11.093px;
    border: 1px solid #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.slide-control-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active,
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff;
    background-color: #fff;
}


/** Colors **/

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

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

.color--3 {
    color: #86C398 !important;
}

.color--4 {
    color: #17212B !important;
}

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

/** Background **/

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

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

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

.background--4 {
    background-color: #17212B !important;
}

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

.background--none {
    background: none !important;
}

.background--gradient {
    background: linear-gradient(0deg, #86C398 0%, #FFF 100%) !important;
}

.background--gradient-2 {
    background: linear-gradient(90deg, #FFF 0%, #B6CAC0 13.46%, #719785 34.13%, #256044 100%) !important;
}


/** Socials **/

.social-links .social-link {
    position: relative;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #6083C2;
}

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

.social-links .social-link:hover svg path {
    fill: #1D1D1B !important;
}

.social-text {
    color: #FFF;
    font-family: "Exo 2", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
}

.social-links ul,
.social-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-links ul {
    gap: 9px;
}


/** Variables **/

p {
    margin-bottom: 1.5em;
}

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

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

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

figure {
    margin: 0;
}

.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: #171615;
    color: #fff;
    text-shadow: none;
}

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

:selection {
    background: #171615;
    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 {
    font-family: "Montserrat", sans-serif;
    color: #4E4D4D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 50px;
    padding: 13px 22px;
    margin: 0;
    border-radius: 10px;
    background: #F5F5F5;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none;
    outline: none !important;
}

.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 {
    color: #4E4D4D;
    background: #F5F5F5;
    border: 0;
    outline: none;
    box-shadow: none;
}

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

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

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

textarea::placeholder {
    color: #4E4D4D !important;
}


.btn-1,
.btn-2,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Montserrat", sans-serif;
    color: #256044;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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;
    box-shadow: none;
    border-radius: 5px;
    background: #FFF;
    border: 0;
    text-decoration: none;
    height: 37px;
    padding: 7px 17px;
    gap: 5px;
    outline: none;
    z-index: 1;
}

.btn-2 {
    color: #fff;
    background: #256044;
}

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

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

.text-stroke {
    color: #242E37;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
}

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

.word-break-all {
    word-break: break-all;
}

.box-shadow {
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

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

.overlay-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.81) 0%, rgba(102, 102, 102, 0.00) 100%);
    opacity: 1;
}

.overlay-gradient-2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.57) 0%, rgba(102, 102, 102, 0.00) 100%);
    opacity: 1;
}

.overlay-gradient-3 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.29) 0%, rgba(37, 96, 68, 0.29) 100%);
    opacity: 1;
}

.opacity-80 {
    opacity: 0.80;
}

.opacity-60 {
    opacity: 0.60;
}

.opacity-50 {
    opacity: 0.50;
}

.backdrop-filter {
    backdrop-filter: blur(7px);
}

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

.width-50 {
    width: 50%;
}

.max-width-100 {
    max-width: 100% !important;
}

.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-hind {
    font-family: "Hind", sans-serif;
}

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

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

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

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

.text-lg-nowrap {
    white-space: nowrap;
}

.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-t-48px {
    margin-top: 48px;
}

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

.margin-l-neg25px {
    margin-left: -25px;
}

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

.margin-r-neg25px {
    margin-right: -25px;
}

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

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

.line-20px {
    width: 100%;
    height: 20px;
    position: relative;
}

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

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

.vh-middle {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.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;
}

.obj-fit-pos-t {
    object-position: top;
}

.obj-fit-pos-b {
    object-position: bottom;
}

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

.obj-fit-pos-l9 {
    object-position: 9%;
}

.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-tr {
    background-position: top right;
}

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

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

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

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

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

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

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

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

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

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

.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-48px {
    gap: 48px;
}

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

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

.row-gap-25px {
    gap: 25px 0;
}

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

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

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

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

.padding-content {
    padding-left: 15px;
    padding-right: 15px;
}


/** 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 {
    position: relative;
}

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

.main-header {
    width: 100%;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 99;
    position: relative;
    margin: 12px 0;
}

.site-navigation .menu>ul>li>a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    display: inline-block;
}

.site-navigation .menu ul ul li a {
    color: #1D1D1B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding: 4px 0;
    text-decoration: none;
    position: relative;
}

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

.site-navigation .menu>ul>li>ul>li.active>a,
.site-navigation .menu>ul>li>ul>li:hover>a,
.site-navigation .menu>ul>li>ul>li.hover>a {
    color: #86C398;
}

.main-header .other-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-header .other-links a.menu__free-quote-link {
    margin: 0 5px;
    min-width: auto;
    padding: 7px 24px;
    height: 31px;
}

.main-header .other-links a:not(.btn-1) {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #86C398;
}

.main-header .other-links a.menu__client-area-link {
    background: #FFF;
}

.main-header .other-links a.menu__client-area-link:hover {
    background: #86C398;
}

.main-header .other-links a.menu__client-area-link:hover svg path {
    fill: #fff !important;
}

/** Header top **/

.main-header__top {
    position: relative;
}


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

.footer {
    position: relative;
}

.footer-title {
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 28px;
}


/***************************************
* Bloc text / image
****************************************/

.bloc-text {
    font-family: "Montserrat", sans-serif;
    color: #1D1D1B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6875em;
    position: relative;
}

.bloc-text ul {
    margin-bottom: 1.5em;
    padding-left: 30px;
    /* margin-top: -1.5em; */
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bloc-text ul li {
    position: relative;
    padding-left: 0;
}

.bloc-text ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #1C1C25;
    position: relative;
    top: 1px;
    left: 0;
    display: inline-block;
    margin-right: 4px;
}

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