/**
 * Global - Refresh Custom Styles
 *
 * @package Supreme_Starter
 * @since 1.0.0
 * @snippet_id 23462
 */

.hero-buttons .elementor-column {
	width:auto;
}

.hero-buttons .elementor-column-gap-default {
	gap:25px;
}

.premium-testimonial-lower-quote {
	z-index:-1;
}

.premium-testimonial-upper-quote {
	z-index:-1;
}

.overview-content{
	 max-width: 1000px;
    margin: 0 auto;
}

.overview-content .bio-btn{
	margin: 0 auto;
}

.bmmc-box:hover .elementor-button.elementor-button-link {
    background-color: #3d264f;
    border: 1px solid #fff;
    color: #fff;
}

@media screen and (max-width: 1024px) {
	.hero-buttons .elementor-container{
		justify-content: center;
	}
}

.footer h3 a {
	transition:color .3s ease;
}

.footer h3 a:hover{
	color:#E47B3A !important;
	
}

.abt-list a {
	transition:color .3s ease;
}

.abt-list a:hover span {
	color:#E47B3A !important;
}