.text-orange {
  color: #fc5a0a !important;
}

.sub-banner {
  min-height: 350px;
}

.sub-banner::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fc5a0ac4;
}

.sub-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-banner ul li {
  color: #fff;
  margin: 0 8px;
}

.sub-banner ul li a {
  color: #fff;
}
/*# sourceMappingURL=sass.css.map */