.header .dropdown  {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 600;
    font-family: Hind, sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 55px;
    padding: 20px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .header .dropdown .dropdown-menu li a{
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    
}
.slide{
  background-image: background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./img/1920x1080/01.jpg"));
}
@media (min-width: 992px) {
    .page-on-scroll .header .dropdown{
        color: #515769;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7,1,.7,1);
    }
}
  @media (max-width: 991px) {
    .header .dropdown  {
        position: relative;
        display: block;
        font-size: 13px;
        font-weight: 600;
        font-family: Hind, sans-serif;
        color: #fff;
        text-transform: uppercase;
        line-height: 55px;
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
      }
    .header .dropdown  {
        color: #515769;
        line-height: 1.4;
        padding: 12px 12px 12px 9px;
    }
    .header .dropdown .dropdown-menu li a{
        font-size: 10px;
        line-height: normal;
        font-weight: 400;
        white-space: normal;
    }
}