.elbzotech-wrapper-slider-global .img-wrap{
    display: flex;
    overflow: hidden;
}
/*Begin Slider elementor*/
.elbzotech-wrapper-slider-global{
    position: relative;
}
.swiper-scrollbar{
    opacity: 1!important;
    height: 5px;
}
.display-swiper-scrollbar-yes .swiper-scrollbar{
     background: #e5e5e5;
}
.display-swiper-scrollbar-yes .swiper-scrollbar-drag{
     background: #c82811;
}
.slider-type-marquee .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  padding: 0 10px;
}
/*End Slider elementor*/

@media (max-width: 767px) {    

}

/*-- slider categories - home 2 ---*/
.item-slider-global-style2 .adv-thumb-link-cate{
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 15px;
}
.item-slider-global-style2 .adv-thumb-link-cate:hover{
 
}
.item-slider-global-style2 .info-title{
    margin: 0;
}
.item-slider-global-style2 .info-title a{
   font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
}
.item-slider-global-style2 .info-title a:hover{

}
.item-slider-global-style2 .cate-img{
    border-radius: 100%;
    padding: 10px;
    border: 1px solid var(--bzo-main-color);
}
.item-slider-global-style2 .cate-img .image-cate{
    display: flex;
    border-radius: 100%;
    overflow: hidden;
    
}
.item-slider-global-style2 .cate-img .image-cate img{
    border-radius: 100%;
    transition: all 1s cubic-bezier(0, 0, 0.1, 1);
}
.item-slider-global-style2:hover .cate-img .image-cate img{
    transform: scale(1.1);
    transition: all 1s cubic-bezier(0, 0, 0.1, 1);
}

@media(max-width: 1200px){
   
}
@media(max-width: 880px){
    .item-slider-global-style2 .info-title a{
        font-size: 16px;
    }
}
@media(max-width: 767px){
   .item-slider-global-style2 .adv-thumb-link-cate{
    margin-bottom: 10px;
   }
}

