.owl-carousel .owl-nav .owl-prev:before {
    content: "\2190";
}
.owl-carousel .owl-nav .owl-next:before {
    content: "\2192";
    right: auto;
    left: 20px;
}

.eleinside::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

}

/* eleslideinside */

.eleslideinside {
    position: absolute;
    top: 18%;
    right: 50%;
    margin: 0 -620px 0 0;
    max-width: 700px;
    z-index: 2;
}

.eleinside_Right .eleslideinside {
    margin: 0 0 0 0;
    max-width: 620px;
}

.eleinside_Center .eleslideinside {
    text-align: center;
    margin: 0 -350px 0 0;
    max-width: 700px;
}

.eleinside_Center .eleslideinside h2::after,
.eleinside_Center .eleslideinside h2::before {
    display: none;
}

.eleinside_Disable .eleslideinside {
    display: none;
}

.eleslideinside a.mainbutton {
    display: inline-block;
    padding: 18px 25px;
    text-decoration: none;
}


.eleslideinside p {
    animation-delay: .5s;
    font-size: 120%;
    line-height: 1.6;
    margin: 5px 0 25px;
}

.eleslideinside p span {
    font-size: 80%;
    margin: 0 8px;
}

/* dots navigation */

.wpm_eleslider .owl-dots {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    margin: 0 0 0 0;
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .3);
    line-height: 1.3;
}

.wpm_eleslider .owl-dot {
    display: block;
    float: right;
    max-width: 300px;
    padding: 35px 80px 35px 40px;
    content: '';
    margin: 0 0;
    position: relative;
    color: #fff;
    opacity: .9;
    vertical-align: bottom;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
    counter-increment: step;
    transition-duration: 0.4s;
    height: 105px
}


.wpm_eleslider .owl-dot:before {
    content: counter(step, decimal);
    right: 20px;
    position: absolute;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 2.3 !important;
    top: 5px;
    z-index: 3;
    font-size: 38px !important;
    transition-duration: 0.4s;
    opacity: .6;
}

.wpm_eleslider .owl-dot.active:before {
    opacity: 1;
}

.wpm_eleslider .owl-dot:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 10px;
    height: 0;
    background: rgba(255, 255, 255, .6);
    transition-duration: 0.4s;
}

.wpm_eleslider .owl-dot.active:after {
    height: calc(100% + 2px);
}





/* loading */
.owl-carousel.loading {
    width: 100%;
    display: block !important;
    min-height: 550px;
    opacity: 1;
}

.owl-carousel.loading.owl-loaded:before {
    display: none;
}

.owl-carousel.loading>.eleinside {
    display: none;
}


/* elementor edit mode */
.elementor-edit-mode .owl-carousel {
    display: block !important;
}
.elementor-edit-mode .eleinside {
    display: none;
}
.elementor-edit-mode .eleinside:first-child {
    display: block !important;
}
.elementor-edit-mode .eleinside img {
    display: block;
    width: 100% !important;
    max-width: 100% !important
}

/* RESPONSIVE MODE */

@media screen and (min-width: 880px) {

    /* dots navigation - with text */

    .dots_text_yes .owl-dots {
        position: absolute;
        z-index: 12;
        bottom: 15%;
        left: 10%;
        right: auto;
        width: 16%;
        text-align: center;
        font-size: 90%;
    }

    .dots_text_yes .owl-dot {
        text-indent: 0px;
        width: 100%;
        display: block;
        height: auto;
        border: 1px solid rgba(204, 204, 204, 0.3);
        border-width: 0 0 1px 0;
        margin: 0 0;
        padding: 30px 0 30px 0;
        line-height: 1;
        text-align: right;
        overflow: visible;
    }

    .dots_text_yes .owl-dot:first-child {
        border-top: 1px solid rgba(204, 204, 204, 0.3);
    }

    .dots_text_yes .owl-dot:before {
        top: 35px;
        right: -30px;
        opacity: .3;
        width: 5px;
        height: 5px;
    }

    .dots_text_yes .owl-dot.active:after {
        top: 30px;
        right: -35px;
        width: 15px;
        height: 15px;
        border: 1px solid #fff;
    }

    .dots_text_yes .owl-dot.active:before,
    .dots_text_yes .owl-dot.active:after {
        text-indent: 0px;
        opacity: 1;
    }

    .dots_text_yes .eleslideinside,
    .dots_text_yes .eleinside_Right .eleslideinside,
    .dots_text_yes .eleinside_Left .eleslideinside {
        right: 10%;
        width: 45%;
        top: 25%;
        text-align: right;
    }

}

@media screen and (min-width: 1100px) {

    .dots_text_yes .owl-dots {
        font-size: 100%;
    }


}

/* rewrite desktop */

@media screen and (max-width: 1585px) {
    .eleinside img.bg_image {
        margin: 0 -10% !important;
        width: 120% !important;
        max-width: 120% !important;
    }
}

@media screen and (max-width: 1285px) {

    .eleinside img.bg_image {
        margin: 0 -20% !important;
        width: 140% !important;
        max-width: 140% !important;
    }

    .eleslideinside {
        position: absolute;
        top: 18%;
        right: 0;
        margin: 0 0 0 0;
        padding: 0 20px;
        width: 60%;
        max-width: 100%;
    }
    .eleinside_Center .eleslideinside {
        text-align: center;
        margin: 0 0 0 0;
        right: 20%;
    }

    .owl-dots {
        display: none;
    }
    .owl-carousel.loading {
        min-height: 400px;
    }

    .owl-nav>div {
        width: 26px;
    }
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        padding: 17px 4px;
    }
    .owl-carousel:hover .owl-nav .owl-prev {
        right: 0;
    }
    .owl-carousel:hover .owl-nav .owl-next {
        left: 0;
    }

}

@media screen and (max-width:1024px) {

    .eleinside img.bg_image {
        margin: 0 -40% !important;
        width: 180% !important;
        max-width: 180% !important;
    }

    .eleslideinside {
        width: 80%;
    }
    .eleinside_Center .eleslideinside {
        right: 10%;
    }

    .owl-carousel.loading {
        min-height: 200px;
    }

    .eleslideinside h1 {
        font-size: 7vw;
    }
    .eleslideinside h2 {
        font-size: 6vw;
    }
    .eleslideinside h3 {
        font-size: 5vw;
    }
    .eleslideinside h4 {
        font-size: 4vw !important;
    }
    .eleslideinside h5 {
        font-size: 3vw;
    }
}


@media screen and (max-width:885px) {

    .eleinside img.bg_image {
        margin: 0 -50% !important;
        width: 200% !important;
        max-width: 200% !important;
    }

    .eleslideinside {
        width: 100%;
    }
    .eleinside_Center .eleslideinside {
        right: 0;
    }

    .eleslideinside a.mainbutton {
        padding: 12px 15px;
    }

}


@media screen and (max-width:595px) {

    .eleinside img.bg_image {
        margin: 0 -100% !important;
        width: 300% !important;
        max-width: 300% !important;
    }

    .eleslideinside {
        top: 10%;
    }

}