.title_header{
    color: #07405b !important;
}
.header_color {
    /*background: #fffcf2 !important;*/
	position: relative;
	background-image: url('/images/banner.png');
	background-size: cover;
    background-color: #f5f5f2;
    padding: 100px 0;
    overflow: hidden;
}

.breadcrumb li.active {
    color: #ffffff;
}
@media (max-width: 999px) {
    .text-sm-center {
        text-align: center !important;
    }
}

@media only screen and (max-width: 991px){
	.pt-150 {
    	padding-top: 22px !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";
}
.rounded{
	border-radius: 20px;
}
.shadow{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#service ul li{
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 20px;
}

#service ol li{
	list-style: number;
	margin-bottom: 10px;
	margin-left: 20px;
}