/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2023 | 19:56:23 */
.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);
}

.cstmbtn a:hover {
    box-shadow: 0 -150px 0 0 #AB46CB inset;
    transition: all 1s ease-in-out;
}
.cstmform option{
	background-color:#AB46CB;
}