.pbminfotech-ele-fid-style-2 {
	display: inline-block;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
	display: flex;
	align-items: center;
}
.pbminfotech-ele-fid-style-2 .pbmit-ihbox-icon,
.pbminfotech-ele-fid-style-2 .pbmit-fidbox-svg {
	padding-right: 0;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
    width: 76px;
    height: 76px;
    margin-right: 22px;
    line-height: 76px;
	font-size: 40px;
}
.pbminfotech-ele-fid-style-2 .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-2 .pbmit-fidbox-svg-wrapper svg {
	width: 40px;
	height: 40px;
	color: var(--pbmit-gudfin-blackish-color);
	fill: var(--pbmit-gudfin-blackish-color);
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-counter {
	font-size: 45px;
    line-height: 40px;
    font-weight: 700;
	margin-bottom: 0;
	letter-spacing: -0.9px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid span {
	margin-left: -7px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid sub,
.pbminfotech-ele-fid-style-2 .pbmit-fid-counter .pbmit-fid sup {
	margin-left: -7px;
}
.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0px;
	margin-top: 8px;
	color: #7c898d;
}
.pbminfotech-ele-fid-style-2:hover .pbmit-ihbox-icon-wrapper svg,
.pbminfotech-ele-fid-style-2:hover .pbmit-fidbox-svg-wrapper svg {
	animation: pbmitrotate 1.1s ease-out;
}
@keyframes pbmitrotate{
    0% {
		transform:scale(1)rotatey(0)
	}
    20% {
		transform:scale(1.1)rotatey(0)
	}
    30% {
		transform:scale(1.15)rotatey(180deg)
	}
    60% {
		transform:scale(1.15)rotatey(360deg)
	}
    100% {
		transform:scale(1)rotatey(360deg)
	}
}
/* == Bg Color == */
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-2 .pbmit-fid-counter,
.pbmit-elementor-bg-color-blackish .pbminfotech-ele-fid-style-2 .pbmit-fid-title,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-2 .pbmit-fid-counter,
.pbmit-elementor-bg-color-secondary .pbminfotech-ele-fid-style-2 .pbmit-fid-title {
	color: var(--pbmit-gudfin-white-color);
}

/* Responsive */      
@media (max-width: 575px){ 
	.pbminfotech-ele-fid-style-2 .pbmit-fid-counter {
		font-size: 35px;
		line-height: 35px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-ihbox-icon, 
	.pbminfotech-ele-fid-style-2 .pbmit-fidbox-svg {
		width: 60px;
		height: 60px;
		margin-right: 20px;
		line-height: 60px;
		font-size: 30px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-ihbox-icon-wrapper svg, 
	.pbminfotech-ele-fid-style-2 .pbmit-fidbox-svg-wrapper svg {
		width: 35px;
    	height: 35px;
	}
	.pbminfotech-ele-fid-style-2 .pbmit-fid-title {
		font-size: 16px;
		line-height: 24px;
	}
}