/* Preload */
* {
    box-sizing: border-box;
}

#preloader {
    padding: 40px 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#preloader.dark {
    background: #313134;
}

#preloader div.spinner {
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear;
    position: relative;
    display: block;
    /* margin: auto; */
    width: 142px;
    height: 142px;
}

#preloader div.spinner i {
    -webkit-animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
    animation: rotate 3s infinite cubic-bezier(0.09, 0.6, 0.8, 0.03);
    transform-origin: 50% 100% 0;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    border: solid 6px transparent;
    border-bottom: none;
}

#preloader div.spinner i:nth-child(1) {
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    width: 44px;
    height: 22px;
    margin-top: -22px;
    margin-left: -22px;
    border-color: #08b9d1;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}

#preloader div.spinner i:nth-child(2) {
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.6, 0.24, 0.03);
    width: 58px;
    height: 29px;
    margin-top: -29px;
    margin-left: -29px;
    border-color: #a20894;
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
}

#preloader div.spinner i:nth-child(3) {
    -webkit-animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
    animation-timing-function: cubic-bezier(0.09, 0.9, 0.36, 0.03);
    width: 72px;
    height: 36px;
    margin-top: -36px;
    margin-left: -36px;
    border-color: #065cb4;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
}

#preloader div.spinner i:nth-child(4) {
    -webkit-animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
    animation-timing-function: cubic-bezier(0.09, 1.2, 0.48, 0.03);
    width: 86px;
    height: 43px;
    margin-top: -43px;
    margin-left: -43px;
    border-color: #7b1d4f;
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
}

#preloader div.spinner i:nth-child(5) {
    -webkit-animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
    animation-timing-function: cubic-bezier(0.09, 1.5, 0.6, 0.03);
    width: 100px;
    height: 50px;
    margin-top: -50px;
    margin-left: -50px;
    border-color: #d16cbf;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

#preloader div.spinner i:nth-child(6) {
    -webkit-animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
    animation-timing-function: cubic-bezier(0.09, 1.8, 0.72, 0.03);
    width: 114px;
    height: 57px;
    margin-top: -57px;
    margin-left: -57px;
    border-color: #3c277a;
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
}

#preloader div.spinner i:nth-child(7) {
    -webkit-animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
    animation-timing-function: cubic-bezier(0.09, 2.1, 0.84, 0.03);
    width: 128px;
    height: 64px;
    margin-top: -64px;
    margin-left: -64px;
    border-color: #c12680;
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
}

#preloader div.spinner i:nth-child(8) {
    -webkit-animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
    animation-timing-function: cubic-bezier(0.09, 2.4, 0.96, 0.03);
    width: 142px;
    height: 71px;
    margin-top: -71px;
    margin-left: -71px;
    border-color: #12486c;
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: "poppins";
    src: url("");
}
@font-face {
    font-family: "light";
    src: url("");
}
*,
*::after,
*::before {
    font-family: "Roboto", Arial, Helevtica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*::after,
*::before {
    position: absolute;
    content: "";
}
/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #1c728f;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00bbffa9;
}
::-webkit-scrollbar-thumb:hover {
    background: #00bdff;
}

html {
    box-sizing: border-box;
}
body {
    font-family: "Roboto", Arial, Helevtica, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #1c3447;
    background: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 16px;
}
p {
    font-weight: 400;
    line-height: 1.5;
    opacity: 1;
}
h1 {
    font-weight: 600;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
input,
textarea,
button {
    outline: none;
    border: none;
    background: none;
}
button {
    cursor: pointer;
}
select {
    border: none;
    outline: none;
}
img {
    height: auto;
    max-width: 100%;
}
.img {
    overflow: hidden;
}
.img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.map iframe {
    width: 100%;
    height: 100%;
}
.wrapper {
    width: 1256px;
    height: 100%;
    margin: auto;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex.centered {
    justify-content: center;
}
.main_button {
    color: #fff;
    background-color: #065cb4;
    padding: 11px 13px;
    min-width: 100%;
    transition: 0.3s;
}
.main_button.transparent {
    background-color: transparent;
    border: 2px solid #065cb4;
    color: #065cb4;
    padding: 9px 13px;
}
.main_button:hover {
    background-color: #1a4480 !important;
}
.f35 {
    font-family: Cormorant, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 35px;
    line-height: 100%;
}
.f25 {
    font-family: Cormorant, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 25px;
}
.pages {
    padding-top: 111px;
}
.bgd_text {
    background-color: #eff5ff;
    padding: 6px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 7px;
}
input,
textarea,
select {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 6px;
    margin-bottom: 18px;
}
textarea {
    padding-top: 13px;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
    .wrapper {
        width: 95%;
    }
    .f35 {
        font-size: 30px;
    }
    .f25 {
        font-size: 22px;
    }
}

@media screen and (max-width: 850px) {
    body {
        font-size: 14px;
    }
    .f35 {
        font-size: 22px;
    }
    .f25 {
        font-size: 18px;
    }
}

