.page-template-Team .section.hero-section {
	background-image: linear-gradient(90deg, #6633cc 0%, #8040d9 38%, #b85cf5 61%, #cc66ff 100%) !important;
	padding: 68px 100px 0;
	min-height: 54vh;
	display: flex;
}
.page-template-Team .section.hero-section h1 {
	font-size: 70px;
	letter-spacing: -2px;
	line-height: 70px;
	max-width: 450px;
}
.hero-section .full-column {
	display: flex;
	align-items: center;
	width: 100%;
}
.full-column .half-column {
	width: 50%;
	color: #fff;
}
.page-template-Team .section.hero-section .half-column .item {
	max-width: 450px;
	display: block;
	margin-left: auto;
	border-radius: 20px;
	overflow: clip;
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-template-Team .section.hero-section .half-column .section-content {
	max-width: 600px;
}
.section-caption {
	margin-bottom: 25px;
	display: inline-block;
}
.short_description {
	margin-top: 25px;
}
.short_description .read-more {
	display: none;
}
.section.hero-section .meta-box {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.section.hero-section .meta-box > span {
	display: flex;
	padding: 10px 25px;
	white-space: nowrap;
	align-items: center;
	line-height: 1;
	background: #000;
	border-radius: 8px;
}
.section.hero-section .meta-box .icon {
	margin-right: 25px;
}
.section.hero-section .meta-box > span.meta-time {
	background: #cc66ff;
	margin: 0 20px;
}
.section.hero-section .meta-box > span.meta-share {
	background: #c8eaf5;
	color: #000;
}
/*.content_section {*/
/*	padding: 30px 100px 0;*/
/*}*/
.content_section {
	padding-top: 20px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:768px) {
	.content_section {
		padding-top: 30px;
		/*padding-left: 30px !important;*/
		/*padding-right: 30px !important;*/
	}
}
@media (min-width:980px) and (max-width:991px) {
	.content_section {
		/*padding-left: 30px !important;*/
		/*padding-right: 30px !important;*/
	}
}
@media (min-width:991px) and (max-width:1199px) {
	.content_section {
		padding-top: 50px;
		/*padding-left: 50px !important;*/
		/*padding-right: 50px !important;*/
	}
}
@media (min-width:1200px) {
	.content_section {
		/*padding-left: 120px !important;*/
		/*padding-right: 120px !important;*/
	}
}
@media (min-width:1400px) {
	.content_section {
		/*padding-left: 240px !important;*/
		/*padding-right: 240px !important;*/
	}
}
@media (min-width:1600px) {
	.content_section {
		/*padding-left: 300px !important;*/
		/*padding-right: 300px !important;*/
	}
}
.team_member_wrap {
	margin: 0 -25px;
	width: calc(100% + 50px);
	display: flex;
	flex-wrap: wrap;
}
.team_member_wrap .item {
	width: calc(33.33% - 50px);
	margin: 0 25px 25px;
}
.item-img .img-container img {
	border-radius: 10px;
}
.item .item-img .img-container::before {
	display: none;
}
.team_member_wrap .item-details {
	padding-top: 1.5625rem;
}
@media (max-width: 575px) {
    .team_member_wrap .item {
        width: calc(100% - 40px);
    }
	.item-box {
		display: flex;
	}
	.team_member_wrap .item .item-img .img-container {
		width: 100px;
		height: 100px;
	}
	.team_member_wrap .item-details {
		display: flex;
		flex-direction: column;
		padding-top: 0;
		padding-left: 15px;
	}
}
.item .meta-title,
.item .meta-title a {
	font-size: 1.125rem;
	font-weight: 700;
	color: #6633CC;
}
.department_wrap h5 {
	font-size: 1.125rem;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 2px solid #000;
	position: relative;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.indicator_trigger {
	width: 35px;
	height: 35px;
	border: 2px solid #000;
	border-radius: 50%;
	position: relative;
}
.indicator_trigger::after, .indicator_trigger::before {
	content: "";
	width: 12px;
	height: 2px;
	background: #000;
	display: block;
	top: calc(50% - 1px);
	left: calc(50% - 6px);
	position: absolute;
	transition: all linear .3s;
}
.indicator_trigger::after {
	transition: all linear .3s;
	transform: rotate(90deg);
	transform-origin: center;
}
.open .indicator_trigger::after{
	transition: all linear .3s;
	transform: rotate(0deg);
	transform-origin: center;
}
.department_wrap:last-child h5 {
	border-bottom: 0;
}
.department_wrap.open:last-child h5 {
	border-bottom: 2px solid #000;
}
.meta-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}