/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2025 | 22:32:39 */
.custom-accordian .elementor-accordion-item {
	margin-bottom: 10px;
}
.main-menu .ekit-menu-nav-link:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #3D8B28 !important;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.main-menu .ekit-menu-nav-link:hover:after {
    width: 80%;
}
