﻿.header .navbar .dropdown .dropdown-menu li a {
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px 10px 0;
    border-radius: 3px;
    min-width: 180px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-title h5 {
    font-size: 20px;
    color: #fff;
    background-color: #4f9fde;
    padding: 5px;
}

.marqu a {
    color: darkslateblue;
}

.bg-color {
    background: linear-gradient(77deg, rgba(217, 231, 255, 1) 0%, rgba(227, 255, 231, 1) 100%);
}

.btn-primary1 {
    width: 20%;
    background: #2e3192;
    border-color: #2e3192;
    color: #ffffff;
}

.header .navbar .navbar-nav .nav-item.active .nav-link {
    background: inherit;
    color: #ffffff;
}

#partner {
    height: 200px;
}

    #partner .card-body {
        height: 180px;
        padding: 10px;
    }

        #partner .card-body img {
            height: 150px;
            padding: 10px;
        }

#leftdiv .widget-course span {
    font-size: 20px;
    background-color: lightskyblue;
    border: 1px solid;
}

#leftdiv .widget-course li {
    border-bottom: 1px solid #d7edff;
}

.widget-categories {
    border-bottom: 1px solid #d7edff;
}

.course-sidebar .widget .widget-course ul li a {
    display: block;
    color: #00C;
}
#headerA  {
    background: inherit;
    color: #ffffff;
}

.title {
    color: black;
}

.btn {
    
    background: #2e3192;
    border-color: #2e3192;
    color: #ffffff;
}