.main-menu .navbar-header .navbar-brand .brand-text {
    color: #154069;
}


.main-menu.menu-light .navigation > li.active > a {
    background-image: -webkit-linear-gradient(left, #23b7e5 0%, #51c6ea 100%);
    background-image: linear-gradient(to right, #23b7e5 0%, #51c6ea 100%);
    box-shadow : 0 0 10px 1px rgba(21,64,105, 0.7);
    color : #FFFFFF;
    font-weight : 400;
    border-radius : 4px;
}

.main-menu.menu-light .navigation > li ul .active {
    background-image: -webkit-linear-gradient(left, #23b7e5 0%, #51c6ea 100%);
    background-image: linear-gradient(to right, #23b7e5 0%, #51c6ea 100%);
    box-shadow : 0 0 10px 1px rgba(21,64,105, 0.7);
    color : #FFFFFF;
    font-weight : 400;
    border-radius : 4px;
}


.warna1{
    color: #154069 !important;
}

.bg-warna1 {
    background-image: -webkit-linear-gradient(left, #23b7e5 0%, #51c6ea 100%);
    background-image: linear-gradient(to right, #23b7e5 0%, #51c6ea 100%);
    background-repeat: repeat-x;

    
    /* background-color : #154069 !important; */
}

.bg-warna2{
    background-color : #dce3ee;
}



