.pbmit-ihbox-style-9 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-wapper {
	display: flex;
}
.pbmit-ihbox-style-9:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.pbmit-element-miconheading-style-9.pbmit-element-viewtype-carousel .pbmit-miconheading-style-9{
	padding-top: 10px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-right: 30px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--pbmit-capigo-light-bg-color);
}
.rtl .pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.rtl .pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper {
	margin-left: 30px;
	margin-right: inherit;
}
.pbmit-ihbox-style-9 .pbmit-icon-type-icon.pbmit-icon-wrapper {
	font-size: 20px;
	line-height: 20px;
	color: var(--pbmit-capigo-secondary-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg svg{
	width: 110px;
	height: 110px;
	fill: var(--pbmit-capigo-secondary-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: var(--pbmit-capigo-blackish-color);
	background: var(--pbmit-capigo-light-bg-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
.pbmit-ihbox-style-9 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-9 .pbmit-element-title {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-9 .pbmit-heading-desc {
	padding-top: 18px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn {
	padding-top: 35px;
}
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-light .pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text {
	background-color: var(--pbmit-capigo-white-color);
}
@media (max-width: 575px) {
	.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper, 
	.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper{
		margin-right: 15px;
	}
}