/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 04 2026 | 19:06:21 */
.elementor-widget-text-editor ul {
    margin-bottom: 16px;
}

.elementor-widget-text-editor ul li {
    margin-bottom: 8px;
}

.elementor-widget-text-editor ul li:last-child {
    margin-bottom: 0px;
}

.elementor-widget-text-editor ul:last-child {
    margin-bottom: 0px !important;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

.elementor-widget-text-editor ul {
    list-style: none;
    padding-left: 0;
    
}

 .elementor-widget-text-editor ul li {
    position: relative;
    padding-left: 24px;
}

@media only screen and (max-width:992px) {
    .elementor-widget-text-editor ul li {
        text-align: left;
    }
    .elementor-widget-text-editor ul li::before {
        top: 13px !important;
    }
}

 .elementor-widget-text-editor ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

   width: 15px;  
    height: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" class="e-font-icon-svg e-fas-check-square" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path fill="%23BD9328" d="M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z"></path></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

body{
    overflow-x: hidden ;
}
h1 , h2 , h3 , h4 , h5, h6, p , span{
	    font-family: 'Open Sans', sans-serif;
}
