body.board-of-directors {
	background-image: url("hero-board-of-director.webp");
}

body.leadership-team {
	background-image: url("hero-leadership-team.webp");
}

body.alumni {
	background-image: url("hero-alumni.webp");
}
.bg-gradient-01 {
	background: linear-gradient(180deg, rgb(14 6 40 / 0%) 0%, rgb(14 6 40 / 90%) 10%, rgb(14 6 40 / 90%) 60%, rgb(14 6 40 / 100%) 80%);
}

.bg-gradient-02 {
	background: linear-gradient(180deg, rgba(14, 6, 40, 0.8) 7%, rgba(14, 6, 40, 1) 100%);
}

 
section.team-01 {
	position: relative;
	overflow: hidden;
	padding-bottom: 60px; 
}

section.team-01 .team-members {
	align-items: center;
	padding: 30px 15px;
	background: var(--color-14);
	border-radius: 15px;
	margin: 24px 0px 0px 0px;
}

section.team-01 .team-members .tm-photo {
	overflow: hidden;
	border-radius: 15px;
}

section.team-01 .team-members .tm-photo img {
	filter: grayscale(100);
	transition: all 500ms ease-in-out;
}

section.team-01 .team-members .tm-details {
	padding-left: 10%;
}

section.team-01 .team-members .tm-details h3.name {
	font-size: var(--rfs-24);
}

section.team-01 .team-members .tm-details p.designation {
	color: var(--color-11);
	font-size: 14px;
	font-weight: 100;
}

section.team-01 .team-members .tm-details ul {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	gap: 15px;
	display: flex;
}

/* section.team-01 .team-members .tm-details ul li {} */

section.team-01 .team-members .tm-details ul li a {
	display: flex;
	position: relative;
	overflow: hidden;
	border-radius: 100px;
}

section.team-01 .team-members .tm-details ul li a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-01);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transition: all 500ms ease-in-out;
}

section.team-01 .team-members .tm-details ul li span {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	border-radius: 100px;
	overflow: hidden;
	z-index: 1
}

/* section.team-01 .team-members .tm-details ul li .btn-popup {} */

/* section.team-01 .team-members .tm-details ul li .btn-popup span {} */

section.team-01 .team-members .tm-details ul li .btn-popup span:before,
section.team-01 .team-members .tm-details ul li .btn-popup span:after {
	content: "";
	width: 14px;
	height: 1px;
	background: var(--color-01);
	position: absolute;
	top: 50%;
	left: 50%;
}

section.team-01 .team-members .tm-details ul li .btn-popup span:before {
	transform: translate(-50%, -50%);
}

section.team-01 .team-members .tm-details ul li .btn-popup span:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

/* section.team-01 .team-members .tm-details ul li .btn-linkedin {} */

section.team-01 .team-members .tm-details ul li .btn-linkedin span {
	border: 1px solid var(--color-11);
}

section.team-01 .team-members .tm-details ul li .btn-linkedin span:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../templates/img/icon-linkedin-pink.webp") no-repeat center center;
	background-size: 22px;
	position: absolute;
	top: 0;
	left: 0;
}

section.team-01 .team-members .tm-details ul li a.btn-popup:before {
	background: linear-gradient(203deg, #13073A 23.5%, #761244 68.5%, #E81F4F 100%);
	transform: translate(-50%, -50%);
	transform-origin: left bottom;
}

section.team-01 .team-members .tm-details ul li a.btn-linkedin:before {
	border-radius: 100px;
	background: #ffffff;
	transform: translate(-50%, -50%) scale(0.01);
	transform-origin: center center;
}

section.team-01 .team-members .tm-details ul li a.btn-popup:hover:before {
	transform: translate(-50%, -50%) scale(4);
	transition: all 500ms ease-in-out;
}

section.team-01 .team-members .tm-details ul li a.btn-linkedin:hover span {
	border-color: #ffffff;
}

section.team-01 .team-members .tm-details ul li a.btn-linkedin:hover:before {
	transform: translate(-50%, -50%) scale(2);
	transition: all 500ms ease-in-out;
}

section.team-01 .team-members:hover {
	transition: all 500ms ease-in-out;
}

section.team-01 .team-members:hover .tm-photo img {
	transform: scale(1.07);
	transition: all 500ms ease-in-out;
}


section.team-02 {
	padding-bottom: 60px;
}

section.team-02 .committee-composition {
	text-align: center;
	margin-bottom: 60px;
}

section.team-02 .committee-composition .container-fluid {
	background: var(--color-12);
}

section.team-02 .committee-composition .container-fluid h3 {
	font-size: var(--rfs-30);
	margin-bottom: 30px;
}

section.team-02 .committee-composition .container-fluid p {
	color: var(--color-04);
	font-size: 13px;
	margin-bottom: 5px;
}

section.team-02 .committee-composition .chairperson {
	padding-bottom: 30px;
	position: relative;
}

section.team-02 .committee-composition .chairperson:before {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--color-11);
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 100px;
	z-index: 1;
}

