.pagelogo_cover {
  background: url(../images/pagelogo_cover.png);
  background-repeat: no-repeat;
  position: absolute;
  height: 300px;
  width: 1080px;
  z-index: -1;
  top: 0;
  right: 47%;
  background-size: 833px 453px;
}

header#page_header ol.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    justify-content: center;
}

header#page_header .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
}

header#page_header .showcase_bg {
    position: absolute;
    height: 300px;
    width: 100%;
    z-index: 1;
    /* background-color: unset !important; */
}

@media screen and (max-width: 576px) {
  header#page_header .carousel-caption {
      top: 50%;
  }
}
@media screen and (max-width: 375px) {
  header#page_header .carousel-caption {
      top: 40%;
  }
}

@media (max-width: 768px){
  header#page_header .carousel-caption {
      top: 40%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  header .carousel-caption {
      top: 40%;
  }
}
