.pbmit-team-style-4 .pbmit-featured-wrapper img,
.pbmit-team-style-4 .pbmit-featured-wrapper::after,
.pbmit-team-style-4 .pbmit-team-social-links li a,
.pbmit-team-style-4 .pbmit-team-social-links li,
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text,
.pbmit-team-style-4 .pbminfotech-box-social-links{
	transition: all .6s ease-in-out;
}
.pbmit-team-style-4 .pbmit-featured-wrapper{
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.pbmit-team-style-4 .pbminfotech-box-content{
	padding: 22px 0 0;
}
.pbmit-team-style-4 .pbminfotech-post-item{
	padding: 20px 20px 30px;
	position: relative;
	overflow: hidden;
	border-radius: 30px 30px 0 30px;
	background-color: var(--pbmit-xcare-white-color);
}
.rtl .pbmit-team-style-4 .pbminfotech-post-item{
	border-radius: 30px 30px 30px 0;
}
.pbmit-team-style-4 .pbminfotech-post-item::before{
	content: '';
	position: absolute;
	width: 119px;
	height: 112px;
	top: auto;
	left: auto;
	bottom: -1px;
	right: -1px;
	background-color: var(--pbmit-xcare-light-bg-color);
	-webkit-mask: url(../../images/shape-bottom.png) no-repeat;
	mask: url(../../images/shape-bottom.png) no-repeat;
}
.rtl .pbmit-team-style-4 .pbminfotech-post-item::before{
	left: -1px;
	right: auto;
}
.rtl .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text,
.rtl .pbmit-team-style-4 .pbminfotech-post-item::before{
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.pbmit-team-style-4 .pbmit-featured-wrapper img{
	width: 100%;
	border-radius: 30px;
	transition: all .3s ease-out;
}
.pbmit-team-style-4:hover .pbmit-featured-wrapper img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.pbmit-team-style-4 .pbminfotech-box-team-position{
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
	padding-left: 15px;
	position: relative;
	letter-spacing: 1px;
	color: #6e778c;
}
.rtl .pbmit-team-style-4 .pbminfotech-box-team-position{
	padding: 0 15px 0 0;
}
.pbmit-team-style-4 .pbminfotech-box-team-position::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0 , -50%);
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--pbmit-xcare-secondary-color);
}
.rtl .pbmit-team-style-4 .pbminfotech-box-team-position::before{
	right: 0;
	left: inherit;
}
.pbmit-team-style-4 .pbmit-team-title{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0px;
}
.pbmit-team-style-4 .pbmit-team-btn{
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 2;
}
.rtl .pbmit-team-style-4 .pbmit-team-btn{
	left: 2px;
	right: inherit;
}
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text{
	background-color: var(--pbmit-xcare-global-color);
	color: var(--pbmit-xcare-white-color);
	width: 50px;
	height: 50px;
	font-size: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text,
.pbmit-elementor-bg-color-gradient .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text{
	background-color: var(--pbmit-xcare-secondary-color);
}
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text:hover{
	background-color: var(--pbmit-xcare-blackish-color);
	color: var(--pbmit-xcare-white-color);
}
.pbmit-team-style-4 .pbminfotech-box-social-links{
	text-align: center;
	position: absolute;
	bottom: 50px;
	right: 0;
	transform: translateY(10px);
	opacity: 0;
	padding: 3px;
}
.rtl .pbmit-team-style-4 .pbminfotech-box-social-links{
	left: 0;
	right: inherit;
}
.pbmit-team-style-4 .pbminfotech-box-social-links ul{
	display: flex;
	flex-direction: column-reverse;
}
.pbmit-team-style-4 .pbmit-team-btn:hover .pbminfotech-box-social-links{
	transform: translateY(-25px);
	opacity: 1;
}
.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-social-links li{
	padding: 0 !important;
	display: block;
	margin: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: var(--pbmit-xcare-global-color);
	border-radius: 50%;
	margin-bottom: 5px;
	transform: translate(0);
	transition: all 600ms ease-in-out;
}
.pbmit-team-style-4 .pbmit-team-btn:hover .pbmit-team-social-links li{
	transform: translate(0);
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(1){
	transition-delay: 750px;
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(1){
	transform: translate(0, 0);
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(2){
	transition-delay: 700px;
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(2){
	transform: translate(0, 43px);
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(3){
	transition-delay: 650px;
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(3){
	transform: translate(0, 86px);
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(4){
	transition-delay: 800px;
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(4){
	transform: translate(0, 129px);
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(5){
	transition-delay: 850px;
}
.pbmit-team-style-4 .pbmit-team-social-links li:nth-child(5){
	transform: translate(0, 172px);
}
.pbmit-team-style-4 .pbmit-team-social-links li:first-child{
	margin-top: 0;
}
.pbmit-team-style-4 .pbmit-team-social-links li a{
	display: inline-block;
	opacity: 1;
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	background: transparent;
	color: var(--pbmit-xcare-white-color);
}
.pbmit-team-style-4 .pbmit-team-social-links li:hover{
	background-color: var(--pbmit-xcare-blackish-bg-color);
}
.pbmit-team-style-4 .pbmit-team-social-links li:hover a{
	color: var(--pbmit-xcare-white-color);
}
.pbmit-elementor-bg-color-white .pbmit-team-style-4 .pbminfotech-post-item::before{
	background-color: var(--pbmit-xcare-light-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text:hover{
	background-color: var(--pbmit-xcare-white-color);
	color: var(--pbmit-xcare-blackish-color);
}
.pbmit-elementor-bg-color-white .pbmit-team-style-4 .pbminfotech-post-item{
	background-color: var(--pbmit-xcare-light-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-team-style-4 .pbminfotech-post-item::before{
	background-color: var(--pbmit-xcare-blackish-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-team-style-4 .pbminfotech-post-item::before,
.pbmit-elementor-bg-color-globalcolor .pbmit-team-style-4 .pbminfotech-post-item::before{
	background-color: var(--pbmit-xcare-global-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-team-style-4 .pbminfotech-post-item::before{
	background-color: var(--pbmit-xcare-secondary-color);
}
.pbmit-elementor-bg-color-white .pbmit-team-style-4 .pbminfotech-post-item::before{
	background-color: var(--pbmit-xcare-white-color);
}
/* pbmit-team-style-4-new */
.pbmit-team-style-4-new .pbmit-team-style-4 .pbminfotech-box-team-position{
	font-weight: 500;
}
.pbmit-team-style-4-new .pbmit-team-style-4 .pbminfotech-box-team-position::before{
	background-color: var(--pbmit-xcare-global-color);
}
.pbmit-team-style-4-new .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text{
	background-color: var(--pbmit-xcare-secondary-color);
}
.pbmit-team-style-4-new .pbmit-team-style-4 .pbmit-team-btn .pbmit-team-text:hover{
	background-color: var(--pbmit-xcare-blackish-bg-color);
}
.pbmit-team-style-4-new .pbmit-element-team-style-4[data-columns="2"] .pbmit-ele:nth-child(odd){
	margin-top: -50px;
}
.pbmit-team-style-4-new .pbmit-element-team-style-4[data-columns="2"] .pbmit-element-posts-wrapper{
	padding-top: 50px;
}
.pbmit-team-style-4-new .pbmit-team-style-4:hover .pbmit-featured-wrapper img{
	transform: none;
}
@media (max-width: 1250px){
	.pbmit-team-style-4 .pbminfotech-post-item{
		border-radius: 30px;
		padding: 20px;
	}
	.pbmit-team-style-4 .pbmit-team-btn:hover .pbminfotech-box-social-links{
		transform: translateY(-15px);
	}
	.pbmit-team-style-4 .pbmit-team-btn .pbmit-team-social-links li{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}
@media (max-width: 768px){
	.pbmit-team-style-4 .pbmit-team-title{
		font-size: 22px;
		line-height: 32px;
	}
}
/* pbmit-team-style-4-new */
@media(max-width: 767px){
	.pbmit-team-style-4-new .pbmit-element-team-style-4[data-columns="2"] .pbmit-ele:nth-child(odd){
		margin-top: 0;
	}
	.pbmit-team-style-4-new .pbmit-element-team-style-4[data-columns="2"] .pbmit-element-posts-wrapper{
		padding-top: 0;
	}
}