/*=== pbmit-team-style-3  ===*/
.pbmit-element-team-style-3 .pbmit-ele-team{
	margin-bottom: 20px;
}
.pbmit-team-style-3 .pbminfotech-post-item{
	position: relative;
	text-align: center;
}
.pbmit-team-style-3 .pbmit-team-title{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0px;
}
.pbmit-team-style-3 .pbmit-team-title a{
	color: var(--pbmit-xinterio-white-color);
}
.pbmit-team-style-3 .pbmit-team-title a:hover{
	color: var(--pbmit-xinterio-global-color);
}
.pbmit-team-style-3 .pbminfotech-team-position{
	color: var(--pbmit-xinterio-global-color);
	margin-bottom: 5px;
}
.pbmit-team-style-3 .pbminfotech-team-image-box{
	transition: 0.4s;
}
.pbmit-team-style-3 .pbmit-featured-wrapper{
	width: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.pbmit-team-style-3 .pbmit-featured-wrapper img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pbmit-team-style-3 .pbmit-team-social-links li{
	padding: 0 !important;
}
.pbmit-team-style-3 .pbmit-team-social-links li a{
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	color: rgba(var(--pbmit-xinterio-white-color-rgb), 0.5);
	background: transparent;
	transition: 1s cubic-bezier(0.5, 0.5, 0, 1);
}
.pbmit-team-style-3 .pbmit-team-social-links li a:hover{
	background: transparent;
	color: #fff;
}
.pbmit-team-style-3 .pbminfotech-team-image-box{
	position: relative;
	width: 220px;
	margin: 0 auto;
}
.pbmit-team-style-3 .pbminfotech-box-content{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	text-align: center;
	visibility: hidden;
	-khtml-transform: translateX(0%) translateY(-35%);
	-moz-transform: translateX(0%) translateY(-35%);
	-ms-transform: translateX(0%) translateY(-35%);
	-o-transform: translateX(0%) translateY(-35%);
	transform: translateX(0%) translateY(-35%);
	transition: all 0.3s ease-in;
}
.pbmit-team-style-3:hover .pbminfotech-box-content{
	opacity: 1;
	visibility: visible;
}
.pbmit-team-style-3 .pbminfotech-team-image-box::before{
	content: "";
	position: absolute;
	background-color: var(--pbmit-xinterio-secondary-color);
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-20px, -20px);
	width: 40px;
	height: 40px;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.pbmit-team-style-3:hover .pbminfotech-team-image-box::before{
	width: 100%;
	height: 100%;
	transform: translate(0, 0);
	left: 0;
	top: 0;
	opacity: 1;
}
/* Grid col set */
.pbmit-element-team-style-3 .pbmit-element-posts-wrapper{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 10px;
}
.pbmit-element-team-style-3 .pbmit-ele-team{
	width: auto;
}