@font-face {
  font-family: 'Basier Circle';
  src: url("../fonts/BasierCircle-SemiBold.eot");
  src: url("../fonts/BasierCircle-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BasierCircle-SemiBold.woff2") format("woff2"), url("../fonts/BasierCircle-SemiBold.woff") format("woff"), url("../fonts/BasierCircle-SemiBold.ttf") format("truetype"), url("../fonts/BasierCircle-SemiBold.svg#BasierCircle-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Basier Circle';
  src: url("../fonts/BasierCircle-Regular.eot");
  src: url("../fonts/BasierCircle-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BasierCircle-Regular.woff2") format("woff2"), url("../fonts/BasierCircle-Regular.woff") format("woff"), url("../fonts/BasierCircle-Regular.ttf") format("truetype"), url("../fonts/BasierCircle-Regular.svg#BasierCircle-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Basier Circle';
  src: url("../fonts/BasierCircle-Medium.eot");
  src: url("../fonts/BasierCircle-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BasierCircle-Medium.woff2") format("woff2"), url("../fonts/BasierCircle-Medium.woff") format("woff"), url("../fonts/BasierCircle-Medium.ttf") format("truetype"), url("../fonts/BasierCircle-Medium.svg#BasierCircle-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
body {
  color: #000345;
  font-family: "Basier Circle", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0; }
  @media (min-width: 992px) {
    body {
      font-size: 20px;
      line-height: 25px; } }

*, ::after, ::before {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  color: #000345;
  font-weight: 600;
  margin-top: 0; }

p {
  margin-top: 0; }

.container {
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .container {
      max-width: 1240px; } }

.hero-section {
  background: url(../img/hero-bg-sm.png), linear-gradient(120.46deg, #01043D 37.87%, #251388 98.07%);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 55px 0 35px; }
  .hero-section h1 {
    font-size: 38px;
    line-height: 49px;
    text-align: left;
    margin-bottom: 10px;
    color: #FFFFFF; }
    .hero-section h1 span {
      display: inline-block; }
  .hero-section p {
    color: rgba(255, 255, 255, 0.851);
    margin-bottom: 20px; }
  .hero-section .form-wrapper {
    max-width: 500px; }
    .hero-section .form-wrapper .form-group {
      margin-bottom: 20px; }
      .hero-section .form-wrapper .form-group input {
        font-family: "Basier Circle", sans-serif;
        border-radius: 5px;
        background-color: #FFF;
        text-align: center;
        padding: 19px 15px;
        font-size: 18px;
        line-height: 22px;
        border: none;
        width: 100%; }
        .hero-section .form-wrapper .form-group input::placeholder {
          color: #929292; }
      .hero-section .form-wrapper .form-group button {
        padding: 19px 15px;
        font-family: "Basier Circle", sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        border-radius: 10px;
        color: #FFFFFF;
        width: 100%;
        background: linear-gradient(91.71deg, #FF6726 0%, #E84600 99.72%);
        border: none; }
    .hero-section .form-wrapper .note p {
      font-size: 12px;
      line-height: 15px;
      text-align: center;
      color: rgba(255, 255, 255, 0.851);
      margin: 0; }
  @media (min-width: 390px) {
    .hero-section h1 {
      font-size: 45px;
      line-height: 56px; } }
  @media (min-width: 992px) {
    .hero-section {
      padding: 100px 0 65px;
      background: url(../img/hero-bg-lg.png), linear-gradient(120.46deg, #01043D 37.87%, #251388 98.07%);
      background-position: right;
      background-repeat: no-repeat;
      background-size: auto 100%; }
      .hero-section h1 {
        font-size: 80px;
        line-height: 103.93px; }
      .hero-section p {
        margin-bottom: 30px; }
      .hero-section .form-wrapper {
        max-width: 830px; }
        .hero-section .form-wrapper form {
          display: flex;
          flex-wrap: wrap; }
          .hero-section .form-wrapper form .form-group {
            margin-bottom: 0;
            width: calc(100% - 328px); }
            .hero-section .form-wrapper form .form-group:nth-child(2) {
              width: 328px;
              padding-left: 25px; }
          .hero-section .form-wrapper form .note {
            width: 100%;
            margin-top: 30px;
            text-align: left; }
        .hero-section .form-wrapper .form-group input {
          border-radius: 10px;
          text-align: left;
          padding: 19px 25px; }
        .hero-section .form-wrapper .note p {
          font-size: 14px;
          line-height: 17px;
          text-align: left; } }
  @media (min-width: 1300px) {
    .hero-section h1 {
      font-size: 100px;
      line-height: 123.93px; } }

.testimonial-section {
  padding: 35px 0 43px;
  overflow: hidden; }
  .testimonial-section .container {
    padding: 0;
    max-width: 100%; }
  .testimonial-section h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 30px;
    text-transform: capitalize; }
    .testimonial-section h2 span {
      display: inline-block; }
  .testimonial-section .slider-wrapper {
    position: relative; }
    .testimonial-section .slider-wrapper .single .words {
      font-size: 20px;
      line-height: 24.9px;
      text-align: center;
      margin-bottom: 15px; }
    .testimonial-section .slider-wrapper .single h3 {
      font-weight: 600;
      font-size: 16px;
      line-height: 19.83px;
      letter-spacing: 0.02em;
      text-align: center;
      color: #4800FF;
      margin: 0;
      text-transform: uppercase; }
    .testimonial-section .slider-wrapper .slick-list {
      padding: 0 32.5px; }
      .testimonial-section .slider-wrapper .slick-list .slick-track {
        display: flex; }
        .testimonial-section .slider-wrapper .slick-list .slick-track .slick-slide {
          height: inherit;
          margin: 0 7.5px;
          border: 1px solid rgba(0, 3, 69, 0.502);
          padding: 65px 20px;
          border-radius: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
    .testimonial-section .slider-wrapper .slick-arrow {
      position: absolute;
      z-index: 9;
      left: 50%;
      margin-left: 109px;
      bottom: -8px;
      border-radius: 50%;
      font-size: 0;
      border: none;
      background-color: #000345;
      background-image: url(../img/slick-arrow.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 7px;
      width: 31px;
      height: 31px;
      cursor: pointer; }
      .testimonial-section .slider-wrapper .slick-arrow.slick-prev {
        margin-right: 109px;
        margin-left: 0;
        left: auto;
        right: 50%;
        transform: scaleX(-1); }
    .testimonial-section .slider-wrapper .slick-dots {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none;
      padding-top: 37.5px;
      justify-content: center; }
      .testimonial-section .slider-wrapper .slick-dots li {
        display: flex;
        margin: 0 5px; }
        .testimonial-section .slider-wrapper .slick-dots li button {
          font-size: 0;
          border: none;
          background-color: rgba(0, 3, 69, 0.2);
          width: 14px;
          height: 14px;
          border-radius: 50%;
          transition: all 0.3s ease; }
        .testimonial-section .slider-wrapper .slick-dots li.slick-active button {
          background-color: #000345; }
  @media (min-width: 992px) {
    .testimonial-section {
      padding: 75px 0 50px; }
      .testimonial-section .container {
        max-width: 1240px;
        padding: 0 20px; }
      .testimonial-section h2 {
        padding: 0;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 50px; }
      .testimonial-section .slider-wrapper {
        padding: 0 36px; }
        .testimonial-section .slider-wrapper .single .words {
          font-size: 24px;
          line-height: 30px; }
        .testimonial-section .slider-wrapper .slick-list {
          padding: 0; }
          .testimonial-section .slider-wrapper .slick-list .slick-track {
            display: flex; }
            .testimonial-section .slider-wrapper .slick-list .slick-track .slick-slide {
              margin: 0 25px;
              padding: 69px 46px; }
        .testimonial-section .slider-wrapper .slick-arrow {
          top: 50%;
          bottom: auto;
          left: auto;
          right: 0;
          margin-left: 0;
          margin-top: -15px;
          background-color: rgba(0, 3, 69, 0.502);
          transition: all 0.3s ease-in; }
          .testimonial-section .slider-wrapper .slick-arrow:hover {
            background-color: #000345; }
          .testimonial-section .slider-wrapper .slick-arrow.slick-prev {
            margin-right: 0;
            left: 0;
            right: auto; } }
  @media (min-width: 1300px) {
    .testimonial-section h2 {
      font-size: 60px;
      line-height: 60px; } }

footer .links {
  padding: 22px 0 50px;
  border-top: 1px solid rgba(0, 3, 69, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  footer .links a {
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    line-height: 19.92px;
    letter-spacing: 0.02em;
    margin: 0 10px 10px;
    color: #000345;
    text-underline-offset: 3px; }
@media (min-width: 992px) {
  footer .links {
    padding: 22px 0 50px;
    border-top: 1px solid rgba(0, 3, 69, 0.2);
    justify-content: flex-start; }
    footer .links a {
      text-decoration: none;
      margin: 0;
      margin-right: 50px;
      color: #000345; }
      footer .links a:hover {
        text-decoration: underline; } }

/*# sourceMappingURL=style.css.map */
