.logo img,
.f-logo img,
.fw-logo img {
    max-height: 70px !important;
}

.menu-area-four .navbar-wrap ul {
    margin: 0 !important;
}

.navbar-wrap {
    display: flex;
    flex-grow: 0 !important;
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around !important;
}

.footer-social .list-wrap li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    border-radius: 50%;
    color: var(--tg-white);
    font-size: 20px;
}

.copyright-text p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #ffffff !important;
}

.accordion-wrap-two .accordion-button {
    padding: 16px 60px 16px 22px;
    font-weight: 600;
    font-size: 20px;
    color: var(--tg-white);
    background: #000000;
    position: relative;
}

.about-img-eight img {
    border-radius: 15px;
    border: 1px solid;
}

.accordion-wrap-two .accordion-button:not(.collapsed) {
    color: var(--tg-black);
    background-color: #fff000;
    box-shadow: none;
}

.blog-post-thumb-two img {
    transition: .3s linear;
    width: 100%;
    min-height: 275px;
    object-fit: cover;
    max-height: 100px;
}