@font-face {
    font-display: swap;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/dm-sans-v15-latin-300.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/dm-sans-v15-latin-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/dm-sans-v15-latin-500.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/dm-sans-v15-latin-600.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/dm-sans-v15-latin-700.woff2) format("woff2")
}

body {
    background-color: #fff;
    color: rgba(21, 20, 57, .4);
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    font-style: normal
}

@media (min-width: 768px) {
    body {
        font-size: 16px
    }
}

img {
    max-width: 100%
}

a {
    color: #001644;
    text-decoration: none;
    transition: color .3s ease, opacity .3s ease
}


a:hover {
    color: inherit
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    color: #001644;
    font-weight: 400
}

figure {
    margin: 0;
    padding: 0
}

.h1, h1 {
    color: #fff;
    font-size: 36px;
    line-height: 1.2
}

@media (min-width: 768px) {
    .h1, h1 {
        font-size: 42px
    }
}

@media (min-width: 992px) {
    .h1, h1 {
        font-size: 62px
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 72px
    }
}

.h2, h2 {
    font-size: 24px;
    margin-bottom: 25px
}

@media (min-width: 576px) {
    .h2, h2 {
        font-size: 26px
    }
}

@media (min-width: 768px) {
    .h2, h2 {
        font-size: 32px
    }
}

@media (min-width: 992px) {
    .h2, h2 {
        font-size: 42px
    }
}

.h5, h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5
}

