.main-content {
    position: relative;
    clear: both;
}
h1.page-heading {
    margin: 0 auto 40px;
    text-align: center;
    padding: 0 15px;
    font-weight: 400;
    font-size: 36px;
}
.bw-color .breadcrumb-holder .breadcrumb {
    margin: 0 auto;
    background: transparent;
}
.breadcrumb {
    background: none;
}
.breadcrumb>li {
    position: relative;
    display: inline-block;
    line-height: 36px;
    color: #333e48;
}
.breadcrumb>li>a {
    display: inline-block;
    padding: 0;
    line-height: 36px;
    position: relative;
    color: #333e48;
}
.d-none {
    display: none!important;
}
.breadcrumb>li.active {
    color: #333e48;
    font-weight: 500;
}
.breadcrumb>li+li:before {
    content: '\f105' !important;
    font-family: "fontAwesome";
    padding: 0 17px 0 15px;
    margin: 0;
    font-size: 14px;
    color: #333e48;
    position: relative;
    top: 1px;
    font-weight: normal;
}
.page-content>h2 {
    font-weight: 400;
    margin: 0 0 40px;
    padding: 0;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    margin-bottom: 20px;
}
.w-100 {
    width: 100% !important;
}