header {
  background: url("../img/uo3.png") no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
header .overlay {
  background-color: rgba(60, 100, 180, 0.25);
}

.feature-intro {
  margin-top: 150px;
}
.feature-intro h1 {
  font-weight: 800;
  color: #ffffff;
}
.feature-intro h1 span {
  color: #fab400;
}
.feature-intro h5 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 110px;
  margin: 25px 0 15px 0;
}
@media only screen and (max-width: 992px) {
  .feature-intro h5 {
    padding: 0;
  }
}
.feature-intro .btn-small {
  margin: 20px 0;
  color: #454545;
  background-color: #fab400;
}

.feature-intro-small {
  margin-top: 0px;
}
.feature-intro-small h1 {
  font-weight: 800;
  color: #ffffff;
}
.feature-intro-small h1 span {
  color: #fab400;
}
.feature-intro-small h5 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 110px;
  margin: 25px 0 15px 0;
}
@media only screen and (max-width: 992px) {
  .feature-intro-small h5 {
    padding: 0;
  }
}
.feature-intro-small .btn-small {
  margin: 20px 0;
  color: #454545;
  background-color: #fab400;
}

#fsl {
  background-color: rgba(238, 238, 238, 0.7);
  padding-bottom: 100px;
}
#fsl img {
  width: 90%;
}

.feature-title {
  margin: 0;
  padding: 120px 20px 60px 0px;
}

.little-text {
  padding: 0 150px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .little-text {
    padding: 0 25px;
  }
}

.fsl-table table {
  margin-bottom: 50px;
  padding: 0 50px;
}
.fsl-table table th {
  color: #1266b9;
  padding: 15px 25px;
}
.fsl-table table td {
  padding: 10px 25px;
}
.fsl-table table td img {
  width: 50px;
  float: right;
}
.fsl-table table .topper {
  color: #1266b9;
}
.fsl-table table .sub {
  padding-left: 50px;
  position: relative;
}
.fsl-table table .sub:before {
  content: "";
  position: absolute;
  width: 7px;
  left: 25px;
  bottom: 48%;
  border-bottom: 1px solid #454545;
}
.fsl-table p {
  margin-bottom: 50px;
}
.fsl-table .subtitle {
  margin-top: 25px;
}
.fsl-table a {
  color: #fab400;
}
.fsl-table a:hover {
  color: #e1a200;
}

/*# sourceMappingURL=features.css.map */
