/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2025 | 13:15:54 */
.our_team_main_container {
	text-align: center;
}

.our_team_member_img img {
	aspect-ratio: 310/304;
	object-fit: cover;
	border-radius: 4px;
	width: 100%;
}

.team_member_title {
	margin-top: 18px;
}

.team_member_title a {
	color: #333333 !important;
    font-family: "calibri", Verdana, Arial, sans-serif;
    font-size: 20px;
	line-height: 24px;
    font-weight: 700;
	text-decoration: none !important;
}

.team_member_sep {
	min-height: 1px;
    width: 100%;
    background: #D1D3D4;
    margin-top: 12px;
    margin-bottom: 12px;
}

.team_member_designation {
	color: #666666;
    font-family: "calibri", Verdana, Arial, sans-serif;
    font-size: 16px;
	line-height: 16px;
    font-weight: 400;
	margin-bottom: 34px;
}

.team_member_link_btn a {
	width: 100%;
	display: block;
	padding: 9px;
	border: 0;
	border-radius: 100px;
	color: #fff;
	background: #13334F;
	font-family: iskra, Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
	text-decoration: none !important;
	transition: all .3s linear;
	margin-bottom: 20px;
}

.team_member_link_btn a:hover {
	color: #fff;
	background: #E97024;
}