    /*Pagination slider */
    .elbzotech-swiper-slider{
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .display-swiper-pagination-style1 .swiper-pagination{
        position: relative;
    }
    .display-swiper-pagination-style1 .swiper-pagination-bullet{
        height: 15px;
        width: 15px;
        border: 2px solid #dadada;
        background: transparent;
        border-radius: 0px;
        display: inline-block;
        opacity: 1;
        margin-right: 15px;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    .display-swiper-pagination-style1 .swiper-pagination-bullet:last-child{
        margin-right: 0px;
    }
    .display-swiper-pagination-style1 .swiper-pagination-bullet-active,
    .display-swiper-pagination-style1 .swiper-pagination-bullet:hover
    {
        border-color: #000;
    }
    .display-swiper-pagination-style2 .swiper-pagination-bullet{
        height: 18px;
        width: 18px;
        background: #000;
        border:1px solid #0000;
        position: relative;
        margin-right: 20px;
        opacity: 1;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    .display-swiper-pagination-style2 .swiper-pagination-bullet:last-child{
        margin-right:0px;
    }
    .display-swiper-pagination-style2 .swiper-pagination-bullet:hover{
        border-color: rgb(255 255 255 / 50%);
    }
    .display-swiper-pagination-style2 .swiper-pagination-bullet:after{
        content: '';
        background: #fff;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        right: 0;
        top:0;
        bottom: 0;
        margin: auto;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    .display-swiper-pagination-style2 .swiper-pagination{
            width: 100%;
    }
    .display-swiper-pagination-style2 .swiper-pagination-bullet-active{
        background: #fff;
        border-color: #fff;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    }
    .display-swiper-pagination-style2 .swiper-pagination-bullet-active:after{
        background: #000;
    }

    .display-swiper-pagination-style3 .swiper-pagination-bullet{
        height: 5px;
        width: 25px;
        background: #e4e4e4;
        position: relative;
        margin-right: 10px;
        border-radius: 0px;
        opacity: 1;
    }
    .display-swiper-pagination-style3 .swiper-pagination-bullet-active{
        background: var(--bzo-main-color);
    }
    .display-swiper-pagination-style3 .swiper-pagination {
        width: 100%;
        margin-top:32px;
    }
    .display-swiper-pagination-style3 .swiper-pagination-bullet:last-child{
        margin-right:0px;
    }
    /* Begin ver 1.1 */
    .display-swiper-pagination-style4 .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        background: #EBEBEB;
        position: relative;
        margin-right: 12px;
        border-radius: 50%;
        opacity: 1
    }
    .display-swiper-pagination-style4 .swiper-pagination-bullet:hover {
        background: #fff
    }
    .display-swiper-pagination-style4 .swiper-pagination-bullet-active {
        background: #fff;
        width: 50px;
        border-radius: 12px
    }
    .display-swiper-pagination-style4 .swiper-pagination {
        width: 100%
    }
    .display-swiper-pagination-style4 .swiper-pagination-bullet:last-child {
        margin-right: 0
    }
    /* End ver 1.1 */

    .display-swiper-pagination-number .swiper-pagination-bullet:before{
        content: '';
        width: 58px;
        height: 58px;
        line-height: 58px;
        display: inline-block;
        background: transparent;
        transform: rotate(45deg);
        position: absolute;
        z-index: -1;
        left: 1px;
        top: 3px;
    }
    .display-swiper-pagination-number .swiper-pagination-bullet{
        position: relative;
        width: 58px;
        height: 58px;
        line-height: 58px;
        margin-right: 15px;
        background: transparent;
        color: #000;
        display: inline-block;
        border-radius: 0;
        opacity: 1;
        font-size: 24px;
        text-align: center;
    }
    .display-swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active{
        color: #fff;
    }
    .display-swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
        background: #ffbc7b;
    }

    /*-------- Navi slider ---------*/
    .display-swiper-navi-style1 .swiper-button-nav{
        color: var(--bzo-main-color2);
    }
    .display-swiper-navi-style2 .swiper-button-nav{
        position: absolute;
        top: 50%;
        z-index: 1;
        padding: 0px;
        height: 46px;
        width: 46px;
        margin-top: -23px;
        font-size: 22px;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        color: var(--bzo-main-color2);
        background: #fff;
        border-radius: 100%;
        font-size: 16px;
        line-height: 46px;
        text-align: center;
        border: 1px solid #A1A1A1;
        cursor: pointer;
    }
    .display-swiper-navi-style2 .swiper-button-nav:hover {
        background: var(--bzo-main-color);
        color: #ffff;
        border-color: var(--bzo-main-color);
    }
    .display-swiper-navi-style3 .bzotech-swiper-navi{
        height: 58%;
        position: absolute;
        transform: rotate(-180deg);
        position: absolute;
        left: 100%;
        bottom: 21%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        margin-left: 70px;
    }
    .display-swiper-navi-style3 .bzotech-swiper-navi .swiper-button-nav{
        position: unset;
        display: inline-block;
        margin: 0px;
        height: 50px;
        line-height: 30px;
        width: 50px;
        text-align: center;
        color: #000;
        font-size: 50px;
    }
    /*-------------------*/
    .display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav{
        position: unset;
        height: 70px;
        line-height: 70px;
        width: 70px;
        text-align: center;
        background: #ffffff;
        color: #000;
        margin: 0px;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        margin-bottom: 25px;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
        font-size: 28px;
    }
    .display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav:last-child{
        margin-bottom: 0px;
    }
    .display-swiper-navi-group .bzotech-swiper-navi .swiper-button-nav:hover{
        color: #000;
        background: var(--bzo-main-color);
    }
    .display-swiper-navi-group .bzotech-swiper-navi{
        position: absolute;
        right: -35px;
        top: 50%;
        width: 70px;
        z-index: 1;
        margin-top: -85px;
    }
    .display-swiper-navi-group .bzotech-swiper-navi .swiper-button-next{
       float: right;
    }
    .display-swiper-navi-group .bzotech-swiper-navi .swiper-button-prev{
       float: left;
    }
    /*------------*/
    .display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-nav{
        position: unset;
        height: 70px;
        line-height: 70px;
        width: 70px;
        text-align: center;
        background: #fff;
        color: #000;
        margin: 0px;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        display: inline-block;
            box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
            font-size: 28px;
    }
    .display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-nav:hover{
        color: #000;
        background: var(--bzo-main-color);
        
    }
    .display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-nav:after{
         display: none;
    }
    .display-swiper-navi-group2 .bzotech-swiper-navi{
        display: flex;
        justify-content: center;
         margin-top: 80px;
    }
    .display-swiper-navi-group2 .bzotech-swiper-navi .swiper-button-next{
        order: 1;
        margin-left: 20px;
    }
    /*----------style2---------*/
    .elbzotech-wrapper-slider-style2{
        max-width: 720px;
        margin: auto;
        padding: 32px 0;
    }
    .elbzotech-wrapper-slider-style2__open-close{
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -9px;
        cursor: pointer;
        z-index: 1;
    }
    .elbzotech-wrapper-slider-style2__open-close.active{
        margin-top: 0;
        background: #FFD6CD;
        color: #fff;
        padding: 0;
        height: 25px;
        width: 35px;
        line-height: 25px;
        text-align: center;
        border-radius: 0 0px 5px 5px;
        z-index: 9999;
        top: 0;
    }
    .elbzotech-wrapper-slider-style2__open-close.active:before{
        content: "\e90f";
    }
    .elementor-section-close{
        display: none;
    }
    .elbzotech-wrapper-slider-style2 .swiper-button-nav{
        z-index: 1;
    }
    @media(max-width: 1200px){
        .display-swiper-navi-style2 .swiper-button-nav{
            height: 37px;
            line-height: 37px;
            width: 37px;
            margin-top: -20px;
            font-size: 12px;
        }
        
    }