#sp-header {
  height: 60px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: none;
  animation: spFadeIn .5s;
}
#sp-footer {
  background: #0B1D42;
  color: #fff;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 0px;
}