.team-col {
  text-align: center;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -o-transition: .5s all ease;
  -ms-transition: .5s all ease;
}
.team-col-img {
  position: relative;
}
.team-col-img img {
  width: 100%;
  height: auto;
  border: none;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.team-col-img .team-social {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
}
.team-col:hover .team-social .team-social-inner {
  transform: translateX(0);
  opacity: 1;
}
.team-col .team-social .team-social-inner {
  position: absolute;
  left: 0;
  opacity: 0;
  padding-left: 25px;
  padding-top: 10px;
  transform: translateX(-100px);
  transition: .5s all ease 0.6s;
  transition: .5s all ease 0.6s;
  -webkit-transition: .5s all ease 0.6s;
  -moz-transition: .5s all ease 0.6s;
  -o-transition: .5s all ease 0.6s;
  -ms-transition: .5s all ease 0.6s;
}
.team-col .team-social li {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: 15px 0;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s all ease;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -o-transition: .5s all ease;
  -ms-transition: .5s all ease; 
}
.team-col .team-social svg { 
  width: 20px;
  height: 20px;
}
.team-col .team-social .team-overlay {
  background-color: transparent !important;
  background-color: rgba(0,0,0, .5) !important;
}
.team-col:hover .team-social .team-overlay {
  transform: translateY(0);
}

.team-col .team-social .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(-110%);
    transition: all 0.5s linear;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    -ms-transition: .5s all ease;
}
.team-content {
  padding: 20px 20px;
background: #fff;
text-align: center;
}
.team-content h4 span {
  font-size: 14px;
}
{# model2 #}

.team-content1 {
  background-color: #222222;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}
.team-content1 ul {
  display: table;
  margin: 0 auto;
}
.team-content1 ul li {
  display: table-cell;
}
.team-content1 ul li svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-left: 20px;
}
.team-content1 ul li:first-child svg {
  margin-left: 0;
}
.team-content1 span {
  font-size: 14px;
color: #ca3240;
}
.team-content1 h4 {
  color: #ffffff;
}
.team-col1:hover .team-content1 {
  background-color: #444444;
}
.team-col-img1 img {
  max-width: 100%;
  height: auto;
}