section.team-02 .committee-composition .chairperson:after {
	content: "";
	width: 1px;
	height: 20px;
	background: var(--color-01);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

section.team-02 .committee-composition .chairperson h4 {
	font-size: var(--rfs-21);
}

section.team-02 .committee-composition ul.cm-lists {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	position: relative;
}

section.team-02 .committee-composition ul.cm-lists:before {
	content: "";
	width: 75%;
	height: 1px;
	background: var(--color-01);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

section.team-02 .committee-composition ul.cm-lists li {
	min-width: 25%;
	position: relative;
	padding: 20px 0px 15px 0px;
}

section.team-02 .committee-composition ul.cm-lists li .members {
	position: relative;
}

section.team-02 .committee-composition ul.cm-lists li .members h4 {
	font-size: var(--rfs-18);
}

section.team-02 .committee-composition ul.cm-lists li:nth-child(1):after,
section.team-02 .committee-composition ul.cm-lists li:nth-last-child(1):after {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--color-11);
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 100px;
}


section.team-03 {
	padding-bottom: 60px;
}

section.team-03 .committee_composition {
	background: var(--color-12);
	padding: 30px;
	position: relative;
	border-radius: 15px;
	height: 100%;
}

section.team-03 .committee_composition h3 {
	font-size: var(--rfs-30);
	min-height: 15px;
	margin-bottom: 20px;
}

@media(max-width:480px){

section.team-03 .committee_composition h3 {
	min-height: 15px;
	margin-bottom: 0px;
}
}

section.team-03 .committee_composition ul.committee_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #200e5c;
	position: relative;
	display: flex;
	justify-content: flex-start;
	/* flex-direction: row; */

}

section.team-03 .committee_composition ul.committee_list li p {
	padding: 12px 0px;
}

section.team-03 .committee_composition ul.committee_list li h5 {
	/* color: #522bd1; */
	color: var(--color-11);
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0px;
}

section.team-03 .committee_composition ul.committee_list>li:nth-child(1) {
	width: 30%;
	
}

section.team-03 .committee_composition ul.committee_list>li:nth-child(2) {
	width: 70%;
	gap: 13px;
	display: flex;
	flex-direction: column;
/* padding: 12px 0px 0; */
	justify-content: flex-start;
}

section.team-03 .committee_composition ul.committee_list li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;

	flex-direction: column;


}

section.team-03 .committee_composition ul.committee_list li ul li {
	/* padding: 11px 0px 12px 0px; */
	border-bottom: 1px solid #200e5c;
}

section.team-03 .committee_composition ul.committee_list li p {
	font-size: 14px;

	margin-bottom: 0px;
}



/* #html5box-html5-lightbox{height:auto !important;} */

#html5-lightbox-box {
	/*height: 100% !important;*/
	max-height: 450px !important;
}

#html5box-html5-lightbox .html5-elem-data-box {
	min-height: auto !important;
}

#html5box-html5-lightbox .html5-elem-data-box:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
	background: var(--color-12);
}

.html5-title {
	color: var(--color-01);
	position: absolute;
	top: 41px;
	left: 120px;
}

.html5-title small {
	display: block;
	font-size: 12px;
	color: gray;
}

.html5-elem-wrap {
	background: transparent !important;
	position: absolute !important;
	top: 0;
	left: 0;
	width: 110px !important;
	height: auto !important;
	z-index: 99;
}

.html5-elem-wrap .html5-image {
	padding: 11px 20px !important;
}

.html5-elem-wrap img.html5-image-img {
	border-radius: 10px;
}

.html5-description {
	font-size: 14px !important;
	padding: 120px 14px 2px !important;
}


/* `md` applies to small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
	
	body.board-of-directors section.hero-banner{background-image: url("hero-board-of-director.webp");}
	body.leadership-team section.hero-banner{background-image: url("hero-leadership-team.webp");}
	body.alumni section.hero-banner{background-image: url("hero-alumni.webp");}

	section.team-01 {
		padding-bottom: 30px;
	}

	section.team-01 .team-members {
		margin: 0px 0px 15px 0px;
		padding: 0px 0px 0px 0px;
		align-items: center !important;
	}

	section.team-01 .col-md-6:nth-last-child(1) .team-members {
		margin: 0px !important;
	}

	section.team-01 .team-members .tm-photo {
		margin-top: calc(var(--bs-gutter-x) * .5);
		margin-bottom: calc(var(--bs-gutter-x) * .5);
	}

	section.team-01 .team-members .tm-details {
		padding: 5px 0px 5px 0px;
	}

	section.team-01 .team-members .tm-details h3.name {
		font-size: 21px;
	}

	section.team-01 .team-members .tm-details ul li span {
		width: 30px;
		height: 30px;
	}

	section.team-01 .team-members .tm-details ul li .btn-linkedin span:before {
		transform: scale(.7);
	}

	section.team-01 .team-members .tm-details ul {
		margin: 10px 0px 0px 0px;
	}

	section.team-02 .committee-composition {
		margin-bottom: 30px;
	}

	section.team-02 .container-fluid {
		padding-bottom: 0px !important;
	}

	section.team-02 .committee-composition ul.cm-lists li .members h4 {
		max-width: 90px;
	}
}


/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {}

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
	section.team-01 .team-members {
		align-items: center;
	}
	section.team-03 .committee_composition h3{font-size:var(--rfs-24);}

	section.team-01 .team-members .tm-details h3.name,
	section.team-02 .committee-composition .container-fluid h3 {
		font-size: 16px;
		font-weight: 600;
	}

	section.team-01 .team-members .tm-details p.designation {
		font-size: 12px;
		font-weight:400;
		line-height: 1.1;
		margin-bottom: 12px;
	}

	section.team-02 .committee-composition .chairperson h4 {
		font-size: 16px;
	}

	section.team-02 .committee-composition {
		margin-bottom: 40px;
	}

	section.team-02 .committee-composition:nth-last-child(1) {
		margin-bottom: 0px;
	}

	section.cms-foundation-06 ul.partners-list {
		margin-top: 0px;
	}



}