.pbmit-ihbox-style-11 .pbmit-element-title,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon,
.pbmit-ihbox-style-11,
.pbmit-ihbox-style-11 .pbmit-element-title::before{
	transition: all 0.8s ease-in-out;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-text{
	font-weight: 300;
	margin-top: 5px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-11 .pbmit-ihbox-svg-wrapper svg{
	margin-bottom: 10px;
}
.pbmit-ihbox-style-11 .pbmit-element-title{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px solid rgba(var(--pbmit-digiwize-blackish-color-rgb), 0.1);
}
.pbmit-ihbox-style-11 .pbmit-element-title::before{
	content: "";
	position: absolute;
	background-color: var(--pbmit-digiwize-blackish-color);
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0%;
}
.pbmit-ihbox-style-11:hover .pbmit-element-title::before{
	width: 100%;
}
.pbmit-ihbox-style-11 .pbmit-heading-desc{
	line-height: 22px;
}
.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-image{
	height: 80px;
	width: 80px;
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-11 .pbmit-element-title,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-11 .pbmit-element-title{
	border-bottom: 1px solid rgba(var(--pbmit-digiwize-white-color-rgb), 0.1);
}
.pbmit-ihbox-style-11:hover .pbmit-element-title,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-svg,
.pbmit-ihbox-style-11:hover .pbmit-ihbox-icon{
	transform: translateX(2%);
}