/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2026 | 06:40:37 */
.site-logo-img img {
    /* filter: url(#ast-img-color-filter); */
    transition: all 0.2s linear;
	 filter: none;
}
.site-logo-img .transparent-custom-logo img, .ast-theme-transparent-header .site-logo-img img {
    /*filter: url(#ast-img-color-filter-2);*/
	 filter: none;
}
.ast-theme-transparent-header [CLASS*="ast-header-button-"] .ast-custom-button {
    /*color: var(--ast-global-color-2);*/
	
    background: var(--ast-global-color-0);
	 color: #fff!important;
	 
}
label, legend {
    
    font-size: 16px!important;
    
}
input[type="submit"]
{color: #fff!important;}

/*.ast-theme-transparent-header .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-menu, .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .ast-mobile-header-wrap .main-header-bar
Specificity: (0,4,0)
 {
    background-color: #0c0d0eb5;
}*/

.ast-theme-transparent-header .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-menu, .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .ast-mobile-header-wrap .main-header-bar {
    background-color: rgba(24, 48, 48, 0.18);
	/* background-color: #0c0d0eb5;*/
}


.ast-scroll-to-top-right {
    right: 22px;
    bottom: 90px;
}