/*
 Theme Name:   Variety Child Theme
 Theme URI:    https://variety.axiomthemes.com/
 Description:  Variety Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     variety
 Version:      1.0.0
 Tags:         agency, digital marketing, digital agency, company, consulting, finance, management, it company, accountant, advertising, business, startup, corporate, seo, insurance
 Text Domain:  variety
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.LogoSLider img {
    max-height: 50px;
    max-width: 200px !important;
    filter: grayscale(1);
    transition: all 0.5s ease;
    opacity: 0.6;
}

.LogoSLider img:hover {
    filter: none;
        opacity: 1;
}
.menu_hover_zoom_line > ul > li:not(.menu-collapse) > a:after{
	display:none !important;
}