@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Regular.woff2') format('woff2'),
      url('../fonts/Interstate-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Bold.woff2') format('woff2'),
      url('../fonts/Interstate-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Light.woff2') format('woff2'),
      url('../fonts/Interstate-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-ExtraLight.woff2') format('woff2'),
      url('../fonts/Interstate-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

nav {
  z-index: 1;
}

body {
  font-family: 'Interstate', sans-serif;
}

.btn-custom {
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #084bac;
  border: 1px solid #084bac;
  box-shadow: 0px 16px 24px rgba(77, 60, 0, 0.16109);
  border-radius: 0 0 30px 0;
  padding: 2.175rem 4.75rem;
}

.btn-custom span {
  color: #00e2fd;
}

.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus {
  color: #FFFFFF;
  background: #084bac;
  border-color: #084bac;
}

.btn-custom-2 {
  letter-spacing: 0.04em;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00e2fd;
  border: 1px solid #00e2fd;
  box-shadow: 0px 16px 24px rgba(77, 60, 0, 0.16109);
  border-radius: 0 0 30px 0;
  padding: 2.175rem 4.75rem;
}

.btn-custom-2:hover,
.btn-custom-2:active,
.btn-custom-2:focus {
  color: #FFFFFF;
  background: #00e2fd;
  border-color: #00e2fd;
}

.btn-custom-3 {
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  font-weight: 300;
  color: #FFFFFF;
  background: #084bac;
  border: 1px solid #084bac;
  box-shadow: 0px 16px 24px rgba(77, 60, 0, 0.16109);
  border-radius: 0;
  padding: 0.875rem 2.75rem;
}

.btn-custom-3:hover,
.btn-custom-3:active,
.btn-custom-3:focus {
  color: #FFFFFF;
  background: #084bac;
  border-color: #084bac;
}

@media only screen and (max-width: 768px) {
  .btn-custom,
  .btn-custom-2 {
    bottom: 0 !important;
    left: 0 !important;
    font-size: .6rem;
    padding: 1.175rem 3.7rem;
    margin: 0 auto;
  }
}

.bg-blue {
  background-color: #0d4493;
  border-color: #0d4493;
}

.bg-blue:hover,
.bg-blue:active,
.bg-blue:focus {
  background-color: #0d4493;
}

.bg-light-blue {
  background-color: #00d4f7;
  border-color: #00d4f7;
}

.bg-light-blue:hover,
.bg-light-blue:active,
.bg-light-blue:focus {
  border-color: #00d4f7;
  background-color: #00d4f7;
}

.social-icons .icon {
  padding: 6px 8px;
  margin-left: .4rem;
}

.banner {
  margin-top: -7.6rem;
  background: url('../img/banner3.jpg') no-repeat;
  background-position: right bottom;
  background-size: cover;
  min-height: 124vh;
}

.banner .title {
  color: #0b4dae;
  font-size: 4.5rem;
  line-height: 4rem;
  font-weight: bold;
  margin-bottom: 0px;
}

.banner .subtitle {
  color: #0b4dae;
  font-size: 4.5rem;
  line-height: 4rem;
  font-weight: 200;
  margin-bottom: 2.1rem;
}

.banner .context {
  color: #5c5c5c;
  font-size: 1.94rem;
  line-height: 2.3rem;
  font-weight: 300;
}

@media only screen and (max-width: 1024px) {
  .banner {
    margin-top: 0px;
  }

  .banner .title {
    color: #0b4dae;
    font-size: 3.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }

  .banner .subtitle {
    font-size: 2.5rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }

  .banner .context {
    font-size: 0.94rem;
    line-height: 1.3rem;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    margin-top: 0rem;
    background-position: left top;
    min-height: 45vh;
  }

  .banner .title {
    color: #0b4dae;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .banner .subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }

  .banner .context {
    font-size: 0.94rem;
    line-height: 1.3rem;
  }
}

.why {
  background: url('../img/why2.jpg') #0387c7 no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 120vh;
}

@media only screen and (max-width: 768px) {
  .why {
    margin-top: 0rem;
    background-position: left bottom;
    min-height: 45vh;
  }
}

.steps {
  background: url('../img/steps2.jpg') #0387c7 no-repeat;
  background-position: right top;
  background-size: cover;
  min-height: 190vh;
  margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
  .steps {
    margin-top: 0rem;
    margin-bottom: 2rem;
    background-position: left top;
    min-height: 110vw;
  }

  .steps .btn-custom {
    bottom: -2rem !important;
  }
}

.who {
  background: url('../img/who.jpg') #0387c7 no-repeat;
  background-position: right bottom;
  background-size: cover;
  min-height: 120vh;
}

@media only screen and (max-width: 768px) {
  .who {
    margin-top: 0rem;
    background-position: center top;
    min-height: 105vw;
  }
}

.testimonials {
  background: url('../img/bg-testimonials.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 768px) {
  .testimonials {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.testimonials .title {
  color: #094aac;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 4.2rem;
  text-align: center;
}

.testimonials .subtitle {
  font-size: 1.7rem;
  color: #545454;
  font-weight: 300;
}

.testimonials .line {
  color: #404042;
  opacity: 1;
  height: 2px;
}

@media only screen and (max-width: 768px) {
  .testimonials .title {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }

  .testimonials .subtitle {
    font-size: .8rem;
  }
}

.testimonials .slick-slide {
  width: 1000px;
  margin-right: 50px;
}

@media only screen and (max-width: 768px) {
  .testimonials .slick-slide {
    width: 300px;
  }
}

.testimonials .slick-slide.slick-active:not(.slick-current) {
  opacity: 0.83;
  filter: brightness(30%);
}

.testimonials .slick-dots {
  bottom: -50px;
}

.testimonials .slick-dots li {
  margin: 0 7px;
  width: 6px;
  height: 6px;
}

.testimonials .slick-dots li button {
  width: 6px;
  height: 6px;
}

.testimonials .slick-dots li.slick-active button:before {
  background-color: #00e2fd;
}

.testimonials .slick-dots li button:before {
  background-color: #084bac;
  content: '';
  opacity: 1;
  width: 6px;
  height: 6px;
}

.details {
  background: url('../img/bg-details.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 13rem;
  padding-bottom: 10rem;
}

.details h3 {
  font-size: 4.5rem;
  line-height: 4rem;
  color: #FFFFFF;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .details {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .details h3 {
    font-size: 2.5rem;
    line-height: 2rem;
  }
}

.details h3 span {
  font-weight: 200;
}

.details .list {
  list-style:none;
  padding:0;
  margin:0;
  margin-left: -2rem;
}

@media only screen and (max-width: 768px) {
  .details .list {
    margin-left: 0rem;
  }
}

.details .list i {
  color: #00d4f7;
  font-size: 1.8rem;
}

.details .list span {
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
  margin-left: 1rem;
  padding: 1rem 0;
}

.details .list li {
  position: relative;
}

.details .list li.border-bottom-custom:after {
  content: '';
  border-bottom: 1px solid #2fa3e8;
  width: 93%;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
}

.testimonials-2 {
  background: url('../img/bg-testimonials-2.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.testimonials-2 .title {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 4.2rem;
  text-align: center;
  margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
  .testimonials-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .testimonials-2 .title {
    font-size: 2.5rem;
    line-height: 2.2rem;
    margin-top: 2rem;
  }
}

.testimonials-2 .title span {
  font-weight: 200;
}

.testimonials-2 .subtitle {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-align: center;
  margin-top: 1.2rem;
  font-weight: 200;
}

.testimonials-2 .center-slick-2 {
  margin-top: 5rem !important;
}

.testimonials-2 .slick-slide {
  width: 370px;
  margin-right: 80px;
}

@media only screen and (max-width: 768px) {
  .testimonials-2 .slick-slide {
    width: 170px;
    margin-right: 80px;
  }
}

.testimonials-2 .slick-slide.slick-active:not(.slick-current) {
  opacity: 0.63;
}

.testimonials-2 .slick-dots {
  bottom: -50px;
}

.testimonials-2 .slick-dots li {
  margin: 0 7px;
  width: 6px;
  height: 6px;
}

.testimonials-2 .slick-dots li button {
  width: 6px;
  height: 6px;
}

.testimonials-2 .slick-dots li.slick-active button:before {
  background-color: #00e2fd;
}

.testimonials-2 .slick-dots li button:before {
  background-color: #FFFFFF;
  content: '';
  opacity: 1;
  width: 6px;
  height: 6px;
}

.testimonials-2 .user-context {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: center;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .testimonials-2 .user-context {
    font-size: .9rem;
    line-height: 1.2rem;
  }
}

.testimonials-2 .user-context:before {
  content: '';
  border-bottom: 1px solid #2fa3e8;
  width: 100%;
  bottom: 0;
  position: absolute;
  display: block;
  color: #426daa;
}

.testimonials-2 .user-context:after {
  content: '';
  border-bottom: 1px solid #2fa3e8;
  width: 100%;
  top: 0;
  position: absolute;
  display: block;
  color: #426daa;
}

.testimonials-2 .user-title {
  color: #FFFFFF;
  text-transform: uppercase;
}

.testimonials-2 .user-subtitle {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 200;
}

#contact {
  margin-top: 10rem;
}

#contact .title {
  color: #084bac;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 4.2rem;
  margin-bottom: 1rem;
}

#contact .subtitle {
  color: #545554;
  font-size: 1.9rem;
  line-height: 2.3rem;
  font-weight: 200;
}

@media only screen and (max-width: 768px) {
  #contact {
    margin-top: 2rem;
  }

  #contact .title {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }

  #contact .subtitle {
    font-size: .9rem;
    line-height: 1.3rem;
  }
}

#contact .form-control {
  border-radius: 0;
  padding: .875rem 1.35rem
}

footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url('../img/bg-footer.jpg');
  background-position: center top;
  background-size: cover;
}

footer .context {
  font-size: .9rem;
  color: #d2d2d4;
}