:root {
    --dark-blue: #002147;
    --dark-blue-hover: #022b57;
    --lighter-blue: #b7d0e6;
    --blue: #295fa6;
    --light-blue: #2a95bf;
    --red: #bf0413;
    --grey: #595959;
}

footer {
    background: #636b6f;
    color: #fff;
}

footer a, footer a:hover {
    color: #fff;
    text-decoration: none;
}

.socials {
    color: white;
    gap: 10px;
}

.socials a {
    border-radius: 200px;
    padding: 10px 12.5px;
    border: 1px solid white;
    text-align: center;
}

.stats {
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}

.stats .stats-icon {
    color: white;
    padding: 5px 7px;
    border-radius: 250px;
    width: 34px;
    height: 34px;
    text-align: center;
}

.stats .stats-icon i {
    font-size: 16px;
}

.stats .stats-icon.blue {
    background: var(--blue);
}

.stats .stats-icon.lightblue {
    background: var(--light-blue);
}

.stats .stats-icon.red {
    background: var(--red);
}

.stats .stats-icon.grey {
    background: var(--grey);
}

.stats .stats-details {
    margin: auto 0 auto 30px;
    font-size: 1.2em;
}


.bg-light-blue{
    background-color: var(--light-blue);
}

.bg-dark-blue {
    background-color: var(--dark-blue);
}

.megamenu {padding: 1rem}

/* ================ Desktop View ================== */
@media all and (min-width: 992px) {
    .has-megamenu {
        position: static!important;
    }

    .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        margin-left: 5%;
    }
}

/* ================= Mobile View ========= */
@media (max-width: 991px) {

}

.dash-item {
    font-size: 25px;
}

.search_select_box button {
    border: 1px solid grey !important;
    color:#002147;
}