  
.app-header {
    background: #fbbc0c;
}
  
  landing-banner {
    position: relative;
    height: 74vh;
    overflow: hidden;
}

.landing-body .landing-banner {
    background-color: transparent !important;
    height: 74vh;
}
.slider-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.slider img {
    position: absolute;
    width: 100%;
    height: 74vh;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slider img.active {
    opacity: 1;
}

.overlay-content {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 15px;
}
.landing-body .app-sidebar .side-menu__label {
    font-weight: bold !important;
}

.landing-text-heading {
    padding: 10px 20px;
    font-size: 18px;
    color: #70246c !important;
    font-weight: bold;
}
.expectations{
    background-color: #FEFCE5;
}