* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, html {
  position: relative;
  min-height: 100%; }

body {
  color: #707070;
  background: #FBFBFB;
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  position: realtive; }

h1, h2, h3, h4, h5 {
  font-family: 'Inter', sans-serif; }

h1 {
  font-size: 3.375rem;
  line-height: 1.4;
  font-family: 'DM Serif Display', serif; }

.small {
  font-size: 1rem;
  line-height: 1.5; }

.container {
  width: 95%;
  margin: auto;
  max-width: 1440px; }

.btn {
  padding: 10px 15px;
  font-size: 1.125rem;
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
  box-shadow: none; }
  .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn--bold {
    font-weight: bold; }
  .btn--semi-bold {
    font-weight: 600; }
  .btn--md {
    font-size: 18px; }
  .btn--lg {
    font-size: 24px; }
  .btn--p-side-lg {
    padding-left: 40px;
    padding-right: 40px; }
  .btn--no-pad {
    padding: 0; }
  .btn--large-radius {
    border-radius: 60px; }
  .btn--upper {
    text-transform: uppercase; }
  .btn--sqr {
    border-radius: 0px; }
  .btn--bold {
    font-weight: bold; }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--btn-60 {
    max-width: 60%;
    margin: auto; }
  .btn--l-marg {
    padding-left: 25px; }
  .btn--r-marg {
    padding-left: 25px; }
  .btn--side-pad {
    padding-left: 30px;
    padding-right: 30px; }
  .btn--text-center {
    text-align: center; }
  .btn--green-border {
    border: 1px solid #00CC66; }
  .btn--white-green {
    background: #fff;
    padding: .5rem 3rem;
    color: #00CC66;
    border-radius: 5px; }
    .btn--white-green:hover {
      color: #00CC66; }
  .btn--green-white {
    background: #00CC66;
    padding: .5rem 3rem;
    color: #fff;
    border-radius: 5px; }
    .btn--green-white:hover {
      color: #fff; }

.font--popins {
  font-family: 'Heebo', sans-serif; }
.font--bold {
  font-weight: bold; }
.font--m-500 {
  font-weight: 500; }
.font--m-600 {
  font-weight: 500; }
.font--light {
  font-weight: 300; }

.color--white {
  color: #fff !important; }

.ul-inline-block {
  padding: 0;
  margin: 0; }
  .ul-inline-block li {
    display: inline-block; }

.ul-flex-row {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row; }

.ul-flex-col {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: col; }

.psuedo-element-class {
  content: ' ';
  position: absolute;
  display: inline-block; }

.section {
  padding: 100px 0px; }
  .section .color-white {
    color: #fff; }
  .section .color-dark-grey {
    color: #222; }
  .section .color-purple {
    color: #917cb4; }
  .section--small-pad {
    padding: 40px 0px; }
  .section--medium-pad {
    padding: 60px 0px; }
  .section--large-pad {
    padding: 100px 0px; }
  .section--xlg-pad {
    padding: 120px 0px; }
  .section--no-pad {
    padding: 0px 0px; }
  .section--no-pad-top {
    padding-top: 0px; }
  .section--no-pad-btm {
    padding-bottom: 0px; }
  .section--purple-bg {
    color: #fff; }
  .section__heading {
    font-size: 2.5rem;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 2rem; }
    .section__heading--no-marg {
      margin: 0px; }
    .section__heading--no-tb-marg {
      margin-top: 0px;
      margin-bottom: 0px; }
    .section__heading--pad-lg {
      padding: 3rem 0; }
  .section__sub-heading-1 {
    font-size: 1.375rem;
    line-height: 1.4;
    font-weight: 600; }
    .section__sub-heading-1--sm {
      max-width: 60%;
      margin: auto; }
  .section__sub-heading-2 {
    font-size: 1.125rem;
    font-weight: 600; }
  .section__desc--sm {
    max-width: 75%;
    margin: auto; }
  .section__small-desc {
    font-size: 1rem;
    line-height: 1.5; }
  .section--main-header {
    background: #12B449;
    color: #fff; }
  .section--blue-wave {
    position: realtive;
    z-index: 100;
    overflow: hidden; }
    .section--blue-wave:before {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 940px;
      max-width: 100%;
      height: 150px;
      background: url("../img/wave-blue.svg") no-repeat transparent;
      background-size: 100% 100%;
      background-position: center -50px;
      transform: rotateZ(180deg);
      z-index: 99; }

.info-section__small-desc {
  font-size: 1rem;
  line-height: 1.5; }
.info-section__img-wrap img {
  margin: auto;
  display: block; }
.info-section__heading {
  font-size: 1.5rem;
  margin-bottom: 1rem; }
  .info-section__heading--dm-font {
    font-family: 'DM Serif Display', serif;
    font-weight: normal;
    font-size: 2.5rem;
    margin-bottom: 1.5rem; }

.top-header-nav-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.header-main-navbar {
  background: transparent;
  padding: 2rem 0; }
  .header-main-navbar .navbar-brand img {
    width: 160px;
    filter: grayscale(100%) brightness(2); }

.header-main-info-section {
  align-items: center; }

.header-main-content {
  justify-content: center; }
  .header-main-content__main-heading {
    margin-bottom: 3rem;
    font-family: 'DM Serif Display', serif;
    position: relative; }
    .header-main-content__main-heading:before {
      content: " ";
      background: #fff;
      position: absolute;
      height: 4px;
      width: 100px;
      display: block;
      top: -30px;
      left: 0;
      border-radius: 10px; }
  .header-main-content__main-desc {
    padding-top: 2rem;
    padding-bottom: 3rem; }

.green-curve-seperator {
  height: 236px;
  width: 100%;
  content: " ";
  background: url("../img/wave-green.svg") no-repeat transparent;
  background-size: 100% 100%;
  background-position: center center; }

.what-you-learn-wrap {
  padding-top: 2rem; }

.what-you-learn-list {
  margin: 0px;
  padding: 0px;
  padding-top: 2rem;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .what-you-learn-list li {
    display: block;
    background: #fff;
    width: 48%;
    padding: 4.6rem;
    border-radius: 18px;
    box-shadow: 0px 11px 26px #B2B2B23D;
    margin-bottom: 3.5rem; }
    .what-you-learn-list li .icon {
      margin-bottom: 2rem; }
      .what-you-learn-list li .icon img {
        display: block;
        height: 60px; }
    .what-you-learn-list li .heading {
      text-align: left;
      margin-bottom: 1rem; }
    .what-you-learn-list li .desc {
      text-align: left;
      margin-bottom: 1rem; }
    .what-you-learn-list li .btn-wrap {
      text-align: left; }
      .what-you-learn-list li .btn-wrap .btn {
        color: #4E35E7;
        font-size: 1rem;
        font-weight: 600;
        display: inline-block;
        width: auto;
        flex-direction: row;
        align-items: center;
        outline: none; }
        .what-you-learn-list li .btn-wrap .btn .arrow {
          display: inline-block;
          content: ' ';
          width: 75px;
          height: 2px;
          background: #4E35E7;
          margin-right: 10px;
          position: relative;
          top: -5px; }
        .what-you-learn-list li .btn-wrap .btn:hover, .what-you-learn-list li .btn-wrap .btn:focus {
          box-shadow: none;
          outline: none; }

.ebook-form-external-wrap {
  padding: 0;
  box-shadow: 0px 11px 26px #B2B2B23D;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 6rem; }
  .ebook-form-external-wrap .info-section__img-wrap img.mobile {
    display: none; }

.ebook-form-preview {
  background: #12B449;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
  padding: 1rem; }

.ebook-info-wrap {
  padding: 4rem;
  padding-left: 2rem; }
  .ebook-info-wrap .mobile-btn-wrap {
    display: none;
    padding-top: 1rem;
    text-align: center; }
    .ebook-info-wrap .mobile-btn-wrap .btn {
      margin-bottom: .5rem; }
      .ebook-info-wrap .mobile-btn-wrap .btn:last-of-type {
        margin-bottom: 0px; }
.ebook-info__heading {
  font-family: 'DM Serif Display', serif;
  margin-bottom: 1.5rem; }
.ebook-info__desc {
  text-align: justify; }

.ebook-form__desc {
  color: #66657A;
  font-size: 1rem;
  padding: 1rem 0; }
.ebook-form .form-control {
  padding: 1rem;
  font-size: 1rem;
  border: 1px solid #66657A;
  border-radius: 4px;
  margin-bottom: 1rem; }
  .ebook-form .form-control:focus {
    outline: none;
    box-shadow: none; }
.ebook-form div.mce_inline_error {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
  border-radius: 4px; }

@media (max-width: 1366px) {
  h1 {
    font-size: 3rem; } }
@media (max-width: 991.98px) {
  body {
    font-size: 1rem;
    line-height: 1.3; }

  h1 {
    font-size: 2rem; }

  .btn--white-green, .btn--green-white {
    padding: .5rem 1rem; }

  .section__heading {
    font-size: 1.8rem; }
  .section__sub-heading-1 {
    font-size: 1.3rem; }
    .section__sub-heading-1--sm {
      max-width: 100%; }
  .section__sub-heading-2 {
    font-size: 1.1rem; }
    .section__sub-heading-2--sm {
      max-width: 100%; }
  .section__desc {
    text-align: center; }
    .section__desc--sm {
      max-width: 100%; }
  .section__small-desc {
    font-size: .9rem; }

  .header-main-info-section {
    flex-direction: column-reverse; }

  .what-you-learn-wrap {
    padding-top: 1rem; }

  .what-you-learn-list {
    max-width: 100%; }
    .what-you-learn-list li {
      margin-bottom: 1.5rem;
      padding: 1.5rem;
      text-align: center; }
      .what-you-learn-list li .icon {
        margin-bottom: 1rem; }
        .what-you-learn-list li .icon img {
          margin: auto; }
      .what-you-learn-list li .heading {
        line-height: 1.5;
        text-align: center; }
      .what-you-learn-list li .desc {
        text-align: center; }
      .what-you-learn-list li .btn-wrap {
        text-align: center; }
    .what-you-learn-list--mobile {
      display: block; }

  .header-main-content__main-heading {
    text-align: center;
    margin-bottom: 2rem; }
    .header-main-content__main-heading:before {
      top: -20px;
      left: 50%;
      transform: translate(-50%, 0); }
  .header-main-content__main-desc {
    padding-top: 1rem;
    padding-bottom: 2rem; }
  .header-main-content__btn-wrap {
    text-align: center; }
  .header-main-content__img-wrap {
    margin-bottom: 4rem; }

  .green-curve-seperator {
    height: 100px; }

  .ebook-info-wrap {
    padding: 2rem; }
    .ebook-info-wrap .mobile-btn-wrap {
      display: block; }
  .ebook-info__heading {
    margin-bottom: 1rem;
    text-align: center; }
  .ebook-info__desc {
    font-size: 1rem;
    text-align: center; }

  .ebook-form-wrap {
    display: none; }
  .ebook-form__desc {
    text-align: center; }
  .ebook-form .btn-wrap {
    text-align: center; } }
@media (max-width: 575.98px) {
  .what-you-learn-list {
    max-width: 100%; }
    .what-you-learn-list li {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
