.desktop-mode.dark-colors-nav .header-top {
    border-color: rgba(255,255,255,10)!important;
    color: rgba(255,255,255,10);
}

.footer-bg-dark {
    background-color: #042666;
}

.wrapper-footer.footer-bg-dark nav.navbar:not(.navbar-dark) ul li a, .wrapper-footer.footer-bg-dark nav.navbar:not(.navbar-light) ul li a {
    color: rgba(255, 255, 255, 1);
}

.wrapper-footer.dark .site-info.bottom-footer {
    color: rgba(255,255,255,1);
}

.desktop-mode.dark-colors-nav .header-top {
    border-color: #1e438a!important;
    color: rgba(255,255,255,10);
}

.wrapper-footer.dark .widget-footer-title {
    color: #ffffff;
}

.dark .top-footer {
    border-bottom-color: #1e438a;
}