.testimonial-avatar-initial {
    background-color: #67f5ee;
    color: #409d7e !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}


    .navbar-toggle .icon-bar {
        background-color: #2e8189;
    }


    .page-banner{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }


    .with-overlay {
    position: relative;
    z-index: 1;
}

.with-overlay::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4); /* You can adjust opacity */
    z-index: 0;
}

.with-overlay .title--content,
.with-overlay .breadcrumb,
.with-overlay .divider--shape-1down {
    position: relative;
    z-index: 1; /* Ensure content sits above the overlay */
}


.with-overlay .title--heading h1 {
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}


@media (max-width: 991px) {
  #navbar-collapse-1 .nav > li  {
    border-bottom: 2px solid #eee;
  }



}
