@font-face {
  font-family: '29LT';
  src: url("../fonts/29LT/29ltbukraregular.otf"); }
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/avenir/avenir.ttf"); }
@font-face {
  font-family: 'droid';
  src: url("../fonts/droid/regular.ttf"); }
@font-face {
  font-family: 'Avenir-Regular';
  src: url("../fonts/avenir/AvenirNext-Regular.ttf"); }
@font-face {
  font-family: 'Avenir-Roman';
  src: url("../fonts/avenir/AvenirLTStd-Roman.otf"); }
@font-face {
  font-family: 'Lato-regular';
  src: url("../fonts/Lato/Lato-Regular.ttf"); }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Black.ttf"); }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto/Roboto-Regular.ttf"); }
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto/Roboto-Bold.ttf"); }
@font-face {
  font-family: 'Roboto-BlackItalic';
  src: url("../fonts/Roboto/Roboto-BlackItalic.ttf"); }
@font-face {
  font-family: 'Roboto-Italic';
  src: url("../fonts/Roboto/Roboto-Italic.ttf"); }
@font-face {
  font-family: 'Raleway-Medium';
  src: url("../fonts/Raleway/Raleway-Medium.ttf"); }
html, body {
  font-family: 'Avenir-Regular'; }

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100000; }
  .loader .d-flex {
    flex-direction: column;
    height: 100%; }
    .loader .d-flex .spinner-border {
      width: 5em;
      height: 5em; }
      .loader .d-flex .spinner-border .text-primary {
        color: #00bfbd; }

.iti-flag {
  background-image: url("../assets/images/flags.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("../assets/images/flags.png"); } }
h1, h2, h3, h4, h5, h6, div, span, p, a, li, input {
  font-family: '29LT'; }

.loader h6 {
  margin-top: 30px;
  font-size: 18px;
  font-family: 'Avenir'; }
.loader p {
  font-size: 14px;
  font-family: 'Avenir-Roman';
  width: 300px;
  text-align: center;
  margin-top: 0;
  font-style: italic; }

.section-title h3 {
  font-size: 2.5em;
  font-weight: bold;
  color: #353a41;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  margin: auto; }
  .section-title h3 span {
    color: #00bfbd; }
  @media only screen and (max-width: 767px) {
    .section-title h3 {
      font-size: 2em; } }
.section-title span.slogan {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 70px; }

body {
  background-color: #ffffff;
  margin: 0 !important; }

.navbar {
  padding: 20px 0px 20px 30px;
  background: transparent !important; }
  @media only screen and (max-width: 991px) {
    .navbar {
      padding: 20px;
      background: transparent !important; } }
  .navbar .navbar-brand img {
    width: 80px; }
  .navbar .navbar-mobile-toggler {
    cursor: pointer; }
    @media only screen and (min-width: 992px) {
      .navbar .navbar-mobile-toggler {
        display: none; } }
    .navbar .navbar-mobile-toggler .hamburger-menu {
      width: 27px;
      height: 20px;
      position: relative; }
      .navbar .navbar-mobile-toggler .hamburger-menu span {
        width: 100%;
        height: 2px;
        background-color: #fff;
        display: block;
        position: absolute;
        transition: .3s all; }
      .navbar .navbar-mobile-toggler .hamburger-menu .hamburger-top {
        top: 0; }
        .navbar .navbar-mobile-toggler .hamburger-menu .hamburger-top.top-open-navbar {
          transform: rotate(45deg); }
      .navbar .navbar-mobile-toggler .hamburger-menu .hamburger-middle {
        top: 50%; }
        .navbar .navbar-mobile-toggler .hamburger-menu .hamburger-middle.middle-open-navbar {
          opacity: 0; }
      .navbar .navbar-mobile-toggler .hamburger-menu .hamburger-bottom {
        top: 100%; }
        .navbar .navbar-mobile-toggler .hamburger-menu .hamburger-bottom.bottom-open-navbar {
          transform: rotate(135deg);
          top: 0; }
  .navbar .navbar-mobile {
    position: fixed;
    background: #fff;
    top: 10%;
    right: -100%;
    width: 90%;
    height: 100%;
    border-top-left-radius: 15px;
    transition: .3s all;
    box-shadow: 0 6px 20px 0 rgba(224, 224, 224, 0.6); }
    .navbar .navbar-mobile.show-navbar-mobile {
      right: 0; }
    .navbar .navbar-mobile ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .navbar .navbar-mobile ul li {
        display: flex;
        height: 66px;
        font-size: 14px;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-left: 10px; }
        .navbar .navbar-mobile ul li a {
          font-size: 14px;
          color: #333;
          text-decoration: none; }
    .navbar .navbar-mobile a.find-teacher {
      position: absolute;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      padding: 10px;
      background: #00bfbd;
      color: #fff; }
  .navbar .navbar-nav li {
    margin-right: 10px; }
    @media only screen and (max-width: 768px) {
      .navbar .navbar-nav li {
        margin: 15px 0px; } }
    .navbar .navbar-nav li .dropdown-menu {
      min-width: 100%; }
    .navbar .navbar-nav li a {
      color: #ffffff !important;
      text-decoration: none;
      margin-right: 16px;
      padding: 10px 13px !important;
      font-size: 12px; }
      .navbar .navbar-nav li a.become-teacher-button {
        width: 141.75px;
        height: 35px;
        font-size: 12px;
        font-family: 'Roboto';
        line-height: 35px !important;
        padding: 0px !important;
        text-align: center; }
      .navbar .navbar-nav li a.sign-up-button {
        width: 73.44px;
        height: 35px;
        font-size: 12px;
        font-family: 'Roboto';
        line-height: 35px !important;
        padding: 0px !important;
        text-align: center; }
      .navbar .navbar-nav li a.sign-in-button {
        width: 65.3px;
        height: 35px;
        font-size: 12px;
        font-family: 'Roboto';
        line-height: 35px !important;
        padding: 0px !important;
        text-align: center; }
      .navbar .navbar-nav li a:not(.language):not(.dropdown-item) {
        line-height: 12px;
        border-radius: 17px;
        border: 1px solid #ffffff;
        transition: .2s ease-in all;
        text-transform: uppercase; }
        .navbar .navbar-nav li a:not(.language):not(.dropdown-item):hover {
          color: #333 !important;
          background-color: #fff; }
      .navbar .navbar-nav li a.dropdown-item {
        color: #111 !important; }
        .navbar .navbar-nav li a.dropdown-item:hover {
          background-color: #00bfbd;
          color: #ffffff !important; }
  .navbar.scrolling {
    opacity: 0;
    transition: .2s all; }
    .navbar.scrolling:after {
      content: '';
      width: 100%;
      background: rgba(0, 191, 189, 0.8);
      z-index: -1;
      position: absolute;
      left: 0;
      height: 100%; }

header {
  min-height: 746.5px;
  background: url("../assets/images/16-diga-010-shutterstock-138265193-compressor.png");
   /*background: url("../assets/images/homePageback333.jfif"); */
  background-size: cover;
  position: relative; }
  

  @media only screen and (min-height: 1000px) {
    header {
      min-height: 1000px; } }
  header .header-content {
    width: 500px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 50px; }
    @media only screen and (max-width: 530px) {
      header .header-content {
        left: auto;
        max-width: 500px;
        width: auto;
        padding-left: 10px; } }
    header .header-content h1 {
      margin-top: 0;
      color: #ffffff;
      font-weight: bold;
      margin-bottom: 17px;
      font-size: 1.75em; }
      @media only screen and (min-width: 1920px) {
        header .header-content h1 {
          font-size: 40px; } }
    header .header-content p {
      color: #ffffff;
      margin-bottom: 34px;
      max-width: 693px;
      line-height: 1.5em;
      font-size: 1.25rem; }
    header .header-content a {
      display: block;
      width: 250px;
      font-family: "29LT";
      font-size: 17px;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      background-color: #00bfbd;
      border-radius: 5px;
      padding: 12px 21px;
      text-decoration: none;
      font-size: 15px;
      font-weight: bold;
      border-radius: 40px;
      text-transform: uppercase;
      transition: .3s all; }
      header .header-content a:hover {
        color: #00bfbd;
        background-color: #ffffff; }
  header .scroll-next-section {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transform: translate(-40%);
    box-shadow: 1px 5px 8px 0 #ada5a591;
    transition: box-shadow .3s ease-in-out;
    cursor: pointer; }
    header .scroll-next-section:hover {
      box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.15); }
  @media only screen and (min-width: 1921px) and (max-width: 2400px) {
    header {
      min-height: 1200px; } }
  @media only screen and (min-width: 2401px) {
    header {
      min-height: 1400px; } }
  @media only screen and (min-width: 5120px) {
    header {
      min-height: 1400px; } }
  @media only screen and (max-width: 767px) {
    header {
      min-height: 600px; }
      header .header-content h1 {
        font-size: 1.5em; }
      header .scroll-next-section {
        bottom: 0; } }

.landing-about-teachers {
  background: url("../assets/images/our-pro-teacher-bg.svg") center no-repeat;
  background-position: bottom;
  margin-top: 5.15em;
  padding-bottom: 87px;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .landing-about-teachers {
      margin-top: 3em; } }
  .landing-about-teachers p {
    font-size: 1.25em;
    color: #111; }
  .landing-about-teachers .teacher-testimonial {
    position: relative; }
    .landing-about-teachers .teacher-testimonial .owl-carousel {
      padding: 0px 88px;
      margin: auto; }
      @media only screen and (max-width: 480px) {
        .landing-about-teachers .teacher-testimonial .owl-carousel {
          padding: 0; } }
      .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher {
        position: relative;
        margin-bottom: 50px; }
        .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo {
          position: relative;
          text-align: center;
          width: 180px;
          height: 180px;
          margin: auto;
          border-radius: 50%; }
          .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo img:not(.show-profile-icon):not(.flag) {
            max-width: 100%;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            margin: auto; }
          .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo .teacher-flag {
            width: 30px;
            position: absolute;
            bottom: 0;
            right: 19%;
            border-radius: 50%;
            font-size: 0.5em;
            z-index: 1; }
          .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo .show-profile {
            position: absolute;
            opacity: 0;
            top: 50%;
            left: 50%;
            border-radius: 50%;
            width: 170px;
            height: 170px;
            background: rgba(0, 191, 189, 0.8);
            z-index: 0;
            padding: 35% 0px;
            transition: .2s all;
            text-decoration: none;
            transform: translate(-50%, -50%); }
            .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo .show-profile img {
              margin: auto;
              width: 40px;
              margin-bottom: 4px; }
            .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo .show-profile span {
              font-size: 14px;
              color: #ffffff; }
            @media only screen and (max-width: 767px) {
              .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo .show-profile {
                width: 100px;
                height: 100px; }
                .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo .show-profile img {
                  width: 25px; }
                .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo .show-profile span {
                  font-size: 10px; } }
          .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo:hover .show-profile {
            opacity: 1; }
          @media only screen and (max-width: 767px) {
            .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo {
              width: 100px;
              height: 100px; }
              .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo img:not(.show-profile-icon):not(.flag) {
                width: 100px;
                height: 100px; }
              .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-photo .teacher-flag {
                width: 25px;
                position: absolute;
                bottom: -6px;
                right: 10%;
                border-radius: 50%;
                font-size: 0.5em;
                z-index: 1; } }
        .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-info {
          text-align: center; }
          .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-info .name {
            color: #111;
            margin-top: 1.3125em;
            margin-bottom: 0.5em; }
          @media only screen and (max-width: 767px) {
            .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-info .name {
              font-size: 0.8em;
              margin-bottom: 0.2em; }
            .landing-about-teachers .teacher-testimonial .owl-carousel .item .teacher .teacher-info .specialisty-level {
              font-size: 0.9em; } }
      .landing-about-teachers .teacher-testimonial .owl-carousel .owl-dots {
        margin-bottom: 20px; }
        .landing-about-teachers .teacher-testimonial .owl-carousel .owl-dots .owl-dot {
          background-color: #949ea7;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          margin-right: 5px; }
          .landing-about-teachers .teacher-testimonial .owl-carousel .owl-dots .owl-dot.active {
            background-color: #35b1b1; }
          .landing-about-teachers .teacher-testimonial .owl-carousel .owl-dots .owl-dot:focus {
            outline: none;
            box-shadow: none; }
    .landing-about-teachers .teacher-testimonial .custom-navs {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 10; }
      @media only screen and (max-width: 767px) {
        .landing-about-teachers .teacher-testimonial .custom-navs {
          display: none; } }
      .landing-about-teachers .teacher-testimonial .custom-navs:after {
        content: '';
        clear: both; }
      .landing-about-teachers .teacher-testimonial .custom-navs .next {
        float: right; }
      .landing-about-teachers .teacher-testimonial .custom-navs .left {
        float: left; }
      .landing-about-teachers .teacher-testimonial .custom-navs .next,
      .landing-about-teachers .teacher-testimonial .custom-navs .prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #f2f2f4;
        color: #000000;
        transition: .3s all;
        cursor: pointer;
        border-radius: 50%; }
        .landing-about-teachers .teacher-testimonial .custom-navs .next:focus,
        .landing-about-teachers .teacher-testimonial .custom-navs .prev:focus {
          outline: 0; }
        .landing-about-teachers .teacher-testimonial .custom-navs .next:hover,
        .landing-about-teachers .teacher-testimonial .custom-navs .prev:hover {
          background-color: #00bfbd;
          color: #ffffff; }
    .landing-about-teachers .teacher-testimonial .find-your-teacher-button {
      text-transform: uppercase;
      width: 255px;
      height: 57.4px;
      display: block;
      border-radius: 5px;
      background-image: linear-gradient(to right, #65d9d9, #35b1b1);
      color: #ffffff;
      text-align: center;
      font-size: 1em;
      font-style: normal;
      font-stretch: normal;
      line-height: 57.4px;
      letter-spacing: normal;
      margin: auto;
      text-decoration: none; }
      .landing-about-teachers .teacher-testimonial .find-your-teacher-button:hover {
        animation: shadow-pulse 1s infinite; }

.how-it-works {
  margin-top: 5.15em; }
  .how-it-works .card {
    padding: 30px 0px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 6px 20px 0 rgba(224, 224, 224, 0.6);
    background-color: #ffffff;
    margin: 20px auto;
    min-height: 400px;
    transition: .2s all; }
    .how-it-works .card .card-number {
      position: absolute;
      top: -7.5%;
      left: 50%;
      transform: translate(-50%);
      font-size: 2.25em;
      color: #00bfbd; }
    .how-it-works .card .card-img-top {
      max-width: 250px;
      margin: auto; }
    .how-it-works .card .card-body .card-title {
      text-transform: uppercase;
      font-size: 1.187em; }
    .how-it-works .card .card-body .card-text {
      font-size: 1em; }
    .how-it-works .card .card-arrow {
      position: absolute;
      right: -12%;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 768px) {
        .how-it-works .card .card-arrow {
          display: none; } }
    .how-it-works .card:hover {
      transform: scale(0.9); }

.who-choose-olang {
  background: url("../assets//images/who-use-olang-bg.svg") center no-repeat;
  background-position: bottom;
  padding-bottom: 86px;
  padding-top: 60px;
  background-size: cover; }
  .who-choose-olang ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .who-choose-olang ul li {
      margin-bottom: 40px; }
      .who-choose-olang ul li a {
        height: 100%;
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        color: #111; }
        .who-choose-olang ul li a .icon {
          margin-right: 35px; }
          .who-choose-olang ul li a .icon .svg-container {
            width: 90px;
            height: 90px;
            background-color: #f7f7f8;
            position: relative;
            border-radius: 50%;
            transition: .2s all; }
            .who-choose-olang ul li a .icon .svg-container svg {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
              .who-choose-olang ul li a .icon .svg-container svg path {
                transition: .2s all; }
        .who-choose-olang ul li a .content h5 {
          font-size: 1.3125em;
          font-weight: bold;
          margin-bottom: 11px;
          transition: .2s all; }
        .who-choose-olang ul li a .content p {
          font-size: 1.125em;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.67;
          letter-spacing: normal; }
        .who-choose-olang ul li a:hover .svg-container {
          background-color: #00bfbd; }
          .who-choose-olang ul li a:hover .svg-container svg path {
            fill: #ffffff; }
          .who-choose-olang ul li a:hover .svg-container svg circle {
            fill: #ffffff; }
          .who-choose-olang ul li a:hover .svg-container svg text {
            fill: #00bfbd; }
        .who-choose-olang ul li a:hover .content h5 {
          color: #00bfbd; }
      .who-choose-olang ul li:after {
        clear: both; }
  .who-choose-olang .draw {
    text-align: center; }
    .who-choose-olang .draw img {
      width: 500px;
      max-width: 100%;
      margin: auto; }
  @media only screen and (max-width: 991px) {
    .who-choose-olang .row {
      flex-direction: column-reverse; }
    .who-choose-olang .draw {
      width: 400px;
      margin-bottom: 30px;
      max-width: 100%; } }

.mobile-available {
  background: url("../assets//images/available-on-mobile-bg.svg") center no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 86px;
  padding-bottom: 86px; }
  .mobile-available .draw {
    text-align: center; }
    .mobile-available .draw img {
      width: 400px;
      max-width: 100%;
      margin: auto; }
    @media only screen and (max-width: 767px) {
      .mobile-available .draw {
        display: none; } }
  .mobile-available h1 {
    font-size: 2.5em;
    font-weight: 500;
    margin-bottom: 35px; }
    .mobile-available h1 span {
      color: #00bfbd; }
  .mobile-available p {
    font-size: 1em;
    padding-left: 12px;
    border-left: 5px solid #00bfbd;
    line-height: 1.63;
    margin-bottom: 70px; }
  .mobile-available .send-mobile-number-input ::placeholder {
    font-size: 12px; }
  .mobile-available .send-mobile-number-input .intl-tel-input.separate-dial-code {
    border: 1px solid #dbdbdb; }
    .mobile-available .send-mobile-number-input .intl-tel-input.separate-dial-code .selected-flag {
      background: #fbf9f9;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
      .mobile-available .send-mobile-number-input .intl-tel-input.separate-dial-code .selected-flag .iti-arrow {
        right: 4px; }
    @media only screen and (max-width: 480px) {
      .mobile-available .send-mobile-number-input .intl-tel-input.separate-dial-code .selected-dial-code {
        padding-left: 10px; } }
  .mobile-available .send-mobile-number-input .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 90px; }
  .mobile-available .send-mobile-number-input .country.standard,
  .mobile-available .send-mobile-number-input .country.preferred {
    padding: 10px;
    margin: 5px auto;
    font-size: 12px;
    border-bottom: 1px solid #fbf9f9; }
  .mobile-available .send-mobile-number-input input {
    height: 45px; }
    .mobile-available .send-mobile-number-input input[type="submit"] {
      background: #00bfbd;
      color: #ffffff;
      border: none;
      width: 19%;
      border-radius: 4px;
      cursor: pointer;
      font-size: 0.93em; }
      .mobile-available .send-mobile-number-input input[type="submit"]:hover {
        animation: shadow-pulse 1s infinite; }
    .mobile-available .send-mobile-number-input input[type="tel"] {
      border: none; }
    .mobile-available .send-mobile-number-input input[type="text"] {
      border-radius: 4px;
      background-color: #ffffff;
      border: 1px solid #353a41;
      width: 80%;
      padding-left: 10px;
      transition: .2s all; }
      .mobile-available .send-mobile-number-input input[type="text"]:focus {
        box-shadow: none;
        outline: 0;
        border: 1px solid #00bfbd; }
  @media only screen and (max-width: 991px) {
    .mobile-available .send-mobile-number-input {
      text-align: center; }
      .mobile-available .send-mobile-number-input input[type="text"] {
        width: 100%; }
      .mobile-available .send-mobile-number-input input[type="submit"] {
        margin: 10px;
        width: 80%; } }
  .mobile-available .stores-link {
    margin-top: 48px; }
    .mobile-available .stores-link a {
      display: inline-block; }
      .mobile-available .stores-link a img {
        width: 150px;
        margin-right: 14px; }
    @media only screen and (max-width: 767px) {
      .mobile-available .stores-link {
        text-align: center; } }
  @media only screen and (max-width: 767px) {
    .mobile-available .row {
      flex-direction: column-reverse; } }

.learners-reviews {
  padding-top: 60px; }
  .learners-reviews .learners-photos {
    position: relative; }
    .learners-reviews .learners-photos .learner {
      transition: .3s all; }
      .learners-reviews .learners-photos .learner .learner-name {
        display: none; }
      .learners-reviews .learners-photos .learner:not(.active):nth-child(odd) img {
        width: 64px; }
      .learners-reviews .learners-photos .learner:not(.active):nth-child(even) img {
        width: 128px; }
      .learners-reviews .learners-photos .learner.active {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%); }
        .learners-reviews .learners-photos .learner.active img {
          width: 320px;
          max-width: 100%; }
        .learners-reviews .learners-photos .learner.active p {
          font-size: 1em;
          text-align: center;
          margin-top: 10px; }
        .learners-reviews .learners-photos .learner.active .learner-name {
          display: block; }
      @media only screen and (max-width: 480px) {
        .learners-reviews .learners-photos .learner {
          display: none; }
          .learners-reviews .learners-photos .learner.active {
            display: block; } }
    @media only screen and (max-width: 480px) {
      .learners-reviews .learners-photos {
        margin-top: 80px; } }
  .learners-reviews .learner-quote {
    text-align: center;
    position: relative; }
    .learners-reviews .learner-quote .quote {
      margin-top: 39px; }
    .learners-reviews .learner-quote .indicators {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center;
      cursor: pointer; }
      .learners-reviews .learner-quote .indicators .indicator {
        position: relative;
        margin-right: 5px;
        display: inline-block; }
        .learners-reviews .learner-quote .indicators .indicator i {
          font-size: 5px;
          transition: .2s all;
          color: #949ea7; }
        .learners-reviews .learner-quote .indicators .indicator.active i {
          color: #00bfbd;
          font-size: 0.7em; }
    .learners-reviews .learner-quote .learner-next {
      position: absolute;
      right: 0;
      top: 40%;
      width: 50px;
      height: 50px;
      background: #f2f2f4;
      border-radius: 50%;
      line-height: 47px;
      font-size: 18px;
      color: #000000;
      text-align: center;
      transition: .2s all;
      cursor: pointer; }
      .learners-reviews .learner-quote .learner-next:hover {
        background-color: #00bfbd;
        color: #fff; }
    .learners-reviews .learner-quote .learner-prev {
      position: absolute;
      left: 0;
      top: 40%;
      width: 50px;
      height: 50px;
      background: #f2f2f4;
      border-radius: 50%;
      line-height: 47px;
      font-size: 18px;
      color: #000000;
      text-align: center;
      transition: .2s all;
      cursor: pointer; }
      .learners-reviews .learner-quote .learner-prev:hover {
        background-color: #00bfbd;
        color: #fff; }

.have-question {
  background: #ffffff;
  text-align: center;
  box-shadow: 10px -2px 60px 0 rgba(0, 0, 0, 0.06);
  padding: 60px 0px; }
  .have-question h1 {
    font-size: 1.5em;
    margin-bottom: 12px; }
  .have-question p {
    font-size: 0.875em;
    margin-bottom: 20px; }
  .have-question .faq {
    width: 220px;
    padding: 10px;
    background: transparent;
    border: 1px solid #353a41;
    border-radius: 4px;
    margin-right: 20px;
    color: #353a41;
    text-decoration: none;
    font-size: 0.75em; }
  .have-question .get-started {
    width: 220px;
    padding: 10px;
    background: #00bfbd;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.75em;
    transition: .2s all; }
    .have-question .get-started:hover {
      animation: shadow-pulse 1s infinite; }

footer {
  padding-top: 86px;
  padding-left: 30px;
  padding-right: 30px; }
  footer .footer-body {
    display: flex;
    justify-content: space-evenly; }
    footer .footer-body ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin: 15px auto; }
      footer .footer-body ul h5 {
        font-weight: bold; }
      footer .footer-body ul li {
        margin: 10px auto; }
        footer .footer-body ul li a:not(.social-media) {
          font-size: 12px;
          color: #353a41;
          position: relative;
          text-decoration: none; }
          footer .footer-body ul li a:not(.social-media):after {
            content: '';
            position: absolute;
            bottom: -3px;
            width: 0%;
            height: 1px;
            background: #00bfbd;
            left: 50%;
            transition: .3s all; }
          footer .footer-body ul li a:not(.social-media):hover {
            color: #00bfbd; }
            footer .footer-body ul li a:not(.social-media):hover:after {
              width: 100%;
              left: 0; }
        footer .footer-body ul li .social-media {
          font-size: 12px;
          color: #353a41;
          position: relative;
          text-decoration: none; }
          footer .footer-body ul li .social-media:hover {
            color: #00bfbd; }
    footer .footer-body .footer-logo {
      margin-bottom: 1em; }
    footer .footer-body .social-links {
      list-style: none;
      padding: 0; }
      footer .footer-body .social-links li {
        display: inline-block;
        margin-right: 5px; }
        footer .footer-body .social-links li a {
          font-size: 16px; }
  footer .links-container {
    display: flex;
    justify-content: space-evenly; }
    footer .links-container ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      footer .links-container ul li {
        display: inline-block;
        margin-right: 5px; }
        footer .links-container ul li a {
          position: relative;
          text-decoration: none;
          font-size: 0.7em;
          color: #353a41; }
          footer .links-container ul li a:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 0;
            height: 1px;
            background: #00bfbd;
            transition: .2s all; }
          footer .links-container ul li a:hover:after {
            left: 0;
            width: 100%; }
    footer .links-container p {
      color: #c5c1c1;
      font-size: 0.9em; }
  @media only screen and (max-width: 767px) {
    footer .footer-body .social-links {
      text-align: center; }
      footer .footer-body .social-links li {
        display: inline-block;
        margin-right: 20px; }
        footer .footer-body .social-links li a {
          width: 20px; }
    footer hr {
      display: none; }
    footer .links-container {
      flex-wrap: wrap;
      text-align: center; }
      footer .links-container p {
        display: block;
        text-align: center;
        width: 100%;
        font-size: 0.7rem;
        border-top: 1px solid #ddd;
        margin: 20px auto;
        padding-top: 10px;
        color: #c5c1c1; } }

.scroll-up {
  background: #00bfbd;
  position: fixed;
  bottom: 75px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: .3s all;
  display: none;
  cursor: pointer; }
  .scroll-up i {
    color: #ffffff; }
  .scroll-up:hover {
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.22); }
    .scroll-up:hover i {
      color: #00bfbd; }

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 191, 189, 0.2); }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 191, 189, 0); } }

/*# sourceMappingURL=homepage.css.map */
