.elementor-1434 .elementor-element.elementor-element-b22a566{margin-top:-120px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1434 .elementor-element.elementor-element-06869c9 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1434 .elementor-element.elementor-element-de5dc2d{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}@media(max-width:1024px){.elementor-1434 .elementor-element.elementor-element-de5dc2d{width:var( --container-widget-width, 751px );max-width:751px;--container-widget-width:751px;--container-widget-flex-grow:0;}}@media(min-width:768px){.elementor-1434 .elementor-element.elementor-element-06869c9{width:100%;}}/* Start custom CSS for html, class: .elementor-element-de5dc2d */.custm-slider {
    position: relative;
    height: 100vh;
}

.defalt-swiper {
    width: 100%;
    /* height: 100vh; */
    display: none;
    /* position: relative; */
    transition: all 0.4s ease-in-out;
}

.banner-image {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.swiper-wrapper-container {
    max-width: 1380px;
    height: 100%;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.swiper-slide-defalt {
    position: absolute;
    top: 30%;
}

.heading-text {
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 72px;
     color: #fff;
}

.passage-text {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 30px;
    line-height: 26px;
     color: #fff;
    /* width: 50%; */
}


/* .heading-text{
    width: 60%;
} */

.btn {
    padding: 13px 38px;
    background-color: rgb(255, 119, 0);
    border: none;
    color: #fff;
}

.context-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.text-item {
    flex: 1;
}

.line {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.text-item p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
     color: #fff;
}

.text-item p:hover {
    color: #FF7B2B;
}

.dot {
    width: 20%;
    height: 4px;
}

.active-slide .line2 {
    width: 20%;
    height: 4px;
    background-color: #FF7B2B;
}

.arrow-change {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
}

.arrow-one {
    width: 24px;
    height: 24px;
}

.arrow-one img {
    width: 100%;
    height: 100%;
}

.right-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 90%;
    max-width: 1380px;
    margin: 0 auto;
    transform: translateX(-50%);
}

.active {
    cursor: pointer;
    background-color: #FF7B2B;
}

.right-text .right-pannel {
    width: 100%;
    max-width: 1380px;
}

@media(max-width:1024px) {
    .text-content .heading-text {
        font-size: 32px;
        line-height: 36px;
    }
    .text-content .passage-text {
        font-size: 13px;
        line-height: 22px;
    }
    .text-content .btn {
        padding: 8px 18px;
        background-color: rgb(255, 119, 0);
        border: none;
        color: #fff;
    }
    .right-text .line {
        /* display: none; */
        /* max-width: 480px; */
    }
    .context-slide .text-item p {
        /* display: none; */
    }
    .right-pannel {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 90%;
    }
    .banner-image {
        height: 70vh;
        transition: 0.4s all ease;
    }
    .custm-slider {
        height: 63vh;
        transition: 0.4s all ease;
    }
    .arrow-change {
        display: none;
    }
}

@media(max-width:992px) {
    .text-content .heading-text {
        font-size: 32px;
        line-height: 36px;
    }
    .text-content .passage-text {
        font-size: 13px;
        line-height: 22px;
    }
    .text-content .btn {
        padding: 8px 18px;
        background-color: rgb(255, 119, 0);
        border: none;
        color: #fff;
    }
    .right-pannel {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 90%;
    }
    .right-pannel .context-slide {
        flex: 1;
    }
    .banner-image {
        height: 65vh;
        transition: 0.4s all ease;
    }
    .custm-slider {
        position: relative;
        height: 58vh;
        transition: 0.4s all ease;
    }
    .passage-text {
        width: 90%;
    }
    .heading-text {
        width: 90%;
    }
    .arrow-change {
        display: none;
    }
    .active {
        cursor: pointer;
        background-color: #FF7B2B;
    }
}

@media(max-width:768px) {
    .text-content .btn {
        padding: 8px 18px;
        background-color: rgb(255, 119, 0);
        border: none;
        color: #fff;
    }
    .right-text .line {
        width: 70%;
        margin: 0 auto;
        display: flex;
        background-color: transparent;
        gap: 20px;
    }
    .right-text .line .dot {
        height: 8px;
        border: 1px solid rgb(255, 255, 255);
        display: flex;
        transition: all 0.3s ease-in-out;
    }
    .context-slide .text-item p {
        display: none;
    }
    .banner-image {
        height: 58vh;
        transition: 0.4s all ease;
    }
    .custm-slider {
        position: relative;
        height: 50vh;
        transition: 0.4s all ease;
    }
    .passage-text {
        width: 90%;
    }
    .heading-text {
        width: 90%;
    }
    .arrow-change {
        display: none;
    }
}

@media (max-width:426px) {
    .text-content .heading-text {
        font-size: 32px;
        line-height: 36px;
        color: #fff;
    }
    .text-content .passage-text {
        font-size: 13px;
        line-height: 22px;
        color: #fff;
    }
    .text-content .btn {
        padding: 8px 18px;
        background-color: rgb(255, 119, 0);
        border: none;
        color: #fff;
    }
    .right-text .line {
        width: 70%;
        margin: 0 auto;
        display: flex;
        background-color: transparent;
        gap: 10px;
    }
    .right-text .line .dot {
        height: 8px;
        border: 1px solid rgb(255, 255, 255);
        display: flex;
        transition: all 0.2s ease-in-out;
    }
    .right-pannel {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
          position: relative;
        bottom: 10%;
    }
    .banner-image {
        height: 70vh;
        transition: 0.4s all ease-in-out;
    }
    .custm-slider {
        position: relative;
        height: 70vh;
        transition: 0.4s all ease-in-out;
    }
    .passage-text {
        width: 90%;
    }
    .heading-text {
        width: 100%;
    }
    .arrow-change {
        display: none;
    }
    .active {
        cursor: pointer;
        background-color: #FF7B2B;
    }
    .line {
        display: flex;
        justify-content: center;
    }
    .dot {
        width: 3%;
        height:3%;
        border-radius: 50%;
    }
}/* End custom CSS */