.pbmit-team-style-1 .pbmit-team-title,
.pbmit-team-style-1 .pbmit-team-title a,
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.pbmit-team-style-1 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-team-style-1 .pbmit-team-title {
	font-size: 22px;
	line-height: 32px;
	margin-top: -5px;
	margin-bottom: 0;
}
.pbmit-team-style-1:hover .pbmit-team-title a {
	color: var(--pbmit-greenify-global-color);
}
.pbmit-team-style-1 .pbminfotech-box-content {
	position: absolute;
	bottom: 15px;
	right: 0;
	background: var(--pbmit-greenify-white-color);
	padding: 15px 25px;
	transform: translateX(101%);
	transition: transform 500ms ease;
}
.pbmit-team-style-1:hover .pbminfotech-box-content {
	transform: translateX(0);
}