.pbminfotech-ele-fid-style-2 {
	display: inline-block;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
	font-size: 70px;
	line-height: 70px;
	margin: 0;
	font-weight: 700;
	display: inline-block;
	color: var(--pbmit-smiliz-white-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid span{
	color: var(--pbmit-smiliz-global-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-before sup,
.pbminfotech-ele-fid-style-2 .pbmit-fid-before span{
	margin-right: -15px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid {
	margin-left: -15px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0;
	color: var(--pbmit-smiliz-white-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sup {
	top: 0;
	vertical-align: super;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-inner sub {
	bottom: 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-heading-desc{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--pbmit-smiliz-white-color) !important;
}
.pbminfotech-ele-fid-style-2{
	height: 200px;
	width: 200px;
	background: var(--pbmit-smiliz-blackish-bg-color);
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.pbminfotech-ele-fid-style-2::before{
	content: '';
	position: absolute;
	top: 12px;
	left: 12px;
	right: 0px;
	bottom: 0px;
	width: 175px;
	height: 175px;
	border-radius: 50%;
	border: 2px dashed rgba(var(--pbmit-smiliz-white-color-rgb), .4);
	z-index: 0;
	transition-property: transform;
	animation-name: pbmit-rotate;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes pbmit-rotate{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* == For bg color == */
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-2,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-2{
	background-color: rgba(var(--pbmit-smiliz-white-color-rgb), 0.08);
}
/* == Responsive == */
@media(max-width: 575px){
	.pbminfotech-ele-fid-style-2 {
		height: 150px;
		width: 150px;
	}
	.pbminfotech-ele-fid-style-2::before {
		top: 10px;
		left: 10px;
		width: 130px;
		height: 130px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {
		font-size: 40px;
		line-height: 40px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-heading-desc {
		font-size: 12px;
		line-height: 16px;
	}
}