.dsvy-ihbox-style-9 {
	position: relative;
	overflow: hidden;
}
.dsvy-ihbox-style-9 .dsvy-ihbox-btn a {
	font-size: 0;
	padding: 0;
}
.dsvy-ihbox.dsvy-ihbox-style-9 .dsvy-ihbox-box {
	display: flex;
	align-items: center;
	border: 2px solid var(--dsvy-karzo-secondary-color);
	padding: 20px;
}
.dsvy-ihbox.dsvy-ihbox-style-9 .dsvy-ihbox-contents {
	margin-left: 55px;
	color: var(--dsvy-karzo-secondary-color);
}
.dsvy-ihbox-style-9 .dsvy-ihbox-svg .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-9 .dsvy-ihbox-icon .dsvy-ihbox-icon-wrapper {
	font-size: 50px;
	line-height: 50px;
	color: var(--dsvy-karzo-white-color);
	transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
}
.dsvy-ihbox-style-9 .dsvy-ihbox-icon .dsvy-ihbox-icon-wrapper svg,
.dsvy-ihbox-style-9 .dsvy-ihbox-svg .dsvy-ihbox-svg-wrapper svg{
	width: 50px;
	height: 50px;
	fill: var(--dsvy-karzo-white-color);
}
.dsvy-ihbox-style-9::before {
	position: absolute;
	content: '';
	left: 0px;
	background: var(--dsvy-karzo-secondary-color);
	height: 100%;
	width: 110px;
	top: 0px;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
}
.dsvy-ihbox-style-9:hover .dsvy-ihbox-svg .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-9:hover .dsvy-ihbox-icon .dsvy-ihbox-icon-wrapper {
	-webkit-transform: scale(-1) rotate( 180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
	color: var(--dsvy-karzo-global-color);
}
.dsvy-ihbox-style-9:hover .dsvy-ihbox-icon .dsvy-ihbox-icon-wrapper svg,
.dsvy-ihbox-style-9:hover .dsvy-ihbox-svg .dsvy-ihbox-svg-wrapper svg{
	fill: var(--dsvy-karzo-global-color);
}