/* YOU CAN ADD THIS TO YOUR MAIN STYLESHEET FOR FONTY GOODNESS */
body {
  /*-webkit-font-smoothing: auto;*/
  -moz-osx-font-smoothing: grayscale;
}
/* FEATURES PAGE STYLES */
.main-wrap {
  padding: 0;
  /*-webkit-font-smoothing: antialiased;*/
}
.feature-intro {
  border-bottom: 2px solid #ccc;
  box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.25);
  padding: 20px 0 0;
  overflow: hidden;
  text-align: center;
}
.feature-stripe {
  vertical-align: middle !important;
  text-decoration: none !important;
  overflow: hidden;
  text-align: center;
  padding-bottom: 8px;
}
.feature-intro h1 {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 10px;
}
.feature-intro h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}
.feature-intro img {
  margin-bottom: -60px;
}
@media (min-width: 480px) {
  .feature-intro {
    padding: 30px 0 0;
  }
  .feature-intro h1 {
    font-size: 42px;
  }
  .feature-intro h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .feature-intro img {
    margin-bottom: -80px;
  }
}
@media (min-width: 768px) {
  .feature-intro {
    padding: 40px 0 0;
  }
  .feature-intro h1 {
    font-size: 50px;
  }
  .feature-intro h2 {
    font-size: 28px;
    margin: 0 0 40px;
  }
  .feature-intro img {
    margin-bottom: -100px;
  }
}
@media (min-width: 992px) {
  .feature-intro {
    padding: 60px 0 0;
  }
  .feature-intro h1 {
    font-size: 60px;
  }
  .feature-intro h2 {
    font-size: 28px;
    margin: 0 0 50px;
  }
  .feature-intro img {
    margin-bottom: -180px;
  }
}
.feature-block {
  padding: 30px 0;
}
.feature-block .feature-inner {
  margin: 0 auto 10px;
  max-width: 480px;
}
.feature-block .fa {
  color: #1477af;
}
.feature-block h1,
.feature-block h2,
.feature-block h3 {
  font-weight: 900;
  margin: 0 0 24px;
  text-align: center;
  text-transform: uppercase;
}
.feature-block h1 {
  font-size: 24px;
}
.feature-block h2 {
  font-size: 20px;
}
.feature-block h3 {
  font-size: 18px;
}
.feature-block h4,
.feature-block h5,
.feature-block h6 {
  font-weight: 700;
}
.feature-block a {
  font-weight: 700;
}
@media (min-width: 768px) {
  .feature-block {
    padding: 40px 0;
  }
  .feature-block h1 {
    font-size: 42px;
  }
  .feature-block h2 {
    font-size: 24px;
  }
  .feature-block h3 {
    font-size: 20px;
  }
  .feature-block h4 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .feature-block {
    padding: 50px 0;
  }
  .feature-block h1 {
    font-size: 60px;
  }
  .feature-block h2 {
    font-size: 28px;
  }
  .feature-block h3 {
    font-size: 24px;
  }
  .feature-block h4 {
    font-size: 20px;
  }
}
/* Feature block themes */
.feature-dark {
  background-color: #2c3e50;
  color: #fff;
}
.feature-dark .fa {
  color: #d6dcdc;
}
.feature-dark h1,
.feature-dark h2,
.feature-dark h3,
.feature-dark h4,
.feature-dark h5,
.feature-dark h6 {
  color: #fff;
}
.feature-dark p {
  color: #eee;
}
.feature-light {
  background-color: #fff;
  color: #333;
}
.feature-light h1,
.feature-light h2,
.feature-light h3,
.feature-light h4,
.feature-light h5,
.feature-light h6 {
  color: #2c3e50;
}
.feature-light p {
  color: #333;
}
.feature-light blockquote {
  background-color: #d6dcdc;
}
.feature-light blockquote:after {
  border-top-color: #d6dcdc;
}
.feature-primary {
  background-color: #1477af;
  color: #fff;
}
.feature-primary .fa {
  color: #fff;
}
.feature-primary h1,
.feature-primary h2,
.feature-primary h3,
.feature-primary h4,
.feature-primary h5,
.feature-primary h6 {
  color: #fff;
}
.feature-primary p {
  color: #eee;
}
.feature-primary a {
  color: #fff;
  text-decoration: underline;
}
.feature-primary a:hover {
  color: #fff;
}
.feature-primary a.btn {
  color: #fff;
  text-decoration: none;
}
.feature-primary a.btn:hover {
  color: #fff;
}
.feature-secondary {
  background-color: #f39c12;
  color: #222;
}
.feature-secondary .fa {
  color: #fff;
}
.feature-secondary h1,
.feature-secondary h2,
.feature-secondary h3 {
  color: #fff;
}
.feature-secondary h4,
.feature-secondary h5,
.feature-secondary h6,
.feature-secondary p {
  color: #222;
}
.feature-secondary a {
  color: #2c3e50;
  text-decoration: underline;
}
.feature-secondary a:hover {
  color: #1a242f;
}
.feature-secondary a.btn {
  color: #fff;
  text-decoration: none;
}
.feature-secondary a.btn:hover {
  color: #fff;
}
/* Feature grid */
.features-list {
  margin-left: -15px;
  margin-right: -15px;
}
.features-list .feature {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: none;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .features-list .feature {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .features-list .feature {
    float: left;
    width: 33.33333333%;
  }
}
.features-list .feature h4 {
  font-size: 16px;
}
.features-list .feature h4 .fa {
  font-size: 40px;
  display: block;
  margin: 0 auto 10px;
}
.features-list .feature .feature-inner {
  margin: 0 auto;
  max-width: 320px;
}
@media (max-width: 500px) {
  .features-list .feature {
    width: 100%;
    clear: both;
  }
}
@media (min-width: 768px) {
  .features-list .feature {
    clear: none;
    margin-bottom: 15px;
  }
  .features-list .feature:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .features-list .feature {
    margin-bottom: 20px;
  }
  .features-list .feature:nth-child(2n+1) {
    clear: none;
  }
  .features-list .feature:nth-child(3n+1) {
    clear: both;
  }
}
/* Testimonials */
.testimonial {
  max-width: 570px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.testimonial blockquote {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 6px;
  color: #222;
  padding: 20px;
  position: relative;
  margin: 0 0 20px;
}
.testimonial blockquote:before,
.testimonial blockquote:after {
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.testimonial blockquote:before {
  bottom: -18px;
  right: 27px;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-width: 18px;
  z-index: 1;
}
.testimonial blockquote:after {
  bottom: -15px;
  right: 30px;
  border-top-color: #fff;
  border-width: 15px;
  z-index: 2;
}
.testimonial cite {
  display: block;
  margin: 0;
  text-align: right;
  font-size: 14px;
}
.testimonial cite strong,
.testimonial cite b {
  font-size: 16px;
  font-weight: 900;
}
/* Owl carousel dots */
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
/* Owl carousel light/dark themes */
.owl-dark .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.5);
}
.owl-dark .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.5);
}
.owl-dark .owl-dots .owl-dot.active span {
  background: #fff;
}
.owl-light .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.25);
}
.owl-light .owl-dots .owl-dot:hover span {
  background: rgba(0, 0, 0, 0.5);
}
.owl-light .owl-dots .owl-dot.active span {
  background: #000;
}
