.bg-custom{
  background-color: rgba(32, 52, 74, 1);
  transition: background-color 1s ease 0s;
 /* transition: 1s;*/
}
.home-banner{
  background-image: url('/asset/Home-Banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
nav a.nav-link{
  font-family: 'Hind Vadodara', sans-serif;
  font-weight: 400;
  color: white !important;
}
nav a.nav-link:hover{
  color: rgba(255, 255, 255, 0.5) !important;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (min-width: 992px){
  .lol{
    display: none;
  }
}

.bg-list{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .4rem 1rem !important;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 1rem !important;
}
.a-breadcrumb{
  color: black;
}
/*.a-breadcrumb:hover{
  color: black;
}*/
/*NEWS FEATURES*/
.bg-list{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.div-overlay {
  position: relative;
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background-color: rgba(0, 0, 0, .7);
  color: #f1f1f1; 
  width: 100%;
  color: white;
  padding: 7px;
}