/*Top Banner*/
.gallery-banner {
  background: url(../image/sub-hero.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: relative;

}

.gallery-banner .text-content {
  background-color: rgba(12, 148, 69, 0.9);
  padding: 20px 0 20px 20px;
  width: 50%;
  margin: auto;
  position: absolute;
  top: 100px;
  left: auto;
  border-radius: 15px;
}

.gallery-banner .text-content h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.gallery-banner .text-content p {
  color: #ededed;
  font-size: 25px;
  font-weight: 600;
  margin-top: 20px;
}

@media only screen and (max-width: 600px)  {

  .navbar {
    width: 100%;
  }

  .gallery-banner {
    width: 100%;
    height: 300px;
  }

  .gallery-banner .text-content h3 {
        font-size: 35px;
  }
  .gallery-banner .text-content p {
    font-size: 20px;
    margin-top: 10px;
  }

}

#awards a,
#plantation a,
#pooja a,
#training a{
  margin: 10px 0;
}

.container .row a:hover .img-fluid {
  filter: grayscale(1);
  transition: all 0.3s;
}

