/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 06 2023 | 17:12:30 */
.ms-sticky-nav{
	transition: background-color 0.5s;
}
.elementor-sticky--effects{
	background-color: #fff;
}
.elementor-sticky--effects .menu-item a {
    color: black;
}
.elementor-sticky--effects .menu-item a .sub-arrow {
    filter: invert(1);
}
.elementor-sticky--effects .btn.menu-item a {
    color: white;
}
div.e-con .e-con.elementor-sticky--active {
	padding-left: 30px;
	padding-right: 30px;
}
.elementor-sticky--effects .elementor-icon path, .elementor.elementor-location-header .header-wrap .elementor-sticky--effects div.elementor-menu-toggle svg rect, .elementor.elementor-location-header .header-wrap .elementor-sticky--effects div.elementor-menu-toggle i, .main-header:has(.elementor-menu-toggle.elementor-active) div.elementor-menu-toggle i, .main-header:has(.elementor-menu-toggle.elementor-active) div.elementor-menu-toggle svg rect, .main-header:has(.elementor-menu-toggle.elementor-active) path {
	fill: black;
	color: black;
}
@media (max-width: 992px) {
	div.e-con .e-con.elementor-sticky--active {
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-menu .btn {
		margin: 10px 20px;
	}
}
.main-header {
    transition: 0.5s background-color;
}
.main-header:has(.elementor-menu-toggle.elementor-active) {
    background-color: white;
}