html {
    scroll-padding-top: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 82px;
}

.header h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
}

h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #0a203d;
}

h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #0a203d;
}

p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #5A5A5A;
}

    p strong {
        font-weight: 700;
        color: #5A5A5A;
    }

h1 + h2,
h2 + p,
h3 + p,
h2 + .owl-carousel {
    margin-top: 30px;
}

section:not(.header) {
    padding: 90px 0;
}

.z-1 {
    z-index: 1;
}

.brightness-70 {
    filter: brightness(70%);
}

.btn {
    color: #0a203d;
    background-color: #fff;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
}

    .btn:hover {
        color: #fff;
        background-color: #0a203d;
        border: 2px solid #FFFFFF;
        border-radius: 200px;
        padding: 15px 30px;
        font-weight: 600;
        font-size: 17px;
        line-height: 28px;
    }

* + .btn {
    margin-top: 45px;
}

.bg-primary {
    background-color: #9b9684!important;
}

    .bg-primary p {
        color: #0a203d;
    }

.bg-blue-light {
    background-color: #00ABE9;
}

    .bg-blue-light h2,
    .bg-blue-light p,
    .bg-blue-light ul {
        color: #fff
    }

        .bg-blue-light p strong {
            color: #fff;
        }

.bg-blue {
    background-color: #0E539B;
}

    .bg-blue h2,
    .bg-blue h3,
    .bg-blue p,
    .bg-blue ul {
        color: #fff
    }

        .bg-blue p strong {
            color: #fff;
        }

.contact h2,
.contact p {
    color: #fff
}

.mt-45 {
    margin-top: 45px;
}

.mb-30 {
    margin-bottom: 30px;
}

.value {
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
    margin: 0;
}

    .value + p {
        margin: 0;
    }

.owl-theme .owl-dots .owl-dot span {
    background: rgba(14, 83, 155, 0.8);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(14, 83, 155, 0.9);
}

.owl-theme .owl-dots .owl-dot.active span {
    background: rgba(14, 83, 155, 1);
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.contact {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url(../img/bg-form.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer {
    background-color: #101820;
    padding: 75px 0;
}

    footer p {
        color: #fff;
    }

        footer p strong {
            color: #fff;
        }

    footer a {
        color: rgba(255,255,255,1);
    }

        footer a:hover {
            color: rgba(255,255,255,0.8);
        }

.p-15-lr {
    padding: 0 15px;
}

.navbar {
    transition: all 0.25s ease-out;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-brand {
    margin: 0;
}

.scroll {
    background-color: #101820;
}

.navbar-toggler:focus {
    box-shadow: none
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #101820;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #101820;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #0E539B;
    border: 1px solid #fefefe;
}

.offcanvas {
    background-color: #0a203d;
}

.btn-close {
    filter: brightness(0) invert(1);
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    line-height: 1;
    padding: 15px;
    box-shadow: 0px 0px 10px #888888;
    transition: all 0.25s ease-out;
}

    #btn-back-to-top img {
        max-width: 20px;
    }

    #btn-back-to-top:hover img {
        filter: brightness(0) invert(1);
    }

nav .nav-link {
    color: rgba(255,255,255,1);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

    nav .nav-link:hover {
        color: rgba(255,255,255,0.65);
    }

.navbar-nav .dropdown-menu {
    background-color: transparent;
    border: none;
    margin-left: 15px;
    padding: 0;
    margin-top: 0;
    border-left: 1px solid #fff;
    border-radius: 0;
    padding-left: 10px;
}

.disabled {
    pointer-events: none;
}

.abled {
    pointer-events: all;
}

.dropdown-item, .dropdown-item {
    color: rgba(255,255,255,1);
    background-color: transparent;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(255,255,255,0.75);
    background-color: transparent;
}

.nav-link:focus, .nav-link:hover {
    color: rgba(255,255,255,1);
}

.ratio-21x9 {
    --bs-aspect-ratio: 50%;
}

.mb-45{
    margin-bottom: 45px;
}

.g-15{
    gap: 15px;
}

.w-23{
    width: 23%;
}


@media screen and (max-width: 1024px) {
    .w-t-47{
        width: 47%;
    }
}

@media screen and (max-width: 767px) {
    .w-m-100{
        width: 100%;
    }
    
    .logo {
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    h1 {
        font-weight: 700;
        font-size: 44px;
        line-height: 62px;
    }

    .header h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 38px;
    }

    h2 {
        font-weight: 700;
        font-size: 44px;
        line-height: 54px;
    }
}

@media screen and (max-width: 768px) {
    .header .container-fluid, .header iframe {
        height: 50vh;
    }
}

@media screen and (max-width: 576px) {
    .header .container-fluid,
    .header iframe {
        height: 100vh;
    }
}
