/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2025 | 10:51:29 */
*,html{
	scroll-margin-top: 100px;
	scroll-pdding-top: 100px;
}
.sticky .cm_header{
	background-color: rgb(30 109 147 / 56%) !important;
    backdrop-filter: blur(14px);
}
.ekit-template-content-header.sticky {
    top: 0;
}
.ekit-template-content-header.sticky .cm-logo{
	width: 60px;
}
.ekit-template-content-header {
    position: sticky;
    top: -100px;
    transition: top 0.3s ease-in-out;
    z-index: 1021;
}
