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


body {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.224em;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}

.sect-title {
    position: relative;
}

.sect-title .deco {
    margin-bottom: 24px;
}

.sect-title .sub-title {
    color: #F7931E;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-bottom: 36px;
}

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

.bloc-text h2,
.sect-title h1,
.sect-title .h1,
.page-title {
    font-family: "Antonio", sans-serif;
    color: #464080;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 55px;
    margin-bottom: 46px;
    position: relative;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    font-family: "Antonio", sans-serif;
    color: #464080;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 43px;
    position: relative;
}


/** 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: 10px;
}

.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: 60px;
    height: 60px;
    display: flex;
    background-color: #fff;
    border-radius: 16px;
    border: 2px solid #FFF;
    background: #FFF;
    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: 18px;
}

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

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

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

.slide-controls.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    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-color: #fff;
}


/** Colors **/

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

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

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

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

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



/** Background **/

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

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

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

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

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

/** Socials **/

.social-links .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    text-decoration: none !important;
}

.social-txt {
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.27em;
    margin-right: 12px;
}

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

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


/** Variables **/

p {
    margin-bottom: 1em;
}

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 {
    color: #1B1464;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    vertical-align: middle;
    width: 100%;
    text-transform: inherit;
    outline: none;
    height: 66px;
    padding: 23px 39px;
    border-radius: 25px;
    border: 0;
    background: #FFF;
    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: #1B1464;
    border: 0;
    background: #FFF;
}

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

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

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

textarea::placeholder {
    color: #1B1464 !important;
}

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

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

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

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


.btn-1,
.btn-2,
input[type="submit"],
input[type="button"] {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: uppercase;
    padding: 15px 26px;
    text-align: center;
    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: 0;
    background: #F9B870;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    z-index: 1;
    height: 55px;
    overflow: hidden;
}

.btn-txt {
    color: #FFF;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.btn-txt span:last-child {
    font-size: 18px;
    line-height: 1.2em;
    margin-top: 2px;
}

.btn-1 img,
.btn-1 svg {
    margin-left: 20px;
}

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

.btn-1:hover svg path {
    stroke: #fff !important;
}

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

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

.bg-gradient {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

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

.opacity-10 {
    opacity: 0.10;
}

.opacity-22 {
    opacity: 0.22;
}

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

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

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

.h-middle {
    transform: translateX(-50%);
    left: 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;
}
.footer-services ul li{
    position: relative;
    z-index: 1;
}
.footer-image .bg-img img {
    position: relative;
    z-index: 0;
}
.obj-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

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

.site-navigation .menu>ul>li>a {
    color: #1B1463;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    align-items: center;
    text-align: center;
}

.site-navigation .menu ul ul li a {
    color: #1B1463;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: uppercase;
    display: block;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 2px 0;
}

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

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



/*Header top*/

.main-header__top {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.main-header__top-inner {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 15px 0;
}

.main-header__top-items {
    display: flex;
    align-items: center;
}

.main-header__top-items .main-header__top-item:not(:last-child) {
    margin-right: 90px;
}

.main-header__top-item {
    color: #1B1464;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    position: relative;
}

.main-header__top-items:last-child {
    margin-left: auto;
}

.main-header__top .main-header__top-item a:hover {
    color: #F7931E;
}

.main-header__top-item img {
    margin-right: 13px;
}


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

.footer {
    position: relative;
}

.footer-title {
    color: #1B1464;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 19px;
}


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

.bloc-text {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.224em;
    position: relative;
}

.bloc-text.font-size-24px {
    font-size: 24px;
    line-height: 1.42em;
}

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

.bloc-text b {
    font-weight: 600;
}

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

.bloc-text h2,
.bloc-text .h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.ulError {
    color: red;
}
.infoForm{
    color: #fff;
}