/*** dsvy-ihbox-style-8***/
.dsvy-ihbox-style-8 .dsvy-ihbox-box{
	display: flex;
	align-items: center;
}
.dsvy-ihbox-style-8 .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-8 .dsvy-ihbox-icon-wrapper{
	width: 95px;
	height: 95px;
	font-size: 50px;
	line-height: 95px;
	border-radius: 50%;
	text-align: center;
	color: var(--dsvy-politicia-white-color);
	background-color: var(--dsvy-politicia-global-color);
}
.dsvy-ihbox-style-8 .dsvy-ihbox-icon-wrapper svg,
.dsvy-ihbox-style-8 .dsvy-ihbox-svg-wrapper svg{
	width: 50px;
	height: 50px;
	fill: var(--dsvy-politicia-white-color);
}
.dsvy-elementor-bg-color-globalcolor .dsvy-ihbox-style-8 .dsvy-ihbox-svg-wrapper,
.dsvy-elementor-bg-color-gradient .dsvy-ihbox-style-8 .dsvy-ihbox-svg-wrapper,
.dsvy-elementor-bg-color-globalcolor .dsvy-ihbox-style-8 .dsvy-ihbox-icon-wrapper,
.dsvy-elementor-bg-color-gradient .dsvy-ihbox-style-8 .dsvy-ihbox-icon-wrapper{
	background-color: var(--dsvy-politicia-secondary-color);
}
.dsvy-ihbox-style-8 .dsvy-ihbox-contents {
	padding-left: 30px;
}
.dsvy-elementor-bg-color-globalcolor .dsvy-ihbox-style-8 .dsvy-heading-desc,
.dsvy-elementor-bg-color-secondary .dsvy-ihbox-style-8 .dsvy-heading-desc,
.dsvy-elementor-bg-color-blackish .dsvy-ihbox-style-8 .dsvy-heading-desc,
.dsvy-elementor-bg-color-gradient .dsvy-ihbox-style-8 .dsvy-heading-desc {
	color: rgba(var(--dsvy-politicia-white-color-rgb),.60);
}
.dsvy-ihbox-style-8 .dsvy-element-title{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.dsvy-elementor-bg-color-globalcolor .dsvy-ihbox-style-8 .dsvy-element-title,
.dsvy-elementor-bg-color-secondary .dsvy-ihbox-style-8 .dsvy-element-title,
.dsvy-elementor-bg-color-blackish .dsvy-ihbox-style-8 .dsvy-element-title,
.dsvy-elementor-bg-color-gradient .dsvy-ihbox-style-8 .dsvy-element-title {
	color: var(--dsvy-politicia-white-color);
}
.dsvy-ihbox.dsvy-ihbox-style-8{
	border-radius: 5px;
	padding: 25px 35px 25px;
}
.dsvy-ihbox-style-8{
	position: relative;
}
.dsvy-ihbox-style-8::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	background: var(--dsvy-politicia-white-color);
	-webkit-transform: scaleX(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.dsvy-ihbox-style-8:hover::before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.dsvy-mihbox-hover-active .dsvy-ihbox-style-8::before{
	background: var(--dsvy-politicia-white-color);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.dsvy-mihbox-hover-active.dsvy-miconheading-style-8 .dsvy-ihbox-style-8{
	padding: 25px 35px 25px;
}
.dsvy-mihbox-hover-active.dsvy-miconheading-style-8 .dsvy-ihbox-style-8 .dsvy-element-title{
	color:  var(--dsvy-politicia-blackish-color);
}
.dsvy-mihbox-hover-active.dsvy-miconheading-style-8 .dsvy-ihbox-style-8 .dsvy-heading-desc{
	color: #666;
}
.dsvy-element-miconheading-style-8 .dsvy-ele.dsvy-miconheading-style-8{
	margin-bottom: 0!important;
}
.dsvy-mihbox-hover-active.dsvy-miconheading-style-8 .dsvy-ihbox-style-8 .dsvy-element-title
.dsvy-mihbox-hover-active.dsvy-miconheading-style-8 .dsvy-ihbox-style-8 .dsvy-heading-desc,
.dsvy-mihbox-hover-active.dsvy-miconheading-style-8 .dsvy-ihbox-style-8{
	-webkit-transition: .9s;
	-o-transition: .9s;
	transition: .9s;
}