.dsvy-ihbox-style-4 .dsvy-ihbox-contents .dsvy-heading-desc::before,
.dsvy-ihbox-style-4 .dvsy-ihbox-image::after,
.dsvy-ihbox-style-4 .dvsy-ihbox-image,
.dsvy-ihbox-style-4 .dsvy-element-title,
.dsvy-ihbox-style-4:hover::after,
.dsvy-ihbox.dsvy-ihbox-style-4::after,
.dsvy-ihbox-style-4 .dsvy-ihbox-contents,
.dsvy-ihbox-style-4 .dsvy-heading-desc,
.dsvy-ihbox-style-4 .dsvy-element-heading {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.dsvy-ihbox-style-4 .dsvy-ihbox-contents .dsvy-heading-desc,
.dsvy-ihbox-style-4 .dsvy-ihbox-box,
.dsvy-ihbox-style-4 .dvsy-ihbox-image,
.dsvy-ihbox.dsvy-ihbox-style-4 {
	position: relative;
}
.dsvy-ihbox-style-4 .dvsy-ihbox-icon-type-image img {
	max-height: 100%;
	width: 100%;
}
.dsvy-ihbox-style-4 .dsvy-element-title {
	position: relative;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 15px;
}
.dsvy-ihbox-style-4:hover .dsvy-element-title,
.dsvy-ihbox-style-4:hover .dsvy-heading-desc {
	color: #fff;
}
.dsvy-ihbox.dsvy-ihbox-style-4 .dsvy-ihbox-icon-wrapper {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	color: var(--dsvy-karzo-global-color);
}
.dsvy-ihbox-style-4 .dsvy-ihbox-icon-wrapper svg,
.dsvy-ihbox-style-4 .dsvy-ihbox-svg-wrapper svg{
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	fill: var(--dsvy-karzo-global-color);
}
.dsvy-ihbox-style-4 .dsvy-ihbox-icon-wrapper,
.dsvy-ihbox-style-4 .dsvy-ihbox-svg-wrapper{
	transition: all 0.3s ease 0s;
}
.dsvy-ihbox.dsvy-ihbox-style-4:hover .dsvy-ihbox-icon-wrapper,
.dsvy-ihbox-style-4:hover .dsvy-ihbox-svg-wrapper {
	transform: translateY(-5px) rotate(5deg);
}
.dsvy-ihbox-style-4 .dsvy-ihbox-box-number {
	position: absolute;
	top: 50px;
	right: 35px;
	left: auto;
	font-size: 60px;
	line-height: 60px;
	color: transparent;
	-webkit-text-stroke: 1px var(--dsvy-karzo-blackish-color);
	opacity: .10;
	z-index: 9;
	font-weight: 600!important;
}
.dsvy-ihbox-style-4:hover .dsvy-ihbox-box-number {
	-webkit-text-stroke: 1px var(--dsvy-karzo-global-color);
	opacity: .50;
}
.dsvy-ihbox-style-4 .dsvy-ihbox-contents {
	padding: 45px 25px 30px;
}
.dsvy-ihbox.dsvy-ihbox-style-4::after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 100%;
	background: var(--dsvy-karzo-white-color);
	top: 0;
	left: 0;
	z-index: -1;
}
.dsvy-ihbox-style-4:hover::after {
	background: rgba(var(--dsvy-karzo-blackish-color-rgb), 0.90);
}
.dsvy-ihbox-style-4:hover .dsvy-ihbox-box::before {
	border-bottom: 35px solid var(--dsvy-karzo-global-color);
}
.dsvy-ihbox.dsvy-ihbox-style-4 {
	border: 1px solid #f1f1f1;
}