
.top-header {
  height: 11rem;  
    /* margin-top: 6%; */
  }
  .top-header .header-overlay{
      /* background-color:rgba(15, 30, 59, 0.7); */
      background-color:rgb(0 10 28 / 27%);
      width: 100%;
      height: 100%;
      /* padding:70px 0; */
      /* padding:auto 0; */
    }
    .pg-title-head {
      color: #fff;
      /* color: var(--main-two-color); */
      border-left-style: solid;
      border-left-width: 9px;
      z-index: 1;
      position: relative;
      padding-left: 16px;
      /* margin-top: 108px; */
      line-height: 80px;
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 47px;
      text-shadow: var( --text-shadow)
    }
  