/*=== pbminfotech-fid-style-1 ===*/
.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	display: flex;
	font-size:130px;
	line-height: 135px;
	font-weight: 900;
	margin: 0;
	margin-right: 5px;
    color: transparent;
	-webkit-text-stroke: 1px var(--pbmit-gyim-global-color);
}
body.rtl .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
	margin: 0 0 0 5px;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title span {
	font-weight: 600;
	color: var(--pbmit-gyim-blackish-color);
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-title {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.pbminfotech-ele-fid-style-1 .pbmit-fid-before span,
.pbminfotech-ele-fid-style-1 .pbmit-fid span,
.pbminfotech-ele-fid-style-1 sub,
.pbminfotech-ele-fid-style-1 sup {
    font-size: 75px;
    line-height: normal;
}
.pbminfotech-ele-fid-style-1 sup {
    top: -55px;
}
.pbminfotech-ele-fid-style-1 sub {
    bottom: -5px;
}

/*=== Responsive ===*/ 
@media(max-width: 1200px) and (min-width: 768px) {
	.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
		font-size: 110px;
		line-height: 115px;
	}
}
@media(max-width: 575px) {
	.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {
		font-size: 75px;
		line-height: 80px;
	}
}