.header .navbar-dark .navbar-nav .nav-link {
  line-height: 28px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.header .navbar-dark .navbar-nav>.active .nav-link {
  color: #fff !important;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
  border-width: 0 !important;
}

.cw-header-info {
  padding: 0.5rem;
}

.header a.header-business-phone,
.header span {
  vertical-align: middle;
}

.header a.header-business-phone {
  font-weight: 700;
  font-size: 1.1rem;
  color: #95c623;
}

@media(min-width:992px) {
  .header .header-info-logo-img img {
    width: 145px;
  }
}

/* ========= summary list ================== */

.page-home .list .list-square {
  background-color: #f4f4f4 !important;
  border-radius: 15px;
  padding-bottom: 1.5em;
}

.page-home .list .list-text-title {
  min-height: 40px;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

.page-home .list .list-img-wrap {
  border-radius: 15px 15px 0px 0px;
  border: none;
}

.page-home .list .list-img-photo {
  border-radius: 15px 15px 0px 0px;
}

.page-home .list .list-text-bottom {
  min-height: 140px;
}

.page-home .list .list-text-description {
  min-height: 110px;
}

.page-home .list .btn {
  border-radius: 15px;
  padding: .5em 1.2em;
}



/* ============= home page contact form ====================== */
.contactTITLE {
  margin-bottom: -3em;
  ;
}



/* ===================== internal page =========================== */
.title {
  background:
    linear-gradient(rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)),
    url(https://apihoard.webit.com/api/v1/Image/94BF51E884A2FE7F5FE4EF8319E73BE5/94BF51E884A2FE7F5FE4EF8319E73BE5.jpg?size=1920x1440);
  background-position: center;
  background-size: cover;
  padding: 7em 0;
  margin-bottom: 3em;
  text-transform: uppercase;
  color: #ffffff;
}

@media (min-width: 992px) {
  .header .header-info-logo-img {
    position: fixed;
    top: 55px;
    z-index: 2001;
    padding: 0;
  }

  nav.navbar .container {
    position: relative;
    height: 150px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    bottom: 2rem;
  }

  .cw-header-info {
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100%;
  }
}