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

body {
    font-family: "Lato", sans-serif;
    color: #96989D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625em;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #034991;
    font-family: "Titillium Web", sans-serif;
    font-size: clamp(30px, 1rem + 2.3vw, 50px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}

.text-center.sub-title>span:after {
    margin-left: auto;
    margin-right: auto;
}

.sub-title>span:after {
    content: '';
    border-bottom: 5px solid #EBEBEB;
    height: 5px;
    max-width: 160px;
    width: 27%;
    position: relative;
    margin-top: 15px;
    display: block;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #333;
    font-family: "Titillium Web", sans-serif;
    font-size: clamp(26px, 1rem + 1.2vw, 34px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.29412em;
    margin-bottom: 25px;
    position: relative;
}

.bloc-text h2,
.bloc-text h3,
.sect-title h1,
.sect-title .h1,
.page-title {
    color: #333;
    font-family: "Titillium Web", sans-serif;
    font-size: clamp(26px, 1rem + 1.2vw, 34px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.29412em;
    margin-bottom: 20px;
    position: relative;
}

.sect-title h2 .highlighted,
.sect-title .h2 .highlighted,
.sect-title .bloc-title .highlighted,
.sect-title h1 .highlighted,
.sect-title .h1 .highlighted,
.page-title .highlighted {
    background: url('../images/line-shape.svg') no-repeat center right;
}


/** 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: #F3F8F2;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}


/** Slider **/


.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.slide-controls .owl-prev,
.slide-controls .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;
}

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls .owl-prev,
.slide-controls .owl-next {
    width: 35px;
    height: 35px;
    gap: 0;
    background: #96989D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.slide-controls .owl-prev:hover,
.slide-controls .owl-next:hover {
    background: #034991;
}

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

.owl-carousel .owl-dots .owl-dot,
.slide-control-dots .owl-dot {
    margin: 0 !important;
    border-radius: 22.269px;
    border: 2px solid #348D70;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active,
.slide-control-dots .owl-dot.active {
    background-color: #42B38E;
}



/** Colors **/

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

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

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

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

.color--5 {
    color: #52AE32 !important;
}

.color--6 {
    color: #96989D !important;
}

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

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


/** Background **/

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

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

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

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

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

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

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

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

.background--transparent {
    background-color: transparent !important;
}


/** Socials **/

.social-link {
    outline: none;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #034991;
}

.social-txt {
    color: #FFF;
    font-size: clamp(18px, 1rem + 0.3vw, 20px);
    font-style: normal;
    font-weight: 800;
    line-height: 1em;
    margin-right: 16px;
}

.social-link:hover {
    background-color: #52AE32;
    border-color: #52AE32;
}

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


/** Variables **/

p {
    margin-bottom: 1.25em;
}

section {
    padding-top: clamp(50px, 1rem + 11.4vh, 100px);
    padding-bottom: clamp(50px, 1rem + 11.4vh, 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: #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 {
    font-family: "Lato", sans-serif;
    color: #96989D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    vertical-align: middle;
    text-transform: none;
    width: 100%;
    outline: none;
    height: 46px;
    padding: 10px 15px;
    border-radius: 0;
    background: #F3F8F2;
    border: 1px solid #96989D;
    margin: 0;
    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: #96989D;
    background: #F3F8F2;
    border: 1px solid #96989D;
    outline: none;
    box-shadow: none;
}

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

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

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

textarea::placeholder {
    color: #96989D !important;
}


.btn-1,
.btn-2,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Lato", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625em;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms 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-radius: 0;
    border: 0;
    background: #034991;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    z-index: 1;
    height: auto;
    width: auto;
    padding: 17px 25px 13px 25px;
    gap: 12px;
    outline: none;
}

.btn-1:before,
.btn-2:before {
    content: '';
    background: #52AE32;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-2 {
    padding: 10px 15px;
    gap: 15px;
}

.btn-2:before {
    height: 5px;
}

.btn-1:hover:before,
.btn-2:hover:before {
    height: 100%;
}

.btn-text {
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.btn-text>span:last-child {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.083333em;
    text-transform: uppercase;
}

.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: #034991;
    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: 7px 7px 20px 0 rgba(0, 0, 0, 0.25);
}


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

.img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.95) 100%);
    z-index: 1;
}

.opacity-20 {
    opacity: 0.20;
}

.opacity-50 {
    opacity: 0.50;
}

.opacity35 {
    opacity: 0.35;
}

.border-0 {
    border: 0;
}

.min-height-271px {
    min-height: 271px;
}

.min-height-300px {
    min-height: 300px;
}

.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-400 {
    font-weight: 400 !important;
}

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

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

.font-weight-600 {
    font-weight: 600 !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-25px {
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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


/***************************************
* 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 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    position: absolute;
}

.site-navigation .menu>ul>li>a {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: center;
}

.site-navigation .menu ul ul li a {
    color: #3D3D3B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625em;
    display: block;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
}

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

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

.other-links {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.other-links a.menu__free-quote-link {
    border: 0;
    border-left: 1px solid #B0B0B0;
    background: #52AE32;
    padding: 15px 27px;
}

.other-links a.menu__free-quote-link .btn-text {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.17647em;
}

.other-links a.menu__free-quote-link .btn-text>span:last-child {
    color: #034991;
    font-size: 1.625rem;
    font-weight: 900;
    line-height: 0.96154em;
}

.blk-reviews {
    position: relative;
    z-index: 2;
    margin-top: -30px;
    display: inline-block;
}

.blk-reviews ul {
    display: flex;
    align-items: end;
    gap: 18px;
    padding-left: 20px;

}

#cust-widget-note .custplace-widgfooter {
    height: 71px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/*Header top*/

.main-header__top {
    position: relative;
    height: 50px;
    background: #034991;
    display: flex;
    align-items: center;
}

.main-header__top-txt {
    display: block;
    color: #FFF;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}


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

.footer {
    position: relative;
}


.footer-title {
    color: #52AE32;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 7px;
}


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

.bloc-text {
    font-family: "Lato", sans-serif;
    color: #96989D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625em;
    position: relative;
}

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

.page .font-size-32px {
    font-size: clamp(26px, 1rem + 1.1vw, 32px);
    line-height: normal;
}

.bloc-text h2 { font-size: clamp(26px, 1rem + 1.1vw, 32px); }
.bloc-text h3 { font-size: clamp(22px, 1rem + 0.8vw, 28px); }