  .pading-120 {
    /* padding-bottom: 50px; */
    padding: 50px 0px;
  
}
 .row {
    
    display: flex;
    flex-wrap: wrap;
   
}
 .site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.text-center {
    text-align: center !important;
}
 .site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color:#FDA31B;
    position: relative;
    border-bottom: 2px solid #FDA31B;
}
 .site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size:50px;
    color:#19232B;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
}
 .site-title span {
    color:#FDA31B;
}
 .site-heading p {
    margin-top: 15px;
   color: #757F95;
    font-size: 20px;
}
 .team-meber .team-item {
    padding: 0px 30px 30px 30px;
    /* background:#00000000; */
    box-shadow: none;
    overflow: unset;
    /* border: 1px solid brown; */
}
 .row .card-item{
    /* border:1px solid red; */
     width: 25%;
 }
.team-item {
    position: relative;
    background:#00000000;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 60px 60px 60px 0;
    overflow: hidden;
    box-shadow:0 0 40px 5px rgb(0 0 0 / 5%);
    transition:all .5s ease-in-out;
    /* border: 1px solid  black; */
}

 .team-item:hover {
    transform: translateY(-10px);
      cursor: pointer;
          transition:all 1s ease-in-out;
}
 .team-meber .team-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 15px;
  background-color: #ffffff;
 
    z-index: -1;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
      /* border: 1px solid  black; */
  
}
.team-item:hover .team-social{
     right: 15px;
     opacity: 1;
     /* visibility:visible ; */
  }
  .team-meber .team-img{
    /* border: 1px solid black; */
     border-radius: 50px 50px 50px 0;
     height: 300px;
  }
 .team-meber .team-img img {
    border-radius: 50px 50px 50px 0;
    transition: all 0.3s ease-out 0s;
    height: 100%;
    width: 100%;
}
 .team-social {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 50px;
    right: 0px;
    bottom: 0;
    opacity: 0;
    /* visibility: hidden; */
    transition:all .5s ease-in-out;
}
 .team-social a {
    display: block;
    color:#ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 50px 50px 50px 0;
    background:#FDA31B;
    /* box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%); */
    transition: all .5s ease-in-out;
}
 .team-area2 .team-content {
    margin-top: 30px;
}
.team-content {
    /* margin-top: 15px; */
    position: relative;
}
 .team-bio h5 {
    font-size: 22px;
    margin: 10px 0px;
    text-transform: capitalize;
    color:#19232B;
    /* margin: 0px; */
    font-weight: 600;
    font-family:'Yantramanav', sans-serif;
    line-height: 1;
    /* border: 1px solid black; */
    text-align: center;
}
 .team-bio .biology {
    font-size:20px;
    font-weight: 500;
    color:#116E63;
    text-transform: uppercase;
    letter-spacing: 2px;
     text-align: center;
      /* border: 1px solid black; */
  width: 90%;


}
 .team-social-btn {
    position: absolute;
    right: -5px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding-left: 12px;
    border-radius: 50px 50px 0 50px;
    cursor: pointer;
    background: #116e63;
    color:white;
    transition: all .5s ease-in-out;
}
 .team-social a:hover {
    background:#116E63;
    color:white;
}
 
 .heding-up{
     width:50%; 
     /* border: 1px solid black; */
     margin: auto;
 }