.item-slider-global-style5{
  display: inline-block;
  border-radius: 5px;
}
.carousel-center .item-slider-global-style5{
  box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14);
}
.item-slider-global-style5 .info-team{
  opacity: 0;
  padding: 20px;
  text-align: center;
  background: #fff;
  position: relative;
  transition: all 0.5s ease-out 0s;
}
.item-slider-global-style5 .info-team .title{
  margin-bottom: 2px;
}
.carousel-center .item-slider-global-style5 .info-team{
  opacity: 1;
}
.item-slider-global-style5 .img-wrap{
  display: flex;
  position: relative;
}
.item-slider-global-style5 .image-wrap:after{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  content: '';
} 
.carousel-center .item-slider-global-style5 .image-wrap:after{
  display: none;
} 
.item-slider-global-style5 .list-social-icon {
  position: relative;
} 
.item-slider-global-style5 .list-social-icon .share-icon{
  display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: var(--bzo-main-color2);
    color: #fff;
    font-size: 28px;
    border-radius: 0 0 5px;
    transition: all 0.2s ease-out 0s;
} 
.item-slider-global-style5 .list-social-icon .share-icon:hover{
  box-shadow: 2px 2px 15px rgb(0 0 0 / 30%)
} 
.item-slider-global-style5 .list-social-icon .list-social{
  position: absolute;
  opacity: 0;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 100%;
} 
.item-slider-global-style5 .list-social-icon .list-social a{
   display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: var(--bzo-main-color);
    color: #fff;
    font-size: 28px;
    margin-bottom: 1px;
} 
.item-slider-global-style5 .list-social-icon .list-social a:hover{
    background: var(--bzo-main-color2);
    color: #fff;
} 
.item-slider-global-style5 .list-social-icon .list-social a:first-child{
   border-radius: 0 5px 0 0;
} 
.item-slider-global-style5 .list-social-icon:hover .list-social{
  opacity: 1;
  transition: all 0.2s ease-out 0s;
} 
.list-social-icon-wap{
  position: absolute;
  top: -3px;
  left: 3px;

}