header.header-section img {
    height: 100%;
    width: 100%;
    margin-top: -37px;
}

/* gallery */
.gallerye {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
    margin-bottom: 100px;
}

  
  .gallery img {
    width: 100%;
  }

  .gallerye img {
    width: 100%;
}
  
/* end gallery */

.lab-img img {
  height: 145px;
  width: 100%;
}

section.facility .row {
  padding-bottom: 65px;
}

section.team-section {
  padding-bottom: 100px;
}

.col-lg-4.pt-5.pt-lg-0 {
    padding-bottom: 50px;
}





/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.title h4 {
    text-transform: uppercase; 
    margin-bottom: 10px;
}

/* breadcrumb image */
.showcase {
  width: 100%;
  height: 300px;
  z-index: -1;
  position: relative;
  color: white;
  text-align: center;
}

.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}

.showcase .overlay {
  width: 100%;
  height: 300px;
  background-color:#0000008a;
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}

.showcase h2 {
  margin-top: 90px;
  font-size: 3em;
  color: #fff;
}

.showcase p {
  margin-top: 8px;
  font-size: 1.2em;
  color: #fff;
}
