.pbmit-ihbox-style-3 {
	display: flex;
	align-items: center;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper{
	display: inline-block;
	margin-right: 15px;
	color: var(--pbmit-xspace-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-icon{
	font-size: 30px;
	line-height: 30px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-xspace-blackish-color);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-contents {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.pbmit-ihbox-style-3:hover .pbmit-ihbox-contents {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-3 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-3 .pbmit-element-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 0;
	color: var(--pbmit-xspace-body-text-color);
}
.pbmit-ihbox-style-3 .pbmit-heading-desc {
	padding-top: 8px;
}
.pbmit-ihbox-style-3 .pbmit-ihbox-btn {
	padding-top: 35px;
}
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-heading-desc,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-heading-desc {
	color: rgba(var(--pbmit-xspace-white-color-rgb), 0.7);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper{
	color: var(--pbmit-xspace-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-svg-wrapper svg,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper svg{
	fill: var(--pbmit-xspace-white-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-3 .pbmit-element-title,
.pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-element-title {
	color: var(--pbmit-xspace-white-color);
}