/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 12 2025 | 21:23:30 */
.sticky-header{
    position: fixed;
    left: 0px;
    top: 70px;
    z-index: 1;
    opacity: 0.8;
}

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;
}
.heading-title h2.elementor-heading-title {
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
}
.subheading-title p {
    color: #252525;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
}
.subheading-small h2{
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}


.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;
    overflow: hidden;
    transition: 0.15s;
    position: fixed;
    top: 0;
    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: 5px;
    text-decoration-color: #c3002f;
    color: #c3002f!important;
  }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 600px) and (max-width: 1024px)  {
	.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		position: fixed!important;
	}
}


/********** Phone & Tab  ***********/
@media only screen and (max-width: 600px) {
  body{
    padding-top: 100px;
  }
  .toplogo img{
    margin: 0;
  }
  section#mainheader{
    overflow: initial;
  }
  .heading-title h2.elementor-heading-title{
    font-size: 28px;
  }

}

/********** Desktop & Laptop ***********/
@media screen and (min-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 1){
body{
   padding-top: 0px;
   }
}