/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 11 2025 | 10:35:31 */
        /* Preloader Styles */
        #preloader {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .loader {
            border: 6px solid #f3f3f3;
            border-top: 6px solid #3498db;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }



svg{
	max-width:110px;
}
.sticky-section{
	position:relative;
}
.sticky-panel{
	position: sticky;
    left: 0;
    top: 40px;
    background: #fff;
}
.sticky-section .sticky-panel:nth-child(2n){
	top: 80px;
}
.sticky-section .sticky-panel:nth-child(3n){
	top: 120px;
}
.fixed-nav{
	position: sticky;
    left: 0;
    top:0;
}
/* #main-nav.fixed {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 99999;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        } */
.sub-menu .current_page_item.active a{
	color:#E2498A !important;
}