/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2025 | 18:58:53 */

/* Media query for screens that are less than 1024px wide */
@media (max-width: 1024px) {
    /* Target the element with the specified classes */
    .elementor-element.elementor-element-b7666ce.e-con-full.e-flex.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside {
        /*top: 144px !important;*/
        top: unset !important;
    }


.elementor-5106 .elementor-element.elementor-element-4c1aea99 img{
width: 200px;
}

    /* Center the container */
.elementor-element-927710e {
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically (if needed) */
    height: 100%; /* Ensure the container has a height */
}

}
/* Media query for screens that are less than 1024px wide */
/* end screen*/

/* Media query for screens that are less than 600px wide */
@media (max-width: 600px) {
    /* Target the element with the specified classes */
    .elementor-element.elementor-element-b7666ce.e-con-full.e-flex.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside {
        top: 144px !important;
    }
}


