@import url("//fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url(../plugins/css/material-design-iconic-font/css/materialdesignicons.min.css);
* {
  padding: 0;
  margin: 0; }

body {
  width: 100%;
  overflow-x: hidden; }

/*
*
*
@@START@@ NavBar formatting
*
*/
.nav-container {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 60px;
  background: #000; }
  .nav-container .navbar {
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; }
    .nav-container .navbar-brand {
      color: #007acc;
      font-weight: 900;
      font-size: 2rem; }
      .nav-container .navbar-brand:hover {
        color: #0083db; }
      .nav-container .navbar-brand img {
        height: 40px;
        position: relative;
        top: -5px;
        left: 3px; }
    .nav-container .navbar-nav li div a {
      font-weight: 400;
      color: #005c99; }
    .nav-container .navbar-nav .nav-item .nav-link {
      font-weight: 400;
      color: #005c99; }
    .nav-container .navbar-nav .nav-item .btn-link {
      position: relative;
      font-weight: 700; }
      .nav-container .navbar-nav .nav-item .btn-link::before {
        font-family: "Material Design Icons";
        content: "\f004";
        padding: 5px;
        margin-right: 5px;
        background: #ff9455;
        border-radius: 50%;
        font-size: 1rem;
        color: #fff; }

/*
*
@@END@@ NavBar formatting
*
*/
/*
*
*
@@START@@ Header formatting
*
*/
.header-container {
  position: relative;
  padding-top: 2rem;
  min-height: 60vh;
  background-image: linear-gradient(to bottom, rgba(0, 122, 204, 0.78), rgba(0, 122, 204, 0.88)), url("../images/Tortoise-Shell.svg");
  background-position: center; }
  @media (min-width: 768px) {
    .header-container .container-fluid {
      position: absolute;
      top: 52%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media (max-width: 576px) {
    .header-container .container-fluid {
      padding: 0;
      margin: 0; } }
  @media (max-width: 768px) {
    .header-container .container-fluid {
      padding: 0;
      margin: 0; } }
  @media (max-width: 992px) {
    .header-container .container-fluid {
      margin: auto; } }
  @media (min-width: 1200px) {
    .header-container .container-fluid {
      width: 75%;
      margin: auto; } }
  .header-container-text {
    position: relative; }
    @media (min-width: 992px) {
      .header-container-text {
        top: 10vh; } }
    .header-container-text h1 {
      font-size: 3rem;
      color: #fff;
      font-weight: 700;
      display: inline-block; }
      @media (max-width: 992px) {
        .header-container-text h1 {
          font-size: 2rem; } }
      @media (max-width: 576px) {
        .header-container-text h1 {
          font-size: 1.7rem;
          text-align: center; } }
    .header-container-text h2 {
      color: #ff9455;
      font-size: 2rem;
      font-weight: 300;
      margin-top: 20px; }
      @media (max-width: 576px) {
        .header-container-text h2 {
          font-size: 1.5rem;
          text-align: center;
          margin-top: 10px; } }
  .header-container-form {
    background-color: #fff;
    min-height: 40vh;
    border-radius: 5px;
    padding: 10px 40px;
    padding-bottom: 30px; }
    @media (max-width: 768px) {
      .header-container-form {
        margin-top: 2rem;
        padding: 10px 60px; } }
    @media (max-width: 576px) {
      .header-container-form {
        padding: 10px 20px; } }
    .header-container-form h3 {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: 300; }
    .header-container-form .form-control:focus {
      border-color: #cccccc;
      -webkit-box-shadow: none;
      box-shadow: none; }

/*
*
*
@@END@@ Header formatting
*
*/
/*
*
*
@@START@@ steps section formatting
*
*/
.steps-container h3.steps-container-heading {
  text-align: center;
  padding-top: 40px;
  font-size: 2.3rem; }
  @media (max-width: 768px) {
    .steps-container h3.steps-container-heading {
      font-size: 2rem; } }

.steps-container .main-timeline {
  padding-top: 50px;
  overflow: hidden;
  position: relative; }
  .steps-container .main-timeline:before {
    content: "";
    width: 7px;
    height: 100px;
    background: #084772;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0; }
  .steps-container .main-timeline .timeline {
    width: 50%;
    float: left;
    padding: 20px 60px;
    border-top: 7px solid #007acc;
    border-right: 7px solid indigo;
    border-radius: 0 30px 0 0;
    position: relative;
    right: -3.5px; }
  .steps-container .main-timeline .icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #007acc;
    border: 1px solid white;
    text-align: center;
    font-size: 25px;
    color: white;
    box-shadow: 0 0 0 2px #007acc;
    position: absolute;
    top: -30px;
    left: 0;
    font-weight: 700; }
  .steps-container .main-timeline .timeline-content {
    display: block;
    padding: 10px 20px;
    padding-bottom: 10px;
    border-radius: 20px;
    background: #007acc;
    color: white;
    position: relative; }
    .steps-container .main-timeline .timeline-content:hover {
      text-decoration: none;
      color: #fff; }
    .steps-container .main-timeline .timeline-content:before, .steps-container .main-timeline .timeline-content:after {
      content: "";
      display: block;
      width: 10px;
      height: 50px;
      border-radius: 10px;
      background: #005a89;
      border: 1px solid white;
      position: absolute;
      top: -35px;
      left: 50px; }
    .steps-container .main-timeline .timeline-content:after {
      content: "";
      left: auto;
      right: 50px; }
  .steps-container .main-timeline .title {
    font-size: 1.5rem;
    display: block;
    text-align: center; }
  .steps-container .main-timeline .description {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 5px 0; }
  .steps-container .main-timeline .timeline:nth-child(2n) {
    border-right: none;
    border-left: 7px solid #005a89;
    border-radius: 30px 0 0 0;
    right: auto;
    left: -3.5px; }
  .steps-container .main-timeline .timeline:nth-child(2n) .icon {
    left: auto;
    right: 0; }
  .steps-container .main-timeline .timeline:nth-child(2) {
    margin-top: 60px; }
  .steps-container .main-timeline .timeline:nth-child(odd) {
    margin: -70px 0 30px 0; }
  .steps-container .main-timeline .timeline:nth-child(even) {
    margin-bottom: 30px; }
  .steps-container .main-timeline .timeline:first-child,
  .steps-container .main-timeline .timeline:last-child:nth-child(even) {
    margin: 0 0 30px 0; }
  .steps-container .main-timeline .timeline:nth-child(2n) .timeline-content,
  .steps-container .main-timeline .timeline:nth-child(2n) .timeline-content:before,
  .steps-container .main-timeline .timeline:nth-child(2n) .timeline-content:after,
  .steps-container .main-timeline .timeline:nth-child(2n) .icon {
    background: #003857; }
  .steps-container .main-timeline .timeline:nth-child(2n) .timeline-content:before,
  .steps-container .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    background: #005a89; }
  .steps-container .main-timeline .timeline:nth-child(2n) .icon {
    box-shadow: 0 0 0 2px #003857; }
  .steps-container .main-timeline .timeline:nth-child(3n) .timeline-content,
  .steps-container .main-timeline .timeline:nth-child(3n) .timeline-content:before,
  .steps-container .main-timeline .timeline:nth-child(3n) .timeline-content:after,
  .steps-container .main-timeline .timeline:nth-child(3n) .icon {
    background: #003857; }
  .steps-container .main-timeline .timeline:nth-child(3n) .timeline-content {
    background: #003857; }
  .steps-container .main-timeline .timeline:nth-child(3n) .timeline-content:before,
  .steps-container .main-timeline .timeline:nth-child(3n) .timeline-content:after {
    background: #005a89; }
  .steps-container .main-timeline .timeline:nth-child(3n) .icon {
    box-shadow: 0 0 0 2px #003857; }
  .steps-container .main-timeline .timeline:nth-child(4n) .timeline-content,
  .steps-container .main-timeline .timeline:nth-child(4n) .timeline:before,
  .steps-container .main-timeline .timeline:nth-child(4n) .timeline:after,
  .steps-container .main-timeline .timeline:nth-child(4n) .icon {
    background: #007acc; }
  .steps-container .main-timeline .timeline:nth-child(4n) .icon {
    box-shadow: 0 0 0 2px #007acc; }

.step-box {
  margin: 40px auto; }
  .step-box .icon-container {
    height: 100px;
    width: 100px;
    background: #e5f4fc;
    margin: auto;
    line-height: 100px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #007acc;
    margin-bottom: 5px; }
    .step-box .icon-container .mdi {
      font-size: 2rem; }
  .step-box .step-container {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    margin: 7px auto; }
  .step-box .description-container .step-title {
    text-align: center;
    margin: 10px;
    font-size: 1.2rem; }
  .step-box .description-container p {
    font-weight: 400;
    font-size: 1rem;
    color: #007acc;
    text-align: center; }

/*
*
*
@@ENAD@@ steps section formatting
*
*/
/*
*
*
@@Start@@ testimonial section formatting
*
*/
.testimonial-section {
  background-image: linear-gradient(to bottom, rgba(85, 167, 221, 0.97), rgba(85, 167, 221, 0.95)), url("../images/Protruding-Squares.svg");
  background-position: center;
  min-height: 200px; }
  .testimonial-section h3 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: bolder;
    padding: 15px 0px;
    color: #fff; }
    @media (max-width: 768px) {
      .testimonial-section h3 {
        font-size: 2rem; } }
  .testimonial-section .carousel {
    background: #007acc;
    min-height: 200px;
    border-radius: 5px; }
    .testimonial-section .carousel-cell {
      width: 66%;
      min-height: 200px;
      border-radius: 5px;
      background: #fff;
      counter-increment: carousel-cell;
      color: #030000;
      display: flex;
      align-items: center;
      justify-content: center; }
      .testimonial-section .carousel-cell:before {
        display: block;
        text-align: center;
        /* content: counter(carousel-cell);
        line-height: 200px;
        font-size: 80px; */
        color: white; }
    .testimonial-section .carousel footer cite {
      color: #ff9455; }

/*
*
*
@@ENAD@@ testimonial section formatting
*
*/
/*
*
*
@@START@@ statistics section formatting
*
*/
.statistics-section {
  background: #fff;
  min-height: 20vh;
  margin: 30px; }
  .statistics-section h3 {
    text-align: center;
    font-size: 2.3rem;
    margin: 40px auto; }
    @media (max-width: 768px) {
      .statistics-section h3 {
        font-size: 2rem; } }
  .statistics-section .number {
    text-align: center;
    color: #ff9455;
    font-size: 3rem;
    font-weight: 700; }
    .statistics-section .number.big {
      font-size: 6rem;
      font-weight: 900; }
  .statistics-section .text {
    text-align: center;
    margin-bottom: 20px;
    color: #00897b;
    font-size: 1.3rem; }
    .statistics-section .text.big {
      font-size: 3rem;
      font-weight: 700; }

/*
*
*
@@END@@ statistics section formatting
*
*/
/*
*
*
@@Start@@ become a tutor section formatting
*
*/
.become-tutor-section {
  padding: 40px 0;
  background: #c3eeff; }
  .become-tutor-section h3 {
    text-align: center;
    font-size: 2.3rem;
    margin-top: 20px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .become-tutor-section h3 {
        font-size: 2rem; } }
  .become-tutor-section img.img-thumbnail {
    background: transparent;
    border: none; }
  .become-tutor-section p {
    text-align: center;
    font-size: 1.2rem; }
  .become-tutor-section .btn-primary {
    background: #ff8e4b;
    border-color: #ff8e4b;
    font-weight: bolder;
    margin-top: 20px; }

/*
*
*
@@END@@ become a tutor section formatting
*
*/
/*
*
*
@@END@@ other section formatting
*
*/
.other-section {
  padding: 40px 0;
  background: white; }
  .other-section h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 2.3rem; }
    @media (max-width: 768px) {
      .other-section h3 {
        font-size: 2rem; } }
  .other-section ul {
    list-style-type: none; }
    .other-section ul li {
      padding-left: 30px;
      position: relative; }
      .other-section ul li::before {
        position: absolute;
        left: 0px;
        font-family: "Material Design Icons";
        content: "\f134";
        color: #00897b; }
  .other-section .btn-primary {
    margin: 30px auto;
    font-weight: bolder; }

/*
*
*
@@END@@ other tutor section formatting
*
*/
/*
*
*
@@Start@@ footer section formatting
*
*/
.footer-sub-nav {
  background: #003857;
  color: #fff;
  padding: 10px 0; }
  .footer-sub-nav a {
    text-decoration: none;
    cursor: pointer;
    color: #c3eeff;
    font-weight: lighter; }

.footer-section {
  background: #005a89;
  padding: 40px 0; }
  .footer-section .section-1 {
    background-color: #003857;
    padding: 10px 20px;
    border-radius: 10px; }
    .footer-section .section-1 h4 {
      color: #c3eeff;
      font-size: 1.2rem;
      margin-bottom: 20px;
      font-weight: lighter; }
    .footer-section .section-1 .flex-row div {
      cursor: pointer;
      text-align: center;
      width: 50px;
      height: 50px;
      line-height: 50px;
      background: #c3eeff;
      margin-right: 20px;
      border-radius: 25px; }
    .footer-section .section-1 .contact div {
      color: #c3eeff;
      cursor: pointer;
      font-size: 1rem; }
      .footer-section .section-1 .contact div span {
        margin-right: 7px; }
  .footer-section hr {
    color: #c3eeff; }
  .footer-section ul {
    list-style-type: none; }
    .footer-section ul li a {
      cursor: pointer;
      text-decoration: none;
      font-size: 0.95rem;
      color: #c3eeff;
      font-weight: lighter; }
  .footer-section .copyright {
    margin-top: 40px;
    text-align: center;
    color: #c3eeff;
    font-weight: 300;
    cursor: pointer; }
  .footer-section .whatsappcontainer {
    position: fixed;
    bottom: 30px;
    z-index: 1200;
    right: 100px;
    height: 50px;
    cursor: pointer; }
    .footer-section .whatsappcontainer .whatsapp {
      background-color: #25d366;
      padding: 15px 30px;
      display: inline-block;
      border-radius: 50px;
      position: relative; }
      .footer-section .whatsappcontainer .whatsapp a {
        color: #fff; }
      .footer-section .whatsappcontainer .whatsapp .text {
        font-size: 15px;
        max-width: 0;
        overflow: hidden;
        height: 30px;
        transition: all 0.3s ease-out; }
      .footer-section .whatsappcontainer .whatsapp:hover .text {
        max-width: 300px;
        margin-left: 20px; }
      .footer-section .whatsappcontainer .whatsapp i {
        font-size: 2.5rem;
        position: absolute;
        left: 10px;
        top: 0px; }

/*
*
*
@@END@@ footer section formatting
*
*/
.pages {
  margin-top: 100px; }
  .pages-header {
    padding: 40px 0;
    background-image: linear-gradient(to bottom, rgba(0, 122, 204, 0.78), rgba(0, 122, 204, 0.88)), url("../images/Tortoise-Shell.svg"); }
    .pages-header h1 {
      text-align: center;
      color: #fff; }
  .pages-text {
    background: whitesmoke; }
    .pages-text .container {
      padding: 20px;
      background: white; }
      .pages-text .container h3 {
        color: #00897b; }
      .pages-text .container p {
        text-indent: 50px; }
      .pages-text .container ol {
        padding-left: 20px; }
        .pages-text .container ol li h4 {
          padding-left: 30px;
          color: #eda719;
          font-weight: lighter; }
      .pages-text .container dl dt {
        font-weight: 700;
        padding: 10px 5px;
        color: #00897b; }

.services {
  padding-top: 100px;
  background-color: #f0fafd;
  background-repeat: no-repeat;
  min-height: 100vh; }
  .services .header-section {
    background-color: #344754;
    min-height: 40vh; }
    .services .header-section h1 {
      color: #fff;
      font-weight: bolder;
      margin-top: 10vh;
      text-align: center; }
      .services .header-section h1:after {
        content: "";
        display: block;
        text-align: center;
        background-color: #2ecc71;
        border-radius: 30px;
        width: 200px;
        margin: 10px auto;
        border-bottom: 0.15rem solid #ff6b81;
        border-style: double; }
  .services .main-section .section-1 {
    min-height: 300px; }
    .services .main-section .section-1 h2 {
      font-weight: bolder;
      color: #2ecc71;
      text-align: center;
      font-size: 1.5rem; }
    .services .main-section .section-1 .my-container {
      background-color: #fff;
      margin: auto 10%;
      margin-top: -100px;
      padding: 30px 50px; }
      @media (max-width: 768px) {
        .services .main-section .section-1 .my-container {
          margin-right: 25px;
          margin-left: 25px;
          padding: 30px 30px; } }
      @media (max-width: 640px) {
        .services .main-section .section-1 .my-container {
          margin-right: 15px;
          margin-left: 15px;
          padding: 30px 10px; } }
      .services .main-section .section-1 .my-container p {
        font-weight: lighter;
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        text-align: justify;
        font-size: 1rem;
        line-height: 200%;
        text-indent: 50px; }
        
      .services .main-section .section-1 .my-container .landing-form-container .form-control,
      .services .main-section .section-1 .my-container .landing-form-container .btn {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 80%; }
      .services .main-section .section-1 .my-container h3 {
        font-weight: bolder;
        text-align: left;
        margin: 15px 0;
        font-size: 1.2rem;
        color: #eda719; }
      .services .main-section .section-1 .my-container ul,ol {
        list-style-type: none; }
        .services .main-section .section-1 .my-container ul li {
          font-family: serif;
          font-size: 1.1rem;
          font-weight: lighter;
          margin-left: 3rem; }

          /*ul styling*/

          .services .main-section .section-1 .my-container ul li a {
            font-family: inherit;
            position: relative;
            color: #829a5e; }
            .services .main-section .section-1 .my-container ul li a:before {
              font-family: "Material Design Icons";
              content: "\f134";
              font-weight: 900;
              position: absolute;
              color: #2ecc71;
              left: -2.5rem; }

              /*ol styling*/
               .services .main-section .section-1 .my-container ol li h3 {
            font-family: inherit;
            position: relative;
            color: #eda719; }
             .services .main-section .section-1 .my-container ol li {
          font-family: serif;
          font-size: 1.1rem;
          font-weight: lighter;
          margin-left: 1rem; }
            .services .main-section .section-1 .my-container ol li h3:before {
              font-family: "Material Design Icons";
              content: "\f134";
              font-weight: 900;
              position: absolute;
              color: #eda719;
              left: -2.5rem; }

.error_page {
  margin-top: 10vh; }
  .error_page .container {
    padding: 3rem 1rem; }
    .error_page .container .display-4 {
      text-align: center;
      font-size: 2rem;
      font-weight: bolder;
      color: #007acc;
      position: relative;
      z-index: 100; }
    .error_page .container img {
      display: block;
      height: 500px;
      margin: -60px auto;
      text-align: center; }
    .error_page .container .text div,
    .error_page .container .text p,
    .error_page .container .text a {
      font-weight: bolder;
      text-align: center;
      color: #007acc; }
    .error_page .container .text .sorry strong {
      font-size: 1.5rem; }
    .error_page .container .text a.btn {
      text-align: center;
      padding: 10px 30px;
      display: inline-block;
      margin: auto;
      background-color: #ff8d1d;
      color: #fff;
      font-weight: bolder; }