#topbar {
    background: #d8c7b9;
}

header {
    background: var(--bg-dark-1) !important;
}

.topbar-widget a {
    color: #000;
}

.topbar-widget i {
    color: #000;
}

#topbar .social-icons i {
    color: #000;
}

.home-about.about-page h2 {
    margin-bottom: 0px;
}

.home-about.about-page {
    padding-top: 220px;
}

.faq-page {
    padding-top: 220px;
    padding-bottom: 150px;
}

    .faq-page .subtitle {
        margin-bottom: 0px;
    }

.service-page {
    padding-top: 160px;
}

    .service-page h2 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .service-page p {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
    }

.team-page {
    padding-top: 200px;
}

    .team-page h3 {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .team-page p {
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
    }

    .team-page .id-color {
        color: var(--secondary-color);
        margin-bottom: 10px;
    }

    .team-page::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-image: url(/assets/images/Dust/4.png);
        opacity: 0.1;
    }

    .team-page .bg-light.rounded-1 {
        background: 0% 0% / cover no-repeat rgba(244, 233, 218, 0.5) !important;
    }

.blog-page {
    padding-top: 220px;
    background: 0% 0% / cover no-repeat rgba(244, 233, 218, 0.5);
}

    .blog-page .item .cat {
        font-size: 13px;
        font-weight: 500;
        color: #000 !important;
        background: rgb(82 169 178 / 70%);
    }

        .blog-page .item .cat a {
            color: #fff;
        }

    .blog-page .item h3 {
        font-size: 17px;
        font-weight: 600;
        text-align: right;
        margin-bottom: 0px;
    }

    .blog-page .item p {
        font-size: 13px;
        font-weight: 500;
        line-height: 25px;
    }

    .blog-page .item .footer {
        text-align: end;
    }

        .blog-page .item .footer span {
            font-size: 12px;
            font-weight: 500;
            padding-left: 5px;
        }

        .blog-page .item .footer i {
            color: var(--secondary-color);
        }

    .blog-page .widget h3 {
        font-size: 16px;
        font-weight: 700;
        padding-left: 5px;
        border-bottom: 1px solid var(--secondary-color);
        padding-bottom: 7px;
    }

    .blog-page .widget ul li {
        padding-bottom: 0px;
    }

        .blog-page .widget ul li a {
            font-size: 14px;
            font-weight: 600;
        }

            .blog-page .widget ul li a i {
                position: relative;
                top: 2px;
                padding-left: 5px;
            }

    .blog-page .widget {
        background: rgb(255 255 255 / 70%);
        padding: 15px 15px;
        border-radius: 10px;
        min-height: 400px;
    }

.blog-single h1 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}

.blog-single .item .footer {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff !important;
    background: rgb(82 169 178 / 70%);
    border-radius: 25px;
}

    .blog-single .item .footer i {
        color: #ffffff !important;
    }

.contact-page {
    padding-top: 190px;
}

    .contact-page h2 {
        font-size: 26px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 5px;
        line-height: 38px;
    }

    .contact-page .sub-title {
        font-size: 14px;
        font-weight: 500;
    }

    .contact-page h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px;
        color: var(--secondary-color);
    }

    .contact-page a,
    .contact-page p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0px;
        line-height: 25px;
    }

    .contact-page .contactForm h5 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0px;
        line-height: 25px;
    }

    .contact-page label.error {
        display: none !important;
    }

    .contact-page textarea.error,
    .contact-page input.error {
        border-color: red;
        display: block;
        margin-top: 3px;
    }

    .contact-page textarea,
    .contact-page input {
        font-size: 14px;
        font-weight: 500;
    }

    .contact-page .bg-color-op-1 {
        background: 0% 0% / cover no-repeat rgba(244, 233, 218, 0.5) !important;
    }

.blog-page .widget.box{
    min-height: unset;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

    .blog-page .widget.box i {
        color: var(--secondary-color);
        font-size: 16px;
        position: relative;
        top: 1px;
    }

@media only screen and (max-width: 767px) {
    .home-about.about-page {
        padding-top: 140px;
    }

    .faq-page {
        padding-top: 140px;
    }

    .service-page {
        padding-top: 100px;
    }

    .team-page {
        padding-top: 150px;
    }

    .blog-page {
        padding-top: 150px;
    }

    .contact-page {
        padding-top: 150px;
    }

        .contact-page .bg-color-op-1 {
            margin-top: 50px;
        }

    .blog-page .widget.box .row {
        gap: 6px;
    }
}
