.main-hero {
    background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url('../img/joi-main-hero.jpg') bottom right no-repeat  #B497BD !important;
}

.main-hero h1 {
    line-height: 60px;
    font-size: 60px;
}


@media (max-width: 767.98px) {
    .main-hero h1, .HeroLanding h1 {
        line-height: 42px;
        font-size: 42px;
    }
}


.navbar-secondary .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
    padding: 10px 11px !important;
}

.list-inline-item a.active {
    background: #B497BD !important;
    color: #fff;
    border-bottom: 3px solid #9B7AA5;
}

.message-right {
    background: #B497BD;
    color: #fff;
    border-radius: 10px 0 0 10px;
}

.bg-brand {
    background: #B497BD;
    color: #fff;
}
.border-left-1 {
    border-left: 3px solid #8B6894;
}

.border-left-2 {
    border-left: 3px solid #B497BD;
}

.brand {
    color: #B497BD;
}

.brand-light {
    color: #D4C1D8;
}

.brand-border {
    border: 1px solid #B497BD;
}

.brand-border-top {
    border-top: 3px solid #B497BD;
}

.brand-hr {
    width: 60px;
    border-top: 2px solid #B497BD;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.main-navbar {
    border-top: 2px solid #B497BD;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 1px 2px 0 rgba(0,0,0,.12);
    padding: 4px 0;
}


.main-navbar .left-nav li:hover, .main-navbar .left-nav li:hover .nav-link  {
    background: #B497BD;
    color: #fff;
}

input.star:checked ~ label.star:before {
    color: #B497BD;
}

.page-link {
    color: #B497BD;
}

.page-link:hover {
    color: #B497BD;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #B497BD;
    border-color: #B497BD;
}

.bg-primary {
    background-color: #B497BD !important;
}

.badge-primary {
    background-color: #B497BD !important;
}

.nav-item.active {
    background-color: #B497BD !important;
    color: #fff !important;
}

.nav-item.active a {
    color: #fff;
}

.btn-primary {
    background-color: #B497BD;
    border-color: #B497BD;
    border-bottom: 2px solid #9B7AA5;
}

.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #B497BD;
    border-color: #B497BD;
}

.btn-outline-primary {
    border-color: #B497BD;
    color: #B497BD;
    background: #fff;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus{
    border-color: #B497BD;
    background: #B497BD;
    color: #fff;
}

.btn-outline-primary:disabled,
.btn-outline-primary[disabled]{
    background: #fff;
    color: #B497BD;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #9B7AA5 !important;
    border-color: #9B7AA5 !important;
}

.text-shadow {
    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.HeroLanding {
    background: #B497BD;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

@media (max-width: 991.98px) {
    .filter-expand {
        cursor: pointer;
        text-align: center;
        border: 1px solid #B497BD;
        padding: 10px;
    }

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #B497BD !important;
    border: 0px !important;
    font-weight: 700;
}

.testimonials .testimonial-images .nav-link.active {
    background: transparent;
    color: #8d97ad;
    border-right: 3px solid #B497BD;
}

.testimonials .testimonial-images .nav-link.active img {
    opacity: 1;
}


@media (max-width: 767px) {
    .testimonials .testimonial-images .nav-link.active {
        border-right: 0px solid #B497BD;
        border-bottom: 3px solid #B497BD;
    }
}
