* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.burger{
  position: absolute;
  left: 20px;
  top: 0px;
}


.top-animate {
  background: #001446 !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #001446 !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 6px;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background-color: #001446;
}

.mid-menu {
  top: 15px;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background-color: #001446;
}

.bottom-menu {
  top: 24px;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background-color: #001446;
}

.menui {
  background: #001446;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
  z-index: 999;
}
.home .menui {
  background: #fff;
}
.sticky.home .menui {
  background: #001446;
}

.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 70%;
  height: 100%;
  background: #fff;
}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px 0;
}

.mobilenav li a {
  font-size: 25px;
  color: #001446;
  text-decoration: none;
  font-weight: 800;
  width: 100%;
}

.mobilenav li:first-child {
  margin-top: 30px;
}

.mobilenav .socials a{
  width: 35px;
  height: 35px;
  display: inline-block;
}
.mobilenav li a:hover {
  text-decoration: underline;
}



.mobilenav .logo img{
  height: 120px;
  padding-top: 30px;
}
