/************************************** STICKY MENU ******************************************/
nav.fixsticky{
	top:-90px; /* MOVE IT ABOVE PAGE LINE FOR ANIMATION */
	position: fixed;
	width: 100%;
	left: 0;
	border-top: 0;
}
nav.sticky {
	position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 100;
    border-top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 30%) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 30%) !important;
    transition: top 0.5s ease 0.5s;
    top: 0px;
	border-radius: 12px;
}
/*#main-menu.sticky .nav-logo-wrap {
	margin-left: 15px;
	margin-right: -15px;
}*/