.dsvy-ihbox-style-11 .dsvy-ihbox-box,
.dsvy-ihbox-style-11 .dsvy-ihbox-svg {
	text-align: center;
}
.dsvy-ihbox-style-11 .dsvy-element-title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrapper {
	font-size: 70px;
	line-height: 70px;
	color: var(--dsvy-karzo-global-color);
}
.dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrapper,
.dsvy-ihbox-style-11 .dsvy-ihbox-svg-wrapper{
	transition: all 500ms ease;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrapper svg,
.dsvy-ihbox-style-11 .dsvy-ihbox-svg-wrapper svg {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
	fill: var(--dsvy-karzo-global-color);
	display: inline-block;
}
.dsvy-ihbox-style-11:hover .dsvy-ihbox-icon-wrapper,
.dsvy-ihbox-style-11:hover .dsvy-ihbox-svg-wrapper {
	transform: translateY(-10px);
}
.designervily-element-viewtype-carousel .dsvy-ihbox-style-11{
	padding-top: 10px;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-box-number {
	position: absolute;
	right: -20px;
	top: 0;
	color: var(--dsvy-karzo-global-color);
	color: transparent;
	-webkit-text-stroke: 1px var(--dsvy-karzo-blackish-color);
	opacity: .10;
	font-weight: 600!important;
	font-size: 50px;
	line-height: 50px;
}