    .navbar-default .navbar-nav > li.dropdown:hover > a,
    .navbar-default .navbar-nav > li.dropdown:hover > a:hover,
    .navbar-default .navbar-nav > li.dropdown:hover > a:focus {
        background-color: #fff;
        color: rgb(85, 85, 85);
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }
    .navbar-default .navbar-nav > li.dropdown:hover > ul>li>a {
      color: #000 !important;
    }

    .dropdown:hover > .dropdown-toggle {
        color: #000 !important;
    }

    .dropdown{
      color: #fff !important;
      transition: 0.6s !important;
    }
    .dropdown .dropdown-toggle{
      color: #fff !important;
      transition: 0.6s !important;
    }
