/* Team Member */
.team-profile-internal {
	border: 1px solid #E0E1E4;
}
.team-profile-internal.profile-box {
	display: block;
	margin-bottom: 60px;
}

.team-profile-internal .s1 {
	border-bottom: 1px solid #E0E1E4;
	padding: 30px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.team-profile-internal.profile-box .s1 {
	margin-right: 0;
}

.team-profile-internal .s1 .image {
	margin-right: 40px;
}

.team-profile-internal .s2 {
	padding: 30px;
}

.team-profile-internal .s3 {
	background: #F5F6F8;
	border-top: 1px solid #E0E1E4;
	padding: 5px 30px;
}

.team-profile-internal .social-icons a {
	margin: 5px 25px 5px 0;
	font-size: 18px;
	display: inline-block;
}

/* Profile Item */
.item-team {
	text-align: center;
	border-bottom: 1px solid #E0E1E4;
	padding: 40px 0;
	margin-bottom: 30px;
	border: 1px solid #E0E1E4;
	background: #fff;
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
	text-align: center;
}
.slick-slider .item-team {
	box-shadow: 0 7px 12px 0 rgb(2 6 19 / 12%);
}

.item-team a {
	display: inline-block;
}
.item-team .image {
	margin-bottom: 30px;
	max-width: 187px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #E0E1E4;
	padding: 10px;
	line-height: 0;
}
.item-team .image img {
	border-radius: 100%;
}
.item-team .name a {
	color: inherit;
	text-decoration: none;
}
.item-team .link-container {
	margin-top: 15px;
}
.item-team .more-link {
    color: #020612;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 700;
}

.item-team .name {
    font-weight: 700;
}