.header {
  transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}



.fixed {
  position: fixed !important;
  width: 100%;
  height: 115px;
  z-index: 500;
  background-color: #fff;
  -webkit-box-shadow: -1px 10px 18px -5px rgba(51,51,51,0.3);
  -moz-box-shadow: -1px 10px 18px -5px rgba(51,51,51,0.3);
  box-shadow: -1px 10px 18px -5px rgba(51,51,51,0.3);

}

.header.fixed {
  top: 0;
}


.home .fixed a {
  text-decoration: none;
  color: #3394C8 !important
}

.home .fixed .menu-btn span {
  background:  #3394C8 !important;
}

.fixed .header-navigation .sub-menu li a {
  color: #80848a !important;
  line-height: 1.5;
  display: inline-block;
}
