header , header *{
    background: none;
}
#main-header{
    position: fixed;
}
#main-header:has(.e-n-menu-content.e-active) {
	background-color: #fff !important;
	z-index: 99999999999;
}
.mgamenu ul.e-n-menu-heading > .e-n-menu-item > .e-n-menu-title {
	z-index: 99999999999;
	cursor: pointer !important;
}
.mgamenu ul.e-n-menu-heading > .e-n-menu-item > .e-n-menu-title * {
	cursor: pointer !important;
}
#main-header .e-n-menu-item > .e-n-menu-content:not(.e-active) .mgmnuitm {
    display: none !important;
}
.hide-stickk {
  transform: translateY(-130px);
  transition: transform 0.5s ease-out;
  max-height: 0;
  opacity: 0;
}

.elementor-sticky--active.hide-stickk {
  transform: translateY(-90px);
  max-height: unset !important;
  transition: transform 0.7s ease-in;
  opacity: 1;
}

body:has(.jzlab) .hide-stickk {
	transform: translateY(-20px) !important;
	transition: all 0.3s;
}



/*#main-header .e-n-menu-item > .e-n-menu-content .mgmnuitm {*/
/*    max-height: 0 !important;*/
/*    min-height: unset !important;*/
/*}*/
/*#main-header .e-n-menu-item > .e-n-menu-content.e-active .mgmnuitm {*/
/*    animation: dropdownih 2s;*/
/*}*/
/*@keyframes dropdownih {*/
/*  0%   { max-height: 0 !important; min-height: unset !important; }*/
/*  100% { max-height: 2000px !important; min-height: unset !important; }*/
/*}*/


