

/*breadcrumb*/
.breadcrumbbg{
	background-color: #c10b15;
}
.breadcrumb{
	background-color: #c10b15;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px; 
	margin-top: 117px;
	margin-bottom: 0px;
}
.breadcrumb .active{
	color:#ffffff;
}
.breadcrumb .active:hover{
	color:#ffffff;
	text-decoration: none;
}
.breadcrumb li h6{
	color: #23397A;
	font-weight: 700;
}
.breadcrumb li p {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
.breadcrumb li p:hover {
	color: #23397A;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb > li + li:before {
  content: none;
}
.breadcrumb p.inactive {
	color: #fff;
	font-weight: 100;
	text-decoration: none;
}
.breadcrumb p.inactive:hover {
	color: #fff;
	font-weight: 100;
	text-decoration: none;
}


@media screen and (max-width: 1150px){
	.breadcrumb{
	background-color: #c10b15;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px; 
	margin-top: 165px;
	margin-bottom: 0px;
}
}


@media screen and (max-width: 765px){
	.breadcrumb{
	background-color: #c10b15;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px; 
	margin-top: 0px;
	margin-bottom: 0px;
}
}


@media screen and (max-width: 770px){
	.breadcrumb{
	background-color: #c10b15;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px; 
	margin-top: 130px;
	margin-bottom: 0px;
}
}

@media screen and (max-width: 690px){
	.breadcrumb{
	background-color: #c10b15;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px; 
	margin-top: 60px;
	margin-bottom: 0px;
}
}



@media screen and (max-width: 480px){
	.breadcrumb{
	background-color: #c10b15;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px; 
	margin-top: 62px;
	margin-bottom: 0px;
}
}

@media screen and (max-width: 680px){
	.breadcrumb{
	background-color: #c10b15;
	border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px; 
	margin-top: 52px;
	margin-bottom: 0px;
}
}

/*breadcrumb end*/