.header_color{
  	background: #011a44 !important;
}   
.breadcrumb > li + li::before {
    content: "\f22d" !important;
    font-family: fontawesome;
    font-size: 9px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff !important;
    content: "/\00a0";
}
.breadcrumb li.active{
	color: #ffffff;
}
.text-blue{
	color: #02214d;
}
.text-yellow{
	color: #c38c0f;
}
.text-green{
	color: #198426;
}
.border{
	border: 1px solid #ddd;
	padding: 5px 10px;
}

#service .card{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff;
	padding: 25px;
}

#service ul li{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}

.radius-10{
	border-radius: 10px;
}
/*About Us*/

#serv .card{
	background: #fff8e7;
	border-radius: 30px;
	padding: 10px;
	border: 1px solid #e5b12a;
}
#serv .card i{
	border: 1px solid #198426;
	background: #e4f8e6;
	padding: 5px;
	border-radius: 50%;
}
.slider-handle{
	background: #fff !important;
}
/*About Us*/