/*-------------- cspt-ihbox-style-10 ----------------*/
.cspt-ihbox-style-10 h2 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 5px;
	color: var(--cspt-greenly-secondary-color);
}
.cspt-ihbox-style-10 .cspt-ihbox-headingicon .cspt-ihbox-box-number {
	font-size: 150px;
	line-height: 130px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgb(0 0 0 / 30%);
	color: transparent;
	-webkit-text-stroke-color: #21212140;
	position: relative;
	transition: 0.4s;
}
.cspt-ihbox-style-10:hover .cspt-ihbox-headingicon .cspt-ihbox-box-number {
	color: var(--cspt-greenly-global-color);
	-webkit-text-stroke-color: var(--cspt-greenly-global-color);
}
.cspt-ihbox-style-10 .cspt-ihbox-headingicon .cspt-ihbox-box-number::before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	background-color: var(--cspt-greenly-global-color);
	right: -15px;
	bottom: 27px;
}
.cspt-ihbox-style-10 {
	position: relative;
	margin-bottom: 20px;
}
.cspt-ihbox-style-10 .cspt-ihbox-icon-type-text,
.cspt-ihbox-style-10 .cspt-ihbox-icon-wrapper i{
	font-size: 50px;
	line-height: 50px;
	color: var(--cspt-greenly-global-color);
}
.cspt-ihbox-style-10 .cspt-ihbox-svg-wrapper,
.cspt-ihbox-style-10 .cspt-ihbox-icon-wrapper{
	text-align: center;
	position: relative;
	z-index: 1;
}
.cspt-ihbox-style-10 .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-10 .cspt-ihbox-svg-wrapper svg{
	width: 50px;
	height: 50px;
	fill: var(--cspt-greenly-global-color);
}