/* ----------------------------------------------- BANNER CHILD PAGE ------------------------------------------------*/
.banner_con {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.banner_con:before {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(56, 53, 53, 0.3);
    z-index: 0;
    top: 0;
    content: "";
}

.banner_con p {
    padding: 0;
    margin: 0;
}
.banner_con img {
    margin: auto;
}
.banner_con .breadcumb-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    
}
.banner_con .breadcumb-center .section-title  {
    font-size: 25px;
    text-transform: uppercase;
    color: #FFF !important;
    margin: 0;
    padding: 0;
    font-weight: bold;
    display: none;
}
@media (min-width: 1200px) {
    .banner_con .breadcumb-center .section-title  {
        display: block;
    }
}

.banner_con .breadcumb-center a {
    color: #FFF;
    font-weight: 600;
}
.banner_con .breadcumb-center .breadcrumb-menubar > li {
    width: none;
}
.banner_con .breadcrumb-menubar {
    margin: 0;
    background: transparent;
}
