body {
  font-family: "Poppins", sans-serif;
  font-size:1.1rem;
}
.bg-primary {
  background-color: #C3DD32 !important;
}
.bg-secondary {
  background-color:#092b37 !important;
}
.bg-accent {
  background-color:#FF9A00 !important;
}
.text-primary {
  color: #C3DD32 !important;
}
.text-secondary {
  color:#092b37 !important;
}
.text-accent {
  color:#FF9A00 !important;
}
.btn {
  transition:500ms all;
}
.btn-primary {
  background: #C3DD32;
  border-color: #C3DD32;
  color: #092b37;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background: #C3DD32;
  border-color: #C3DD32;
  color: #092b37;
  box-shadow: 1px 1px 6px 2px rgba(0,0,0,.3);
}
.btn-secondary {
  background:#092b37;
  border-color:#092b37;
  color:#fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
  background:#092b37;
  border-color:#092b37;
  color:#fff;
  box-shadow: 1px 1px 6px 2px rgba(0,0,0,.3);
}
.btn-outline-primary {
  border-color:#C3DD32;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:active:focus {
  background-color:#C3DD32;
  border-color:#C3DD32;
  color:#092b37 !important;
}
.btn-outline-secondary {
  border-color:#092b37 !important;
  color:#092b37 !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:active:focus {
  background-color:#092b37 !important;
  border-color:#092b37 !important;
  color:#fff !important;
}
.btn-accent {
  background: #FF9A00;
  border-color: #FF9A00;
  color: #FFF;
}
.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active,
.btn-accent:active:focus {
  background: #FF9A00;
  border-color: #FF9A00;
  color: #FFF;
  box-shadow: 1px 1px 6px 2px rgba(0,0,0,.3);
}
.white-fill {
  fill:#fff;
}


a {
  text-decoration: none;
}
@media(min-width: 992px) {
  .md-py-10 {
    padding-top:8rem !important;
    padding-bottom: 8rem !important;
  }
  .md-pt-10 {
    padding-top: 8rem !important;
  }
}
header {
  background: #092b37;
}
header li a.nav-link {
  font-weight: 500;
  color:#000;
}
header li svg {
  max-width:40px;
  height:auto;
}
#hero {
  background: #000 url(images/hero-bg.jpg) center center no-repeat;
  background-size: cover;
  color:#fff;
}
#hero-trustlogos img {
  max-height: 70px;
}
#hero-form {
  position: relative;
  max-width: 450px;
  margin: auto;
}
#platforms-slider {
  max-height: 150px;
  overflow: hidden;
}
#platforms-slider img {
  max-height:50px;
  margin:auto;
}
ul.checklist {
  list-style: none;
  margin:0 0 20px;
  padding:0;
}
ul.checklist li:before {
  content:"";
  background: url(images/tick.svg) center left no-repeat;
  background-size: contain;
  width:20px;
  height:25px;
  position: absolute;
  left: 0;
  top:0;
}
ul.checklist li {
  position: relative;
  padding-left: 30px;
  padding-bottom:5px;
}
@media (min-width:992px) {
  .cta-img {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
  }
}
#how {
  background-color: #F2F2F2;
  color:#000;
}
#how h2 {
  font-size:3rem;
  font-weight: bold;
}
#steps-slider {
  margin-left: 2rem;
  margin-right:2rem;
}
.step {
  background:#fff;
  box-shadow:6px 6px 6px 0px #848C93;
  padding:3rem 5.2rem 3rem 1rem;
  position: relative;
  min-height: 430px;
}
.step h3 {
  color: #FF9A00;
  font-size:1.4rem;
}
.step p {
  color: #B4AFA9;
}
.step-number {
  position: absolute;
  right:2rem;
  width:3rem;
  text-align: right;
}
.step-number svg {
  height:100px;
}
.step-number:after {
    background:#e1e1e1;
    content:"";
    width:1px;
    height:80px;
    position:absolute;
    top:110%;
    left: 50%;
}
#testimonials-slider {
  padding-top: 5rem;
  margin-left:2rem;
  margin-right: 2rem;
}
.testimonial-img {
  box-shadow: 20px 10px 6px rgba(0,0,0,.2);
  margin: auto;
  border:1px solid rgba(0,0,0,.2);
  margin-bottom:30px;
  max-width: 85%;
}
footer {
  font-size: 1rem;
  color: #fff;
}
footer a {
  color: #fff;
}
footer ul {
  list-style: none;
  margin:0;
  padding:0;
  font-size:1.1rem;
}
footer svg {
  max-height: 40px;
}
.slick-arrow {
    background: none;
    position:absolute;
    top:50%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    text-indent:-9999em;
    width:2rem;
    height:2rem;
    border:0;
    transform:translateY(-50%);
    cursor: pointer;
}
.slick-prev {
    background-image:url(images/arrow-left.png);
    left:-2rem;
}
.slick-next {
    background-image:url(images/arrow-right.png);
    right: -2rem;
}
#social-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#social-links li {
  display: inline-block;
  margin:0 3px;
}
#social-links svg {
  fill:#fff;
  height:25px;
}
.banner-form {
    width: 450px;
    max-width:100%;
}
.primary-fill{fill:#c3dd32}
.secondary-fill{fill:#092b37}
.navbar-brand img {
  max-width:250px;
}
.footer-logo img {
    max-width: 260px;
    filter: brightness(0) invert(1);
}