.pbmit-ihbox-style-21{
	transition: all .4s ease-out;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-contents{
	position: relative;
	text-align: center;
	z-index: 1;
	display: inline-block;
	height: 180px;
	width: 180px;
	padding: 55px 10px 10px;
}
.pbmit-ihbox-style-21 .pbmit-element-title a,
.pbmit-ihbox-style-21 .pbmit-element-title{
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	z-index: 2;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--pbmit-xinterio-white-color);
}
.pbmit-ihbox-style-21 .pbmit-element-subtitle{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-type-icon,
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-type-text{
	font-size: 25px;
	line-height: 25px;
	margin-top: 10px;
	color: var(--pbmit-xinterio-white-color);
}
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-21 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xinterio-white-color);
}
.pbmit-ihbox-style-21 .pbmit-heading-desc{
	margin: 20px 0 10px 0;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-icon-type-image{
	height: 50px;
	width: 50px;
	margin: 0 auto;
}
.pbmit-ihbox-style-21 .pbmit-ihbox-contents::before{
	-webkit-animation-name: pbmit_rotate_1;
	-moz-animation-name: pbmit_rotate_1;
	-ms-animation-name: pbmit_rotate_1;
	-o-animation-name: pbmit_rotate_1;
	animation-name: pbmit_rotate_1;
	-webkit-animation-duration: 15s;
	-moz-animation-duration: 15s;
	-ms-animation-duration: 15s;
	-o-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}
@-webkit-keyframes pbmit_rotate_1{
	from{
		-webkit-transform: rotate(0);
	}
	to{
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes pbmit_rotate_1{
	from{
		-moz-transform: rotate(0);
	}
	to{
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes pbmit_rotate_1{
	from{
		-ms-transform: rotate(0);
	}
	to{
		-ms-transform: rotate(360deg);
	}
}
@-o-keyframes pbmit_rotate_1{
	from{
		-o-transform: rotate(0);
	}
	to{
		-o-transform: rotate(360deg);
	}
}
@keyframes pbmit_rotate_1{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}