/* Header */

@media (min-width: 1024px) {
    .home .elementor-location-header {
        height: 0;
    }

    .home .jet-mega-menu-mega-container__inner {
        padding-top: 3rem !important;
    }

    .home .elementor-location-header > div > section {
        z-index: 99;
        /*padding: 0 1rem 0 4rem !important;*/
        padding: 0 1rem 0 0 !important;
        margin-top: 2.5rem !important;
    }

    .home .elementor-location-header .main-nav .elementor-widget-image {
        margin-left: -3rem;
    }

    .home .elementor-location-header .main-nav .elementor-widget-image a img[src$=".svg"],
    .home .elementor-location-header .main-nav .elementor-widget-image a img {
        width: 120px;
        margin: -3rem 0;
    }

    .home .main-nav {
        /*padding-top: 1em !important;*/
        background-color: transparent !important;
    }

    .home .nav-wrapper {
        background: transparent;
    }

    .home .main-nav > .elementor-container {
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 3px 10px #2A92CF33;
    }
}

@media (max-width: 767px) {
    .home .swiper-slide-contents {
        padding: 0 1rem;
    }
}


.home #breadcrumb-bar {
    display: none;
}

/* Slideshow */
#homepage-slideshow .swiper-slide-bg {
    position: relative;
}

#homepage-slideshow .swiper-slide-bg:after {
    background: linear-gradient(#294397, #15A6DD);
    width: 100%;
    height: 100%;
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.5;
}

#homepage-slideshow .swiper-slide-contents {
    width: 100%;
}

#homepage-slideshow .elementor-slide-heading {
    max-width: 630px;
}

#homepage-slideshow .swiper-pagination-bullet {
    background-color: transparent;
    border: solid 2px white;
    padding: 5px;
    opacity: 1;
}

#homepage-slideshow .swiper-pagination-bullet-active {
    background-color: white;
}

#homepage-slideshow .swiper-pagination {
    bottom: 2rem;
}

#homepage-slideshow .elementor-swiper-button-prev {
    border: solid 3px white;
    border-radius: 100%;
    padding: 4px 5px 4px 3px;
}

#homepage-slideshow .elementor-swiper-button-next {
    border: solid 3px white;
    border-radius: 100%;
    padding: 4px 3px 4px 5px;
}

@media (min-width: 767px) {
    #homepage-slideshow .elementor-swiper-button-prev {
        left: 2rem;
    }

    #homepage-slideshow .elementor-swiper-button-next {
        right: 2rem;
    }
}

/* Investing in the Delta Section */
#investing-section .elementor-icon-box-title {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
}

/* Success Stories */
@media (max-width: 767px) {
    .home .elementor-posts-container .success-stories {
        flex-wrap: wrap;
    }
    .home .elementor-posts-container .elementor-post__thumbnail__link {
        margin-bottom: 1.5rem;
    }
}

/* DRA Gets Results */
@media (min-width: 767px) {
    .home .elementor-counter-number {
        margin-bottom: 1.5rem;
    }
}

/* Stay Updated Section */
.stay-updated-bg:before {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #ffffff;
}