.page-title {
    /* background: url() !important; */
    background-size: cover !important;
    filter: grayscale(0%) brightness(1) !important;
    filter: brightness(0.4);
    background-image: linear-gradient(179.5deg, rgb(14, 13, 27) 0.06%, rgba(88, 91, 99, 0.1) 90.6%), url(.././images/banner/bgimage.jpg);   
}

.row h1 {
    color: white !important;

}

.breadcrumb {
    color: white !important;
}
.page-title-wave img{
    display: none;

}

    .gradient-text {
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(45deg, #00AFEF,rgb(237, 50, 55));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* For Firefox */
  background-clip: text;
  color: transparent;
}
