


body.noscroll {
  position: fixed;
  overflow: hidden;
}

.top-animate {
  background: #5f5f5f !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  background: #5f5f5f !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #5f5f5f;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #5f5f5f;
}
.icon:hover .bottom-menu  {
  background-color: #80bd00;
}

.icon:hover .mid-menu  {
  background-color: #80bd00;
}
.icon:hover .top-menu {
  background-color: #80bd00;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #5f5f5f;
}

.menui {
  background: #5f5f5f;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 999;
  position: fixed;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 17px;
  right: 5%;
}

.mobilenav {
top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
}

.mobilenav li a {
  font-size: 150%;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}

.mobilenav li:first-child {
  margin-top: 60px;
}

.panel-icon-style{
float: right;
    background-color: #98C417;
    border-radius: 50%;
    color: white;
    font-size: 17px;
    padding: 6px 10px;
    margin: -32px 0 5px 0;
}