.header-upper .logo h1 {
    color: var(--color-two);
    font-weight: 800;
    font-size: 28px;
    line-height: normal;
}
.header-upper .logo h1 span {
    display: block;
    color: var(--color-four);
    font-size: 24px;
}
.header-lower {
    background: var(--color-two);
}
.main-header .sticky-header {
    background: var(--color-two);
}
.sticky-header .logo h1 {
    /* color: var(--color-thirteen); */
    color: var(--white-color);
    font-weight: 800;
    font-size: 22px;
    line-height: normal;
}
.sticky-header .logo h1 span {
    display: block;
    color: var(--white-color);
    font-size: 18px;
}
.about-one .sec-title_title {
    text-transform: unset;
}
.about-one .sec-title_title.degree {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}
.about-one .sec-title_title.degree span {
    display: block;
    padding-bottom: 5px;
    color: var(--color-six);
}
.slider-one_content-inner p {
    font-size: var(--font-28);
    font-weight: 800;
    line-height: normal;
}
.test-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.testimonial-block .inner-box {
    height: 100%;
}
.testimonial-block.span2 {
    grid-column: span 2;
}
.widgets-column .inner-column {
    position: sticky;
    top: 80px;
}
.services-single-section p strong {
    color: var(--color-four);
}
.services-four.typ-inner {
    padding-top: 80px;
}
.services-single-section .content-column ul li {
    list-style: disc;
    margin-left: 15px;
}
.services-single-section .content-column .accordion-box li {
    list-style: none;
    margin-left: 0;
}
.ser-img-grp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.ser-img {
    border: 1px solid #eee;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-bottom: 20px;
}
.ser-img.full {
    grid-column: span 2;
}
.logo-box a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.logo-box img {
    width: 80px;
}
.sec-title_text strong {
    color: var(--color-two);
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.help-section-two .sec-title_heading {
    color: var(--color-four);
    font-size: 42px;
}

.help-section-two .sec-title_text {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 0;
}
.team-one_text strong {
    display: block;
    color: var(--color-four);
}
.project-block .image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top center;
}
@media only screen and (max-width: 768px) {
    .header-upper .logo h1 {
        font-size: 22px;
        text-align: left;
    }
    .header-upper .logo h1 span {
        font-size: 18px;
    }
    .logo-box img {
        width: 60px;
    }
    .logo-box a {
        gap: 10px;
    }
    .slider-one_heading {
        font-size: 28px;
        line-height: 36px;
    }
    .slider-one_content-inner p {
        font-size: 22px;
    }
    .slider-one_slide {
        background-position: center right;
    }
    .about-one,
    .department-one,
    .privacy-section,
    .services-single-section,
    .team-one,
    .testimonial-section,
    .contact-one,
    .contact-form-one {
        padding: 60px 0;
    }
    .sec-title_text {
        text-align: justify;
    }
    .department-one .owl-dots .owl-dot {
        width: 20px;
    }
    .help-section-two .sec-title_heading {
        font-size: 26px;
    }
    .help-section-two .sec-title_text {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .help-section-two .sec-title {
        margin-bottom: 0;
    }
    .help-section-two::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
    }
    .privacy-section .privacy-list li {
        font-size: var(--font-16);
    }
    .page-title .bread-crumb {
        margin-top: var(--margin-top-5);
    }
    .sticky-header .logo h1 {
        font-size: 20px;
    }
    .sticky-header .logo h1 span {
        font-size: 16px;
    }
    .page-title .bread-crumb li {
        font-size: 14px;
        margin-right: var(--margin-right-10);
        padding-right: var(--padding-right-10);
    }
    .team-block_one-overlay {
        left: auto;
        right: auto;
    }
    .test-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .testimonial-block.span2 {
        grid-column: span 1;
    }
    .contact-info-block_text {
        font-size: var(--font-15);
    }
    .contact-info-block_icon {
        font-size: var(--font-48);
    }
}
