.pbmit-ihbox-style-1 {
	width: 200px;
	border-radius: 50%;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-box {
	position: relative;
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon,
.pbmit-ihbox-style-1 .pbmit-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-box text {
	fill: var(--pbmit-archist-blackish-color);
	transform-origin: 50% 50% 0;
	transform: rotate(0deg);
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 9px;
}

.pbmit-ihbox-style-1 .pbmit-icon-wrapper i {
	font-size: 50px;
	color: var(--pbmit-archist-blackish-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg-wrapper svg {
	fill: var(--pbmit-archist-blackish-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn a {
	margin-top: 20px;
	display: block;
}