.fixed-nav sticky-header {
  position: fixed;
  top: 0;
  z-index: 999999;
  transition: all 0.8s ease;
  width: 100%;
}
