.pbmit-ihbox-style-8::before,
.pbmit-miconheading-style-8 .pbmit-ihbox-style-8::before,
.pbmit-ihbox-style-8 .pbmit-element-title {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon {
	margin-bottom: 5px;
	color: var(--pbmit-xspace-global-color);
}
.pbmit-ihbox-style-8 {
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(var(--pbmit-xspace-secondary-color-rgb), .1);
	min-height: 260px;
	padding: 0 60px;
}
.pbmit-ihbox-style-8::before {
	content: "";
	position: absolute;
	height: 0;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: var(--pbmit-xspace-global-color);
	z-index: -1;
}
.pbmit-ihbox-style-8:hover::before,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8::before {
	height: 100%;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-icon{
	font-size: 75px;
	line-height: 75px;
	display: block;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xspace-global-color);
	margin-bottom: 15px;
	-webkit-transition: all 800ms ease;
	transition: all 800ms ease;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-icon,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-icon{
	color: var(--pbmit-xspace-secondary-color);
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-8:hover .pbmit-ihbox-svg-wrapper svg,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xspace-secondary-color);
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text{
	font-size: 90px;
	line-height: 90px;
}
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
	margin: 0 auto;
} 
.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
.pbmit-ihbox-style-8 .pbmit-element-subtitle {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}
.pbmit-ihbox-style-8 .pbmit-element-title {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-8 .pbmit-element-subtitle,
.pbmit-ihbox-style-8 .pbmit-element-subtitle a,
.pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-ihbox-style-8 .pbmit-element-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.pbmit-ihbox-style-8:hover .pbmit-element-title,
.pbmit-ihbox-style-8:hover .pbmit-element-subtitle,
.pbmit-ihbox-style-8:hover .pbmit-element-title a,
.pbmit-ihbox-style-8:hover .pbmit-element-subtitle a,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-element-title,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-element-subtitle,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-element-title a,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-element-subtitle a {
	color: var(--pbmit-xspace-white-color);
}
.pbmit-ihbox-style-8 .pbmit-heading-desc {
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 0;
	opacity: 0;
	color: var(--pbmit-xspace-white-color);
	transition: all .4s ease-in;
}
.pbmit-ihbox-style-8:hover .pbmit-heading-desc,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-heading-desc {
	height: 50px;
	opacity: 1;
}
.pbmit-ihbox-style-8:hover .pbmit-ihbox-btn a:hover,
.pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-ihbox-btn a:hover {
	color: var(--pbmit-xspace-white-color);
}
/* For Bg Color */
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8:hover .pbmit-ihbox-btn a,
.pbmit-elementor-bg-color-globalcolor .pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-ihbox-btn a {
	color: var(--pbmit-xspace-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-icon,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text{
	color: var(--pbmit-xspace-secondary-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xspace-secondary-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-8,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-8,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-8 {
	border-color: rgba(var(--pbmit-xspace-white-color-rgb), .1);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8::before {
	background-color: var(--pbmit-xspace-secondary-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-text,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-type-icon,
.pbmit-elementor-bg-color-globalcolor .pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
.pbmit-elementor-bg-color-globalcolor .pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-icon{
	color: var(--pbmit-xspace-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8:hover .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-8:hover .pbmit-ihbox-svg-wrapper svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-miconheading-style-8.pbmit-mihbox-hover-active .pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xspace-global-color);
}
/* For different column */
.pbminfotech-gap-0px .pbmit-miconheading-style-8 .pbmit-ihbox-style-8 {
	border-width: 0 0 1px 1px;
}
.pbmit-element-column-five.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(1) .pbmit-ihbox-style-8,
.pbmit-element-column-five.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(2) .pbmit-ihbox-style-8,
.pbmit-element-column-five.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(3) .pbmit-ihbox-style-8,
.pbmit-element-column-five.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(4) .pbmit-ihbox-style-8,
.pbmit-element-column-five.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(5) .pbmit-ihbox-style-8 {
	border-top-width: 1px;
}
.pbmit-element-column-five.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(4n) .pbmit-ihbox-style-8,
.pbmit-element-column-five.pbminfotech-gap-0px .pbmit-miconheading-style-8:last-child .pbmit-ihbox-style-8 {
	border-right-width: 1px;
}
.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(1) .pbmit-ihbox-style-8,
.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(2) .pbmit-ihbox-style-8,
.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(3) .pbmit-ihbox-style-8,
.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(4) .pbmit-ihbox-style-8 {
	border-top-width: 1px;
}
.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(4n) .pbmit-ihbox-style-8,
.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:last-child .pbmit-ihbox-style-8 {
	border-right-width: 1px;
}
.pbmit-element-column-three.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(1) .pbmit-ihbox-style-8,
.pbmit-element-column-three.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(2) .pbmit-ihbox-style-8,
.pbmit-element-column-three.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(3) .pbmit-ihbox-style-8 {
	border-top-width: 1px;
}
.pbmit-element-column-three.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(3n) .pbmit-ihbox-style-8,
.pbmit-element-column-three.pbminfotech-gap-0px .pbmit-miconheading-style-8:last-child .pbmit-ihbox-style-8 {
	border-right-width: 1px;
}
.pbmit-element-column-two.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(1) .pbmit-ihbox-style-8,
.pbmit-element-column-two.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(2) .pbmit-ihbox-style-8 {
	border-top-width: 1px;
}
.pbmit-element-column-two.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(2n) .pbmit-ihbox-style-8,
.pbmit-element-column-two.pbminfotech-gap-0px .pbmit-miconheading-style-8:last-child .pbmit-ihbox-style-8 {
	border-right-width: 1px;
}
@media (max-width: 1200px) {
	.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text,
	.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper,
	.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-icon{
		font-size: 55px;
		line-height: 55px;
	}
	.pbmit-ihbox-style-8 .pbmit-heading-desc {
		margin-top: 5px;
	}
	.pbmit-ihbox-style-8 {
		padding: 0 30px;
	}
}
@media (max-width: 991px) {
	.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(1) .pbmit-ihbox-style-8,
	.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(2) .pbmit-ihbox-style-8 {
		border-bottom-width: 0;
	}
	.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(2) .pbmit-ihbox-style-8,
	.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(6) .pbmit-ihbox-style-8 {
		border-right-width: 1px;
	}
}
@media (max-width: 767px) {
	.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(3) .pbmit-ihbox-style-8 {
		border-bottom-width: 0;
	}
	.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(1) .pbmit-ihbox-style-8,
	.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(3) .pbmit-ihbox-style-8,
	.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(5) .pbmit-ihbox-style-8,
	.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(7) .pbmit-ihbox-style-8,
	.pbmit-element-column-four.pbminfotech-gap-0px .pbmit-miconheading-style-8:nth-child(9) .pbmit-ihbox-style-8 {
		border-right-width: 1px;
	}
}