/*================================================
Agents Area CSS
=================================================*/
.agents-card {
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
.agents-card::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 255px;
	border-radius: 5px;
	background: linear-gradient(180deg, #EDF7FF 0%, #FAF3E1 100%);
	z-index: -1;
}
.agents-card .agents-image {
	padding: 0 25px;
}
.agents-card .agents-image a img {
	border-radius: 5px;
}
.agents-card .agents-content {
	text-align: center;
	padding: 30px;
}
.agents-card .agents-content h3, .agents-card .agents-content .h3 {
	font-size: 20px;
	margin-bottom: 0;
}
.agents-card .agents-content span {
	font-size: 15px;
	display: block;
	margin-top: 10px;
}
.agents-card .agents-content .social-info {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-top: 20px;
}
.agents-card .agents-content .social-info a {
	margin-right: 20px;
}
.agents-card .agents-content .social-info a:last-child {
	margin-right: 0;
}
.agents-card .agents-content .social-info a i {
	color: #1B6F58;
	font-size: 18px;
	transition: 0.6s;
}
.agents-card .agents-content .social-info a i:hover {
	color: #A68E74;
}

.agents-wrap-area {
	background-color: #F1F1F1;
	overflow: hidden;
}

.agents-wrap-content .sub {
	display: inline-flex;
	padding: 5px 15px;
	background-color: #A68E74;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin-bottom: 25px;
}
.agents-wrap-content h2, .agents-wrap-content .h2 {
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1.3;
	position: relative;
	padding-bottom: 20px;
}
.agents-wrap-content h2::before, .agents-wrap-content .h2::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 110px;
	height: 2px;
	background-color: #1B6F58;
}

.agents-wrap-card .agents-image a img {
	border-radius: 5px;
}
.agents-wrap-card .agents-content {
	text-align: center;
	padding-top: 30px;
}
.agents-wrap-card .agents-content h3, .agents-wrap-card .agents-content .h3 {
	font-size: 20px;
	margin-bottom: 0;
}
.agents-wrap-card .agents-content span {
	font-size: 15px;
	display: block;
	margin-top: 10px;
}
.agents-wrap-card .agents-content .social-info {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-top: 20px;
}
.agents-wrap-card .agents-content .social-info a {
	margin-right: 20px;
}
.agents-wrap-card .agents-content .social-info a:last-child {
	margin-right: 0;
}
.agents-wrap-card .agents-content .social-info a i {
	color: #1B6F58;
	font-size: 18px;
	transition: 0.6s;
}
.agents-wrap-card .agents-content .social-info a i:hover {
	color: #A68E74;
}