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


body {
    color: #090B16;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #3DBDE4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #090B16;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 60px;
    position: relative;

}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #090B16;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 60px;
    position: relative;
}

.pattern-layer-shape {
    width: 650px;
    height: 550px;
    border-radius: 300px;
    opacity: 0.5;
    background: linear-gradient(192deg, #00BCFF 0%, rgba(0, 188, 255, 0.00) 100%);
    filter: blur(125px);
}

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


/** Slider **/

.slide-controls .swiper-btn-prev,
.slide-controls .swiper-btn-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;
    justify-content: center;
    gap: 18px;
    margin-top: 70px;
}

.slide-controls .swiper-btn-prev,
.slide-controls .swiper-btn-next {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.75);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

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

.slide-controls .swiper-btn-prev:hover,
.slide-controls .swiper-btn-next:hover {
    background: rgba(191, 32, 38, 0.75);
}

.slide-controls .swiper-btn-prev:hover svg path,
.slide-controls .swiper-btn-next:hover svg path {
    fill: #fff !important;
}

.slide-controls.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 8px;
}

.slide-controls.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    border-radius: 4px;
    background: #D9D9D9;
    opacity: 1;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00BCFF;
}


/** Colors **/

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

.color--2 {
    color: #3DBDE4 !important;
}

.color--3 {
    color: #3268B0 !important;
}

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

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

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

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

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

/** Background **/

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

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

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

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

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

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

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

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

/** Socials **/

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.social-txt {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    margin-right: 16px;
}

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


/** 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 {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

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 {
    font-family: "Sora", sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    vertical-align: middle;
    width: 100%;
    text-transform: inherit;
    outline: none !important;
    height: 50px;
    padding: 12px 20px;
    border-radius: 15px;
    border: 1px solid #3DBDE4;
    background-color: #fff;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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: #000;
    background: #FFF;
    border: 1px solid #3DBDE4;
}

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

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

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

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


.btn-1,
input[type="submit"],
input[type="button"] {
    text-align: center;
    font-family: "Sora", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: normal;
    padding: 15px 32px;
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s 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: 10px;
    box-shadow: none;
    background-size: 200%;
    background-image: -webkit-gradient(linear, left top, right top, from(var(#3DBDE4)), color-stop(51%, var(#3268B0)), to(var(#3DBDE4)));
    background-image: -o-linear-gradient(left, #3DBDE4 0%, #3268B0 51%, #3DBDE4 100%);
    background-image: linear-gradient(to right, #3DBDE4 0%, #3268B0 51%, #3DBDE4 100%);
    text-decoration: none;
    z-index: 1;
    height: 50px;
    overflow: hidden;
    gap: 10px;
    z-index: 1;
}

.btn-1:hover svg,
.btn-1:focus svg {
    transform: rotate(90deg);
}

.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-position: -100%;
    outline: none;
    color: #fff;
}

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

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

.bg-gradient {
    background: linear-gradient(90deg, #3DBDE4 0%, #3268B0 100%);
}

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

.opacity-20 {
    opacity: 0.20;
}

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

.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-l-neg15px {
    margin-left: -15px;
}

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

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

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

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

.border-10px {
    border: 10px solid #fff;
}

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

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

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

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

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

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

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

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


/***************************************
* Header
****************************************/
.site-navigation__menu,
.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: #fff;
    position: absolute;
    z-index: 999;
}

.main-header .site-navigation .menu>ul>li>a {
    color: #090B16;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    display: flex;
    text-decoration: none;
    text-align: center;
    align-items: center;
    padding: 3px 14px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.main-header .site-navigation .menu ul ul>li a {
    color: #4C4C4C;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25em;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 8px 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: #3DBDE4;
    border-color: #3DBDE4;
}

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

.site-navigation .site-branding {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
}



/** Other links **/

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

.other-links a.menu__client-area-link {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    border-radius: 10px;
    border: 1px solid #3DBDE4;
}


/** Header top **/

.main-header__top {
    padding: 8px 0;
    position: relative;
    height: 62px;
    display: flex;
    justify-content: end;
    border-bottom: 1px solid #D9D9D9;
}

.main-header .main-header__top .other-links {
    display: flex;
    justify-content: end;
}

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

.main-header__top .other-links a.menu__client-area-link {
    width: 45px;
    height: 45px;
    padding: 10px;
}

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

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

.footer-title {
    color: #636363;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 34px;
}


/***************************************
* 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: #090B16;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
}

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

.bloc-text h2,
.bloc-text .h2 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #090B16;
    margin-bottom: 36px;
}

.page .font-size-64px {
    font-size: 64px;
    line-height: normal;
}