/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2024 | 20:08:52 */
.main-header {
    transition: background-color 0.5s;
}
.main-header .logo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
.elementor.elementor-location-header .elementor-sticky--effects {
	background-color: white;
}
.elementor-element.main-header.elementor-sticky--effects .header-right li.header-btn.menu-item a:hover {
    background: transparent;
}
.elementor-element.main-header.elementor-sticky--effects .header-right li.header-btn.menu-item a {
    background: #8f7250;
}
.elementor.elementor-location-header .menu-item a {
    color: black;
}
/* .elementor.elementor-location-header .elementor-sticky--effects .menu-item a {
    color: white;
} */
.elementor.elementor-location-header .elementor-sticky--effects .header-btn a {
    color: black;
	background-color: white;
}
div.e-con .e-con.elementor-sticky--effects {
	padding-left: 30px;
	padding-right: 30px;
}
@media (max-width: 992px) {
	div.e-con .e-con.elementor-sticky--effects {
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-menu .btn {
		margin: 10px 20px;
	}
}

.main-header:has(.elementor-menu-toggle.elementor-active) {
    background-color: black;
}
.main-header:has(.elementor-menu-toggle.elementor-active) .header-btn a {
    color: black;
	background-color: white;
}
.main-header:has(.elementor-menu-toggle.elementor-active) div.elementor-menu-toggle svg, .elementor.elementor-location-header .elementor-sticky--effects div.elementor-menu-toggle svg, .elementor.elementor-location-header .elementor-sticky--effects .sub-arrow svg, .elementor.elementor-location-header .main-header:has(.elementor-menu-toggle.elementor-active) .sub-arrow svg {
	fill: white;
}
.main-header:has(.elementor-menu-toggle.elementor-active) .menu-item:hover .has-submenu .sub-arrow svg {
	fill: black;
}