/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.qualification-btn {
	 width: 100%;
	 color: white;
	background: transparent;
}


.qualification-btn:hover{
	border: 2px solid white;
	text-decoration : none;
	color: white;
/* 	--button_gradient_hover:  red;
	--button_gradient:  red;
	--button_gradient_top_color_hover: red;	 */
}

.qualification-btn-active {
	border: 2px solid black;
	background: #24292F;
}