
.page-title{
	position: relative;
	padding: 100px 0px;
}

.page-title .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page-title .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.7;
}

.page-title h1{
	display: block;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}

.page-title .bread-crumb li{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	padding-right: 20px;
	margin-right: 8px;
}

.page-title .bread-crumb li:last-child{
	padding: 0px !important;
	margin: 0px !important;
}

.page-title .bread-crumb li a{
	display: inline-block;
	color: #fff;
}

.page-title .bread-crumb li a:hover{

}

.page-title .bread-crumb li:before{
	position: absolute;
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	top: 1px;
	right: 0px;
	font-size: 16px;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}