.cm_team_wrp.text_right .cm_team_image svg {
	right: 0;
	left: auto;
	transform: none;
}

.cm_team_wrp .cm_team_image img {
	width: auto;
	max-width: 185px;
	height: 100%;
	max-height: 258px;
	object-fit: contain;
}

.cm_team_wrp.text_right .cm_team_image > a, .cm_team_wrp.text_right .cm_team_image {
	display: flex;
	justify-content: end;
	padding-right: 5px;
}

.cm_team_wrp.text_left .cm_team_image > a, .cm_team_wrp.text_left .cm_team_image {
	display: flex;
	justify-content: flex-start;
	padding-left: 34px;
}

.cm_team_wrp.text_left .cm_team_image svg {
	left: 0;
	transform: none;
}

.cm_team_wrp .cm_team_image {
	margin-bottom: 14px;
	position: relative;
}

.cm_team_wrp.text_right .cm_team_icons {
	justify-content: flex-end;
}

.cm_team_wrp .flex_row {
	row-gap: 40px;
}

.cm_team_wrp.text_left .cm_team_icons {
	justify-content: flex-start;
}

.cm_team_wrp .cm_team_image {
	position: relative;
	line-height: 0;
	min-height: 265px;
	display: flex;
	justify-content: center;
	align-items: self-end;
	padding-bottom: 10px;
}

.cm_team_wrp .cm_team_image svg {
	width: auto;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	fill: inherit;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	max-height: 100%;
}

.cm_team_wrp .cm_team_cont.cm_color h3 {
	margin-bottom: 4px;
}

.cm_team_wrp .cm_team_image a {
	position: relative;
	width: 100%;
	min-height: 265px;
	display: flex;
	justify-content: center;
	align-items: self-end;
}

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

.cm_team_wrp .cm_team_cont h5 {
	margin-bottom: 4px;
}

.cm_team_wrp .cm_team_icons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}

.cm_team_wrp .cm_team_cont p {
	margin-bottom: 8px;
	font-size: 0.875em;
}

.cm_team_wrp .team_trigger {
	cursor: pointer;
}

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

.cm_team_wrp .cm_team_icons a * {
	width: 25px;
	height: 25px;
}

.cm_team_wrp .cm_team_text {
	margin-bottom: 20px;
}

{# popup #}

.cm_team_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;
}

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

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

.cm_team_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%;
}

.cm_team_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;
}

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

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

.cm_team_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;
}

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

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

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

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

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

.cm_team_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;
}

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

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

