/*** dsvy-ihbox-style-11 ***/
.dsvy-ihbox-style-11 .dsvy-ihbox-box{
	border-radius: 10px;
	background-color: var(--dsvy-politicia-light-bg-color);
	padding: 20px 35px 45px 35px;
}
.dsvy-ihbox-style-11 .dsvy-element-title{
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: -0.84px;
	color: var(--dsvy-politicia-secondary-color);
	margin-bottom: 0;
}
.dsvy-ihbox-style-11 .dsvy-element-heading{
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: -0.84px;
	color: var(--dsvy-politicia-secondary-color);
	margin-bottom: 5px;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-box-number{
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.48px;
	color: rgba(var(--dsvy-politicia-secondary-color-rgb),0.2);
}
.dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrapper {
	line-height: 60px;
	font-size: 60px;
	color: var(--dsvy-politicia-global-color);
	height: 60px;
	width: 60px;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-content{
	padding-top: 105px;
}
.dsvy-ihbox-style-11 .dsvy-heading-desc{
	padding-top: 10px;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-btn{
	padding-top: 10px;
}
.dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrapper svg,
.dsvy-ihbox-style-11 .dsvy-ihbox-svg-wrapper svg{
	width: 60px;
	height: 60px;
	fill: var(--dsvy-politicia-global-color);
}
.dsvy-ihbox-style-11:hover .dsvy-ihbox-svg-wrapper,
.dsvy-ihbox-style-11:hover .dsvy-ihbox-icon-wrapper{
	transform: translateY(-10px);
}
.dsvy-element-miconheading-style-11[data-columns="5"] .dsvy-ihbox-style-11 .dsvy-ihbox-box,
.dsvy-element-miconheading-style-11[data-columns="6"] .dsvy-ihbox-style-11 .dsvy-ihbox-box{
	padding: 20px;
}
.dsvy-elementor-bg-color-light .dsvy-ihbox-style-11 .dsvy-ihbox-box{
	background-color: var(--dsvy-politicia-white-color);
}
.dsvy-text-color-white .dsvy-ihbox-style-11 .dsvy-element-title,
.dsvy-text-color-white .dsvy-ihbox-style-11 .dsvy-element-heading{
	color: var(--dsvy-politicia-white-color);
}
.dsvy-text-color-blackish .dsvy-ihbox-style-11 .dsvy-element-title,
.dsvy-text-color-blackish .dsvy-ihbox-style-11 .dsvy-element-heading{
	color: var(--dsvy-politicia-blackish-color);
}
.dsvy-text-color-white .dsvy-ihbox-style-11 .dsvy-ihbox-box-number{
	color: rgba(var(--dsvy-politicia-white-color-rgb),0.2);
}
.dsvy-text-color-blackish .dsvy-ihbox-style-11 .dsvy-ihbox-box-number{
	color: rgba(var(--dsvy-politicia-blackish-color-rgb),0.2);
}
@media (max-width: 1024px){
	.dsvy-ihbox-style-11 .dsvy-element-title{
		font-size: 24px;
		line-height: 28px;
	}
	.dsvy-ihbox-style-11 .dsvy-element-title br{
		display: none;
	}
	.dsvy-element-miconheading-style-11[data-columns="5"] .dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrap,
	.dsvy-element-miconheading-style-11[data-columns="6"] .dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrap{
		display: block;
	}
}
@media (max-width: 767px){
	.dsvy-ihbox-style-11 .dsvy-ihbox-svg-wrapper,
	.dsvy-ihbox-style-11 .dsvy-ihbox-icon-wrapper {
		margin-bottom: 10px;
	}
	.dsvy-ihbox-style-11 .dsvy-ihbox-content{
		padding-top: 80px;
	}
	.dsvy-ihbox-style-11 .dsvy-ihbox-box{
		padding: 30px;
	}
}