.pbminfotech-ele-fid-style-10 {
	display: inline-block;
	border-radius: 5px;
	background: rgba(var(--pbmit-gudfin-blackish-color-rgb), 0.5);
	backdrop-filter: blur(20px);
	padding: 40px 22px 17px 27px;
}
.pbminfotech-ele-fid-style-10 .pbmit-fld-contents {
	text-align: right;
}
.pbminfotech-ele-fid-style-10 .pbmit-contents-wraper {
	text-align: left;
}
.pbminfotech-ele-fid-style-10 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-10 .pbmit-fidbox-svg-wrapper svg {
	width: 50px;
	height: 50px;
	color: var(--pbmit-gudfin-global-color);
	fill: var(--pbmit-gudfin-global-color);
}
.pbminfotech-ele-fid-style-10 .pbmit-fid-counter {
	font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: var(--pbmit-gudfin-global-color);
    margin-bottom: 35px;
}
.pbminfotech-ele-fid-style-10 .pbmit-ihbox-icon {
    padding-right: 15px;
}
.pbminfotech-ele-fid-style-10 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -5px;
    position: relative;
    top: 0px;
}
.pbminfotech-ele-fid-style-10 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-10 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -10px;
}
.pbminfotech-ele-fid-style-10 .pbmit-contents-wraper .pbmit-heading-desc {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}

/* == Bg Color == */
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-10 .pbmit-ihbox-icon-wrapper svg,
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-10 .pbmit-fidbox-svg-wrapper svg {
	fill: var(--pbmit-gudfin-blackish-color);
	color: var(--pbmit-gudfin-blackish-color);
}
.pbmit-elementor-bg-color-globalcolor .pbminfotech-ele-fid-style-10 .pbmit-fid-counter {
	color: var(--pbmit-gudfin-white-color);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-10 .pbmit-fid-title,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-10 .pbmit-fid-title {
	color: rgba(var(--pbmit-gudfin-white-color-rgb), 0.7);
}
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-10 .pbmit-fid-title span,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-10 .pbmit-fid-title span {
	color:var(--pbmit-gudfin-white-color);
}

.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-10,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-10 {
	background-color: rgba(var(--pbmit-gudfin-white-color-rgb), 0.5);
}

@media (max-width: 767px) {
	.pbminfotech-ele-fid-style-10 {
    	padding: 20px 20px 15px 25px;
	}
}
@media (max-width: 500px) {
	.pbminfotech-ele-fid-style-10 .pbmit-fid-counter {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 16px;
	}
}
@media (max-width: 375px) {
	.pbminfotech-ele-fid-style-10 .pbmit-fid-counter {
		font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
	}
	.pbminfotech-ele-fid-style-10 {
        padding: 15px 20px 15px 20px;
    }
}