/* color mode */
.color-mode .dropstart .dropdown-toggle:before{
    display: none;
}
.color-mode .dropdown-menu.show {
    display: block !important;
}

.color-mode .dropdown-menu {
    display: none !important;
    z-index: 9999;
}

.color-mode .dropdown .btn {
    border: none;
}

.color-mode .dropdown-toggle:after {
    display: none;
}
section {
    padding: 60px 0px;
}

.main-banner-style12 {
    width: 100%;
    position: relative;
    padding: 5% 0 0 0;
}

.page-title-section {
    padding: 200px 0 90px 0;
}

.filtering span {
    font-size: 20px;
}

.table-custom-rowstyle > td, .table-custom-rowstyle > th {
    background-color: red;
}

.footer-custom-font-weight500 {
    font-weight: 500;
    color:black;
}

.left-overlay-dark[data-overlay-dark]:before {
    background: rgba(6, 30, 66, 0.76);
    background: linear-gradient(-90deg, transparent, #00213f 90%); }

@media screen and (max-width: 1550px) {
    .navbar-nav > li > a { font-size: 16px; }
}

@media screen and (max-width: 991px) {
    #logo {
        content: url("../img/logos/logo-white-mobile.png");
    }
}

@media screen and (min-width: 992px) {
    #logo {
        content: url("../img/logos/logo-white.png");
    }
}