
#team h1 {
  font-size: 36px;
  color: #555;
  font-weight: bold;
}

#team h3 {
  font-size: 24px !important;
  color: #333;
  font-weight: bold;
}


#team i {
  font-size: 26px;
  color: #555;
}

#team p {
  font-weight: 500;
}

#team .card {
/*    background: #00B6FF;*/
    border-radius: 0;
    /* box-shadow: 5px 5px 15px #e74c3c; */
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
}

#team .card:hover {
/*  background: transparent;*/
/*  color: #fff;*/
  border-radius: 5px;
  border: none;
  box-shadow: 5px 5px 10px #9e9e9e;
}

#team .card:hover h4,
#team .card:hover i, #team .card:hover p {
  color: #000;
}

#team .bg-blue{
  background-color: #01B1FC;
}

#team .bg-orange {
    /* background-color: #f3602c; */
    background-image: linear-gradient(to right, #f3602c 0%, #FFBE36 50%, #f3602c 100%);
}

#team .bg-red{
  background-color: #FF0175;
}

#team .bg-yellow{
  background-color: #FEE71B;
}

#team .bg-green{
  background-color: #FF32B3;
}

#team .bg-mahesh{
  background-color: #bf0215;
}

#team .bg-san{
  background-color: #ab1a9c;
}
#team .bg-roopan{
  background-color: #927170;
}

#team .bg-ram{
  background-color: #3e3535;
}

#team .bg-veni{
  background-color: #309ab4;
}

#team .bg-nr{
  background-color: #9a9a98;
}

.image-flip {
  margin-bottom: 30px;
  border-bottom: 2px solid;
}

#team .card-body {
    
    padding: 0;
}

#team .frontside {
  
    margin-bottom: 0px;
}

#team .footer .card-body {
    
    padding: 10px 0px;
}

#team p{
    
    padding: 20px;
}