.team{padding-bottom:70px; margin-top: 130px; font-family:'Poppins', sans-serif;
  box-shadow: 0 2px 2px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
  box-shadow: 0 2px 2px rgba(0,0,0,0.25), 0 5px 2px #2eb9d1;
}
.team .section-title{text-align:left;padding:20px; margin-bottom:70px}
.team__item{
  height:464px;
position:relative;
z-index:1;margin-bottom:30px;
cursor: pointer;
box-shadow: 0 2px 2px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22); box-shadow: 10px 10px rgba(0,0,0,0.25) ; box-shadow: 2px 4px 4px 4px rgba(13, 65, 124, 0.904), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2); 
overflow:hidden;background-position:center;background: linear-gradient(to bottom, transparent, rgba(0,0,0,.94));
background-size:cover;
 background-blend-mode: multiply;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: fixed;
            background-size: cover;

}

.team__item:after{position:absolute;
  left:0;top:0;height:100%;
  width:100%;background:rgba(34,48,96,0.8);
  content:"";z-index:-1;opacity:0;
  -webkit-transition:all,0.5s,ease-out,.5s;-o-transition:all,0.5s,ease-out,.5s;transition:all,0.5s,ease-out,.5s}
  
  
  
  
.team__item:hover:after{opacity:1}
.team__item:hover .team__text{top:0}
.team__item:hover .team__text .team__title{border-bottom:1px solid rgba(183,183,183,0.2);
  padding:0 0 26px;margin-bottom:26px;
  opacity:0;visibility:hidden;position:relative;bottom:initial;
  opacity:1;visibility:visible}
  
.team__item:hover .team__text p{
  top:0;opacity:1;visibility:visible;
  -webkit-transition:all .5s ease .3s;-o-transition:all .5s ease .3s;transition:all .5s ease .3s}
.team__item:hover .team__text .team__social{
  opacity:1;visibility:visible;bottom:34px;
  -webkit-transition:all .5s ease .5s;-o-transition:all .5s ease .5s;
  transition:all .5s ease .5s}
.team__text{height:100%;
  top:341px;position:relative;
  padding:35px 18px 30px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
  
.team__text .team__title{border-bottom:1px solid rgba(183,183,183,0.2);
  padding:0 0 26px;margin-bottom:26px;
  position:relative}
.team__text .team__title h4{color:#fff;font-weight:700;height: 40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 5px1; margin-bottom:1px

}

.team__text .team__title span{font-size:15px;   
  font-weight: bold;padding: 2px; font-family: Arial, Helvetica, sans-serif;  
  background-color1: rgb(20, 141, 50); color:#f5f5f8;
background1: rgba(255, 255, 255, 0.2);
   
  color: #0c2044;
  display: flex;
  justify-content: center;
  align-items: center;height: 48px;text-shadow:  
       
              
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
              
               0 20px 20px rgba(0,0,0,.15);
  font-size: 1.2rem;background: radial-gradient(ellipse farthest-corner at right bottom, #fdd832 0%, #f7b42f 10%, #9c7625 30%, #80672c 40%, transparent 80%),
              radial-gradient(ellipse farthest-corner at left top, #fff 0%, #f8f8a6 7%, #d8b965 25%, #5d4a1f 62%, #5c491d 100%);
     
  /*   outline-color: transparent; */
  transition: all 0.2s ease;
  cursor: pointer;margin-bottom:-24px
   


}
  
  
  
.team__text p{color:#e4e4e4;line-height:26px;opacity:0;
  visibility:hidden;position:relative;top:50px;
  -webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.team__text .team__social{position:absolute;
  left:0;width:100%;padding:0 30px;bottom:0;
  opacity:0;visibility:hidden}
.team__text .team__social a{display:inline-block;
  font-size:20px;color:#fff;margin-right:34px;
  -webkit-transition:all,.3s;-o-transition:all,.3s;transition:all,.3s}
.team__text .team__social a:last-child{margin-right:0}
.team__text .team__social a:hover{color:#88C417}

#team-section28{float:left; display:inline; width:100%; background:#3b867c ; padding:0 0px}


@media(max-width:768px) {
  .team__item{height:441px}
  .team__text{padding: 10px;  
   
  color: #fff;
  
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  }
  
  }
