
	
.disable-click{
  color: #09beb2! important;
  font-weight:500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
   
}


.menu {
    background-color:#bcd62d;
	top: 0;
    position: -webkit-sticky;
    position: sticky;
	z-index:999;
}

.sticky {
    top: 0;
    position: fixed;
}