.logo h1 span {
    display: block;
    font-size: 17px;
    color: var(--color-thirtyone);
    line-height: 21px;
    font-weight: bold;
}
.logo h1 {
    font-size: 32px;
    color: var(--main-color);
    font-weight: 900;
    line-height: normal;
}
.sticky-header .logo h1 {
    font-size: 26px;
}
.sticky-header .logo h1 span {
    font-size: 16px;
    line-height: 21px;
}
.main-header .sticky-header .main-menu {
    margin-top: 12px;
}
.about-section .content-column .list {
    position: relative;
}

.about-section .content-column .list li {
    position: relative;
    font-weight: 500;
    font-size: var(--font-16);
    padding-left: var(--padding-left-25);
    margin-bottom: var(--margin-bottom-15);
}

.about-section .content-column .list li:before {
    position: absolute;
    left: 0px;
    top: -1px;
    content: "\f101";
    font-size: var(--font-22);
    font-family: "FontAwesome";
}
.footer-widget .list li {
    margin-bottom: 5px;
    line-height: 1.8em;
    font-weight: 400;
    font-size: var(--font-16);
    color: var(--white-color);
}
.footer-widget .list li a {
    color: var(--white-color);
}
.footer-widget .list li a:hover {
    color: var(--main-color);
}
.service-detail ol li ul {
}
.lower-content ul {
    margin-bottom: 10px;
}
.service-detail ol li ul li {
    margin-bottom: 10px;
}
.service-detail p strong {
    color: var(--main-color);
}
.about-section .content-column .list.typ-2 {
    column-count: 2;
}
.about-section.sub-section .sec-title {
    margin-bottom: var(--margin-bottom-30);
}
.about-section.sub-section .sec-title h2 {
    font-size: var(--font-24);
    padding-bottom: var(--padding-bottom-15);
}
.footer-widget .list {
    column-count: 2;
}
.product-block .inner-box {
    padding: 0 20px;
}
.product-block .inner-box h5 {
    font-size: var(--font-18);
}
.project-block-two .inner-box .image {
    width: 100%;
    height: 250px;
}
.project-block-two .inner-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
@media only screen and (max-width: 767px) {
    .logo h1 span {
        font-size: 14px;
    }
    .logo h1 {
        font-size: 28px;
    }
    .main-slider .slide::before {
        display: none;
    }
    .main-slider .image-layer {
        background-position: 92% 100%;
        background-size: cover;
    }
    .main-slider .slide .pattern-layer {
        opacity: 0.7;
    }
    .footer-widget .list {
        column-count: 1;
    }
    .about-section .content-column .list.typ-2 {
        column-count: 1;
    }
    .about-section .content-column .phone-box strong {
        font-size: var(--font-16);
    }
    .page-title {
        padding: 60px 0;
    }
    .about-section .content-column .list li {
        font-size: var(--font-14);
    }
    .sidebar-page-container {
        padding: 70px 0 60px;
    }
    .service-detail .lower-content h3 {
        font-size: var(--font-20);
    }
    .project-block-two .inner-box .image {
        border: 1px solid var(--color-thirtyone);
    }
    .page-title h2 {
        padding-top: 15px;
    }
}
