﻿@font-face {
    font-family: mvBoli;
    src: url(../fonts/MVBOLI.TTF);
}

.mv-boli {
    font-family: mvBoli !important;
}


.txt-blue {
    color: #0490e1;
}

.btn-arrow {
    width: 30px;
    margin-top: -5px;
    margin-left: 10px;
}

body {
    font-family: "Poppins", sans-serif;
}

header {
    background-color: white;
    -webkit-box-shadow: 0px 2px 14px 0px rgba(112, 112, 112, 1);
    -moz-box-shadow: 0px 2px 14px 0px rgba(112, 112, 112, 1);
    box-shadow: 0px 2px 14px 0px rgba(112, 112, 112, 1);
}

    header ul li a {
        font-weight: 700;
        font-size: 18px;
    }

    header .navbar-brand img {
        max-width: 225px;
        height: 70px;
        object-fit: contain;
        margin: 10px 0;
    }


.get-started-btn {
    width: 200px;
}

.section-1 {
    padding: 100px 0 150px;
}

    .section-1 h1 {
        font-weight: 800;
        font-size: 40px;
        color: white;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
    }

    .section-1 .banner-container {
        border-radius: 30px;
        background-color: blue;
        padding: 42px 30px;
        background-image: url(../img/sec-9-bg_03.png);
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .section-1 .banner-img {
        width: 450px;
        margin: 0 auto;
        display: block;
        position: absolute;
        bottom: -138px;
    }

.section-2 img.display-large {
    width: 80%;
    margin: -150px auto 0;
    display: block;
    position: relative;
    z-index: 1;
}

.section-2 h2 {
    font-weight: 800;
    font-size: 34px;
    margin-top: 100px;
    text-transform: uppercase;
}

.section-2 .img-absolute {
    position: absolute;
    top: -20px;
    z-index: -1;
    width: 120%;
    left: -20px;
}

.bar-divider {
    margin-top: -300px;
}

.section-3 {
    padding: 200px 0 50px;
    background-image: url(../img/Bg-Center.png);
    background-size: cover;
    background-position: center;
    margin-top: -290px;
}

    .section-3 h2 {
        font-weight: 800;
        font-size: 30px;
        margin-top: 50px;
        text-transform: uppercase;
        text-decoration: underline;
        color: white;
    }

    .section-3 p {
        color: white;
    }

.section-4 {
    padding: 50px 0;
}

    .section-4 h2 {
        font-weight: 800;
        font-size: 30px;
        margin-top: 50px;
        text-transform: uppercase;
    }

    .section-4 p {
        font-size: 20px;
    }

    .section-4 img {
        width: 100%;
    }

    .section-4 .img-absolute {
        position: absolute;
        top: 0;
        z-index: -1;
        display: none;
    }

.section-5 {
    background-color: #d6f0ff;
    padding: 50px 0;
    position: relative;
}

    .section-5 h2 {
        font-weight: 800;
        font-size: 30px;
        margin-top: 50px;
        text-transform: uppercase;
    }

    .section-5 img {
        width: 100%;
        position: absolute;
        width: 550px;
        bottom: 0;
    }

.section-6 {
    padding: 50px 0 50px;
}

    .section-6 h2 {
        font-weight: 800;
        font-size: 30px;
        margin-top: 50px;
        text-transform: uppercase;
    }

.section-7 {
    padding: 50px 0 100px;
    background-color: #d6f0ff;
}

    .section-7 h2 {
        font-weight: 800;
        font-size: 30px;
        margin-top: 50px;
        text-transform: uppercase;
    }

    .section-7 .column-cont {
        padding: 25px;
        background-color: #eaedf7;
        border-radius: 30px;
        -webkit-box-shadow: 0px 5px 23px -2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 5px 23px -2px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 5px 23px -2px rgba(0, 0, 0, 0.75);
        margin-top: 30px;
    }

        .section-7 .column-cont p {
            font-size: 1rem;
            height: 32px;
        }

        .section-7 .column-cont img {
            width: 100%;
            height: 400px;
        }

.section-8 {
    padding: 100px 0 50px;
}

    .section-8 h2 {
        font-weight: 800;
        font-size: 30px;
        text-transform: uppercase;
    }


    .section-8 .accordion-button::after {
        position: absolute;
        left: 15px;
        transform: rotate(-90deg);
    }

    .section-8 .accordion-button:not(.collapsed)::after {
        transform: rotate(0deg);
    }

    .section-8 .accordion-button {
        padding-left: 40px;
    }


    .section-8 .accordion-item {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }

    .section-8 .accordion-button:not(.collapsed) {
        background-color: transparent;
    }

.faqs-btn {
    border-radius: 50px;
    padding: 15px 35px;
    color: #0490e1;
    text-decoration: none;
    border: 3px solid #0490e1;
    font-weight: 700;
}

.section-9 {
    padding: 150px 0 150px;
}

    .section-9 h2 {
        font-weight: 800;
        font-size: 30px;
        text-transform: uppercase;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
        color: white;
    }

.sec-9-cont {
    background-image: url(../img/sec-9-bg_03.png);
    background-size: cover;
    background-position: center;
    padding: 70px 50px;
    border-radius: 30px;
    position: relative;
}

    .sec-9-cont img.sec-9-img {
        position: absolute;
        top: -126px;
        right: 20px;
        width: 500px;
    }



.footer {
    background: white;
    padding: 20px 0;
    color: black;
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

    .footer a {
        color: black;
        padding: 0 4px;
        display: inline-block;
        font-weight: bold;
        border-right: 1.5px solid grey;
        padding-right: 9px;
        text-decoration: none;
    }

        .footer a:last-of-type {
            border-right: none;
        }

.footer2 {
    color: #666;
    padding: 40px 0;
    background: white;
    text-align: center;
    padding-top: 20px;
}

    .footer2 p {
        color: black;
    }

    .footer2 ul {
        display: flex;
        justify-content: center;
        padding-left: 0;
    }

        .footer2 ul li {
            list-style: none;
            margin: 0 10px;
        }

            .footer2 ul li a {
                color: #22A1FF;
                font-size: 25px;
            }

.display-large {
    display: block;
}

.display-small {
    display: none;
}

.section-6 table tr:nth-child(odd) {
    background-color: white !important;
}



@media screen and (max-width: 991px) {

    .display-large {
        display: none !important;
    }

    .display-small {
        display: block !important;
    }

    .section-1 .banner-img {
        width: 80%;
        margin-top: 50px;
    }

    .section-1 {
        text-align: center;
        background-position: center right;
        padding-bottom: 100px;
    }

    .section-2 img {
        margin-top: 0;
    }

    .section-2 {
        text-align: center;
        padding: 100px 0;
    }

    .bar-divider {
        display: none;
    }

    .section-3 {
        text-align: center;
    }

        .section-3 img {
            margin-top: 20px;
            margin-bottom: 100px;
            max-width: 300px;
        }

    .section-5 {
        text-align: center;
        padding-bottom: 0;
    }

        .section-5 img {
            position: unset;
        }

    .section-6 {
        padding: 50px 0;
    }

    .section-7 .column-cont img {
        width: 100%;
        height: 250px;
    }

    .sec-9-cont {
        text-align: center;
    }

    .section-9 {
        padding: 50px 0;
    }

    .sec-9-cont img.sec-9-img {
        position: unset;
        width: 250px;
        margin-top: 20px;
    }

    .section-2 .img-absolute {
        display: none;
    }
}


@media screen and (max-width: 575px) {
    .section-2 {
        padding: 50px 0;
    }

    .section-5 img {
        width: 100%;
    }

    .table > :not(caption) > * > * {
        font-size: 10px;
    }

    .section-1 h1 {
        font-size: 24px;
    }

    header .navbar-brand img{
        width:160px;
    }

    .btn-main {
        padding: 8px 10px !important;
        font-size:10px !important;
    }
        .banner-container .btn-main span, .sec-9-cont .btn-main span, .btn-main span {
            width: 20px !important;
            height: 20px !important;
            top: 2px !important;
            left: 6px !important;
        }

    .section-1 .banner-img{
        position:unset;
        margin-top:10px;
    }

    .section-1 .banner-container{
        padding-bottom:0;
    }

    .section-2 img{
        margin-bottom:0;
    }
}

