.hero-wrap.hero-wrap-2 .slider-text {
    height: 400px;
}


.hero-wrap.hero-wrap-2 {
    height: 400px;
}


.collapsed {
    font-size:24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
}

.collapsed:focus {
    text-decoration: none !important;
}

.collapsed:hover {
    text-decoration: none !important;
    color: #554489;
}


.btn:not(:disabled):not(.disabled) {
    text-decoration: none !important;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
}


.ftco-navbar-light .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #000000 !important;
}


.ftco-navbar-light .nav-item.cta > a {
    color: #fff !important;
    background: #554489;
    border: none !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 6px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}


.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}


.ftco-navbar-light {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.slider-text h1 {
    font-size: 48px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    font-weight: 700;
    font-family: "Poppins", Arial, sans-serif;
}


.slider-text .breadcrumbs span a {
    color: rgba(0, 0, 0, 0.9);
}

 .slider-text .breadcrumbs span {
    color: rgba(0, 0, 0, 0.7);
}

.slider-text .breadcrumbs span i {
color: rgba(0, 0, 0, 0.5);
}


.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}


.ftco-navbar-light .nav-item.active > a {
    color: #554489 !important;
}