* {
    font-family: "Poppins", sans-serif;
}

/** {*/
/*    font-family: "Sora", sans-serif;*/
/*}*/

.logo {
    width: 45%;
}

.hero {
    background-color: #d3e5f4;
}

.number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.number.active {
    background-color:#315788;
}

.title h1 {
    font-size: 48px;
}

.form-control {
    border: 1px solid #299AD6 !important;
    font-size: 16px;
}

.btn-primary {
    background-color: #315788 !important;
    color: white !important;
    border: unset !important;
    font-weight: bold !important;
}

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

.text-sky {
    color: #315788;
}

.text-sky-dark {
    color: #337AB7
}

h2 {
    font-size: 40px;
    font-weight: 900;
}

.text-italic {
    font-style: italic;
}

.icon {
    height: 95px;
}


.testimonial {
    background-color: #f6fafa;
}

.avatar {
    width: 80px;
}


.footer-card {
    background-color: #315788;
    border-radius: 30px 30px 0 0;
}

.f-logo {
    min-width: 280px;
    width: 280px;
}

.form-error-large {
    color: red;
    font-size: 1.5rem;
    text-align: center;
    width: 100%
}

.form-error {
    color: darkred;
    font-size: 1rem;
}


@media screen and (max-width:767px) {
    .header-flex {
        flex-direction: column;
        gap: 20px;
    }

    .title h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
        font-weight: 900;
    }

    .footer-card.p-5 {
        padding: 20px !important;
    }

    .footer-card .d-flex.justify-content-between.align-items-start.gap-5 {
        flex-direction: column;
    }

    .footer .container-fluid.px-4 {
        padding: 0 10px !important;
    }

    .f-logo
    {
        min-width: 200px;
        width: 200px;
        display: block;
        margin: auto;
    }

    .logo {
        display: block;
        margin: auto;
    }

    .lead {
        font-size: 1rem;
        font-weight: 300;
    }

    .hero-people {
        max-width: 100%;
        height: auto;
        width: 100%;
        margin-left: 0;
    }
}

.checkbox-custom:checked {
    background-color:  #337AB7;
    border-color:  #337AB7;
}

.hero-people {
    width: 125%;
    height: auto;
}
