/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2024 | 04:12:23 */
/* body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display: block;
    height: 140px; 
    margin: -140px 0 0; 
    visibility: hidden;
    pointer-events: none;
}  */
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
	content: "";
	display:block;
	height: 140px; 
	margin: -140px 0 0;
	visibility: hidden;
	pointer-events: none;
}

.scrollnav a.active, .scrollnav a:hover {
    text-decoration: underline;
    text-underline-position: under;
    width: max-content;
    text-underline-offset: 0.5em;
    text-decoration-thickness: 5px;
    text-decoration-color: #c3002f;
    color: #c3002f!important;
}
.sticky-header{
    position: fixed;
    left: 0px;
    top: 64px;
    z-index: 1;
    opacity: 0.8;
}
.eael-data-table thead tr {
    text-align: left;
    position: sticky;
    top: 130px;
    width: -webkit-fill-available;
}

section.mobile-header {
	display: none!Important;
}
a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity: 0!important;
}
a.hfe-menu-item:after, .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before{
	top: 50px;
}
a.hfe-menu-item{
	outline: none!important;
}
.img-logo img {
    width: 60px;
    height: auto;
}
section#mainheader {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    background-color: #FFF;
    opacity: 0.8;   
    left: 0;
    top: 0;
    overflow: hidden;
    transition: 0.15s;
    position: fixed;
    z-index: 99;
}

.toplogo img {
    height: 50px;
    margin: 0.5px 0px 0px 60px;
}

/** Anchor Menu **/
 .scrollnav {
    margin: 0px;
  }
  .scrollnav a {
    border-radius: 50px;
    display: inline-block;
    margin: 0px 5px;
    transition: background .25s ease-out;
    padding: 5px 10px;
    text-decoration: none;
    color: #c3002f;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: monospace;
    opacity: 0.8;
  }
  .scrollnav a.active,
  .scrollnav a:hover{
    text-decoration: underline;
    text-underline-position: under;
    width: max-content;
    text-underline-offset: 0.5em;
    text-decoration-thickness: 3px;
    text-decoration-color: #c3002f;
    color: #c3002f!important;
  }


/********** Phone & Tab  ***********/
@media only screen and (max-width: 600px) {
	body{
		padding-top: 70px;
	}
	section#mainheader{
		overflow: visible!important;
	}
	.toplogo img{
		margin: 0;
	}

	.heading-title h2.elementor-heading-title{
		font-size: 28px;
	}
	section.desktop-header {
		display: none!Important;
	}
	section.mobile-header {
		display: block!Important;
	}
	.eael-data-table thead tr {
		position: relative;
		top: auto!important;
	}

}


/* Media queries mobile & tablet */
@media (min-width: 768) and (max-width: 1024px){
	section#mainheader{
		overflow: visible!important;
	}

}

/********** Desktop & Laptop ***********/
@media screen and (min-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 1){
	body{
		padding-top: 0px;
	}
}