/*
 * Counter Css
 */

.rb19.counter {
  float: left;
  width: 100%;
  padding: 60px 0 118px;
}
.rb19.counter.home-page {
  padding: 66px 0 110px;
}
/*.rb19.counter.home-page .container {
  max-width: 1400px;
}*/
.rb19.counter.home-page .col-three:nth-child(1) {
  padding-right: 60px;
}
.rb19.counter.home-page .col-three:nth-child(2) {
  padding-right: 11px;
}
.rb19.counter.home-page .col-three:nth-child(2):after {
  right: -8px;
}
.rb19.counter.home-page .col-three:nth-child(3) {
  padding-left: 36px;
}
.rb19.counter.home-page .col-three:nth-child(3):after {
  display: none;
}
.rb19.counter.home-page .col-three p {
  max-width: 250px;
}
.rb19.counter.home-page .col-three:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 6px;
  bottom: 0;
  margin: auto;
  height: 68px;
  width: 1px;
  background-color: rgba(170, 171, 174, 0.5);
}
.rb19.counter .heading {
  text-align: center;
  color: #191919;
  font-size: 42px;
  max-width: 445px;
  margin: 0 auto 80px;
  line-height: 1.18;
}

.rb19.counter .col-three-outer {
  width: 100%;
  margin: auto;
}

.rb19.counter .col-three-outer:after {
  content: "";
  display: block;
  clear: both;
}

.rb19.counter .col-three {
  text-align: center;
}

.rb19.counter .col-three .text-wrap span {
  font-size: 115px;
  font-weight: 600;
  color: #ff681d;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
}
.rb19.counter.home-page .col-three .text-wrap span {
  display: inline-block;
  line-height: 1.23;
  letter-spacing: 1.2px;
  color: #ffb81d;
  font-weight: 400;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

.rb19.counter .col-three h4 {
  color: #5b7e96;
  font-weight: 500;
  margin-bottom: 3px;
}
.rb19.counter.home-page .col-three h4 {
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
}

.rb19.counter .col-three p {
  color: #191919;
  font-size: 20px;
  line-height: 1.25;
  max-width: 290px;
  margin: 11px auto 0;
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  letter-spacing: -0.012em;
}

@media screen and (min-width: 1150px) {
  .rb19.counter.home-page .col-three .text-wrap span {
    font-size: 100px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  .rb19.counter.home-page {
    padding: 40px 0 80px;
  }
  .rb19.counter {
    padding: 50px 0;
  }
  .rb19.counter .heading {
    font-size: 38px;
    margin: 0 auto 50px;
  }

  .rb19.counter .col-three .text-wrap span {
    font-size: 100px;
  }
}

@media screen and (max-width: 991px) {
  .rb19.counter .col-three p {
    font-size: 18px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .rb19.counter.home-page {
    padding: 30px 0 60px;
  }
  .rb19.counter {
    padding: 0 0 40px;
  }
  .rb19.counter .heading {
    font-size: 34px;
    margin: 0 auto 40px;
  }

  .rb19.counter .col-three .text-wrap span {
    font-size: 70px;
  }

  .rb19.counter.home-page .col-three:nth-child(1) {
    padding-right: 55px;
  }
  .rb19.counter.home-page .col-three:after {
    right: 20px;
  }

}

@media screen and (max-width: 767px) {
  .rb19.counter.home-page {
    padding: 10px 0 40px;
  }
  .rb19.counter {
    padding: 0 0 30px;
  }

  .rb19.counter .heading {
    margin: 0 auto 30px;
  }

  .rb19.counter .col-three {
    width: 100%;
    margin-bottom: 30px;
  }

  .rb19.counter .col-three:last-child {
    margin-bottom: 0px;
  }

  .rb19.counter .col-three .text-wrap span {
    font-size: 80px;
  }

  .rb19.counter .col-three p {
    padding: 0;
    max-width: 340px;
  }
  .rb19.counter.home-page .col-three:nth-child(1) {
    padding-right: 0;
  }
  .rb19.counter.home-page .col-three:nth-child(2) {
    padding-right: 0;
  }
  .rb19.counter.home-page .col-three:nth-child(3) {
    padding-left: 0;
  }
  .rb19.counter.home-page .col-three:after {
    display: none;
  }
}

@media screen and (min-width: 596px) and (max-width: 767px) {
  .rb19.counter .heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 595px) {
}

@media screen and (min-width: 481px) and (max-width: 595px) {
  .rb19.counter .heading {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .rb19.counter .heading {
    font-size: 22px;
  }
}
