/*--- cspt-ihbox-style-25 ---*/
.cspt-ihbox-style-25{
	width: auto;
	position: relative;
	border-radius: 0;
	margin: inherit;
	text-align: center;
}
.cspt-ihbox-style-25 .cspt-ihbox-heading-box{
	width: 110px;
	position: relative;
	border-radius: 50%;
	margin: auto;
}
.cspt-ihbox-style-25 .cspt-ihbox-btn {
	z-index: 0;
}
.cspt-ihbox-style-25 .cspt-ihbox-btn a {
	color: transparent;
	background-color: transparent !important;
}
.cspt-ihbox-style-25 .cspt-ihbox-btn,
.cspt-ihbox-style-25 .cspt-ihbox-icon,
.cspt-ihbox-style-25 .cspt-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.cspt-ihbox-style-25 .cspt-ihbox-icon .cspt-ihbox-icon-type-text,
.cspt-ihbox-style-25 .cspt-ihbox-icon-wrapper i,
.cspt-ihbox-style-25 .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-25 .cspt-ihbox-svg-wrapper svg {
	-webkit-text-stroke: 1px #000;
	color: transparent;
	font-size: 24px;
	line-height: 34px;
}
.cspt-ihbox-style-25 .cspt-ihbox-btn,
.cspt-ihbox-style-25 .cspt-ihbox-icon,
.cspt-ihbox-style-25 .cspt-ihbox-svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cspt-ihbox-style-25 .cspt-ihbox-btn {
	z-index: 0;
}
.cspt-ihbox-style-25 .cspt-ihbox-btn a {
	color: transparent;
	background-color: transparent !important;
}
.cspt-ihbox-style-25 .cspt-ihbox-contents text {
	font-size: 22px;
	text-transform: uppercase;
	fill: #101010;
	letter-spacing: 6px;
}
.cspt-ihbox-style-25 .cspt-ihbox-heading-wrapper svg,
.cspt-ihbox-style-25 .cspt-ihbox-contents > svg {
	fill: var(--cspt-emphires-global-color);
	position: relative;
	left: 0;
	top: 0;
	-webkit-animation-name: cspt_rotate;
	-moz-animation-name: cspt_rotate;
	-ms-animation-name: cspt_rotate;
	-o-animation-name: cspt_rotate;
	animation-name: cspt_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 cspt_rotate {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes cspt_rotate {
	from { -moz-transform: rotate(0); }
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes cspt_rotate {
	from { -ms-transform: rotate(0); }
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes cspt_rotate {
	from { -o-transform: rotate(0); }
	to { -o-transform: rotate(360deg); }
}
@keyframes cspt_rotate {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
.cspt-ihbox-style-25 .cspt-ihbox-icon-wrapper i,
.cspt-ihbox-style-25 .cspt-ihbox-icon .cspt-ihbox-icon-type-text {
	-webkit-text-stroke-color: var(--cspt-emphires-global-color)!important;
}
.cspt-ihbox-style-25 .cspt-ihbox-icon-wrapper svg,
.cspt-ihbox-style-25 .cspt-ihbox-svg-wrapper svg{
	fill: var(--cspt-emphires-global-color);
}