#sp-header {
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: none;
  animation: spFadeIn 0.5s;
}
#offcanvas-toggler {
  display: inline-flex;
  align-items: center;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
.burger-icon > span {
  display: block;
  height: 4px;
  background-color: #000;
  margin: 5px 0;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}
.burger-icon {
  width: 35px;
  cursor: pointer;
}