.brand img {
    height: 4.356rem;
    margin-top: -1rem;
}


.partner-carousel .partner-carousel-item img {
    opacity: 1;
}

.m-0 {
    margin-bottom: 0;
}

.goto-loc {
    text-align: center;
    padding: 10px 0;
    background: #bdc9d6;
  }

.goto-loc .link-arrow .icon {
    top: 0;
}

.project-item:hover .project-hover {
    background-color: rgb(237 237 237 / 85%);
}

.btn-yellow {
    color: #fff;
}

/*New CSS*/
.brand {
    height: 4.356rem;
    width: 8.875rem;
    background: url(../images/brand.png) no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -1.5rem !important;
}
.navbar-white .brand {
    background: url(../images/brand-white.png) no-repeat;
    background-position: center;
    background-size: cover;
}
/*New CSS*/

/* Construction CSS */

.coffee-1 .content-entry-image {
    background: url(../images/2-1920x800.jpg) 50% 42%;
    padding-top: 0;
    min-height: 20rem;
}

.coffee-1 .title-uppercase {
    margin: 0 0 2.5rem;
}

.navbar .social-list {
    display: none;
}

.project-box:hover {
    background: #ffffff; 
}

.akr-works .card-row:hover {
    background: #ffeaea;
}

.akr-works .card-read-more {
    color: #000000;
}
/* Construction CSS END*/