#mainBanner {
  color: white;
}
#mainBanner h4 {
  color: white;
}
#mainBanner .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 280px 50px;
}
.item h4 {
  color: white !important;
}

.img-caption-box {
  padding: 10px;
  font-size: 1.5em;
  color: white;
  font-weight: bold;
  background-color: black;
  margin-bottom: 15px;
}

#quals {
  clear: all;
  text-align: center;
  margin-top: 50px;
  padding: 5px;
  background-color: white;
  border: 1px solid white;
  border-radius: 8px;
}
#quals img {
  height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}

.carousel-caption {
  text-shadow: 0;
  color: #003c6f;
  font-size: 48px;
  text-align: left;
}

.left,
.right {
  background-image: none !important;
}

.mainBanner {
  background-color: #f4511e;
  color: #fff;
  padding: 300px 25px;
  background-image: url(../images/home/slide1.jpg);
  background-size: cover;
  display: relative;
}

#industries {
  padding: 50px;
  border-top: 1px solid #ddd;
}

.service-box {
  margin-top: 20px;
  background-color: rgb(250, 250, 250);
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  justify-content: flex-start;
  min-height: 375px;
}
.service-box i {
  font-size: 2.5em;
}

@media (max-width: 1300px) {
  .service-box {
    min-height: 500px;
  }
}

@media (max-width: 750px) {
  .carousel-caption {
    font-size: 32px;
  }

  .service-box {
    min-height: 0;
  }
}
