/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 12 2024 | 15:57:01 */
.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;
}
.logo-animation-container{
	width: 100%;
	height: 100%;
}
.logo-animation-container svg {
    width: 80%!important;
    height: 80%!important;
}
.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;
} */
canvas {
    aspect-ratio: 285 / 98;
}
.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;
}