.team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(68, 66, 90, 0.8);
  transition: .5s;
  z-index: 1;
  opacity: 0;
  border-radius: 10px;
}

.team-item:hover .team-social {
  opacity: 1;
}
.bg-secondary {
  background-color: maroon !important;
  border-radius: 0px 0px 10px 10px;
}
.bg-secondary h5
{
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: bolder;
}
.bg-secondary p 
{
  color: white;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d2cfe7 !important;
}
#teachers-img
{
  border-radius: 10px 10px 0px 0px;
  height: 280px;
  width: 280px;
}
#teachers-img:hover
{
  border-radius: 10px 10px 0px 0px;
}
.Faculties-title
{
  color: maroon;
}
.btn .btn-outline-light x
{
  background-color: maroon;
  color: white;
}
