.page-title{
position:relative;
padding:120px 0px 120px;
background-size:cover;
background-repeat:no-repeat;
background-position:center center;
background-attachment: fixed;
}
.page-title:before{
position:absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
background-color: rgba(14,12,31,0.80);
}
.page-title .auto-container{
position:relative;
}
.page-title h1{
position:relative;
color:#ffffff;
font-size:64px;
font-weight:600;
line-height:1.2em;
margin-bottom: 5px;
text-transform:capitalize;
}
.page-breadcrumb{
position:relative;
}
.page-breadcrumb:before{
position:absolute;
content: '';
left: -50px;
top: 10px;
height: 1px;
width:35px;
background-color: #ffffff;
}
.page-breadcrumb li{
position:relative;
display:inline-block;
margin-right:10px;
padding-right:15px;
color:var(--theme-color);
font-size: 16px;
font-weight:500;
text-transform:capitalize;
}
.page-breadcrumb li:after{
position:absolute;
content: "\f105";
right:-2px;
top:-1px;
color:#ffffff;
font-size:14px;
font-family: 'FontAwesome';
}
.page-breadcrumb li:last-child::after{
display: none;
}
.page-breadcrumb li:last-child{
padding-right:0px;
margin-right:0px;
}
.page-breadcrumb li a{
color:#ffffff;
font-weight:500;
text-transform: capitalize;
transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
}
.page-breadcrumb li a:hover{
color:var(--theme-color);
}