/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 21 2023 | 20:14:16 */
.nav-animate .elementor-nav-menu--main ul li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: -3px;
    height: 10px;
    width: calc(100% + 20px);
    background: rgba(133,163,179,.21);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.39,.1,0,.98);
}

.nav-animate .elementor-nav-menu--main ul li a::before:hover {
    transform: scaleX(1);
}