
/*Begin Slider elementor*/
.elbzotech-wrapper-slider{
    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;
}
/*--------- style 3 ----------*/
.elbzotech-wrapper-slider-style3 .item-slider-style3{
    padding: 0px 30px 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 30px;
}
.item-slider-style3 .img-wrap{
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}
.item-slider-style3 .img-wrap img{
    width: 100%;
}
.item-slider-style3 .image-wrap{
   order: 1;
}
.item-slider-style3 .desc-slider-custom{
   order: 3;
}
.item-slider-style3 .title-slider-custom{
   order: 2;
   line-height: 36px;
   margin-bottom: 5px;
   margin-top: 23px;
}
.item-slider-style3 .content-slider-custom{
   order: 0;
   padding: 10px 0;
}
.slider-type-marquee .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  padding: 0 10px;
}
/*--------- style 4 ----------*/
.item-slider-style4{
    position: relative;
    padding-top: 65px;
}
.item-slider-style4 .image-wrap{
    position: absolute;
    top: 0px;
    width: 100%;
}
.item-slider-style4 .item-wrap{
    background-color: #fff;
    border-radius: 15px;
    padding-top: 63px;
}
.item-slider-style4 .content-slider-custom {
    padding: 10px 43px 40px 43px;
}
.item-slider-style4 .content-slider-custom .testimonial-left {
    position: absolute;
    top: 0;
    left: 0;
}
.item-slider-style4 .content-slider-custom .testimonial-right {
    position: absolute;
    top: 0;
    right: 0;
}
.item-slider-style4 .title-slider-custom {
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 17px;
}
.item-slider-style4 .desc-slider-custom {
    color: #454545;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.item-slider-style4 .image-wrap .img-wrap{
    max-width: 140px;
    border-radius: 50%;
    overflow: hidden;
}
.item-slider-style4 .image-wrap .img-wrap img {
    max-width: 140px;
    border-radius: 50%;
        width: 100%;
    transition: all 1s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.1, 1);
    -moz-transition: all 1s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0.1, 1);
    -ms-transition: all 1s cubic-bezier(0, 0, 0.1, 1);
}
.item-slider-style4:hover .image-wrap .img-wrap img {
        transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.item-slider-style4:hover .title-slider-custom{
    color: var(--bzo-main-color);
}
.elbzotech-wrapper-slider-style4.display-swiper-pagination-style2 .swiper-pagination{
    position: unset;
    margin-top: 15px;
}

.elbzotech-wrapper-slider-style4 .swiper-pagination-bullets span{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgb(255 255 255 / 0%);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: #CFCFCF;
}
.elbzotech-wrapper-slider-style4 .swiper-pagination-bullets span:after{   
    webkit-transition: background-color 0.3s ease,-webkit-transform 0.3s ease;
    transition: background-color 0.3s ease,transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255,255,255,0);
    background-color: rgba(255,255,255,0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}
.elbzotech-wrapper-slider-style4 .swiper-pagination-bullets span.swiper-pagination-bullet-active,
.elbzotech-wrapper-slider-style4 .swiper-pagination-bullets span:hover{
    box-shadow: 0 0 0 1px rgb(255 255 255);
    border: none;
    border-radius: 50%;
    background: transparent;
}
.elbzotech-wrapper-slider-style4 .swiper-pagination-bullets span.swiper-pagination-bullet-active::after,
.elbzotech-wrapper-slider-style4 .swiper-pagination-bullets span:hover::after{
    background-color: #fff;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
}

/*End Slider elementor*/
@media(max-width: 1200px){
    .elbzotech-wrapper-slider-style2__open-close{
        right: 50%;
        margin: 0;
        top: 10px;
        margin-right: -10px;
    }

    .elbzotech-wrapper-slider-style2__open-close.active{
         margin-right: -20px;
    }
}


@media (max-width: 767px) {
    .elbzotech-wrapper-slider-style2__open-close.active {
        height: 20px;
        width: 30px;
        line-height: 20px;
        font-size: 12px;
        margin-right: -15px;
    }
    

}