/* --- Colors --- */

:root {
    --main: #88a6ab;
    --main-light: #FCE6D1;
    --main-dark: #473433;
    --accent: #fcf1ef;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    --footer-color: #fff;
    --heading-color: #cfcfcf;
}
.header-section {
    background-color: #ffffff!important;
}
@media (min-width: 992px) {
    .header-wrapper .main-menu li .sub-menu {
        background-color: #494848!important;
    }}
.top__header .top__wrapper .account__wrap .c__one span, .account a span {
    color: var(--main)!important;
}
.footer__item ul li a {
    color: #fff!important;
}
.main__logo img {
    max-width: 180px!important;
    width: 180px!important;
}

.card-body {
    color: var(--heading-color);
}