.pbmit-ihbox-style-3 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-ihbox-style-3 .pbmit-heading-desc{
	transition: all 0.6s ease-in-out;
}
.pbmit-miconheading-style-3{
    margin-bottom: 0 !important;
}
.pbmit-ihbox-style-3{
	position: relative;
	padding: 30px 100px;
}
.pbmit-ihbox-style-3::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: var(--pbmit-digiwize-blackish-color);
	transition: all 0.3s ease-in;
	z-index: -1;
}
.pbmit-ihbox-style-3 .pbmit-number-wrap,
.pbmit-ihbox-style-3 .pbmit-content-wrap,
.pbmit-ihbox-style-3 .pbmit-hover-effect,
.pbmit-ihbox-style-3 .pbmit-desc-wrap{
	padding: 0 15px;
	word-wrap: break-word;
}
.pbmit-ihbox-style-3 .pbmit-number-wrap{
	width: 20%;
}
.pbmit-ihbox-style-3 .pbmit-content-wrap{
	width: 35%;
}
.pbmit-ihbox-style-3 .pbmit-hover-effect{
	width: 25%;
}
.pbmit-ihbox-style-3 .pbmit-desc-wrap{
	width: 21%;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-box-number{
	font-size: 18px;
	line-height: 28px;
	font-weight: 400 !important;
}
.pbmit-ihbox-style-3 .pbmit-element-title{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-3 .pbmit-hover-effect{
	position: relative;
	overflow: hidden;
	width: 25%;
	padding: 0 15px;
	text-align: left;
}
.pbmit-ihbox-style-3 .pbmit-heading-desc{
	color: var(--pbmit-digiwize-blackish-color);
	text-transform: capitalize;
}
.pbmit-ihbox-style-3 .pbmit-hover-effect .pbmit-ihbox-icon{
	transform: scale(1);
}
.pbmit-ihbox-style-3 .pbmit-hover-effect .pbmit-ihbox-hover-image,
.pbmit-ihbox-style-3 .pbmit-hover-effect .pbmit-ihbox-icon img{
	-webkit-transition: -webkit-transform 1s ease;
	-moz-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-hover-image{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 0 15px;
	transform: scale(0);
}
.pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-hover-effect .pbmit-ihbox-hover-image{
	visibility: visible;
	transform: scale(1);
}
.pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-hover-effect .pbmit-ihbox-icon img{
	transform: scale(0);
} 
.pbmit-mihbox-hover-active .pbmit-ihbox-style-3::before{
	width: 100%;
}
.pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-ihbox-box-number,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-heading-desc{
	color: var(--pbmit-digiwize-global-color);
}

.pbmit-elementor-bg-color-blackish .pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-blackish .pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-elementor-bg-color-blackish .pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-elementor-bg-color-secondary .pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-secondary .pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-elementor-bg-color-secondary .pbmit-mihbox-hover-active .pbmit-ihbox-style-3 .pbmit-heading-desc{
	color: var(--pbmit-digiwize-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3::before,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3::before{
	background-color: var(--pbmit-digiwize-white-color);
}

@media (max-width: 1024px) {
	.pbmit-ihbox-style-3{
		padding: 30px 50px;
	}
}
@media (max-width: 767px) {
	.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon{
		display: block !important;
	}
	.pbmit-ihbox-style-3 .pbmit-number-wrap,
	.pbmit-ihbox-style-3 .pbmit-content-wrap,
	.pbmit-ihbox-style-3 .pbmit-hover-effect,
	.pbmit-ihbox-style-3 .pbmit-desc-wrap{
		width: 49%;
		padding:10px 0;
		display: inline-block;
		overflow:initial;
	}
	.pbmit-ihbox-style-3{
		padding: 30px;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-hover-image{
		padding: 10px 0;
	}
	.pbmit-ihbox-style-3 .pbmit-element-title {
		font-size: 20px;
		line-height: 20px;
	}
}
@media (max-width: 575px) {
	.pbmit-ihbox-style-3{
		padding: 20px 30px;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-headingicon{
		text-align: center;
	}
	.pbmit-ihbox-style-3 .pbmit-number-wrap,
	.pbmit-ihbox-style-3 .pbmit-content-wrap,
	.pbmit-ihbox-style-3 .pbmit-hover-effect,
	.pbmit-ihbox-style-3 .pbmit-desc-wrap{
		width: 100%;
		padding:10px 0;
		display: block;
		overflow:initial;
	}
	.pbmit-ihbox-style-3 .pbmit-hover-effect .pbmit-ihbox-icon{
		text-align: center;
	}
	.pbmit-ihbox-style-3 .pbmit-hover-effect{
		text-align: center;
	}
	.pbmit-ihbox-style-3 .pbmit-ihbox-hover-image{
		right: 0;
	}
}