.public-banner-block .breadcrumbs-custom {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #2b313b;
    z-index: 1;
    height: 19.66rem;
  }
  .public-banner-block .breadcrumbs-custom .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
  }
  .public-banner-block .breadcrumbs-custom-title {
    color: var(--color-primary);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: normal;
    /* height: 4.0625rem; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .public-banner-block .breadcrumbs-custom p {
    color: #000;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 0.94rem;
  }
  .public-banner-block .breadcrumbs-custom p a:hover {
    color: var(--color-primary);
  }
  @media (max-width: 1440px) {
    .public-banner-block .breadcrumbs-custom p{
      font-size: 0.875rem;
    }
  }
  @media (max-width: 991px) {
    .public-banner-block .breadcrumbs-custom {
      /* height: 6.25rem; */
    }
  
    .public-banner-block .breadcrumbs-custom-title {
      /* font-size: 0.9375rem;  */
    }
  }
  @media (max-width: 767px) {
    .public-banner-block .breadcrumbs-custom {
      /* height: 4.6875rem; */
    }
  
    .public-banner-block .breadcrumbs-custom-title {
      /* font-size: 0.8125rem; */
    }
  }
  .public-banner-block .box-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
  }
  @keyframes bgPos {
    25% {
      transform: translate3d(-4.6875rem, -4.6875rem, 0) rotate(0.001deg);
    }
    75% {
      transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
  }
  .public-banner-block .box-position:before {
    position: absolute;
    /* content: ""; */
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    opacity: 0.96;
  }
  .public-banner-block .bg {
    position: absolute;
    top: 0.9375rem;
    right: 5rem;
    width: 3.125rem;
  }
  @media (max-width: 767px) {
    .public-banner-block .bg {
      display: none;
    }
  }
  