.pbmit-team-style-1 .pbmit-featured-wrapper:after,
.pbmit-team-style-1 .pbmit-team-social-links li a,
.pbmit-team-style-1 .pbminfotech-box-social-links,
.pbmit-team-style-1 .pbminfotech-box-team-position,
.pbmit-team-style-1 .pbminfotech-box-social-links {
	transition: all .6s ease-in-out;
}

.pbmit-team-style-1 .pbminfotech-box-content {
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.pbmit-team-style-1 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}

.pbmit-team-style-1 .pbmit-team-title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 500;
}

.pbmit-team-style-1 .pbminfotech-box-team-position,
.pbmit-team-style-1 .pbmit-team-title a {
	color: var(--pbmit-archist-white-color);
}

.pbmit-team-style-1 .pbminfotech-box-team-position {
	position: relative;
	margin-left: 10px;
	letter-spacing: 0.5px;
}

.pbmit-team-style-1:hover .pbminfotech-box-team-position {
	padding-left: 10px;
}

.pbmit-team-style-1 .pbminfotech-box-team-position:before {
	position: absolute;
	content: '';
	height: 15px;
	width: 1px;
	background-color: var(--pbmit-archist-white-color);
	left: -7px;
	top: 3px;
	transform: rotate(18deg);
}

.pbmit-team-style-1 .pbmit-team-title a:hover {
	color: var(--pbmit-archist-global-color);
}

.pbmit-team-style-1 .pbmit-team-social-links li:hover a {
	color: var(--pbmit-archist-white-color);
}

.pbmit-team-style-1 .pbmit-team-social-links li a {
	display: inline-block;
	opacity: 1;
	width: 40px;
	line-height: 40px;
	height: 40px;
	margin-top: 10px;
	background: var(--pbmit-archist-blackish-color);
	color: var(--pbmit-archist-white-color);
	font-size: 16px;
}

.pbmit-team-style-1 .pbmit-team-social-links li a:hover {
	background-color: var(--pbmit-archist-white-color);
	color: var(--pbmit-archist-blackish-color);
}

.pbmit-team-style-1 .pbminfotech-box-social-links {
	text-align: center;
	position: absolute;
	top: 30px;
	margin: 0;
	right: 30px;
	width: 40px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30%);
	padding-bottom: 15px;
}

.pbmit-team-style-1:hover .pbminfotech-box-social-links {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pbmit-team-style-1:hover .pbmit-team-social-links li {
	opacity: 1;
}

.pbmit-team-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}

.pbmit-team-style-1 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
}

.pbmit-team-style-1 .pbmit-featured-wrapper:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: left;
	background: linear-gradient(0deg, var(--pbmit-archist-secondary-color) 0%, rgba(0, 50, 129, 0) 60%);
}

@media (min-width: 768px) {
	.pbmit-element-team-style-1 .pbmit-ele-team.col-md-6:nth-child(even):not(.col-lg-3) {
		margin-top: 50px;
		margin-bottom: 0!important;
	}
}