/*-- end slider categories - home 2 ---*/
/*-- slider Team - home 2 ---*/
.elbzotech-wrapper-slider-global-style3 .gallery-thumbs-wrapper{
    margin: -10px;
    overflow: hidden;
}
.elbzotech-wrapper-slider-global-style3 .gallery-thumbs{
    padding: 10px;
    overflow: visible;
}
.elbzotech-wrapper-slider-global-style3 .bzotech-swiper-navi{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.elbzotech-wrapper-slider-global-style3 .bzotech-swiper-navi .swiper-button-nav {
    position: unset;
    background: #f0f0f0;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #727272;
    margin: 0;
    margin-left: 5px;
    border: none;
    transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
    float: right;
}
.elbzotech-wrapper-slider-global-style3 .bzotech-swiper-navi .swiper-button-prev{
    float: left;
}
.elbzotech-wrapper-slider-global-style3 .bzotech-swiper-navi .swiper-button-next{
    float: right;
}
.elbzotech-wrapper-slider-global-style3 .bzotech-swiper-navi .swiper-button-nav:hover{
    background-color: var(--bzo-main-color);
    transition: all .2s ease-out 0s;
    color: #fff;
    cursor: pointer;
}

.item-slider-global-style3 {
    border: 1px solid var(--bzo-border-color);
    border-radius: 15px;
    transition: .2s;
}
.swiper-slide-thumb-active .item-slider-global-style3,
.item-slider-global-style3:hover{
    border-color: var(--bzo-main-color);
    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}
.item-slider-global-style3 .title-item{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.item-slider-global-style3:hover .title-item{
    color: var(--bzo-main-color);
}
.item-slider-global-style3 .item-info{
    text-align: center;
    padding: 20px;
}
.item-slider-global-style3 .image-wrap{
    display: flex;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.item-slider-global-style3 .image-wrap img{
    transition: all 0.3s ease-out 0s;
}
.item-slider-global-style3:hover .image-wrap img{
    transform: scale(1.1);
    transition: all 0.3s ease-out 0s;
}

.info-slider3{
    width: 85%;
    margin: 0 auto;
    margin-top: 65px;
    gap: 30px;
}
.info-slider3 .image-wrap{
    width: 40%;
    padding: 15px;
}
.info-slider3 .image-wrap .inner{
    position: relative;
    max-width: 446px;
}
.info-slider3 .image-wrap .inner::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 15px;
    border-radius: 15px;
    background-color: var(--bzo-main-color-mix-bg);
}
.info-slider3 .image-wrap img{
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
.info-slider3 .content-right{
    width: 60%;
}
.info-slider3 .title-item{
    margin: 5px 0 18px 0;
}
.info-slider3 .desc-item{
    margin-bottom: 24px;
}
.info-slider3 .list-social{
    gap: 24px;
    margin-top: 10px;
}
.info-slider3 .list-social a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    font-size: 26px;
    color: #727272;
    transition: .2s;
    display: block;
}
.info-slider3 .list-social a:hover{
    background-color: var(--bzo-main-color);
    color: #fff;
}
@media(max-width: 1200px){
    .info-slider3{
        width: 95%;
    }
    .info-slider3 .desc-item{
        margin-bottom: 15px;
    }
    .info-slider3 .title-item{
        margin-bottom: 15px;
    }
}
@media(max-width: 1024px){
    .info-slider3{
        margin-top: 35px;
    }
    .info-slider3 .title-item{
        font-size: 26px;
    }
    .info-slider3 .image-wrap{
        width: 45%;
    }
    .info-slider3 .content-right{
        width: 55%;
    }
    .info-slider3 .desc-item{
        margin-bottom: 10px;
    }
    .info-slider3 .title-item{
        margin-bottom: 10px;
    }
}
@media(max-width: 880px){
    .info-slider3 .list-social a{
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media(max-width: 767px){

    .info-slider3 .image-wrap{
        width: 100%;
    }
    .info-slider3 .content-right{
        width: 100%;
    }
    .info-slider3{
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .item-slider-global-style3 .title-item{
        font-size: 14px;
        margin: 0;
    }
    .item-slider-global-style3 .item-info{
        padding: 20px 10px;
    }
}
/*-- slider testimonials style 1 - home 1 ---*/

.item-slider-global-style4{
    background-color: #fff;
    position: relative;
    padding: 0px;
    border-radius: 15px;
}
.item-slider-global-style4 .content-slider-custom{
    
}
@media(min-width: 1650px){
    .item-slider-global-style4 .client-say{
        position: relative;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media(min-width: 881px){
    .item-slider-global-style4 .client-say,
    .item-slider-global-style4 .client-say p{
        font-size: 16px;
        line-height: 28px;
    }
}
.item-slider-global-style4 .client-say p{
    margin: 0;
}
.item-slider-global-style4 .client-say h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.item-slider-global-style4 .client-infos{
    align-items: center;
    gap: 20px;
}
.item-slider-global-style4 .image-wrap{
    max-width: 120px;
    border-radius: 100%;
    overflow: hidden;
}
.item-slider-global-style4 .image-wrap a:hover img{
    transition: .25s;
}
.item-slider-global-style4 .image-wrap img{
    max-width: 120px;
    border-radius: 100%;
    transition: .25s;
}
.item-slider-global-style4 .client-rate{
    width: 150px;
    position: absolute;
    top: 43px;
    right: 20px;
}
.item-slider-global-style4 .client-rating {
  background-image: url(./../images/icon/star-client.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 30px;
  width: 20%;
}
.item-slider-global-style4 .number-star_1{
    width: 20%;
}
.item-slider-global-style4 .number-star_2{
    width: 40%;
}
.item-slider-global-style4 .number-star_3{
    width: 60%;
}
.item-slider-global-style4 .number-star_4{
    width: 80%;
}
.item-slider-global-style4 .number-star_5{
    width: 100%;
}
.item-slider-global-style4 .desc{
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}
@media(max-width: 1200px){
    .item-slider-global-style4 .client-say{
        margin-top: 20px;
        margin-bottom: 0px;
    }
}
@media(max-width: 880px){
    .item-slider-global-style4 .client-say{
        font-size: 14px;
    }
    .item-slider-global-style4 .client-say h4{
        line-height: 24px;
    }
}
@media(max-width: 767px){
    .item-slider-global-style4 .client-rate{
        top: 5px;
        right: 10px;
    }
    .item-slider-global-style4 .desc{
        margin-top: 5px;
    }
    .item-slider-global-style4 .client-info{
        margin-top: 20px;
    }
    .item-slider-global-style4 .client-say{
        margin-top: 20px;
    }
    .item-slider-global-style4 .client-info h3{
        font-size: 16px;
    }
    .item-slider-global-style4 .desc{
        font-size: 14px;
    }
    .item-slider-global-style4 .image-wrap{
        max-width: 110px;
    }
    .item-slider-global-style4 .client-say h4{
        font-size: 18px;
    }
}
/*-- end slider testimonials style 1 ---*/

/*--- Begin style 5 - Testimonial home 2---*/
.elbzotech-wrapper-slider-global-style5{
    position: static;
    overflow: hidden;
    margin: -10px;
}
.elbzotech-wrapper-slider-global-style5 .swiper-container{
    overflow: visible;
    padding: 10px;
}
.item-slider-global-style5{
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #d6d6d6;
    transition: .25s;
}
.item-slider-global-style5:hover{
    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.12);
    border-color: var(--bzo-main-color);
}

.item-slider-global-style5 .image-wrap{
    max-width: 66px;
    border-radius: 100%;
    overflow: hidden;
}
.item-slider-global-style5 .image-wrap a:hover img{
    transition: .25s;
}
.item-slider-global-style5 .image-wrap img{
    max-width: 120px;
    border-radius: 100%;
    transition: .25s;
}
.item-slider-global-style5 .desc{
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
.item-slider-global-style5 .client-say{
    position: relative;
}
.item-slider-global-style5 .client-say .inner{
    position: relative;
    z-index: 1;
}
.item-slider-global-style5 .client-say::before{
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 52px;
    color: #F0F0F0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.item-slider-global-style5 .client-infos{
    align-items: center;
    gap: 20px;
}
.item-slider-global-style5 .client-rate{
    width: 150px;
    margin-bottom: 10px;
}
.item-slider-global-style5 .client-rating {
  background-image: url(./../images/icon/star-client.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 30px;
  width: 20%;
}
.item-slider-global-style5 .number-star_1{
    width: 20%;
}
.item-slider-global-style5 .number-star_2{
    width: 40%;
}
.item-slider-global-style5 .number-star_3{
    width: 60%;
}
.item-slider-global-style5 .number-star_4{
    width: 80%;
}
.item-slider-global-style5 .number-star_5{
    width: 100%;
}
/*--- End style 5 ---*/



/*-- slider categories - menu page ---*/
.slider-cate-menu{
    position: relative;
}
.elbzotech-wrapper-slider-global-style6{
    position: static;
}
.item-slider-global-style6{
    text-align: center;
}
.item-slider-global-style6 .cate-img{
    display: flex;
    justify-content: center;
}
.item-slider-global-style6 .adv-thumb-link-cate{
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}
.item-slider-global-style6 .adv-thumb-link-cate img{
    max-width: 100px;
    transition: .3s;
    border-radius: 100%;
}
.item-slider-global-style6:hover .adv-thumb-link-cate img{
    transform: scale(1.05);
    transition: .3s;
}

.item-slider-global-style6 .info h2{
    margin: 10px 0 0 0;
}
.item-slider-global-style6 .info h2 a{
   color: #fff;
   font-size: 16px;
   line-height: 28px;
   font-weight: 500;
}
.item-slider-global-style6 p{
    margin: 0;
}
@media(max-width: 1024px){
    .item-slider-global-style6 .adv-thumb-link-cate{
        margin-bottom: 15px;
    }
    .item-slider-global-style6 .info h2{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .item-slider-global-style6 .info h2{
        font-size: 14px;
    }
    .item-slider-global-style6 .adv-thumb-link-cate{
        margin-bottom: 5px;
    }
}

/*-- end slider categories - home 1 ---*/

