#t4-home-slider{
 top: -85px; 
  top: -85px
  
}
@media (max-width: 576px) {
  #t4-home-slider {
    top: 0px;
  }
}
#t4-home-slider .container{
max-width: 100%;
}
.top-menu{
width: 100%;
display: inline;
}
.top-menu .nav-item:nth-child(odd) {
      float: left;
}
.top-menu .nav-item:nth-child(even) {
      float: right;
}