.header_color{
 	background: #fffbfa !important;
 }   
.breadcrumb > li + li::before {
    content: "\f22d" !important;
    font-family: fontawesome;
    font-size: 9px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000 !important;
    content: "/\00a0";
}
.title_header{
    color: #000 !important;
}
.active{
    color: #a7231f !important;
}
@media only screen and (max-width: 991px){
.pt-120 {
    padding-top: 22px !important;
}
}
@media only screen and (max-width: 991px){
section > .container  {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
}
.shadow{
	box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}
.mh-0{min-height: 0px;}

.text-red{color: #a7231f;}

.single-service{
	background: #fafafa;
	padding: 30px;
	border-radius: 30px;
}
.single-service ul li{
	list-style: disc;
	margin-bottom: 5px;
	margin-left: 20px;
}