@media(min-width: 992px) {
    #header-wrap #logo img {
        height: 90px !important;
    }

    #header-wrap {
        background: rgba(0, 0, 0, 0.5);
    }

    .full-header.sticky-header #header-wrap {
        background: rgba(255, 255, 255, 0.95);
    }

    .project .services-area .col-lg-3:nth-child(2),
    .project .services-area .col-lg-3:nth-child(4) {
        margin-top: 50px;
    }

    .project .services-area .col-lg-3 {
        padding: 0 !important;
    }
}

@media(max-width: 991px) {
    .project-image {
        background-position: center;
        background-size: cover;
        height: 600px;
    }

    #header-wrap #logo img {
        height: 70px !important;
        padding: 10px 0;
    }

    .menu-item>.menu-link {
        color: #000 !important;
    }
}