.page-title{
    width: 100%;
    overflow: visible;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0px 90px 0px;
    background: #f2f2f2;
} 
.page-title .content-box h1{
    /* color: #141417; */
    /* font-size: 50px; */
    /* line-height: 1.7em; */
    margin-bottom: 20px;
}
.page-title .bread-crumb li{
    color: #222;
    /* font-family: 'Inter', sans-serif; */
    font-weight: 600;
}    
.page-title .bread-crumb li a{
    color: #222;
}  
.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li.current{
    color: #141417;
}
.page-title .bread-crumb li a:hover{
    text-decoration: underline;
    color: #141417;
}
.page-title .bread-crumb li:before{
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    top: 1px;
    right: -16px;
}  
.page-title .bread-crumb li:last-child:before{
    display: none;
}
.page-title .pattern-layer .shape-1{
    width: 176px;
    height: 183px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}
.page-title .pattern-layer .shape-2{
    width: 221px;
    height: 129px;
    background-repeat: no-repeat;
}
.page-title .pattern-layer .shape-3{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.mr_bread_list li{
	position:relative;
	display:inline-block;
	padding-left: 0px!important;
}
.mr_bread_list .breadcrumb-item + .mr_bread_list .breadcrumb-item {
    padding-left: 0px;
}