@media (min-width: 768px) {
    .h5, h5 {
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    .h5, h5 {
        font-size: 22px
    }
}

p {
    line-height: 1.8;
    margin: 0;
    padding-bottom: 20px
}

p:last-child {
    padding-bottom: 0
}

strong {
    font-weight: 700
}

address a {
    color: #001644;
    text-decoration: underline
}

address a:hover {
    text-decoration: none
}

@media (min-width: 1050px) {
    .container {
        max-width: 1170px
    }
}

.py-6 {
    padding-bottom: 30px;
    padding-top: 30px
}

@media (min-width: 768px) {
    .py-6 {
        padding-bottom: 70px;
        padding-top: 70px
    }
}

@media (min-width: 992px) {
    .py-6 {
        padding-bottom: 100px;
        padding-top: 100px
    }
}

.mb-6, .pb-6 {
    padding-bottom: 30px
}

@media (min-width: 575px) {
    .mb-6, .pb-6 {
        padding-bottom: 50px
    }
}

@media (min-width: 768px) {
    .mb-6, .pb-6 {
        padding-bottom: 70px
    }
}

@media (min-width: 992px) {
    .mb-6, .pb-6 {
        padding-bottom: 100px
    }
}

.pt-6 {
    padding-top: 30px
}

@media (min-width: 575px) {
    .pt-6 {
        padding-top: 50px
    }
}

@media (min-width: 768px) {
    .pt-6 {
        padding-top: 70px
    }
}

@media (min-width: 992px) {
    .pt-6 {
        padding-top: 100px
    }
}

.mt-6 {
    margin-top: 30px
}

@media (min-width: 575px) {
    .mt-6 {
        margin-top: 50px
    }
}

@media (min-width: 768px) {
    .mt-6 {
        margin-top: 70px
    }
}

@media (min-width: 992px) {
    .mt-6 {
        margin-top: 100px
    }
}

.max-w-200 {
    max-width: 200px
}

@media (min-width: 768px) {
    .max-w-md-200 {
        max-width: 280px
    }
}

.max-w-280 {
    max-width: 280px
}

.max-w-300 {
    max-width: 300px
}

.max-w-150 {
    max-width: 150px
}

.max-w-xxs {
    max-width: 440px
}

.max-w-xs {
    max-width: 450px
}

.max-w-xss {
    max-width: 500px
}

.max-w-sm {
    max-width: 650px
}

.max-w-md {
    max-width: 750px
}

.max-w-lg {
    max-width: 1200px
}

.bg-grey {
    background-color: #ebeaed
}

.cols-2 {
    width: 50%
}

@media (min-width: 576px) {
    .cols-2 {
        width: 33.3333%
    }
}

@media (min-width: 992px) {
    .cols-2 {
        width: 20%
    }
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.font-12 {
    font-size: 12px;
    line-height: 1
}

.font-14 {
    font-size: 14px
}

.font-18 {
    font-size: 18px
}

.font-22 {
    font-size: 22px
}

.font-30 {
    font-size: 16px;
    line-height: 1.1
}

@media (min-width: 576px) {
    .font-30 {
        font-size: 18px
    }
}

@media (min-width: 768) {
    .font-30 {
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    .font-30 {
        font-size: 27px
    }
}

.text-gray {
    color: rgba(21, 20, 57, .4)
}

.tracking-xs {
    letter-spacing: 1px
}

.tracking-sm {
    letter-spacing: 2px
}

.text-brand {
    color: #001644
}

.leading-none {
    line-height: 1
}

.leading-xs {
    line-height: 1.5
}

.leading-sm {
    line-height: 2.1
}

.w-100 {
    width: 100%
}

.w-half {
    width: 50%
}

.blue {
    color: #0d6efd !important
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.h-screen {
    height: 100vh
}

.inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}


.banner {
    color: #fff;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative
}

@media (min-width: 992px) {
    .banner {
        padding-bottom: 6vh;
        padding-top: 22vh
    }
}

.banner__full:after {
    background-color: rgba(2, 52, 152, .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.banner img, .banner video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.banner .h1, .banner h1, .banner span {
    text-shadow: 0 5px 5px rgba(0, 38, 109, 0.9)
}

.banner__full {
    height: calc(100vh - 70px)
}

@media (min-width: 992px) {
    .banner__full {
        height: 100vh
    }
}

.banner span {
    color: #fff;
    display: block;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 30px;
}

@media (min-width: 576px) {
    .banner span {
        font-size: 18px;
        margin-top: 40px
    }
}

@media (min-width: 768px) {
    .banner span {
        font-size: 20px
    }
}

@media (min-width: 1200px) {
    .banner span {
        font-size: 22px
    }
}

.banner .h5, .banner h5 {
    color: #fff;
    margin-top: 30px
}

@media (min-width: 576px) {
    .banner .h5, .banner h5 {
        margin-top: 70px
    }
}

.banner__button {
    background: #001644;
    background: -webkit-gradient(linear, left top, right top, from(rgba(93, 89, 152, .60)), to(#5d5998));
    background: linear-gradient(90deg, rgba(93, 89, 152, .60), #5d5998);
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 30px;
    position: relative;
    transition: background-color .3s ease
}

@media (min-width: 576px) {
    .banner__button {
        left: -30px
    }
}
.banner__button:hover{
    background-color: #5d5998
}


.banner__circle {
    align-items: center;
    background-color: rgba(219, 5, 37, .5);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 150px;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
    width: 150px;
    color: #fff;
    transition: all 0.3s;
}
.banner__circle:hover {
    background-color: rgba(219, 5, 37, .7);
    font-size: 17px;

}



@media (min-width: 576px) {
    .banner__circle {
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width: 1200px) {
    .banner__circle {
        right: 20%
    }
}

.button {
    border-radius: 999px;
    display: inline-block;
    font-weight: 500;
    padding: 15px 30px
}

@media (min-width: 992px) {
    .button {
        font-size: 18px
    }
}

.button--bg {
    background-color: #023498;
    color: #fff;
    transition: background-color .3s ease, border-color .3s ease
}

.button--bg:hover {
    background-color: #001644;
    color: #fff
}

.button--border {
    border: 2px solid #ebeaed;
    color: #001644;
    padding: 13px 25px
}

.button--border:hover {
    border-color: #023498;
    color: #001644
}

.form-elements input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]), .form-elements textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f39662;
    color: #f39662;
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    outline: none;
    padding-bottom: 10px;
    width: 100%
}

.form-elements textarea {
    background-color: hsla(0, 0%, 100%, .6);
    border: 1px solid #f39662;
    padding: 10px
}

.form-elements label {
    font-size: 16px
}

.form-elements .form-item {
    margin-bottom: 10px;
    position: relative
}

.form-elements .form-item label {
    color: #000;
    display: block;
    margin-top: 5px
}

.form-elements .form-item.focus label {
    font-size: 16px;
    pointer-events: painted;
    transform: translateY(-25px)
}

.form-elements button[type=submit] {
    background-color: #f39662;
    border: none;
    color: #fff;
    padding: 5px 20px 8px
}

.form-elements .font-30 {
    font-size: 18px;
    line-height: 1
}

@media (min-width: 1400px) {
    .form-elements .font-30 {
        font-size: 27px
    }
}

.custom-select {
    border: 1px solid #f39662;
    position: relative
}

.custom-select:after {
    border-bottom: 2px solid #f39662;
    border-left-color: #f39662;
    border-right: 2px solid #f39662;
    border-top-color: #f39662;
    content: "";
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 13px;
    transform: rotate(45deg);
    width: 10px
}

.custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    color: #f39662;
    font-size: 24px;
    line-height: 1;
    outline: none;
    padding: 8px 40px 8px 10px;
    width: 100%
}

.custom-checkbox {
    border-bottom: 1px solid #001644;
    padding-bottom: 15px
}

.custom-checkbox label {
    cursor: pointer;
    padding-left: 20px;
    position: relative
}

.custom-checkbox input {
    opacity: 0;
    position: absolute
}

.custom-checkbox i {
    border: 1px dotted #0d6efd;
    border-radius: 50%;
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 12px
}

.custom-checkbox input:checked ~ i {
    background-color: #0d6efd
}

#kinder-option {
    display: none
}

.main {
    overflow: hidden;
    position: relative
}

.main__inner {
    padding-top: 40px
}

@media (min-width: 576) {
    .main__inner {
        padding-top: 60px
    }
}

@media (min-width: 992px) {
    .main__inner {
        padding-top: 120px
    }
}

.header {
    min-height: 75px;
    padding: 10px 0;
    position: relative;
    transition: background .4s ease, padding .3s ease;
    z-index: 99;
    background: linear-gradient(0deg, rgba(0,38,109,0) 0%, rgba(0,38,109,1) 100%);
}

@media (min-width: 992px) {
    .header {
        left: 0;
        padding: 20px 0;
        position: fixed;
        top: 0;
        width: 100%
    }

    .header__bg-white {
        background-color: #001644;
        padding: 15px 0
    }

    .header__bg-white .header__logo {
        width: 200px
    }
}

@media (max-width: 991.98px) {
    .header {
        background-color: #023498
    }
}

.header__logo {
    left: -35px;
    position: relative;
    transition: width .4s ease;
    width: 240px
}

@media (min-width: 1200px) {
    .header__logo {
        width: 250px
    }
}

@media (max-width: 991.98px) {
    .header__logo {
        position: absolute;
        top: 0;
        width: 180px !important
    }
}

@media (max-width: 575.98px) {
    .header__logo {
        left: -15px
    }
}

.menu-open .header__logo {
    z-index: 99
}

.menu-open .header__logo svg path {
    fill: #fff
}

.navbar-toggler {
    background-color: transparent;
    box-shadow: none !important;
    cursor: pointer;
    height: 27px;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 18px;
    transition: opacity .25s ease;
    width: 22px;
    z-index: 99
}

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:focus {
    border: none;
    outline: none
}

.navbar-toggler span {
    background-color: #fff;
    border: 0;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .35s ease, opacity .35s ease, background-color .3s ease;
    width: 100%
}

.navbar-toggler span:nth-of-type(2) {
    top: 7px
}

.navbar-toggler span:nth-of-type(3) {
    top: 14px
}

.navbar-toggler:not(.collapsed) span {
    background-color: #fff
}

.navbar-toggler:not(.collapsed) .top {
    transform: translateY(7px) translateX(0) rotate(45deg)
}

.navbar-toggler:not(.collapsed) .middle {
    opacity: 0
}

.navbar-toggler:not(.collapsed) .bottom {
    transform: translateY(-7px) translateX(0) rotate(-45deg)
}

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (max-width: 991.98px) {
    .navigation ul {
        padding: 80px 0 0
    }
}

.navigation li {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 500px;
    position: relative;
    text-transform: capitalize;
    transition: color .3s ease, opacity .3s ease, transform .3s ease
}

@media (min-width: 992px) {
    .navigation li {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .navigation li {
        font-size: 18px;
        margin-bottom: 0;
        margin-left: 5px
    }
}

@media (max-width: 991.98px) {
    .navigation li {
        opacity: 0;
        transform: translateY(-5px)
    }
}

.navigation li a.active , .navigation li:hover a {
    border-color: #fff
}

.navigation li a {
    color: #fff;
    display: inline-block;
    transition: border .3s ease
}

@media (min-width: 992px) {
    .navigation li a {
        border: 1px solid transparent;
        border-radius: 999px;
        padding: 8px 15px
    }
}

@media (min-width: 1200px) {
    .navigation li a {
        padding: 8px 20px
    }
}

.navigation li:hover ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.navigation li ul {
    border-radius: 5px;
    padding: 20px 5px 5px !important;
    transition: opacity .4s ease, visibility .2s
}

@media (min-width: 992px) {
    .navigation li ul {
        background-color: #001644;
        left: 10px;
        opacity: 0;
        padding-top: 5px !important;
        pointer-events: none;
        position: absolute;
        top: 100%;
        visibility: hidden;
        width: 180px
    }
}

.navigation li ul li {
    font-size: 14px;
    margin: 0
}

@media (min-width: 992px) {
    .navigation li ul li {
        font-size: 12px
    }
}

.navigation li ul li a {
    border: none;
    display: block;
    padding: 8px 10px
}

.navigation.show li {
    opacity: 1;
    transform: translateY(0)
}

.navigation.show li:nth-child(2) {
    transition-delay: .2s
}

.navigation.show li:nth-child(3) {
    transition-delay: .3s
}

.navigation.show li:nth-child(4) {
    transition-delay: .5s
}

.navigation.show li:nth-child(5) {
    transition-delay: .6s
}

.navigation.show li:nth-child(6) {
    transition-delay: .7s
}

.footer {
    background-color: #00266d;
    color: #fff;
    padding: 30px 0 40px
}

@media (min-width: 992px) {
    .footer {
        padding: 100px 0 60px
    }
}

.footer__logo {
    display: inline-block;
    left: -35px;
    margin-bottom: 15px;
    position: relative
}

@media (min-width: 992px) {
    .footer__logo {
        margin-bottom: 30px
    }
}

.footer a {
    color: #fff
}

.footer a:hover {
    opacity: .8
}

.footer ul {
    font-size: 16px;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer ul li {
    margin-bottom: 8px
}

.footer p {
    font-size: 14px
}

@media (min-width: 768px) {
    .footer p {
        font-size: 16px
    }
}

.footer .h5, .footer h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .footer .h5, .footer h5 {
        margin-bottom: 30px
    }
}

@media (max-width: 992px) {
    .footer__company-logo img {
        max-height: 50px;
        max-width: 100px
    }
}

@media (min-width: 992px) {
    .contact-info {
        height: 650px
    }
}

@media (min-width: 1200px) {
    .contact-info {
        height: 815px
    }
}

@media (max-width: 991.98px) {
    .contact-info .w-half {
        width: 100%
    }
}

.contact-info__map {
    height: 400px;
    position: relative
}

@media (min-width: 992px) {
    .contact-info__map {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 40%
    }
}

.contact-info__map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.contact-info__logo {
    left: -20px;
    position: relative;
    width: 150px
}

.corner-round{
    border-radius: 10px;
    max-width: 470px;
}
@media (max-width: 992px) {
    .corner-round{

        max-width: 100%;
    }
}

.round-10{
    border-radius: 10px;
}
