.pbminfotech-post-item .pbminfotech-box-content .pbminfotech-box-social-links,
.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-team-position,
.pbmit-team-style-1 .pbmit-featured-wrapper,
.pbmit-team-style-1 .pbmit-featured-wrapper::before {
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title {
	transition: 0.7s ease-in-out;
}
.pbmit-team-style-1 .pbmit-team-title {
	font-size: 24px;
	line-height: 26px;
	margin: 5px 0 0;
	transform: translateY(210px);
}
.pbmit-team-style-1 .pbmit-team-title a {
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-team-style-1{
	position: relative;
}
.pbmit-team-style-1 .pbminfotech-post-item,
.pbmit-team-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.pbmit-team-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}
.pbmit-team-style-1 .pbmit-featured-wrapper::before {
	position: absolute;
	content: "";
	width: 0%;	
	height: 100%;
	left: 0;
	background: rgba(var(--pbmit-physiofy-global-color-rgb), 0.92);
}
.pbmit-team-style-1:hover .pbmit-featured-wrapper::before {
	width:100%;
}
.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-social-links {
	position: absolute;
	top: 0;
	right: 0;
	padding: 35px;
	transform: translateY(-100%);
}
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-social-links {
	width: fit-content;
}
.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li {
	padding: 0;
	display: block;
	margin: 0 0 10px 0;
}
.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li a {
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li a:hover {
	color: var(--pbmit-physiofy-blackish-color);
}
.pbmit-team-style-1 .pbminfotech-box-content .pbmit-titlebox {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px 45px;
	width: 100%;
} 
.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-team-position {
	color: rgba(var(--pbmit-physiofy-white-color-rgb), .8);
	transform: translateY(120px);
}
.pbmit-team-style-1:hover .pbminfotech-box-content .pbminfotech-box-social-links {
	transform: translateY(0%);
}
.pbmit-team-style-1:hover .pbminfotech-box-content .pbmit-team-title,
.pbmit-team-style-1:hover .pbminfotech-box-content .pbminfotech-box-team-position {
	transform: translateY(0px);
}
/* dots */
.pbmit-element-team-style-3 .swiper-pagination {
	max-width: 1294px;
	padding-right: 50px;
}
.pbmit-element-team-style-3 .swiper-pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background-color: rgba(var(--pbmit-physiofy-blackish-color-rgb), .20);
	border-radius: 0;
	opacity: 1;
	margin-right: 0 !important; 
}
.pbmit-element-team-style-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--pbmit-physiofy-global-color);
}
.pbmit-element-team-style-3 .swiper-button-prev {
	left: -70px;
}
.pbmit-element-team-style-3 .swiper-button-next {
	left: 70px;
}
.pbmit-element-team-style-3 .swiper-button-prev, 
.pbmit-element-team-style-3 .swiper-button-next {
	bottom: -80px;
	left: 0;
	right: 0;
	top: unset;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid rgba(var(--pbmit-physiofy-blackish-color-rgb), 0.3);
	margin: 0 auto;
	background-color: transparent;
}
.post-type-archive-pbmit-team-member.pbmit-sidebar-exists .pbmit-team-style-1.col-lg-3 .pbminfotech-box-content .pbminfotech-box-social-links {
	padding: 15px;
}
.post-type-archive-pbmit-team-member.pbmit-sidebar-exists .pbmit-team-style-1.col-lg-3 .pbminfotech-box-content .pbmit-titlebox{
	padding: 20px;
}
.post-type-archive-pbmit-team-member.pbmit-sidebar-exists .pbmit-team-style-1.col-lg-3 .pbmit-team-title {
    font-size: 20px;
    line-height: 24px;
}
.post-type-archive-pbmit-team-member.pbmit-sidebar-exists .pbmit-team-style-1.col-lg-3 .pbminfotech-box-content .pbminfotech-box-team-position{
	font-size: 12px;
}

@media (max-width:991px) {
	.pbmit-team-style-1 .pbminfotech-box-content .pbmit-titlebox {
		padding: 30px 30px;
	}
	.pbmit-team-style-1 .pbmit-team-title {
		font-size: 20px;
		line-height: 20px;
	}
}