.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav>div {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 1 !important;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: #000;
    color: #fff;
    box-shadow: none !important;
    line-height: 1 !important;
}
.owl-nav .owl-prev {
    left: 35px;
    padding: 17px 18px;
}
.owl-nav .owl-next {
    right: 35px;
    padding: 17px 18px;
}
.owl-carousel:hover .owl-nav .owl-prev {
    opacity: 1;
    left: 25px;
}
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
    right: 25px;
}
.owl-carousel:hover .owl-nav .owl-next:before {
    content: "\2192";
    font-size: 18px;
    line-height: 1 !important;
}
.owl-carousel:hover .owl-nav .owl-prev:before {
    content: "\2190";
    font-size: 18px;
    line-height: 1 !important;
}

.wpm_eleslider_wrap {
    position: relative;
    overflow: hidden;
    background: #000;
}

.wpm_eleslider_wrap>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    fill: white;
}

.wpm_eleslider .owl-item {
    opacity: 1;
}

.wpm_eleslider .owl-item img {
    opacity: 1;
}


.owl-carousel.loading {
    min-height: 750px;
}
.owl-carousel.loading.owl-loaded {
    min-height: 100px;
}
.active.center .eleslideinside h2, .active.center .eleslideinside p, .active.center .eleslideinside a.su-button {
    animation-duration: 0.9s;
    animation-name: slidein;
    animation-fill-mode: both;
}
.active.center .eleslideinside p {
    animation-delay: .5s;
}
.active.center .eleslideinside a.mainbutton {
    animation-delay: .9s;
}
@keyframes slidein {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.owl-carousel .owl-nav .owl-prev:before {
    content: "\2190";
}
.owl-carousel .owl-nav .owl-next:before {
    content: "\2192";
    left: auto;
    right: 20px;
}

.eleinside::after {
    position: absolute;
    top: 0;
    left: 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%;
    left: 50%;
    margin: 0 0 0 -620px;
    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 0 0 -350px;
    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;
    right: 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: left;
    max-width: 300px;
    padding: 35px 40px 35px 80px;
    content: '';
    margin: 0 0;
    position: relative;
    color: #fff;
    opacity: .9;
    vertical-align: bottom;
    border-width: 1px 0 0 1px;
    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);
    left: 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;
    left: -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%;
        right: 10%;
        left: 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: left;
        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;
        left: -30px;
        opacity: .3;
        width: 5px;
        height: 5px;
    }

    .dots_text_yes .owl-dot.active:after {
        top: 30px;
        left: -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 {
        left: 10%;
        width: 45%;
        top: 25%;
        text-align: left;
    }

}

@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%;
        left: 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;
        left: 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 {
        left: 0;
    }
    .owl-carousel:hover .owl-nav .owl-next {
        right: 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 {
        left: 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 {
        left: 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%;
    }

}