/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2024 | 15:26:21 */
.main-header {
    padding-top: 50px;
    transition: all 0.5s ease;
}
.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: black;
}
.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 {
		padding-top: 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;
}
.elementor.elementor-location-header .main-header img {
	transition: 0.3s ease-in-out all;
}
.elementor.elementor-location-header .main-header.elementor-sticky--effects img {
	height: 75px;
}
.elementor-sticky { 
	width: 100% !important 
}