@charset "utf-8";
/* CSS Document */
.zf-banner{
	width: 100%;
	height: 540px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media (max-width: 768px) {
	.zf-banner{
		height: 211px;
	}
	
}
.about-card{
	text-align: center;
}
.about-card img{
	margin-bottom: 0.625rem;
}
.about-card h4{
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.about-card p{
	color: #6c757d;
	margin-bottom: 0.5rem;
}
.features{
	background: #fff;
	border-radius: 5px;
	padding: 1.875rem;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
}
.features-title{
	font-size: 1.125rem;
	text-align: center;
	color: #fff;
	padding: 12px 30px;
	border-radius: 3.75rem;
	margin-bottom: 1.5rem;
}
.bg-warning{
	background-color: #F7931E!important;
}
.bg-custom{
	background-color: #007BFF;
}
.bg-gray{background: #EDF0F3;}
.content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.headtitle2 {
	z-index: 1;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.headtitle2:after {
	bottom: 0;
	left: 50%;
	height: 3px;
	width: 64px;
	content: " ";
	margin-left: -32px;
	position: absolute;
	background: #202A6D;
}
.headtitle2 h1,.headtitle2 h2 {
	color: #202A6D;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}


@media (max-width: 768px) {
	.headtitle2 h1,.headtitle2 h2 {
		font-size: 24px;
	}
	.about-card{
		margin-bottom: 1rem;
	}
	
}

.serve .icons {
	height: 34px;
	width: 34px;
	line-height: 34px;
	margin-right: 10px;
	color: #ffffff;
	background-color: #007BFF;
}
.serve h5{
	margin-bottom: 1rem;
}
.serve p{
	color: #6c757d;
	margin-bottom: 0.5rem;
}
.serve p::before{
	content: " ";
	width: 5px;
	height: 5px;
	background-color: #6c757d;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 3px;
}
.icon-two{
	color: #fff;
	background-color: #F7931E!important;
}
.event-card p{
	font-size: 1rem;
	color: #6c757d;
	text-align: justify;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.zfal{
	font-size: 1rem;
	text-align: center;
	color: #202A6D;
	background-color: #D2D4E2;
	padding: 15px 10px;
	margin-bottom: 30px;
	border-radius: 4px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 767px) {
	.card,.event-card{
		height: 100%;
	}
	
}