/* HIDES THE DARK LOGO */
.d-logo {
 display: none;
}
/* SWITCHES LOGO ON SCROLL */
.elementor-sticky--effects .d-logo {
 display: inline-block;
}
.elementor-sticky--effects .l-logo {
 display: none;
}
/* CHANGES THE BACKGROUND MENU ON SCROLL */
.elementor-sticky--effects {
 background: #fff!important; /* edit here to change the background color for your sticky header*/
}
/* CHANGES THE TEXT COLOR ON SCROLL */
.elementor-sticky--effects .sticky-menu-items ul li a {
 color: #333!important; /* edit here to change your text color for sticky header */
}
/* CONTROLS THE TRANSITION SPEED - KEEP ALL SAME SPEED TO HAVE A CLEAN EFFECT */
.elementor-sticky--effects .sticky-menu-items ul li a {
 transition: .5s all ease-in-out;
}
.elementor-sticky--effects {
 transition: .5s all ease-in-out;
}
/*change color to the mobile menu toggle*/
.elementor-sticky--effects .ep-megamenu .megamenu-header-default .bdt-navbar-nav > li > a {
 color: black!important;
}

.elementor-sticky--effects .elementor-icon-box-description {
    color: black!important;
}
.elementor-sticky--effects .elementor-icon-box-title  {
	color: #274b9a!important;
}
.menuheading .elementor-icon-box-title {
    color: white;
}
.elementor-sticky--effects {
box-shadow: 0px 0px 14px 0px #00000070;
}