.text-right{text-align:right !important}
 
.rm-gray-bg{
    background-color: white !important;
    border-top:none !important;
}

.navbar-brand:focus {
   background: none;
   outline: none;
   box-shadow: none;
   background-color: unset !important;
}
.navbar-brand:hover {
   color: #fff;
   text-decoration: none;
   background: unset;
   border: none;
   outline: none;
   box-shadow: none;
}