body {
  font-family: "proxima-soft", sans-serif;
  color: #444A59; }

.gray {
  color: #aaa; }

.shaded {
  background-color: #F7F7F7; }

.hero-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  height: 100vh;
  background: url(../img/bg2.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  color: white; }
  .hero-wrapper h1 {
    font-size: 80px;
    font-family: "bello-caps", serif; }
    @media (max-width: 768px) {
      .hero-wrapper h1 {
        font-size: 46px; } }
  .hero-wrapper h3 {
    font-size: 40px;
    font-family: "proxima-soft", sans-serif;
    margin-top: 0px; }
    @media (max-width: 768px) {
      .hero-wrapper h3 {
        font-size: 26px; } }
  .hero-wrapper h4 {
    font-size: 26px;
    margin-top: 15px; }
    @media (max-width: 768px) {
      .hero-wrapper h4 {
        font-size: 18px; } }
  .hero-wrapper h5 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    color: white;
    font-size: 30px;
    line-height: 45px; }
    @media (max-width: 768px) {
      .hero-wrapper h5 {
        font-size: 18px;
        line-height: 30px; } }

.about-wrapper {
  padding: 30px;
  background-color: #FBD000;
  color: #fff; }
  @media (min-width: 768px) {
    .about-wrapper {
      padding: 60px; } }
  .about-wrapper .img-gif {
    max-width: 125px;
    height: auto; }
  .about-wrapper p {
    font-size: 20px; }
  .about-wrapper a {
    background-color: #2ECC71;
    border-color: #2bc06a;
    font-size: 36;
    padding: 15px;
    margin-top: 30px; }
    .about-wrapper a:hover, .about-wrapper a:focus {
      background-color: #29b765;
      border-color: #29b765; }

.points-wrapper {
  font-size: 11px;
  margin: 60px auto; }
  .points-wrapper img {
    border-radius: 50%;
    margin-bottom: 15px; }

.timeline-wrapper .row.center {
  text-align: center;
  padding: 60px 30px; }
  .timeline-wrapper .row.center img {
    padding: 0px 30px; }
  @media (min-width: 768px) {
    .timeline-wrapper .row.center {
      padding: 60px;
      display: flex;
      text-align: left;
      align-items: center; } }
  @media (max-width: 768px) {
    .timeline-wrapper .row.center h2 {
      font-size: 26px; } }

.testimonials-wrapper {
  padding: 60px 0px; }
  .testimonials-wrapper blockquote {
    border-left: none; }

.clients-wrapper {
  padding: 60px 0px;
  background-color: rgba(0, 0, 0, 0.1); }

.cta-wrapper {
  padding: 60px 0px; }
  .cta-wrapper a {
    background-color: #2ECC71;
    border-color: #2bc06a;
    font-size: 36;
    padding: 15px;
    margin-top: 30px; }
    .cta-wrapper a:hover, .cta-wrapper a:focus {
      background-color: #29b765;
      border-color: #29b765; }

.footer-wrapper {
  padding: 60px 0px; }
  .footer-wrapper p {
    font-size: 16px;
    margin-bottom: 0px; }
  .footer-wrapper a {
    color: #2ECC71; }
    .footer-wrapper a:hover, .footer-wrapper a:focus {
      color: #29b765; }

.title {
  margin-bottom: 15px; }

.slick-prev::before, .slick-next::before {
  color: #aaa !important; }
