a {
    color: #000;
}

.same-space {
    padding: 90px 0px;
}

/*ul {
    padding: 0px;
}

li {
    list-style: none;
}*/

#middle-header .logo-box {
    z-index: 1111;
    top: -25px;
    /* background-color: #198754; */
    position: absolute;
}

#middle-header.bg-white {
    background-color: #fffbdb !important;
}

#slider .owl-carousel-text {
    position: absolute;
    top: 30%;
    left: 4%;
    width: 40%;
    padding: 5px 15px 5px 15px;
    background: rgba(0, 0, 0, 0.3);
}

#slider .owl-carousel-text .title {
    color: #fff;
}

#course .view-header table {
    width: 100%;
    border: 1px solid #ccc;
}
#course .view-header tbody, #course .view-header td, #course .view-header th, #course .view-header tr {
    border: 1px solid;
    border-color: inherit;
}

#gallery .bg-success {
    background-color: #990100 !important;
}
footer#footer a {
    font-size: 16px;
}


/*#middle-header .logs:before {
    position: absolute;
    top: 0px;
    left: -99999px;
    right: 0;
    border-bottom: 100px solid #198754;
    border-right: 35px solid transparent;
    content: "";
    z-index: -1;
}*/
.logs{
    position: relative;
    Z-INDEX: 1;
}
.navbar.sticky-top {
    
    background: #990100;
}
#top-header:before {
    position: absolute;
    top: 0;
    left: 200px;
    right: 0px;
    border-top: 42px solid #990100;
    border-left: 23px solid transparent;
    content: "";
}
div#top-header {
    background-color: #fffbdb;
    color: #fff;
}
#course .card-body {
    background-color: #fffbdb;
    }
#top-header a{
font-size: 15px;
color: #fff;
}
.navbar .navbar-nav .nav-link {

    padding: 5px 4px;
    margin: 0px 2px;
    font-size: 16px;
}

#counter .bg-warning {
    background-color: #990100 !important;
}

.coun {
    border-bottom: 1px solid #e3e2e2;
}

#footer .bg-warning {
    background-color: #990100 !important;
}

#footer.bg-success {
    background-color: #e3dfbc !important;
}

#footer .text-warning {
    color: #990100 !important;
}

.testtext::before {
    border-left: 20px solid #fff0;
    border-right: 20px solid #fff0;
    border-top: 20px solid #fff;
    bottom: -20px;
    content: "";
    filter: drop-shadow(0 10px 10px rgb(0 0 0 / .1));
    left: 55px;
    margin: 0 auto;
    position: absolute;
    right: auto;
    transition: all 0.3s ease;
    width: 40px;
}
/* --------------------------------------message-counter-------------------------------------------- */
.owl-carousel .animated {
    animation-duration: 0.6s;
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideOutUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}
