/*=== designervily-ele-fid-style-6 ===*/
.designervily-ele-fid-style-6{
	position: relative;
	text-align: left;
}
.designervily-ele-fid-style-6 .dsvy-fld-contents{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.designervily-ele-fid-style-6 .dsvy-fid-inner{
	display: inline-flex;
	margin-bottom: 6px;
	text-align: center;
	font-size: 85px;
	font-weight: 700;
	line-height: 85px;
	letter-spacing: -1px;
}
.designervily-ele-fid-style-6 .dsvy-fid,
.designervily-ele-fid-style-6 .dsvy-fid-before{
	color: var(--dsvy-cardioly-global-color);
}
.designervily-ele-fid-style-6 .dsvy-fid-title{
	color: rgba(var(--dsvy-cardioly-blackish-color-rgb), 0.5);
}

/*=== Bg Color ===*/
.dsvy-elementor-bg-color-secondary .designervily-ele-fid-style-6 .dsvy-fid-inner,
.dsvy-elementor-bg-color-secondary .designervily-ele-fid-style-6 .dsvy-fid-title,
.dsvy-elementor-bg-color-blackish .designervily-ele-fid-style-6 .dsvy-fid-title,
.dsvy-elementor-bg-color-blackish .designervily-ele-fid-style-6 .dsvy-fid-inner{
	color:  var(--dsvy-cardioly-white-color);
}
.dsvy-elementor-bg-color-globalcolor .designervily-ele-fid-style-6 .dsvy-fid-inner,
.dsvy-elementor-bg-color-gradient .designervily-ele-fid-style-6 .dsvy-fid-inner,
.dsvy-elementor-bg-color-globalcolor .designervily-ele-fid-style-6 .dsvy-fid,
.dsvy-elementor-bg-color-globalcolor .designervily-ele-fid-style-6 .dsvy-fid-before,
.dsvy-elementor-bg-color-gradient .designervily-ele-fid-style-6 .dsvy-fid,
.dsvy-elementor-bg-color-gradient .designervily-ele-fid-style-6 .dsvy-fid-before{
	color: var(--dsvy-cardioly-white-color);
}
.dsvy-elementor-bg-color-globalcolor .designervily-ele-fid-style-6 .dsvy-fid-title,
.dsvy-elementor-bg-color-gradient .designervily-ele-fid-style-6 .dsvy-fid-title{
	color: rgba(var(--dsvy-cardioly-white-color-rgb),0.80);
}
/*** media query ***/
@media (max-width: 911px){
	.designervily-ele-fid-style-6 .dsvy-fid-inner{
		font-size: 70px;
		line-height: 70px;
		letter-spacing: -0.4px;
	}
}
@media (max-width: 450px){
	.designervily-ele-fid-style-6 .dsvy-fid-title br{
		display: none;
	}
}
