.nav-link.active {
  background-color: #fd7e14;
  border-radius: 0.375rem;
}

div.service {
  margin-bottom: 40px;
}

hr {
  color: grey;
}

.locations {
  color: white;
  text-align: center;
}
.locations > h5 {
  text-align: center;
}

.designer {
  color: rgb(59,153,224);
}

.srv-img {
  padding-top: 50px;
}

section ul li {
  text-align: left;
  margin-left: 100px;
}

.clean-block .block-heading p {
  max-width: 80%;
  text-align: left;
}

.about {
  background: url(../img/about-us.jpg) no-repeat center center;
  opacity: 0.7;
  color: white;
}


