.cust-logo {
    display: flex;
    gap: 10px;
    align-items: center;
}
.cust-logo img {
    height: 89px;
    width: auto;
}
.cust-logo h1 {
    margin: 0;
    font-size: 30px;
    padding-bottom: 10px;
    color: var(--theme-color);
}
.cust-logo h1 span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: var(--theme-color2);
}
.about-right .site-title span {
    display: block;
    font-size: 42px;
    font-weight: 700;
}
.about-right .site-title {
    font-size: 30px;
    font-weight: 600;
}
.about-right .about-text {
    margin-bottom: 20px;
    text-align: justify;
}
.testimonial-slider .owl-stage {
    display: flex;
}
.testimonial-area2 .testimonial-item {
    height: 100%;
}
.testimonial-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.marque-bg {
    background: var(--theme-color);
}
.marque-bg ul {
    margin: 0;
    padding: 0;
}
.marque-bg ul li {
    display: inline-block;
    color: #fff;
    margin: 0;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #fff;
    line-height: normal;
}
.marque-bg ul li:last-child {
    border: none;
}
.service-details h4 {
    color: var(--theme-color);
    margin-bottom: 15px;
}
.service-details p {
    margin-bottom: 10px;
}

.service-details ul li {
    list-style: disc;
}
.action-wrap {
    margin-top: 30px;
}
.service-sidebar {
    position: sticky;
    top: 140px;
}
@media all and (max-width: 767px) {
    .header-top-right {
        justify-content: center;
        width: 100%;
    }
    .cust-logo {
        padding: 0;
        width: auto;
    }
    .cust-logo h1 {
        padding: 0;
        font-size: 26px;
    }
    .cust-logo h1 span {
        font-size: 14px;
    }
    .cust-logo img {
        height: 74px;
    }
    .hero-single .hero-content .hero-title {
        font-size: 32px;
    }
    .hero-single {
        height: 500px;
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .hero-slider .owl-nav .owl-prev,
    .hero-slider .owl-nav .owl-next {
        bottom: 0px;
    }
    .hero-single.slider1 {
        background-position: left center !important;
    }
    .about-experience {
        width: 100px;
        height: 100px;
    }
    .about-experience h5 {
        font-size: 18px;
        margin-top: 10px;
    }
    .about-experience p {
        font-size: 12px;
    }
    .about-right .site-title {
        font-size: 24px;
    }
    .about-right .site-title span {
        font-size: 32px;
    }
    .feature-content h4 {
        font-size: 20px;
    }
    .site-title {
        font-size: 32px;
    }
    .choose-img .img-2 {
        width: 65%;
        bottom: -75px;
    }
    .choose-img .img-1 {
        width: 65%;
    }
    .choose-img .shape {
        top: 42px;
        width: 100px;
    }
    .footer-widget-box.about-us {
        margin-right: 0px;
    }
    .footer-list {
        margin-left: 20px;
    }
    .footer-widget-box {
        margin-bottom: 30px;
    }
    .navbar .nav-item .nav-link {
        font-weight: 500;
        border-bottom: 1px solid #eee;
    }
    .offcanvas-header {
        padding: 10px;
    }
    .navbar .offcanvas-brand {
        width: auto;
    }
    .navbar .offcanvas-brand h1 span {
        font-size: 12px;
    }
    .site-breadcrumb {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .site-breadcrumb .breadcrumb-title {
        font-size: 32px;
        margin-bottom: 5px;
    }
    .terms-content h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .mob-pb-0 {
        padding-bottom: 0;
    }
    .service-details ul {
        margin-left: 15px;
    }
    .service-sidebar {
        margin-top: 30px;
    }
    .testimonial-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-shape {
        display: none;
    }
}
