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


body {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #069245;
    font-family: "Lora", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.42857em;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.line-left,
.line-right {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: 30px;
    height: 3px;
    border-top: 3px solid #069245;
    top: -5px;
}

.color--1 .line-left,
.color--1 .line-right {
    border-color: #fff;
}

.line-right {
    margin: 0 0 0 10px;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(30px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 24px;
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(34px, 1rem + 2vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 24px;
    position: relative;
}

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

.row {
    margin: 0 -12px;
}

.row>div {
    padding-left: 12px;
    padding-right: 12px;
}


/** 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);
}

@keyframes stickyanimations {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #141514;
    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 {
    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: 20px;
}

.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: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #505050;
    background: #141514;
    gap: 0;
    display: flex;
    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-controls-nav .slide-btn-next:hover,
.slide-controls-nav .slide-btn-prev:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.slide-controls-nav .owl-prev:hover,
.slide-controls-nav .owl-next:hover {
    background: #069245;
    border-color: #069245;
}

.slide-controls-nav .slide-btn-next.disabled,
.slide-controls-nav .slide-btn-prev.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.1;
}

.owl-carousel .owl-dots,
.slide-control-dots {
    display: flex;
    align-items: center;
    gap: 9px;
}

.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot {
    margin: 0 !important;
    padding: 0;
    margin: 0;
    width: 21px;
    height: 21px;
    border-radius: 21px;
    border: 1px solid transparent;
    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:before,
.owl-carousel .owl-dots .owl-dot:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #D9D9D9;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.slide-control-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active {
    border-color: #D9D9D9;
}

.slide-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.slide-controls .separation {
    width: 50px;
    height: 1px;
    border-top: 1px solid #fff;
}

.slide-controls .current-index,
.slide-controls .total-index {
    color: #FFF;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.066666rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.3em;
}


/** Colors **/

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

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

.color--3 {
    color: #1D1E1C !important;
}

.color--4 {
    color: #141514 !important;
}

.color--5 {
    color: #1b2a20 !important;
}

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




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

.color--8 {
    color: #0D0D0E !important;
}


/** Background **/

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

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

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

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

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

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

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

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


/** Socials **/

.blk-social-links .social-link {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #221C43;
    backdrop-filter: blur(30px);
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.blk-social-links .social-link:hover {
    background: #F2F2F2;
    border-color: #221C43;
}

.blk-social-links .social-link:hover svg path {
    fill: #221C43 !important;
}

.social-text {
    color: #221C43;
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 12px;
}

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


/** Variables **/

p {
    margin-bottom: 1em;
}

section {
    padding-top: 64px;
    padding-bottom: 64px;
    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: #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: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.01575em;
    text-transform: none;
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 62px;
    padding: 25px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: #1D1E1C;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    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: #FFF;
    border: 1px solid #fff;
    background-color: #1D1E1C;
    outline: none;
    box-shadow: none;
}

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,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4375em;
    text-transform: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s 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;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: #069245;
    text-decoration: none;
    z-index: 1;
    height: auto;
    padding: 15px 30px;
    gap: 16px;
    outline: none;
    overflow: hidden;
}

.btn-2 {
    background: #fff;
    color: #1D1E1C;
    gap: 6px;
}

.btn-1:hover svg path {
    fill: #1D1E1C !important;
}

.btn-1:before,
.btn-2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background-color: #FFF;
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-2:before {
    background-color: #069245;
}

.btn-1:hover:before,
.btn-2:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

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

.btn-2:hover {
    color: #fff;
    background: #fff;
    outline: none;
}

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

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

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

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

.opacity-50 {
    opacity: 0.50;
}

.opacity-95 {
    opacity: 0.95;
}

.opacity-70 {
    opacity: 0.70;
}

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

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

.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-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-b-40px {
    margin-bottom: 40px;
}

.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-50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

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

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

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

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

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

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

.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: #141514;
    overflow: hidden;
}

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


/***************************************
* Header
****************************************/
.site-navigation__menu,
.site-navigation,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu__inner,
.main-header__wrap {
    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: #FDFDFD;
    position: relative;
    z-index: 999;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.08);
}

.main-header .site-navigation .menu>ul>li>a {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.285715em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: end;
    text-decoration: none;
    padding: 0 8px;
    border-radius: 32px;
}

.main-header .site-navigation .menu ul ul>li a {
    color: #1D1E1C;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.384615em;
    text-transform: uppercase;
    display: block;
    padding: 12px 30px;
    background: #FFF;
}

.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: #069245;
}

.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: #FFF;
    background-color: #069245;
}

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

.main-header .other-links a.menu__contact-phone-link {
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.285715em;
    text-transform: uppercase;
    display: flex;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: left;
}

.main-header .other-links a.menu__contact-phone-link .contact-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
}


/** Header top **/

.main-header__top-inner {
    position: relative;
    padding: 18px 0;
}

.main-header__top ul {
    display: flex;
    align-items: center;
    gap: 24px;
}

.main-header__top ul li>a,
.main-header__top ul li {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9375em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.266666em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-header__top ul li a.menu__client-area-link {
    color: #069245;
    text-transform: uppercase;
}

.main-header__top ul li a:hover {
    color: #069245;
}

.main-header__top ul li a:hover svg path {
    fill: #069245 !important;
}

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

.footer {
    position: relative;
    padding-top: 125px;
}

.footer-title {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.55445em;
    letter-spacing: 0.00833333em;
    margin-bottom: 32px;
}


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

.bloc-text {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    position: relative;
}

.bloc-text ul {
    margin-bottom: 24px;
}

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

.bloc-text ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #24AE4B;
    position: absolute;
    top: 7px;
    left: 0;
}

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

.bloc-text p img,
.bloc-text h2 img {
    display: none;
}

.bloc-text h2 {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(24px, 1rem + 0.8vw, 30px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
}

.contact-us-section .container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/images/icons/contac_back.svg");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
    right: 0;
    top: 0;
}