header#header.darkHeader {
    background: #ce9b0cbf!important;
}

.topHeader {
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
}

header#header.darkHeader {
    background: #d4d4d4!important;
}

.main-header .nav-menu ul li > ul {
    display: block;
    position: absolute;
    min-width: 180px;
    background: #ccc;
    z-index: -99999;
    left: 0;
    top: -150%;
    opacity: 0;
    transition: all 0.3s linear;
}

.search-wrap {
    background: #CCCCCC;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.chekout-content .nav-tabs li a.active {
    background: #25c0f0;
    z-index: 99;
    position: relative;
}

footer#footer .footer-wrapper .footer-box h4 {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: .84px;
    color: #ccc;
}

.courses-list {
   
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    position: relative;
    padding-bottom: 100px;
}