#topnav .navigation-menu.nav-light > li.active > a {
    color:  rgb(237, 112, 45) !important;;
}

.footer {
    background: rgb(38, 38, 38);
    position: relative;
    color: #adb5bd;
}

.bg-footer {
    background-color: rgb(38, 38, 38) !important;
}

.footer .footer-border, .footer .footer-bar {
    border-top: 1px solid #8492a6;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,0.9)!important;
}

.footer .text-foot {
    color: #ffffff;
}

.footer .text-muted {
    color: #ffffff !important;
}