.pbmit-service-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.pbmit-service-style-1 {
	padding-bottom: 30px;
}
.pbmit-service-style-1 .pbminfotech-post-item {
	position: relative;
}
.pbmit-service-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}
.pbmit-service-style-1:hover .pbmit-featured-wrapper img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-service-style-1 .pbmit-box-content-inner {
	display: flex;
	align-items: center;
	padding: 20px 30px 0 30px;
}
.pbmit-service-style-1 .pbminfotech-box-content {
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin-left: 30px;
	background: var(--pbmit-greenify-white-color);
}
.pbmit-service-style-1 .pbmit-service-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper i {
	font-size: 50px;
	line-height: 50px;
	padding-right: 20px;
	color: var(--pbmit-greenify-global-color);
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper i {
	padding-left: 20px;
	padding-right: inherit;
}
.pbmit-service-style-1 .pbmit-service-cat a {
	color: #a3acbe;
}