/* Elementor Free Image Slider Widget v1.2.1 */
.efis-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 650px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #000;
}
.efis-slider *,
.efis-slider *:before,
.efis-slider *:after { box-sizing: border-box; }

.efis-slides {
    position: relative;
    display: block;
    width: 100%;
    height: 650px;
    margin: 0;
    padding: 0;
}

.efis-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 650px;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    background: #000;
    transition: opacity 600ms ease;
}

.efis-slide:first-child {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.efis-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 3;
}

.efis-slide-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100% !important;
    height: 650px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    background: transparent;
}

.efis-slide-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0,0,0,0.35);
    pointer-events: none;
}

.efis-slide-content-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 650px;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
}

.efis-slide-content { position: relative; z-index: 3; width: 60%; max-width: 100%; color: #fff; text-align: left; }
.efis-slide-title { margin: 0 0 15px; color: inherit; }
.efis-slide-description { display: block; margin: 0 0 20px; color: inherit; }
.efis-slide-button { display: inline-block; text-decoration: none; background: #111; color: #fff; margin:200px 0 0 0; padding: 12px 24px; border: 0; border-radius: 4px; }
.efis-slide-button:hover, .efis-slide-button:focus { color: #fff; background: #222; }

.efis-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    transform: translateY(-50%);
}
.efis-prev { left: 15px; }
.efis-next { right: 15px; }

.efis-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 6;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 8px;
    align-items: center;
    transform: translateX(-50%);
}
.efis-dot { width: 10px; height: 10px; margin: 0; padding: 0; border: 0; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,0.55); }
.efis-dot.is-active { background: #fff; transform: scale(1.2); }

.elementor-element .efis-slider,
.elementor-element .efis-slider img.efis-slide-image {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.e-con{
  padding-top:0px!important;
  padding-right: 0px!important;
  padding-bottom: 0px!important;
  padding-left: 0px!important;
}

@media (max-width: 767px) {
    .efis-slider, .efis-slides, .efis-slide, .efis-slide-content-wrap { height: 450px !important; }
    .efis-slide-image {
    position: cover;
    background-position: right bottom;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 500px !important;
    height: 450px !important;
    max-width: 767px !important;
    margin: 0px !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
    background: transparent;
}
    .efis-slide-title { margin: 0 0 15px; font: 22px; color: inherit; }
    .efis-slide-description { display: block; margin: 0 0 20px; padding: 5px; color: inherit; background-color: #ffffff80;  }
    .efis-slide-content { width: 50%; font: 16px;}
    .efis-slide-button { display: inline; text-decoration: none; background: #111; color: #fff; margin:200px 0 0 0; padding: 12px 24px; border: 0; border-radius: 4px; }
/*  .efis-arrow { width: 36px; height: 36px; font-size: 20px; line-height: 36px; }
    .efis-prev { left: 8px; }
    .efis-next { right: 8px; } */
}

@media (prefers-reduced-motion: reduce) { .efis-slide { transition: none; } }
