/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2025 | 11:36:20 */
.sticky-header,
.elementor-sticky--effects.sticky-header {
    width: auto;
}

.sticky-header {
	transform: translatey(-80px);
	-moz-transition: all .4s ease!important;
	-webkit-transition: all .4s ease!important;
	transition: all .4s ease!important;
}


.elementor-sticky--effects.sticky-header  {
	height: auto!important;
	transform: translatey(0px);
}

.elementor-sticky--effects.transparent-header {
	display: none!important;
}

@media screen and (max-width: 1024px) {
	.sticky-header {
		transform: translatey(-80px);
		-moz-transition: all .4s ease!important;
		-webkit-transition: all .4s ease!important;
		transition: all .4s ease!important;
	}
}