html, body {
  overflow-x: hidden;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.navbar {
  background-color: black;
}
.navbar > .container-fluid {
  padding: 0 30px;
}
.navbar .navbar-brand img {
  width: auto;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-size: 18px;
}
.navbar-dark .navbar-nav .nav-link.active {
  color: #369ae7;
}
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: #1365a4;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #d9d9d9;
}

a.hasBtn {
  display: block;
}

.btn-custom {
  background-color: #1673BB;
  color: white;
  font-weight: bold;
  padding: 15px 35px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.btn-custom:hover {
  color: white;
  background-color: #11578d;
}

.link-custom {
  color: #1673BB;
  text-decoration: none;
  border-bottom: 1px solid #1673BB;
  padding-bottom: 3px;
}

.hasBtn {
  position: relative;
}
.hasBtn:before {
  content: "";
  background-color: rgba(0, 28, 47, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.hasBtn.active:before {
  opacity: 1;
}

.home__top {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 75px;
  margin-bottom: 75px;
}
.home__top h1 {
  font-size: 4.5em;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .home__top h1 {
    font-size: 55px;
  }
}
.home__top h1:first-of-type {
  margin-bottom: 0;
}
.home__top h3 {
  margin-top: 30px;
}
.home__top .home__top--buttons {
  margin-top: 50px;
}
.home__top .home__top--buttons a {
  margin: 0 15px 25px;
}

.home__hero, .home__why {
  position: relative;
  min-height: 700px;
  margin-bottom: 125px;
  background-image: url("/assets/images/landing-oem/hero-image.jpg");
  background-position: center center;
  background-size: cover;
}
.home__hero.bottom__of__page, .bottom__of__page.home__why {
  background-image: url("/assets/images/landing-oem/210119-opt-oem-bottom-image.jpg");
}
.home__hero .hero__container .hero__content, .home__why .hero__container .hero__content {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 55%;
  text-align: center;
  color: white;
}
@media screen and (max-width: 640px) {
  .home__hero .hero__container .hero__content, .home__why .hero__container .hero__content {
    max-width: 85%;
  }
}
.home__hero .hero__container .hero__content h1, .home__why .hero__container .hero__content h1 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 10px;
}
.home__hero .hero__container .hero__content h3, .home__why .hero__container .hero__content h3 {
  margin-bottom: 35px;
}

.home__who {
  margin-bottom: 100px;
}
.home__who > .row {
  align-items: center;
}
.home__who img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
.home__who--full {
  text-align: center;
}
.home__who--full > .col-lg-12 {
  margin-top: 25px;
}

.home__trust {
  margin: 125px 0;
}
.home__trust h3 {
  margin-bottom: 25px;
  text-align: center;
}
.home__trust img {
  margin: 0 auto 10px;
  display: block;
}
.home__trust p {
  text-align: center;
}

.home__why {
  background-image: url("/assets/images/landing-oem/image-3.jpg");
}
.home__why .hero__container .hero__content {
  left: 75px;
  right: auto;
  margin: 0;
  text-align: left;
}
.home__why .hero__container .hero__content h1 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .home__why .hero__container .hero__content {
    padding-left: 25px;
    left: 0;
  }
}

.home__numbers > .row {
  align-items: center;
  margin: 100px 0;
}
.home__numbers .col-lg-12 {
  position: relative;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .home__numbers .col-lg-12 {
    margin-top: 80px;
  }
}
.home__numbers .col-lg-12 h1 {
  padding-bottom: 20px;
  border-bottom: 3px solid black;
  font-size: 33px;
}
.home__numbers .col-lg-12.active h1 {
  border-color: #1673BB;
}
.home__numbers .col-lg-12.active:before {
  color: #1673BB;
}
.home__numbers .number__1:before, .home__numbers .number__3:before, .home__numbers .number__2:before {
  content: "- 01";
  position: absolute;
  left: -35%;
  top: 0;
  font-size: 70px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .home__numbers .number__1:before, .home__numbers .number__3:before, .home__numbers .number__2:before {
    font-size: 50px;
    left: -32%;
  }
}
@media screen and (max-width: 768px) {
  .home__numbers .number__1:before, .home__numbers .number__3:before, .home__numbers .number__2:before {
    left: 15px;
    top: -75px;
  }
}
.home__numbers .number__2:before {
  content: "- 02";
}
.home__numbers .number__3:before {
  content: "- 03";
}
.home__numbers img {
  width: 100%;
  height: auto;
}

.home__options {
  margin-bottom: 100px;
}
.home__options div {
  margin-top: 20px;
  margin-bottom: 20px;
}
.home__options div img {
  width: 100%;
  height: auto;
}
.home__options__two {
  padding: 0 25px;
}
@media screen and (max-width: 640px) {
  .home__options__four img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }
}
.home__options h4 {
  text-align: center;
}
.home__options.home__icons img {
  max-width: 100px;
}
.home__options.home__icons p {
  text-align: center;
}
.home__options .holder > img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home__benefits {
  background-color: #ebebeb;
  padding-bottom: 1px;
}
.home__benefits .home__benefits__top {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.home__benefits .home__options img {
  width: auto;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.footer {
  background-color: #1673BB;
  color: white;
  padding: 25px 0;
  align-content: center;
}
.footer ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .footer ul {
    float: none;
  }
}
.footer ul li {
  display: inline-block;
  margin: 0 15px;
}
@media screen and (max-width: 991px) {
  .footer ul li {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
.footer ul li a {
  color: white;
}
.footer img {
  display: block;
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .footer img {
    margin: 0 auto 25px;
  }
}

/********* 
PRODUCTS
*********/
.product__top {
  margin: 15px auto 75px;
}
.product__top h1 {
  font-size: 50px;
}
.product__top .holder {
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .product__top .holder {
    padding: 0;
  }
}
.product__top > .row:first-of-type {
  align-items: center;
}
.product__top > .row:first-of-type img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.product__top > .row:first-of-type ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 55px;
}
.product__top > .row:first-of-type ul li {
  list-style-type: none;
}
.product__top > .row:first-of-type ul li svg {
  fill: #1673BB;
}

.product__row {
  margin-bottom: 100px;
}
.product__row .product__box {
  min-height: 400px;
  position: relative;
  background-image: url("http://placehold.it/450x500");
  background-position: center;
  background-repeat: no-repeat;
  background-position: top;
}
.product__row .product__box .product__content {
  position: absolute;
  bottom: 0%;
  padding: 10px 20px;
}
.product__row .product__info {
  border-top: 1px solid #ebebeb;
  padding-top: 25px;
  color: black;
  transition: color 0.2s ease-in-out;
}
.product__row .product__info li {
  margin-bottom: 10px;
}

.product__row--below {
  text-align: center;
  padding-bottom: 100px;
}

.contact__top {
  background-image: url("/assets/images/landing-oem/hero-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 125px;
}
.contact__top h1 {
  font-size: 70px;
  color: white;
}
@media screen and (max-width: 768px) {
  .contact__top h1 {
    font-size: 50px;
  }
}

.next__steps {
  margin: 0 auto 75px;
}
.next__steps .step {
  text-align: center;
}
.next__steps .step p:first-of-type {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .next__steps .step p:first-of-type {
    font-size: 10px;
  }
}
.next__steps .step p:last-of-type {
  font-size: 18px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .next__steps .step p:last-of-type {
    font-size: 14px;
  }
}
.next__steps .step h1 {
  color: #1673BB;
  border: 4px solid #1673BB;
  border-radius: 50%;
  padding: 25px;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .next__steps .step h1 {
    font-size: 20px;
    height: 35px;
    width: 35px;
    padding: 5px;
    border-width: 2px;
  }
}
.next__steps .step.step2, .next__steps .step.step3 {
  position: relative;
}
.next__steps .step.step2 *, .next__steps .step.step3 * {
  opacity: 0.4;
}
.next__steps .step.step2:before, .next__steps .step.step3:before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #1673BB;
  left: -50px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  opacity: 0.4;
}
@media screen and (max-width: 1200px) {
  .next__steps .step.step2:before, .next__steps .step.step3:before {
    top: 40%;
  }
}
@media screen and (max-width: 540px) {
  .next__steps .step.step2:before, .next__steps .step.step3:before {
    display: none;
  }
}

.form {
  margin: 50px auto;
}
.form img {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.contact__form {
  max-width: 800px;
  margin: 0 auto;
}
.contact__form .row .col, .contact__form .row .col-xs-12 {
  margin-bottom: 15px;
}
.contact__form input[type=submit] {
  border: 0;
}

.bottom__hero {
  margin: 50px !important;
  width: auto !important;
}
.bottom__hero .hero__container .hero__content {
  max-width: 45%;
}
@media screen and (max-width: 640px) {
  .bottom__hero .hero__container .hero__content {
    max-width: 85%;
  }
}
.bottom__hero .hero__container .hero__content h1 {
  font-size: 55px;
  margin-bottom: 35px !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .bottom__hero .hero__container .hero__content h1 {
    font-size: 40px;
  }
}

/*# sourceMappingURL=landing-oem.css.map */
