.pbmit-ihbox-style-13 .pbmit-element-title,
.pbmit-ihbox-style-13 .pbmit-element-title::before,
.pbmit-ihbox-style-13 .pbmit-ihbox-box-number,
.pbmit-ihbox-style-13{
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-box-number{
	font-size: 60px;
	line-height: 60px;
	-webkit-text-stroke: 1px var(--pbmit-digiwize-blackish-color);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-repeat: no-repeat;
	transition: background-size .5s cubic-bezier(0.67, 0.01, 0.15, 0.98);
	background-image: linear-gradient(90deg, var(--pbmit-digiwize-blackish-color) 0%, var(--pbmit-digiwize-blackish-color) 50%, transparent 50.1%);
	background-position: 0% 100%;
	background-size: 0% 100%;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper{
	font-size: 24px;
	line-height: 30px;
	color: var(--pbmit-digiwize-blackish-color);
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-digiwize-blackish-color);
}
.pbmit-ihbox-style-13 .pbmit-element-title{
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0 20px 50px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-contents{
	position: relative;
}
.pbmit-ihbox-style-13 .pbmit-element-title::before{
	position: absolute;
	content: '';
	left: 0;
	top: 15px;
	height: 1px;
	width: 35px;
	background-color: var(--pbmit-digiwize-blackish-color);
}
.pbmit-ihbox-style-13:hover .pbmit-element-title::before{
	width: 0;
}
.pbmit-ihbox-style-13:hover .pbmit-element-title{
	margin: 0px 0 20px 0px;
}
.pbmit-ihbox-style-13 .pbmit-ihbox-icon-type-image{
	height: 80px;
	width: 80px;
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-13 .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-13 .pbmit-ihbox-box-number{
	-webkit-text-stroke: 1px rgba(var(--pbmit-digiwize-white-color-rgb) ,.3);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-13:hover .pbmit-ihbox-box-number,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-13:hover .pbmit-ihbox-box-number{
	-webkit-text-fill-color: var(--pbmit-digiwize-white-color);
}
@media(min-width: 768px) and (max-width: 991px) {
	.pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper,
	.pbmit-ihbox-style-13 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-13 .pbmit-ihbox-box-number{
		font-size: 40px;
		line-height: 50px;
	}
}