#sp-footer, #sp-bottom {
  background: #224295;
  color: #fff;
}
.burger-icon > span {
  display: block;
  height: 2px;
  background-color: #224295;
  margin: 5px 0;
  transition: background-color .3s ease-in,opacity .3s ease-in,transform .3s ease-in;
}
#sp-header {
  height: 155px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: none;
  animation: spFadeIn .5s;
}