.cm_team_wrp .social-icons {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.cm_team_wrp .social-icons a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.cm_team_wrp .social-icons a svg {
	width: 20px;
	display: block;
	height: 20px;
}

.cm_team_wrp .col2 .cm_team_image img {
	width: 100%;
}

.cm_team_wrp.removeCard_bg_svg .cm_team_image svg {
	display: none;
}

.cm_team_wrp.removeCard_bg_svg .cm_team_image, 
.cm_team_wrp.removeCard_bg_svg .cm_team_image > a {
	min-height: auto;
}

.cm_team_wrp.abt_team_style {
	padding-left: calc(3rem - 10px);
	padding-right: calc(3rem - 10px);
}
.abt_team_style.cm_team_wrp .cm_team_image img {
	max-height: inherit;
	max-width: 100%;
}
.abt_team_style.cm_team_wrp .cm_team_card {
	padding: 10px 26px;
}
.abt_team_style.cm_team_wrp .cm_team_cont h4 {
	font-weight: 200;
	margin: 0;
	font-family: Montserrat,sans-serif;
	font-size: 35.808px;
	color: #fff;
}
.abt_team_style.cm_team_wrp .cm_team_card .cm_team_cont p {
	color: rgb(245,182,23);
	font-weight: 400;
	letter-spacing: 0em;
	font-size: 19.0976px;
	margin-bottom: 7px;
}
.abt_team_style.cm_team_wrp .cm_team_icons {
	display: block;
}
.abt_team_style.cm_team_wrp .cm_team_icons a .hs_cos_wrapper_type_icon {
	font-size: 10.524px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(135,187,253);
	border-right-color: rgb(135,187,253);
	border-bottom-color: rgb(135,187,253);
	border-left-color: rgb(135,187,253);
	border-top-left-radius: 8px;
	border-top-right-radius: 4.2096px;
	border-bottom-right-radius: 4.2096px;
	border-bottom-left-radius: 8px;
	height: 26px;
	line-height: 28px;
	width: 26px;
	color: #0e0f26;
	background-color: #87bbfd;
	display: inline-block;
}
.abt_team_style.cm_team_wrp .cm_team_icons a {
	background: transparent !important;
	width: inherit !important;
	height: inherit !important;
	display: inline-block;
	overflow: inherit;
}
.abt_team_style.cm_team_wrp .cm_team_icons a .hs_cos_wrapper_type_icon svg {
	width: 14px;
	height: 14px;
}
.abt_team_style.cm_team_wrp .cm_team_icons a .social_text {
	font-size: 10.9825px;
	font-family: termina, sans-serif;
	text-transform: uppercase;
	color: rgb(135, 187, 253) !important;
	font-weight: 500;
	letter-spacing: 2.631px;
	margin-left: 3px;
	position: relative;
	top: -2px;
}
.abt_team_style.cm_team_wrp .cm_team_icons a:hover .hs_cos_wrapper_type_icon {
	border-top-color: rgb(245,182,23);
	border-right-color: rgb(245,182,23);
	border-bottom-color: rgb(245,182,23);
	border-left-color: rgb(245,182,23);
	background-color: transparent;
}
.abt_team_style.cm_team_wrp .cm_team_icons a:hover .social_text {
	color: rgb(245,182,23) !important;
}
.abt_team_style.cm_team_wrp .cm_team_icons a .hs_cos_wrapper_type_icon * {
	fill: #0e0f26 !important;
	color: #0e0f26 !important;
}
.abt_team_style.cm_team_wrp .cm_team_icons a:hover .hs_cos_wrapper_type_icon * {
	color: rgb(135,187,253) !important;
	fill: rgb(135,187,253) !important;
}
.abt_team_style.cm_team_wrp {
	padding-left: calc(3rem - 10px);
	padding-right: calc(3rem - 10px);
}
.abt_team_style.cm_team_wrp .cm_team_image {
	margin-bottom: 23px;
	padding-bottom: 0;
}
.leader_ship_two_col.cm_team_wrp .top_sec {
	margin-top: 48px;
}

.cm_team_wrp.team3 .btn_item.ty_std.index1 a:before {
	content: "";
	font-family: "FontAwesomeRegular";
}
.cm_team_wrp.team3 .btn_item.ty_std.index2 a:before {
	content: "";
	font-family: "FontAwesomeRegular";
}

@media(min-width: 768px) {
	.cm_team_wrp .team_popup-modal .imgn_box img {
		display: none;
	}
}

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

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

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

	.abt_team_style.cm_team_wrp .cm_team_card {
		padding: 10px 0;
	}

	.cm_team_wrp.abt_team_style .top_content h1 {
		font-size: 32px;
	}
	
	.abt_team_style.cm_team_wrp .cm_team_card {
		padding: 10px 0;
	}
	.abt_team_style.cm_team_wrp {
		padding: 30px 20px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

{# endpopup #}

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

.cm_team_wrp .cm_team_image.noBgAdded {
	min-height: auto;
}

.cm_team_wrp .cm_team_image.noBgAdded img {
	max-width: 100%;
	max-height: none;
	object-fit: unset;
}

.cm_team_image.noBgAdded img {
	overflow: hidden;
}

.cm_team_image.noBgAdded {
	overflow: hidden;
}

.cm_team_wrp.text_left .cm_team_image.noBgAdded {
	padding-left: 0;
}

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

	.cm_team_wrp .glide .glide__arrow--left {
		left: 0;
	}
}
