/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2026 | 18:06:56 */
*{
	margin:0;
	padding:0;
}
p{margin:0;}
.banner-outer {
    display: block;
    overflow: hidden;
}
.header-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.padding-0{padding:0;}
.about-image {
    position: sticky;
    top: 40px;
}
.about-img img {
    aspect-ratio: 1;
    object-fit: cover;
}
.heading-main b{color:var( --e-global-color-accent );}