
/* 
    Created on : Jun 13, 2017, 1:34:54 PM
    Author     : Anshad Abdul Afu
*/

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    color: #FFEB3B;
    background-color: #002e5b;
    font-weight: 600;
}

.nav-pills > li.active > a:hover {
    background-color: #00275b;
    color:white;
}
.nav-pills>li>a:hover{
    background-color: #002e5b;
    color:white;

}
.nav-pills>li> a{
    color:  #002e5b;
    font-weight: 600;
}
hr.style15 {
    border-top: 4px double #D3D3D3;
    text-align: center;
}
hr.style15:after {
    content: 'Jfc Arabia';
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #D3D3D3;
    font-size: 14px;
}