.active{
    color: #1AB3FF !important;
}

ul.navbar-nav li a:hover{
    color: #1AB3FF;
}

ul.navbar-nav li a{
    font-weight: 600;
    transition: all 0.5s;
}