/*--info box style 3--*/
.bzoteche-info-box-style3 .adv-thumb-link{
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
}
.bzoteche-info-box-style3 .adv-thumb-link{
    position: relative;
}
.bzoteche-info-box-style3 .adv-thumb-link::before{
      transition: all 0.4s;  
      position:absolute;
      content:"";
      width:100%;
      height:20%;
      left:50%;
      margin-left:-50%;
      top:15%;
      border-color: transparent;
      border-style:solid;
      border-width:0 1px;
      z-index: 2;
    }
    
.bzoteche-info-box-style3 .adv-thumb-link::after{
      transition: all 0.4s;  
      position:absolute;
      content:"";
      width:20%;
      height:100%;
      left:50%;
      margin-left:-25%;
      top:0;
      border-color: transparent;
      border-style:solid;
      border-width:1px 0;
      z-index: 1;
    }
.bzoteche-info-box-style3 .adv-thumb-link:hover::after{
        width:100%;
        margin-left:-50%;
        border-color:var(--bzo-main-color);
        border-radius: 15px;
      }     
.bzoteche-info-box-style3 .adv-thumb-link:hover::before{
        height:100%;
        top:0%;
        border-color:var(--bzo-main-color);
        border-radius: 15px;
      }
.bzoteche-info-box-style3 .adv-thumb-link:hover{
    border-color: transparent;
}

.bzoteche-info-box-style3 .adv-thumb-link img{
    position: relative;
    z-index: 1;
}
.bzoteche-info-box-style3 .adv-thumb-link img{
        transition: all 1s cubic-bezier(0, 0, 0.1, 1);
    /*-webkit-transition: all 2s cubic-bezier(0, 0, 0.1, 1);
    -moz-transition: all 2s cubic-bezier(0, 0, 0.1, 1);
    -ms-transition: all 2s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0.1, 1);*/
    transition-delay: .1s;
    position: relative;
    max-width: 100%;
}
.bzoteche-info-box-style3 .adv-thumb-link:hover img{
    transform: scale(1.05);
}

/*--info box style 2--*/

.bzoteche-info-box-style2 a{
    background-color: #fff;
    border-radius: 15px;
    padding: 7px 15px;
    display: flex;
    gap: 20px;
    border: 1px solid transparent;
}
.bzoteche-info-box-style2 a:hover{
    border-color: var(--bzo-main-color);
}
.bzoteche-info-box-style2 a span{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: var(--bzo-gray-color);
    margin: 15px 0;
}
.bzoteche-info-box-style2 a:hover span{
    color: var(--bzo-main-color);
}
.bzoteche-info-box-style2 a:hover img{
    animation: cus_swing 1s ease infinite;
}
/*--info box style default - testimonials --*/
.bzoteche-info-box-{
    margin: -15px;
    overflow: hidden;
}
.bzoteche-info-box- .elbzotech-swiper-slider{
    padding: 15px;
    overflow: visible;
}
.bzoteche-info-box- .info-box-item{
    background: #FFFFFF;
    box-shadow: 0px 1px 18px rgba(21, 33, 37, 0.12);
    border-radius: 15px;
    text-align: center;

}
.bzoteche-info-box- .info-box-item .inner{
    transition: .3s;
    border-radius: 0 0 15px 15px;
    padding: 30px;
}
.bzoteche-info-box- .info-box-item .inner:hover{
    box-shadow: inset 0px -4px 0px var(--bzo-main-color);
    transition: .3s;
}
.bzoteche-info-box- .info-box-item .info-img{
    border-radius: 100%;
    border: 3px solid var(--bzo-border-color);
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 110px;
    transition: .3s;
}
.bzoteche-info-box- .info-box-item .info-img img{
    display: block;
    transition: all 1.2s cubic-bezier(0, 0, 0.1, 1);
    transition-delay: .1s;    
    max-width: 100%;
}

.bzoteche-info-box- .info-box-item .inner:hover .info-img img{
    transform: scale(1.08);
}
.bzoteche-info-box- .info-box-item .inner:hover .info-img{
    border-color: var(--bzo-main-color);
    transition: .3s;
}
.bzoteche-info-box- .info-box-item .item-title-e{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--bzo-main-color);
    margin: 5px 0 10px 0;
}
.bzoteche-info-box- .info-box-item .info-content h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--bzo-main-color2);
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.bzoteche-info-box- .info-box-item .info-content{
    position: relative;
}
.bzoteche-info-box- .info-box-item .info-content p{
    margin-bottom: 10px;
}
.bzoteche-info-box- .info-box-item .info-content::before{
    content: "\f10d";
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: #D6D6D6;
    position: absolute;
    left: 0px;
    top: -24px;
    font-size: 24px;
}
.bzoteche-info-box- .info-box-item .inner:hover .info-content::before{
    color: var(--bzo-main-color);
}


/* info box style 4 - box location */
.bzoteche-info-box-style4{
    background-color: #fff;
    border-radius: 15px;
    margin: auto;
    width: 40%;
    padding: 40px 50px;

}
.bzoteche-info-box-style4 .info-box-icon{
    color: var(--bzo-main-color);
} 
.bzoteche-info-box-style4 .item-title-e{
    margin-bottom: 0;
    line-height: 1;
}
.bzoteche-info-box-style4 .item-title-e a{
    display: block;
    padding: 3px 0;
}
.bzoteche-info-box-style4 .info-box-content{
    padding-left: 0;
}
.bzoteche-info-box-style4 .info-box-content p{
    margin-bottom: 15px;
}
.bzoteche-info-box-style4 .box-content-custom a,
.bzoteche-info-box-style4 .box-content-custom span{
    color: var(--bzo-gray-color);
}
.bzoteche-info-box-style4:hover h3 a,
.bzoteche-info-box-style4 .info-box-icon i,
.bzoteche-info-box-style4 .box-content-custom a:hover{
    color: var(--bzo-main-color);
}
.bzoteche-info-box-style4 .box-content-custom{
    line-height: 40px;
}
.bzoteche-info-box-style4 .info-box-title{
    justify-content: center;
    margin-bottom: 20px;
}
