.bzoteche-info-box-global-style2 .list-icon{
    position: absolute;
    width: 100%;
    bottom: -64px;
    left: 0;
    background-color: var(--bzo-title-color2);
    padding: 12px;
    transition: all .3s linear 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.bzoteche-info-box-global-style2:hover .list-icon{
    transition: all .3s linear 0s;
    bottom: 0;
}
.bzoteche-info-box-global-style2 .list-icon__item{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    border-radius: 100%;
    color: #454545;
    background: #fff;
    transition: all .2s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bzoteche-info-box-global-style2 .info-box-icon{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.bzoteche-info-box-global-style2 .list-icon__item:hover{
    background: var(--bzo-main-color);
    color: #fff;
    transition: all .2s ease-out 0s;
}

/*-- Info Box style 3(Team - home 6) --*/
.id6-box-team{

}
.bzoteche-info-box-global-style3{
  border-radius: 15px;
  overflow: hidden;
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover{
  box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14);
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover .list-text-info{
  background-color: var(--bzo-main-color);
  transition: .2s;
}
.bzoteche-info-box-global-style3:hover .list-text-info p,
.bzoteche-info-box-global-style3:hover .list-text-info h3{
  color: #fff !important;
}

.bzoteche-info-box-global-style3 .list-icon__item{
  border-radius: 10px;
}
.bzoteche-info-box-global-style3 .info-box-icon a{
  display: flex;
}
.bzoteche-info-box-global-style3 .info-box-icon{
  
}
.bzoteche-info-box-global-style3 .list-icon{
    position: absolute;
    width: 100%;
    bottom: -64px;
    left: 0;    
    padding: 12px;
    transition: all .3s linear 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.bzoteche-info-box-global-style3:hover .list-icon{
    transition: all .3s linear 0s;
    bottom: 0;
}
.bzoteche-info-box-global-style3 .list-icon__item{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    border-radius: 100%;
    color: #454545;
    background: #fff;
    transition: all .2s ease-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bzoteche-info-box-global-style3 .info-box-icon{
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.bzoteche-info-box-global-style3 .list-icon__item:hover{
    background: var(--bzo-main-color);
    color: #fff;
    transition: all .2s ease-out 0s;
}
/* End Info box style  3*/
/* Begin Info box style  5*/
.bzoteche-info-box-global-style5 img {
  max-width: unset;
}
.bzoteche-info-box-global-style5 {
  position: relative;
  overflow: visible!important;
  z-index: 1;
  line-height: 0;
}
.bzoteche-info-box-global-style5 div div div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px!important;
  height: 73px!important;
  color: white;
}
.bzoteche-info-box-global-style5 div div div i {
  border-color: white!important;
}
.bzoteche-info-box-global-style5 div:nth-child(3) {
  width: 5px !important;
}
.bzoteche-info-box-global-style5 .drag-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0025em;
  padding: 0 6px;
}
.bzoteche-info-box-global-style5:before {
  position: absolute;
  top: -20px;
  left: -40px;
  content: '';
  background: var(--bzo-main-color-mix);
  width: 20%;
  height: 100%;
}
.bzoteche-info-box-global-style5:after {
  position: absolute;
  bottom: -20px;
  right: -40px;
  content: '';
  background: var(--bzo-main-color-mix);
  width: 80%;
  height: 100%;
  z-index: -1;
}
/* End Info box style 5 */
/* Begin Info box style 6*/
.bzoteche-info-box-global-style6{
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.bzoteche-info-box-global-style6 .info-box-hover:before{
    content: '';
    background: var(--bzo-main-color-mix-bg);
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
    border-radius: 5px;
}
.bzoteche-info-box-global-style6:hover .info-box-hover:before{
    top: -16px;
    bottom: -16px;
}
.bzoteche-info-box-global-style6 .info-box-container .elbzotech-bt-global-style2{
    display: none;
}
.bzoteche-info-box-global-style6 .info-box-hover{
    border-radius: 5px;
    opacity: 0;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -20px;
    bottom: -20px;    
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.bzoteche-info-box-global-style6:hover .info-box-hover{
    opacity: 1;
    z-index: 1;
    
}
.bzoteche-info-box-global-style6:hover .info-box-container{
    opacity: 0;
     transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.bzoteche-info-box-global-style6 .info-box-hover-container{
    position: relative;
}
.bzoteche-info-box-global-style6 .info-box-hover-container{
    transform: scale(0.7);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.bzoteche-info-box-global-style6:hover .info-box-hover-container{
    transform: scale(1);
}
.bzoteche-info-box-global-style6 .elbzotech-bt-global-style2 {
    text-transform: capitalize;
    padding: 12px 24.5px;
    border-radius: 5px;
}
.bzoteche-info-box-global-style6 .info-container-box6 {
  margin-bottom: 10px;
}
.bzoteche-info-box-global-style6 .title-box6 {
  margin-bottom: 10px;
  transition: all .3s linear;
}
.bzoteche-info-box-global-style6 .title-box6:hover {
  color: var(--bzo-main-color);
}
.bzoteche-info-box-global-style6 .button-box6 {
  margin-top: 20px;
}
/* End Info box style 6*/
/*Begin Info box style 7*/
.bzoteche-info-box-global-style7 img {
  max-width: unset;
  border-radius: 15px;
}
.bzoteche-info-box-global-style7 {
  border: 5px solid var(--bzo-main-color2);
}
.bzoteche-info-box-global-style7:after {
  position: absolute;
  bottom: -20px;
  right: -20px;
  content: '';
  background: var(--bzo-main-color2);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
}
.bzoteche-info-box-global-style7.beforeAfter {
  border-radius: 15px;
  overflow: visible!important;
  line-height: 0;
  z-index: 1;
}
.bzoteche-info-box-global-style7.beforeAfter div:nth-child(3) {
  border: 3px solid var(--bzo-main-color2);
  opacity: 1!important;
}
.bzoteche-info-box-global-style7 div div div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px!important;
  height: 73px!important;
  color: white;
  background-color: var(--bzo-main-color)!important;
}
.bzoteche-info-box-global-style7 div div div i {
  border-color: white!important;
}
.bzoteche-info-box-global-style7 .drag-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.0025em;
  padding: 0 6px;
}
/* End Info box style 7*/
/* Begin Info box style 8*/
.bzoteche-info-box-global-style8 {
  background: #F5F5F5;
  border-radius: 15px;
  padding: 50px;
  transition: all .3s linear;
}
.bzoteche-info-box-global-style8:hover {
  box-shadow: 0px 6px 10px rgba(121, 99, 104, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
}
.bzoteche-info-box-global-style8 .wrap .info-thumb {
  margin-right: 25px;
}
.bzoteche-info-box-global-style8 .wrap {
  margin-bottom: 15px;
}
/* End Info box style 8*/
@media screen and (max-width: 1024px) {
  .bzoteche-info-box-global-style8 {
    padding: 30px;
  }
}
@media screen and (max-width: 800px) {
  .bzoteche-info-box-global-style8 .swiper-container {
    overflow: visible;
  }
}
@media screen and (max-width: 767px) {
    .bzoteche-info-box-global-style8 {
      margin-bottom: 20px;
    }
    .bzoteche-info-box-global-style5 div:nth-child(3) {
        opacity: 1!important;
    }
    .bzoteche-info-box-global-style5 div div div {
        width: 50px!important;
        height: 50px!important;
    }
    .bzoteche-info-box-global-style5 .drag-text {
        font-size: 0;
    }
}