.contact-info strong {
    color: #fff;
    font-weight: 600;
}
.service-block-three .icon img {
    width: 70px;
}
.service-block-three .inner-box:hover img {
    filter: brightness(0) invert(1);
}
.tparrows {
    background: var(--theme-color1);
}
.logo h1 {
    font-size: 32px;
    margin: 0;
    font-weight: bolder;
}
.logo h1 span {
    display: block;
    font-size: 16px;
    color: var(--theme-color1);
    font-weight: 600;
}
.head-top {
    background: var(--theme-color2);
    padding: 5px 0;
}
.head-top .social-icon-two {
    justify-content: end;
}
.head-top .social-icon-two li a {
    line-height: 30px;
    height: 30px;
    width: 30px;
}
.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top-contact ul li {
    display: flex;
    gap: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 20px;
}

.header-top-contact ul li:last-child {
    border: none;
    padding-right: 0;
}

.header-top-contact ul li a {
    color: #fff;
    font-weight: 400;
}

.header-top-contact ul li a i {
    color: #fff;
    margin-right: 5px;
}
.contact-details__info li .text h6 {
    margin-bottom: 0;
}
.services-details__content h5 {
    color: var(--theme-color1);
}
.img-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: center;
}
.img-group.col3 {
    grid-template-columns: repeat(3, 1fr);
}
.img-group img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: top center;
    border: 1px solid var(--theme-color1);
    padding: 3px;
}
.img-contain {
    object-fit: contain !important;
}
.logo a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.main-header .logo {
    padding: 10px 70px 10px 20px;
}
.main-header .logo img {
    height: 80px;
    flex-shrink: 0;
}
.text {
    text-align: justify;
}
.about-section-three .inner-column {
    padding-right: 15px;
}
.sticky-header .logo img {
    height: 60px;
}
.sticky-header .logo {
    padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
    .header-top-contact ul {
        flex-direction: column;
        gap: 0px;
        margin-bottom: 10px;
    }
    .header-top-contact ul li {
        border: none;
        padding: 0;
    }
    .head-top .social-icon-two {
        justify-content: center;
    }
    .main-header .logo {
        padding: 15px 10px;
    }
    .logo h1 {
        font-size: 24px;
    }
    .logo h1 span {
        font-size: 13px;
        font-weight: 500;
    }
    :root {
        --body-font-size: 16px;
    }
    .page-title .title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .page-title {
        min-height: auto;
        padding: 60px 0;
    }
    .about-section-three .content-column .sec-title .text {
        margin-top: 20px;
    }
    .img-group {
        grid-template-columns: repeat(1, 1fr);
    }
    .services-details__content h2 {
        font-size: 26px;
    }
    .services-details__content h5 {
        font-size: 18px;
    }
    .list-style-three li {
        font-size: 16px;
    }
    .service-sidebar .service-sidebar-single {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .gallery-widget .outer .image {
        width: 50%;
    }
    .gallery-widget .image img {
        height: 200px;
    }
    .testimonial-block-five .info-box {
        min-height: auto;
        margin: 0;
        padding-left: 60px;
        padding-top: 10px;
    }
    .testimonial-block-five .info-box .thumb {
        height: 48px;
        width: 48px;
        padding: 5px;
    }
    .testimonial-block-five {
        margin-bottom: 30px;
    }
    .testimonial-block-five .content-box {
        padding: 35px 20px;
    }
    .testimonial-block-five .content-box .icon-quote {
        height: 52px;
        width: 52px;
        background-size: 32px;
    }
    .contact-details__info li .text span {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-details__right {
        margin-top: 25px;
    }
}
