.rowBox .col-md-3 {
  margin-bottom: 20px;
  min-height: 300px;
}
.rowBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bgBox .icon {
  text-align: center;
}
.bgBox .icon img {
  width: 100px;
}
.bgBox .images {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  margin: 0 auto 20px;
  display: block;
}
.iconBox {
  text-align: center;
}
.iconBox .col-md-3 {
  margin-bottom: 20px;
}
.iconBox .cards {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
.iconBox .cards img {
  width: 100%;
  max-width: 200px;
}
.iconBox .cards p {
  padding: 10px;
  margin-bottom: 0;
}
.uil-location-pin-alt:before {
  content: '☎' !important;
}
.video-wrapper {
  text-align: center;
  background-image: url("../images/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.video-wrapper .flexBox {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper .flexBox .title-top .span1 {
  color: white;
  font-size: 25px;
  font-weight: bold;
}
.video-wrapper .flexBox .title-top .span2 {
  font-size: 30px;
  font-weight: bold;
  background-color: red;
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
}
.video-wrapper .flexBox .title-top p {
  color: white;
  margin-top: 10px;
  font-size: 25px;
}
/*# sourceMappingURL=style.css.map */