.ts-sbox-style-8{
	width: 170px;
	height: 170px;
	background-color: #ff9e21;
	border-radius: 50%;
	text-align: center;
	padding: 10px;
	position: relative;
}
.ts-sbox-style-8::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid #ff9e21;
	border-bottom: 10px solid transparent;
	bottom: 20px;
	left: 10px;
	transform: rotate(25deg);
}
.rtl .ts-sbox-style-8::before{
	left: inherit;
	right: 10px;
	border-left: none;
	border-right: 15px solid #ff9e21;
	transform: rotate(-25deg);
}
.ts-sbox-style-8 .ts-servicebox-wrapper {
	border: 1px solid rgba(255,255,255,35%);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	padding-top: 20px;
}
.ts-sbox-style-8 h2.ts-custom-heading {
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
}
.ts-sbox-style-8 .ts-sbox-icon-wrapper i {
	color: #fff;
}
.ts-sbox-style-8 .ts-sbox-icon,
.ts-sbox-style-8 .pbmit-ihbox-svg {
	line-height: 0;
}
.ts-sbox-style-8 .ts-sbox-icon-wrapper i::before {
	font-size: 40px;
	line-height: 40px;
}
.ts-sbox-style-8 .ts-sbox-icon-wrapper svg,
.ts-sbox-style-8 .pbmit-ihbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	fill: #fff;
}