.pbmit-ihbox-style-9 .pbmit-ihbox-box {
	position: relative;
	width: 150px;
	height: 150px;
	padding: 8px;
	margin-bottom: 20px;
	background-color: var(--pbmit-dilicious-secondary-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-box,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid var(--pbmit-dilicious-global-color)
}
.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-9 .pbmit-ihbox-box,
.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-9 .pbmit-ihbox-box {
	border-color: var(--pbmit-dilicious-light-bg-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	background-color: var(--pbmit-dilicious-light-bg-color);
}
.pbmit-ihbox-style-9 i.pbmit-dilicious-icon{
	margin-top: 5px;
	display: inline-block;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-box .pbmit-circle-box svg {
	fill: var(--pbmit-dilicious-global-color);
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: 9.6px;
	font-weight: 600;
	-webkit-animation-name: pbmit_rotate;
	-moz-animation-name: pbmit_rotate;
	-ms-animation-name: pbmit_rotate;
	-o-animation-name: pbmit_rotate;
	animation-name: pbmit_rotate;
	-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 {
	from {
		-webkit-transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes pbmit_rotate {
	from {
		-moz-transform: rotate(0);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes pbmit_rotate {
	from {
		-ms-transform: rotate(0);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}
@-o-keyframes pbmit_rotate {
	from {
		-o-transform: rotate(0);
	}
	to {
		-o-transform: rotate(360deg);
	}
}
@keyframes pbmit_rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
body.rtl .pbmit-ihbox-style-9 .pbmit-ihbox-box text {
	direction: ltr;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-text,
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-icon{
	font-size: 50px;
	color: var(--pbmit-dilicious-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-type-image img{
	width: 50px;
	height: 50px;
}
.pbmit-ihbox-style-9 .pbmit-ihbox-icon-wrapper svg,
.pbmit-ihbox-style-9 .pbmit-ihbox-svg-wrapper svg{
	fill: var(--pbmit-dilicious-global-color);
	margin-bottom: 12px;
}
.pbmit-ihbox-style-9 .pbmit-element-subtitle,
.pbmit-ihbox-style-9 .pbmit-element-heading {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	color: var(--pbmit-dilicious-secondary-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-9 .pbmit-element-subtitle,
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-9 .pbmit-element-heading {
	color: var(--pbmit-dilicious-global-color);
}
.pbmit-ihbox-style-9 .pbmit-ihbox-btn a {
	margin-top: 15px;
	display: inline-block;
}
@media (max-width: 767px) {
	.pbmit-ihbox-style-9 {
		margin: 0;
	}
}