.banner-section .content-box {
  padding: 250px 0;
}
.banner-section .content-outer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 46, 108, 0.5);
}

.main-service-one-count {
  line-height: 0.7;
  font-size: 80px;
  top: 0;
  right: 0;
}

.gallery-container {
  display: flex;
  flex-flow: row wrap;
  margin: -10px;
}
.gallery-container .gallery-item {
  display: block;
  flex: none;
  padding: 10px;
  overflow: hidden;
  width: 50%;
}
@media (min-width: 992px) {
  .gallery-container .gallery-item {
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .gallery-container .gallery-item {
    width: 50%;
  }
}
.gallery-container .gallery-item a {
  display: block;
  overflow: hidden;
}
.gallery-container .gallery-item a img {
  transition: all 200ms linear;
  transform: scale(1);
  transform-origin: center;
  max-width: 100%;
}
.gallery-container .gallery-item a:hover img {
  transform: scale(1.1);
}

.contact-one-form .input-box input[type=text],
.contact-one-form .input-box input[type=Email],
.contact-one-form .input-box textarea {
  border: 1px solid #002e6c;
}

.header_top_one_box ul li a + a {
  margin-left: 1rem;
}

/*# sourceMappingURL=ub-styles.css.map */
