.dark-mode-active .header-top .container .right-block {
    background: #000;
}

.dark-mode-active .navbar-inverse {
    background: #000;
    border: 1px solid #525c55
}

    .dark-mode-active .navbar-inverse .navbar-nav li .dropdown-menu {
        background: #808080;
        color: antiquewhite;
    }

        .dark-mode-active .navbar-inverse .navbar-nav li .dropdown-menu li {
            border: .5px solid #4ab866;
        }

.dark-mode-active .banner-outer .banner-outer {
    background: #000;
}

.dark-mode-active .about, .dark-mode-active .our-impotance, .dark-mode-active .news-events, .dark-mode-active .campus-tour {
    background: #000;
}

.dark-mode-active .campus-tour {
    background: #000;
    border-bottom: 1px solid;
}

.dark-mode-active .news-events .panel21, .dark-mode-active .news-events .panel2 {
    border: solid 1px #000;
    background: #333;
}

.dark-mode-active .news-events .btn-success {
    background: #525c55;
}

.dark-mode-active .news-events .inner, .dark-mode-active .news-events ul li .cnt-block {
    background: #333;
}

.dark-mode-active .inner-banner, .dark-mode-active .about.inner, .dark-mode-active .form-wrapper, .dark-mode-active .google-map {
    background: #000;
}

    .dark-mode-active .about.inner p {
        color: #ffffff !important;
    }

    .dark-mode-active .about.inner .table-responsive table tbody tr td {
        background: #808080;
        color: #ffffff !important;
    }

.dark-mode-active .navbar-inverse .navbar-nav li .child-navigation li:first-child a:after {
    border-color: transparent transparent #333 transparent;
}

.dark-mode-active .navbar-inverse .navbar-nav li .child-navigation {
    background: #808080;
    border: solid 1px #000;
}


.dark-mode-active .footer {
    background: #000;
}

    .dark-mode-active .footer .bottom {
        background: #000;
        border-top: solid 1px #333
    }
/*
.dark-mode-active .block-card, .dark-mode-active .author, .dark-mode-active .block-dark-background, .dark-mode-active .logos-block {
    background: #333;
}

.dark-mode-active .events.small .event .date, .dark-mode-active .events .event .date, .dark-mode-active .search-box {
    background: #000;
}

    .dark-mode-active .search-box .fa, .dark-mode-active .search-box h2, .dark-mode-active .search-box label {
        color: #fff;
    }

.dark-mode-active .events-carousel .owl-buttons .owl-prev, .dark-mode-active .events-carousel .owl-buttons .owl-next {
    background: #333;
}

.dark-mode-active .video-carousel .owl-buttons .owl-prev, .dark-mode-active .video-carousel .owl-buttons .owl-next {
    background: #000;
}

.dark-mode-active p, .dark-mode-active a, .dark-mode-active h1, .dark-mode-active h2, .dark-mode-active h3, .dark-mode-active h4, .dark-mode-active ul, .dark-mode-active ol, .dark-mode-active table, .dark-mode-active header, .dark-mode-active .input-group label {
    color: #fff;
}

.dark-mode-active .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #000;
}

.dark-mode-active.page-sub-page .breadcrumb-container, .dark-mode-active.page-sub-page #page-content {
    background: #333;
}

.dark-mode-active .course-list-table thead tr th, .dark-mode-active .course-list-table tbody tr td, .dark-mode-active .course-list-table tbody tr th, .dark-mode-active address {
    color: #fff;
}

@media (max-width: 767px) {
    .dark-mode-active #page-footer {
        display: table !important;
    }

    .dark-mode-active .navigation-wrapper .primary-navigation-wrapper header nav .navbar-nav li {
        background: #333;
    }
}*/
