.home_section {
  background-color: #f5fafd;
}

.home_section .hero_home {
  position: relative;
  z-index: 0;
}

.home_section .hero_home .hero_wave_home {
  width: 100%;
  z-index: -1;
  margin-bottom: -60px;
}

.home_section .hero_home .hero_wave_home > img {
  width: 100%;
  max-height: 180px;
}

@media (max-width: 959px) {
  .home_section .hero_home .hero_wave_home {
    margin-bottom: 0;
  }
}

.home_section .hero_home .home_HeroIllu {
  min-width: 480px;
  max-width: 480px;
}

@media (max-width: 959px) {
  .home_section .hero_home .home_HeroIllu {
    width: 90%;
    max-width: 400px;
    min-width: 250px;
    margin-top: 20px;
  }
}

.home_section .hero_home .hero__heading {
  font-size: 40px;
  color: #333;
  margin-left: 20px;
}

@media (max-width: 959px) {
  .home_section .hero_home .hero__heading {
    font-size: 30px;
    text-align: center;
    margin-left: 0;
  }
}

.home_section .hero_home .heading_hero_home_2 {
  font-size: 30px;
}

@media (max-width: 959px) {
  .home_section .hero_home .heading_hero_home_2 {
    font-size: 24px;
  }
}

.home_section .hero_home .typing_text {
  color: #58bcee;
}

.home_section .hero_home .cursor_typing {
  color: #58bcee;
  -webkit-animation: blink ease-in-out 500ms infinite alternate;
          animation: blink ease-in-out 500ms infinite alternate;
}

.home_section .hero_home .hero__content {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  margin: 20px 0;
  margin-left: 20px;
}

@media (max-width: 959px) {
  .home_section .hero_home .hero__content {
    width: 95%;
    font-size: 15px;
    text-align: center;
    margin-left: 0;
  }
}

.home_section .why_need_us_home {
  padding-top: 40px;
  margin-top: 40px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home {
    margin-top: 30px;
  }
}

.home_section .why_need_us_home > div > h2 {
  color: #333;
  text-align: center;
  font-size: 32px;
  padding: 20px 0;
  padding-top: 50px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > h2 {
    padding: 20px 0;
    font-size: 24px;
  }
}

