/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

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


/*----------Header-----------*/
ul#secondary-menu li a {
    color: #fff;
}
.why-choose-icon .elementor-widget-container:after{
	content: "";
	width: 0%;
	height: 5px;
	background: #FFD809;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .3s ease-in-out;
}
.why-choose-icon:hover .elementor-widget-container:after{
	width: 100%;
}
.why-choose-icon .elementor-icon-box-icon {
    background: #f6931e;
    padding: 10px;
	transition: all .3s ease-in-out;
}
.why-choose-icon span.elementor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-icon:hover .elementor-icon-box-icon{
	transform: translatey(-10px);
}