.hr-breadcrumb {
	position: relative;
	padding: 180px 0 130px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.hr-breadcrumb:before {
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.5;
}

.hr-breadcrumb .hr-titel {
	position: relative;
	font-weight: 500;
	font-size: 56px;
	line-height: 55px;
	margin-bottom: 1rem;
	color: var(--white);
	text-transform: capitalize;
	font-family: var(--font-02)
}

.hr-breadcrumb .hr-titel span {
	color: var(--white)
}

.hr-breadcrumb .hr-text {
	margin-bottom: 0;
	color: var(--white)
}

.hr-breadcrumb .btn-main {
	margin-top: 1.2rem;
	display: inline-block
}

@media screen and (max-width:425px) {
	.hr-breadcrumb {
		padding: 180px 0 130px
	}
}
/*New breadcrumb css start*/
.page-header {
    position: relative;
    /*background: var(--accent-color) url(../images/page-header-bg.jpg) no-repeat;*/
    background-position: center center;
    background-size: cover;
    padding: 160px 0;
    overflow: hidden;
}
.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#121820;
    opacity: 80%;
}
.page-header-box {
    position: relative;
    text-align: center;
    z-index: 1;
}
.page-header-box h1 {
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.1em;
    color: #fff;
    margin-bottom: 10px;
    cursor: none;
}
.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}
.page-header-box ol li.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    color: #fff;
}
.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .page-header {
        padding: 80px 0;
    }
}
/*New breadcrumb css end*/