/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 06:30:13 */
.green_arrow_gradient_button .pp-button {
	position: relative !important;
	height: 36px;
	display: inline-flex !important;
	align-items: center;
	padding-right: 40px !important;
}

.green_arrow_gradient_button .pp-button:after {
	position: absolute;
	content: "";
	background: url("/wp-content/uploads/2025/10/ArrowCircleRight.svg");
	width: 36px;
	height: 36px;
	top: 0px;
	right: 0;
}

.video_icon_button .pp-button {
	position: relative !important;
	height: 30px;
	display: inline-flex !important;
	align-items: center;
	padding-right: 45px !important;
}

.video_icon_button .pp-button:after {
	position: absolute;
	content: "";
	background: url("/wp-content/uploads/2025/10/Group-6496.svg") no-repeat;
	width: 36px;
	height: 36px;
	top: 0px;
	right: 0;
}

.blue_arrow_gradient_button .pp-button {
	position: relative !important;
	height: 36px;
	display: inline-flex !important;
	align-items: center;
	padding-right: 40px !important;
}

.blue_arrow_gradient_button .pp-button:after {
	position: absolute;
	content: "";
	background: url("/wp-content/uploads/2025/09/ArrowCircleRight-Blue.svg");
	width: 36px;
	height: 36px;
	top: 0px;
	right: 0;
}

.team_member_facet_filter .facetwp-radio.checked, .team_member_facet_filter .facetwp-radio {
	background-image: none !important;
	padding-left: 0;
}

.team_member_facet_filter .facetwp-counter {
	display: none;
}

.team_member_facet_filter .facetwp-radio {
	color: #1D3C96;
	font-family: "Poppins", sans-serif;
    font-weight: 600;
	font-size: 18px;
	text-align: center;
}

.team_member_facet_filter .facetwp-facet {
	margin-bottom: 0;
	display: flex;
    justify-content: center;
    gap: 25px;
	flex-wrap: wrap;
}

/* Team Member Grid */

.team_member_grid .pp-content-post {
	margin-bottom: 30px;
}

.team_member_featured_image img {
	border-radius: 8px;
	width: 100%;
	aspect-ratio: 302/281;
	object-fit: cover;
}

.team_member_title {
	margin-top: 0;
	margin-bottom: 0;
}

.team_main_content {
    padding-left: 6px;
    padding-right: 6px;
}

.team_member_title a {
	color: #1D3C96;
	font-family: "Poppins", sans-serif;
    font-weight: 500;
	font-size: 20px;
    line-height: 31px;
	text-decoration: none !important;
}

.team_container_sep {
	min-height: 1px;
    width: 100%;
    background: #00AD9A;
    margin-top: 2px;
    margin-bottom: 4px;
}

.team_member_desig {
	color: #4D74B9;
	font-family: "Poppins", sans-serif;
    font-weight: 500;
	font-size: 17px;
}

/* Team Member Grid */