.team-col {
  background-color: #f8f2ed;
  border-radius: 5px;
  text-align: center;
  transition: all 500ms ease 0s;
}
.team-col-img {
  display: block;
  overflow: hidden;
  transition: all 500ms ease 0s;
  line-height: 0;
}
.team-col:hover .team-col-img img {
  transform: scale(1.2);
  transition: all 500ms ease 0s;
}
.team-col-img img {
  border-radius: 5px 5px 0 0;
  transition: all 500ms ease 0s;
  width: 100%;
  height: auto;
}
.team-col h4 span {
  color: #666666;
  font-size: 16px;
  transition: all 500ms ease 0s;
}
.team-col:hover p,
.team-col:hover h4 span,
.team-col:hover h4 {
  color: #ffffff; 
  transition: all 500ms ease 0s;
}
.team-content {
  padding: 20px;
  border-top: 1px solid #dcdcdc;
}
.team-col:hover .team-content {
  border-top: 0;
}
.team-content h4{
  font-weight: 400 !important; 
  line-height: 24px !important; 
}
.team-icons {
  margin-top: 20px;
}
.team-icons ul {
  display: table;
  padding-left: 0;
  margin: 0 auto;
  list-style-type: none;

}
.team-icons ul li {

  display: table-cell;
  font-family: 'Roboto';
  letter-spacing: 1px;
  position: relative;
  margin-right: 0px;
}

.team-icons ul li a svg {
  background: #f79206 none repeat scroll 0 0;
  border-radius: 50%;
  fill: #ffffff;
  display: inline-block;
  height: 33px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 33px;
  padding: 8px;
}
.team-icons ul li:last-child span a:before {
  margin-right: 0px;
}

.team-col:hover .team-icons ul li span a:before {
  background: #ffffff none repeat scroll 0 0;
  color: #f79206;
  transition: 500ms ease-in;
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f79206;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus, 
.hvr-sweep-to-bottom:active {
  color: ;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.team-col:hover .team-icons ul li svg {
  background: #ffffff none repeat scroll 0 0;
  transition: 500ms ease-in;
  fill: #f79206;
  transition: 500ms ease-in;
}


/* team 2 */

.team-2 .image{
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 0;

}
.team-3 .image img,
.team-2 .image img{
  width: 100%;
  height: 100%;

}
.team-2  .social-icon svg{
  width: 32px;
  height: 32px;
  fill: #f79206;
   display: inline-block;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 50px;
}


.team-2 .image::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}
.team-2 .image .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}
.team-2 .image:after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}
.team-2:hover .image:after {
  opacity: 0.7;
}

.team-2:hover .image .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.team-2 .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 20px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}
.team-2 .info h4{
  font-family: Poppins !important;
  font-size: 24px;
  line-height: 34px;

}
.team-2 .info p{
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #f79206;
}


/* team 3 */
.team-3{
  position: relative; 
}
.team-3 .image{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--mibooz-black);
  z-index: 1;
  line-height: 0;
}
.team-3 .image:before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--mibooz-primary, #f79206);
  transition: transform 500ms ease;
  transform: scale(1, 0);
  transform-origin: bottom center;
  z-index: 1;

}
.team-3:hover .image:before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.team-3:hover .info {
  transform: translateX(0%);
  z-index: 1;
}
.team-3 .info {
  position: absolute;
  top: 31px;
  left: 40px;
  transform: translateX(-126%);
  transition: transform 500ms ease;
  z-index: -1;
}
.team-3 .info h4{
  font-family: Poppins !important;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;

}
.team-3 .info p{
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #fcd49c;
  padding-bottom: 4px;
}

.team-3 .social-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  left: 40px;
  bottom: 40px;
  transform: translateX(135%);
  transition: transform 500ms ease;
  z-index: -1;
}
.team-3:hover .social-icon {
  transform: translateX(0%);
  z-index: 1;
}
.team-3 .social-icon a{
  margin-right: 10px; 
}
.team-3 .social-icon svg {
  width: 30px;
  height: 30px;
  fill: #fcd49c;
  fill: #fcd49c;
  display: inline-block;
  border: 1px solid #fff;
  padding: 7px;
  padding-right: 5px;
  border-radius: 50px;
}