.pbmit-spinner-box-style-1 {
	width: 150px;
	padding: 10px;
	position: relative;
	border-radius: 50%;
	margin: auto;
	border: 2px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), .2);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid rgba(var(--pbmit-xcoach-blackish-color-rgb), .2);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-box text {
	font-size:17px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.pbmit-spinner-box-style-1 .pbmit-heading-box svg,
.pbmit-spinner-box-style-1 .pbmit-ihbox-box > svg {
	fill: var(--pbmit-xcoach-blackish-color);
	position: relative;
	left: 0;
	top: 0;
	-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); }
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg-wrapper,
.pbmit-spinner-box-style-1 .pbmit-icon-wrapper{
	font-size: 25px;
	line-height: 25px;
	display: block;
	color: var(--pbmit-xcoach-global-color);
}
.pbmit-spinner-box-style-1 .pbmit-ihbox-svg-wrapper svg,
.pbmit-spinner-box-style-1 .pbmit-icon-wrapper svg{
	fill: var(--pbmit-xcoach-global-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1,
.pbmit-elementor-bg-color-blackish .pbmit-spinner-box-style-1,
.pbmit-elementor-bg-color-gradient .pbmit-spinner-box-style-1,
.pbmit-elementor-bg-color-secondary .pbmit-spinner-box-style-1,
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-blackish .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-gradient .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-secondary .pbmit-spinner-box-style-1 .pbmit-ihbox-icon,
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-blackish .pbmit-spinner-box-style-1 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-gradient .pbmit-spinner-box-style-1 .pbmit-ihbox-svg,
.pbmit-elementor-bg-color-secondary .pbmit-spinner-box-style-1 .pbmit-ihbox-svg{
	border-color: rgba(var(--pbmit-xcoach-white-color-rgb), .2);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-heading-box svg,
.pbmit-elementor-bg-color-blackish .pbmit-spinner-box-style-1 .pbmit-heading-box svg,
.pbmit-elementor-bg-color-gradient .pbmit-spinner-box-style-1 .pbmit-heading-box svg,
.pbmit-elementor-bg-color-secondary .pbmit-spinner-box-style-1 .pbmit-heading-box svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-ihbox-box > svg,
.pbmit-elementor-bg-color-blackish .pbmit-spinner-box-style-1 .pbmit-ihbox-box > svg{
	fill: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-icon-wrapper{
	color: var(--pbmit-xcoach-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-ihbox-svg-wrapper svg,
.pbmit-elementor-bg-color-globalcolor .pbmit-spinner-box-style-1 .pbmit-icon-wrapper svg{
	fill: var(--pbmit-xcoach-white-color);
}