
.team_v3_wrp .flex_row {
	row-gap: 40px;
}
.team_v3_wrp .team_card .team_card_inner {
	cursor: pointer;
}
.team_v3_wrp .team_image {
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative;
	transition: all .3s 
		ease-in-out;
	transition-property: transform;
	width: 100%;
}
.team_v3_wrp .team_image:before {
	content: "";
	display: block;
	padding-top: 120%;
}
.team_v3_wrp .team_image img {
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.team_v3_wrp .team_cont {
	font-size: 16px;
	line-height: 1.1;
}
.team_v3_wrp .member_name {
	margin-bottom: .5rem;
	font-size: 16px;
	line-height: 1.1;
}
.team_v3_wrp .designation {
	margin: 0;
}
.team_v3_wrp .team_card .btn_row {
	margin: 0;
}

.team_v3_wrp .team_card_inner:hover:not(:disabled) .team_image {
	transform: scale(1.05);
}

.team_v3_wrp .cm_mod_buton {
	margin-top: 30px;
}



.team_v3_wrp .team_trigger {
	cursor: pointer;
}

.team_v3_wrp .team_icons a {
	display: inline-flex;
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
}

.team_v3_wrp .team_icons a * {
	width: 25px;
	height: 25px;
}

.team_v3_wrp .team_text {
	margin-bottom: 20px;
}

.team_v3_wrp .team_row {
	width: 100%;
	display: grid;
	column-gap: 2rem;
	row-gap: 2.5rem;
}

{# popup #}

.team_v3_wrp .team_popup-modal {
	background: rgb(0 ,0 ,0, 0.3);
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: .1s ease;
	-o-transition: .1s ease;
	transition: .1s ease;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

.team_v3_wrp .team_popup-modal.show {
	display: block;
}

.team_v3_wrp .team_popup-modal.active_show {
	opacity: 1;
	visibility: visible;
}

.team_v3_wrp .team_popup-modal .modal__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	overflow-y: auto;
	padding: 50px 20px;
	width: 100%;
}

.team_v3_wrp .team_popup-modal .modal__box {
	margin: 0 auto;
	max-width: 1024px;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: .4s ease .2s;
	-o-transition: .4s ease .2s;
	transition: .4s ease .2s;
	width: 100%;

	border-radius: 5px;
	overflow: hidden;
}

.team_v3_wrp .team_popup-modal.active_show .modal__box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.team_v3_wrp .inner_spacer {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.team_v3_wrp .closeIcon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 35px;
	font-weight: 700;
	height: 35px;
	width: 35px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 11;
}

.team_v3_wrp .closeIcon i {
	font-weight: 700;
}

.team_v3_wrp .team_popup-modal .inner_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 400px;
}

.team_v3_wrp .team_popup-moda .mem_imng {
	width: 40%;
}

.team_v3_wrp .team_popup-modal .mem_bio_wrap {
	width: 60%;
}
.team_v3_wrp .team_popup-modal .mem_bio_wrap:only-child {
	width: 100%;
}

.team_v3_wrp .team_popup-modal .mem_imng {
	width: 40%;
	position: relative;
}

.team_v3_wrp .team_popup-modal .imgn_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.team_v3_wrp .team_popup-modal .bio_inner {
	padding: 40px;
	text-align: left;
}

.team_v3_wrp .team_popup-modal .desig {
	margin-bottom: 0;
}


{# Modal #}

.team_v3_wrp .c-modal {
	-webkit-overflow-scrolling: touch;
	background-color: #002f46;
	bottom: 0;
	color: #fff;
	height: 100%;
	height: var(--vh);
	left: 0;
	overflow: auto;
	padding-top: 6.25rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 300;
	/* 	pointer-events: none;
	opacity: 0;
	visibility: hidden; */

	display: none;

}
.team_v3_wrp .c-modal__background {
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.team_v3_wrp .c-modal__close-button {
	align-items: center;
	border: 2px solid #5ef078;
	border-radius: 1.5rem;
	color: #fff;
	display: flex;
	gap: .5rem;
	height: 3rem;
	justify-content: center;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	position: absolute;
	right: 50%;
	top: 1.5rem;
	transform: translateX(50%);
	transition: all .3s 
		ease-in-out;
	transition-property: background-color, color;
	z-index: 3;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
}
.team_v3_wrp .c-modal__close-button:hover {
	background-color: #5ef078;
	color: #002f46;
}

.team_v3_wrp .c-modal__content {
	display: grid;
	grid-template-areas: "content";
	position: relative;
	z-index: 2;
	width: 100%;
}

.team_v3_wrp .c-modal__content .container {
	width: 100%;
	grid-area: content;
	justify-self: center;
	display: block;
	min-height: 100%;
	    max-width: 100%;
}
.team_v3_wrp .c-modal__content .container .page-center {
	padding: 0;
	    width: 100%;
}
.team_v3_wrp .c-person {
	grid-row-gap: 2rem;
	align-items: center;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
	row-gap: 2rem;
	width: 100%;
}
.team_v3_wrp .c-person__text {
	justify-self: center;
	max-width: 40rem;
}
.team_v3_wrp .c-person__name {
	margin: 0;
	font-size: clamp(1.625rem, 1.7361111111vw + 1.0694444444rem, 2.625rem);
	letter-spacing: normal;
	line-height: 1.24;
	font-weight: 700;
	color: #fff;
}
.team_v3_wrp .c-person__title {
	font-size: clamp(1.625rem, 1.7361111111vw + 1.0694444444rem, 2.625rem);
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.24;
	color: #5c66f5;
	font-weight: 400;
	margin-top: .75rem;
}
.team_v3_wrp .c-person__bio {
	margin-top: 1.125rem;
	scrollbar-color: dark;
	-webkit-overflow-scrolling: touch;
	max-height: 40vh;
	overflow: auto;
	font-size: clamp(1rem, .2170138889vw + .9305555556rem, 1.125rem);
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.7;
}
.team_v3_wrp .c-person__photo-container {
	background-color: rgba(248, 248, 251, .2);
	border-radius: 1rem;
	grid-row: 1;
	justify-self: center;
	max-width: 23.5rem;
	overflow: hidden;
	width: 65%;
}
.team_v3_wrp .c-person__photo {
	position: relative;
	width: 100%;
}
.team_v3_wrp .c-person__photo:before {
	content: "";
	display: block;
	padding-top: 120%;
}
.team_v3_wrp .c-person__photo img {
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.team_v3_wrp .c-modal .swiper-arrows {
	display: none;
	gap: .5625rem;
	justify-content: center;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	position: relative;

	width: 100%;
	z-index: 4;
  	bottom: 0;
		gap: 1rem;
		position: fixed;
		display: flex;
		top: auto;
		left: 0;
		right: 0;
}
.team_v3_wrp .c-modal .swiper-arrow {
	position: static;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	letter-spacing: inherit;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	-webkit-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 50%;
	cursor: pointer;
	height: 3.5rem;
	transition: all .3s 
		ease-in-out;
	transition-property: color, background-color;
	width: 3.5rem;
}
.team_v3_wrp .c-modal .swiper-arrow svg {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	pointer-events: none;
	width: 100%;
}
.team_v3_wrp .c-modal .swiper-arrow:before, 
.team_v3_wrp .c-modal .swiper-arrow:after {
	display: none;
}
.team_v3_wrp .c-modal .swiper-arrow:hover {
	background-color: #5ef078;
	color: #002f46;
}

html.team-lightbox-open {
	overflow: hidden;
}
/* 
.team_v3_wrp .swiper-slide {
	max-width: 100%;
	width: 100% !important;
} */
/* .team_v3_wrp .c-person {
	width: 100%;
	max-width: 100%;
} */
.team_v3_wrp .swiper-wrapper {
	width: 100% !important;
	max-width: 100% !important;
}


@media(min-width: 768px) {
	.team_v3_wrp .team_popup-modal .imgn_box img {
		display: none;
	}
	.team_v3_wrp .team_row {
		column-gap: 3rem;
		row-gap: 3.4375rem;
	}
	.team_v3_wrp.col3_row .team_row {
		grid-template-columns: repeat(3, 1fr);
	}
	.team_v3_wrp.col6_row .team_row {
		grid-template-columns: repeat(2, 1fr);
	}
	.team_v3_wrp.col4_row .team_row {
		grid-template-columns: repeat(3, 1fr);
	}
	.team_v3_wrp .c-modal__close-button {
		right: 2.375rem;
		top: 2.5rem;
		transform: none;
	}
	.team_v3_wrp .c-modal__content {
		align-content: center;
		height: 100%;
	}
	.team_v3_wrp .c-person {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.team_v3_wrp .c-modal .swiper-arrow {
		height: 4.1875rem;
		width: 4.1875rem;
	}

}

@media(min-width: 1025px) {
	.team_v3_wrp .team_row {
		row-gap: 3.4375rem;
		column-gap: 3rem;
	}
	.team_v3_wrp.col3_row .team_row {
		grid-template-columns: repeat(4, 1fr);
	}
	.team_v3_wrp.col3_row .team_card:nth-child(odd) .team_card_inner {
		transform: translateY(2.9375rem);
	}
	.team_v3_wrp.col3_row .team_card:nth-child(even) .team_card_inner {
		transform: translateY(.625rem);
	}

	.team_v3_wrp.col4_row .team_card:nth-child(3n+1) .team_card_inner,
	.team_v3_wrp.col4_row .team_card:nth-child(3n+3) .team_card_inner {
		transform: translateY(2.9375rem);
	}
	.team_v3_wrp .c-person {
		grid-template-columns: repeat(2, 1fr);
		height: calc(100% - 20.125rem);
		height: calc(var(--vh) - 20.125rem);
		min-height: 500px;
		row-gap: 0;
	}

	.team_v3_wrp .c-person__text {
		justify-self: start;
		max-width: 30rem;
	}
	.team_v3_wrp .c-person__photo-container {
		grid-column: 2;
		justify-self: end;
		max-width: 23.5rem;
		width: 100%;
	}

}

@media(max-width: 991px) {
	.team_v3_wrp .team_popup-modal .mem_imng {
		width: 50%;
	}

	.team_v3_wrp .team_popup-modal .mem_bio_wrap {
		width: 50%;
	}
}

@media(max-width: 767px) {
	.team_v3_wrp .team_popup-modal .mem_bio_wrap, .team_v3_wrp .team_popup-modal .mem_imng {
		width: 100%;
	}

	.team_v3_wrp .team_popup-modal .imgn_box {
		background: none !important;
		position: static;
	}

	.team_v3_wrp .team_popup-modal .mem_imng img {
		max-width: 100%;
		height: auto;
	}

	.team_v3_wrp .team_popup-modal .imgn_box img {
		width: auto;
		height: 100%;
		max-height: 300px;
		max-width: none;
	}

	.team_v3_wrp .team_popup-modal .modal__box {
		width: 70%;
	}

	.team_v3_wrp .team_popup-modal .bio_inner {
		font-size: 0.9em;
	}

	.team_v3_wrp .team_popup-modal .mem_bio_wrap p {
		margin-bottom: 10px;
	}

	.team_v3_wrp .team_popup-modal h2.name {
		margin-bottom: 10px;
	}

	.team_v3_wrp .closeIcon {
		right: 20px;
		top: 20px;
	}

	.team_v3_wrp .team_popup-modal .bio_inner {
		padding: 20px;
	}
}

@media(max-width: 600px) {
	.team_v3_wrp .team_popup-modal .modal__box {
		width: 90%;
	}

	.team_v3_wrp .team_popup-modal .modal__container {
		padding-left: 0;
		padding-right: 0;
	}

	.team_v3_wrp .link_text_wrap a {
		padding: 8px 18px;
	}
}

{# endpopup #}

.team_v3_wrp .glide__bullets {
	margin-bottom: 30px;
	margin-top: 0;
	position: relative;
}



.team_image.noBgAdded img {
	overflow: hidden;
}

.team_image.noBgAdded {
	overflow: hidden;
}

.team_v3_wrp.text_left .team_image.noBgAdded {
  padding-left: 0;
}

@media(max-width: 1230px) {
  .team_v3_wrp .glide__arrow.glide__arrow--right {
    right: 0;
  }
  .team_v3_wrp .glide .glide__arrow--left {
    left: 0;
  }
}

@media (max-width:1163px) {
  .team_v3_wrp .c-modal {
    overflow-x: hidden;
  }
  .team_v3_wrp .c-person {
    display: flex;
    justify-content: space-between;
  }
  .team_v3_wrp .c-modal__content {
    display: flex;
  }
  .team_v3_wrp .c-modal__content .container .page-center {
    height: 100%;
    align-content: center;
  }
}
@media (max-width:1024px){
  .team_v3_wrp .c-person {
    flex-direction: column-reverse;
  }
}