.home_section .why_need_us_home > div > .student_need_home {
  margin-top: 100px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home {
    margin-top: 40px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1,
.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div,
.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 90%;
  max-width: 500px;
  -webkit-transition: -webkit-transform ease-in-out 0.15s;
  transition: -webkit-transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s;
  transition: transform ease-in-out 0.15s, -webkit-transform ease-in-out 0.15s;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div,
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div {
    max-width: 450px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > p,
.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > p {
  background: linear-gradient(92.93deg, #eef7fc 4.04%, #e3f2fb 97.2%);
  -webkit-box-shadow: 6px -10px 6px rgba(255, 255, 255, 0.75), 1px 4px 8px #cdd9df;
          box-shadow: 6px -10px 6px rgba(255, 255, 255, 0.75), 1px 4px 8px #cdd9df;
  border-radius: 30px;
  padding: 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #2e3a59;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > p,
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > p {
    height: 80px;
    padding: 20px 30px;
    font-size: 16px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > img,
.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > img {
  width: 100%;
  max-width: 175px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > img,
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > img {
    max-width: 120px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -30px;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 30px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > p {
  margin-right: 10%;
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div > img {
  margin-left: -17%;
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div:hover {
  -webkit-transform: scale(1.04) translateX(-50%);
          transform: scale(1.04) translateX(-50%);
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text1 > div:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  margin-bottom: -30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 30px;
  }
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > p {
  margin-left: 10%;
  text-align: right;
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div > img {
  margin-right: -17%;
}

.home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div:hover {
  -webkit-transform: scale(1.04) translateX(50%);
          transform: scale(1.04) translateX(50%);
}

@media (max-width: 959px) {
  .home_section .why_need_us_home > div > .student_need_home .student_need_points_home .student_need_point_home_text2 > div:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.home_section .benefits_home {
  margin-top: 150px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .home_section .benefits_home {
    padding-bottom: 20px;
    margin-top: 60px;
  }
}

.home_section .benefits_home .benefits_home_image > div {
  position: relative;
  max-width: 650px;
  margin: auto;
}

@media (max-width: 959px) {
  .home_section .benefits_home .benefits_home_image > div {
    max-width: 500px;
  }
}

.home_section .benefits_home .benefits_home_image > div > img {
  width: 90%;
}

.home_section .benefits_home .benefits_home_image > div > div {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 60%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
  background-color: #fff;
  color: #0491d4;
  padding: 10px 20px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 959px) {
  .home_section .benefits_home .benefits_home_image > div > div {
    min-height: 120px;
  }
}

.home_section .benefits_home .benefits_home_image > div > div > h2 {
  font-size: 26px;
  text-align: center;
}

@media (max-width: 959px) {
  .home_section .benefits_home .benefits_home_image > div > div > h2 {
    font-size: 23px;
  }
}

.home_section .benefits_home .slick-arrow {
  display: none !important;
}

.home_section .benefits_home .slider_points_benefits_home .point_wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_section .benefits_home .slider_points_benefits_home .point_wrapper > div {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  width: 80%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  max-width: 300px;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-shadow: 2px 2px 23px rgba(210, 240, 255, 0.5);
          box-shadow: 2px 2px 23px rgba(210, 240, 255, 0.5);
}

.home_section .benefits_home .slider_points_benefits_home .point_wrapper > div > p {
  color: #2e3a59;
  font-size: 16px;
  padding-left: 20px;
  text-align: center;
}

.home_section .benefits_home .slider_points_benefits_home .point_wrapper > div > img {
  position: absolute;
  height: 90%;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home_section .unique_home {
  padding-top: 80px;
}

@media (max-width: 959px) {
  .home_section .unique_home {
    padding-top: 50px;
  }
}

.home_section .unique_home > div > h2 {
  color: #222;
  text-align: center;
  font-size: 32px;
  padding: 20px 0;
  padding-top: 50px;
}

@media (max-width: 959px) {
  .home_section .unique_home > div > h2 {
    padding: 20px;
    font-size: 24px;
  }
}

.home_section .unique_home > div > .home_teacherind_unique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 90%;
  margin: auto;
  margin-top: 50px;
}

@media (max-width: 959px) {
  .home_section .unique_home > div > .home_teacherind_unique {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home_section .unique_home > div > .home_teacherind_unique .lg_unique_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 959px) {
  .home_section .unique_home > div > .home_teacherind_unique .lg_unique_img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.home_section .unique_home > div > .home_teacherind_unique .lg_unique_img > img {
  width: 100%;
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 550px;
  width: 100%;
  margin-right: 40px;
}

@media (max-width: 959px) {
  .home_section .unique_home > div > .home_teacherind_unique .unique_points {
    margin-top: 30px;
    margin-right: auto;
  }
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0;
}

@media (max-width: 959px) {
  .home_section .unique_home > div > .home_teacherind_unique .unique_points > div {
    max-width: 700px;
    margin: 20px auto;
  }
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points > div > img {
  width: 70px;
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points > div > div {
  margin-left: 10px;
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points > div > div > h3 {
  font-size: 20px;
  color: #444;
  text-align: left;
  margin-bottom: 10px;
}

.home_section .unique_home > div > .home_teacherind_unique .unique_points > div > div > p {
  font-size: 16px;
  color: #777;
}

.home_section .counter_home {
  margin-top: 120px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .home_section .counter_home {
    margin-top: 60px;
  }
}

.home_section .counter_home .counter_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home_section .counter_home .counter_wrapper .counter_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 80px;
}

@media (max-width: 959px) {
  .home_section .counter_home .counter_wrapper .counter_image {
    max-width: 75px;
  }
}

.home_section .counter_home .counter_wrapper .counter_image > img {
  width: 100%;
}

.home_section .counter_home .counter_wrapper .counter_number {
  color: #2e3a59;
  text-align: center;
  font-size: 28px;
  margin: 10px 0;
}

@media (max-width: 959px) {
  .home_section .counter_home .counter_wrapper .counter_number {
    font-size: 22px;
  }
}

.home_section .counter_home .counter_wrapper .counter_description {
  color: #38486e;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.home_section .testimonials_home {
  padding-top: 50px;
  padding-bottom: 100px;
}

.home_section .testimonials_home > div > h2 {
  color: #222;
  text-align: center;
  font-size: 32px;
  padding: 20px 0;
  padding-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 959px) {
  .home_section .testimonials_home > div > h2 {
    padding: 20px 0;
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.home_section .testimonials_home > div .testimonial_wrapper {
  height: 100%;
  padding: 30px 15px;
  max-width: 350px;
  width: 100%;
  margin: auto;
  outline: none;
  border: none;
}

.home_section .testimonials_home > div .testimonial_wrapper > div {
  height: 480px;
  max-width: 350px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_content_wrapper {
  width: 100%;
  height: 30%;
  background-image: linear-gradient(45deg, #03aeee, #96e5f9);
  position: absolute;
  bottom: 0;
  border-radius: 140px 140px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_content_wrapper .testimonial_image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 8px solid #fff;
  position: relative;
  bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_content_wrapper .testimonial_image > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_content_wrapper > h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  bottom: 52px;
  text-align: center;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_content_wrapper .testimonial_role {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-align: center;
  position: relative;
  bottom: 48px;
  padding: 0 20px;
}

.home_section .testimonials_home > div .testimonial_wrapper > div .testimonial_saying {
  padding: 10px 20px;
  color: #796161;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 10%;
  line-height: 32px;
}

.arrow_slick::before {
  display: none;
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 512px) {
  .slick-arrow {
    display: none !important;
  }
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
/*# sourceMappingURL=home.css.map */