.breadcrumb{
	transform: translateX(-62px);
}
.breadcrumb a:nth-child(1),
.breadcrumb a:nth-child(1) + .separator{
	display: none;
}
.breadcrumb a:nth-child(3){
	position: relative;
	color: transparent;
}
.breadcrumb a:nth-child(3)::after{
	content: "Home";
	color: #fff;
/* 	color: #000; */
}
.bg_white .breadcrumb a:nth-child(3)::after{
	content: "Home";	color: #000;
}
@media (max-width: 991px) {
	.breadcrumb{
		transform: translateX(0px);
		text-indent: -50px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.breadcrumb{
		text-indent: -30px;
		padding: 0;
	}
}