.page-title{
    position: relative;
    padding: 100px 0px 40px 0px;
    overflow: visible;
}

.page-title .bg-layer-two{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title h1{
    position: relative;
    display: block;
    text-align: center;
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 600;
    line-height: 64px;
    margin-top: 2px;
    background: linear-gradient(270deg, #ea556f 0%, #ff2047 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-title .bread-crumb li{
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: var(--text-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
    padding: 0px !important;
    margin: 0px !important;
    color: #777777!important;
}

.page-title .bread-crumb li a{
    display: inline-block;
   color:#000 ;
}


.page-title .bread-crumb li:before {
    position: absolute;
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 10px;
    font-weight: 400;
    top: 0px;
    right: 0px;
}

.page-title .bread-crumb li:last-child:before{
    display: none;
}

/* --------------page title two----------------- */
.page-title.two .bread-crumb li a{
    display: inline-block;
   color:var(--title-color) !important ;
}
.page-title.two h1 {
    color: var(--title-color);
}