.theme-delta .right-blue-slider {
    position: relative;
    margin-bottom: 0;
}
.theme-delta .right-blue-slider .container, .theme-delta .right-blue-slider .container .row {
    height: 100%;
}
.theme-delta .right-blue-slider .item-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.theme-delta .right-blue-slider .item-body .title {
    font: normal normal 900 3.238rem/3.429rem "Tempo Std";
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.theme-delta .right-blue-slider .item-body .description {
    font: normal normal normal 1.524rem/1.714rem "Helvetica Neue";
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.theme-delta .right-blue-slider .item-body .sub-title {
    font: normal normal 900 2rem/3.429rem "Tempo Std";
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.theme-delta .right-blue-slider .item-body .action {
    text-align: right;
}
.theme-delta .right-blue-slider .right-blue-slide {
    height: 40rem;
    position: relative;
}
.theme-delta .right-blue-slider .right-blue-slide::after {
    content: "";
    display: block;
    background: url('../../../../themes/delta/images/bg-shape.svg'), transparent linear-gradient(270deg, #2A94FD 0%, #88D2F4 35%, #FFFFFF00 75%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}
.theme-delta .right-blue-slider .slick-dots {
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 2;
    width: auto;
}
.theme-delta .right-blue-slider .slick-dots li {
    margin: 0 2px;
}
.theme-delta .right-blue-slider .slick-dots li button:before {
    color: #ffffff;
    font-size: 12px;
}
.theme-delta .right-blue-slider .slick-dots li.slick-active button:before {
    color: #ffffff;
    opacity: 1;
}
@media (max-width: 991.98px) {
    .theme-delta .right-blue-slider .right-blue-slide::after {
        background: url('../../../../themes/delta/images/bg-shape.svg'), transparent linear-gradient(270deg, #2A94FD 0%, #88D2F4 15%, #FFFFFF00 45%) 0% 0% no-repeat padding-box;
    }
}