.text-main {
    color: var(--theme-color);
}

.header-navbar-logo img {
    width: 75px;
}

/* .list1 */
.list1 {
    list-style: none;
    padding: 0;
}
.list1 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list1 li i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 12px;
}

.services-01 .service-card_text {
    line-height: 1.5;
    font-size: 1rem;
}

.service-card_text p{
    color:white!important;
}

.review-box {
    position: relative;
    border-radius: 15px;
    padding: 24px;
    height: 100%;
    background: rgb(244 244 244);
    backdrop-filter: blur(10px);
}
/* .review-box .google-icon {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} */

.review-box .google-icon img {
    width: 24px;
}


.review-box .name-l {
    width: 45px;
    min-width: 45px;
    height: 45px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 1.125rem;
    margin-right: 10px;
    overflow: hidden;
}
.review-box .name-l img {
    object-fit: cover;
}

.review-box .stars {
    font-size: .75rem;
}

.review-box .scrollbar {
    max-height: 94px;
}














/* scrollbar */
.scrollbar
{
  overflow-y: auto;
}
.scrollbar::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #ccc;
}

.scrollbar::-webkit-scrollbar
{
  width: 5px;
  height: 4px;
  background-color: #ccc;
}

.scrollbar::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #111;
}
.client-area-1 .slick-track {
    display: flex;
    align-items: center;
}

.client-logo img {
    max-width: 160px;
    max-height: 60px;
}