@charset "utf-8";
/*
  NaeduThemes Styling
  ----------------------
  1. Naedu Common Classes
  2. Naedu Elements
     --Naedu Theme Browsers Selection Background
     --Naedu Theme Default Color
     --Naedu Theme Hovers
     --Naedu Theme Backgrounds
     --Naedu Theme Border Colors
     --Naedu Theme Font Family
     --Naedu Buttons
     --Naedu Link
     --Naedu Reset Classes
       --Naedu Form Fields
       --Naedu Owl Carousel Slider
       --Naedu Swiper Slider
       --Naedu Slick Slider
       --Naedu Tabs
       --Naedu Animation Keyframes
       --Naedu Circle Timer
       --Naedu PsgTimer
       --Naedu Magnific Popup
       --Naedu Pagination
  4. Naedu Main Wrap
  5. Naedu Banner
     --Naedu Banner Style Two 
  6. Naedu Categories
     --Naedu Categories Style Two
  7. Naedu Courses
     --Naedu Courses Style Two
  8. Naedu Events
     --Naedu Events Style Two
  9. Naedu Classes
     --Naedu Classes Style Two
  10. Naedu Meeting
      --Naedu Meeting Style Two
  11. Naedu Offer
      --Naedu Offer Style Two
  12. Naedu Instructor
      --Naedu Instructor Style Two
  13. Naedu Plans
      --Naedu Plans Style Two
  14. Naedu Apps
      --Naedu Apps Style Two
  15. Naedu Blog
      --Naedu Blog Style Two
  16. Naedu Testimonials
      --Naedu Testimonials Style Two
  17. Naedu Countdown
      --Naedu Countdown Style Two
  18. Naedu Newsletter
      --Naedu Newsletter Style Two
  19. Naedu Process
      --Naedu Process Style Two
  20. Naedu Profile
      --Naedu Profile Style Two
*/ 
/* 1. Naedu Common Classes */
html {
  overflow-y: scroll;
}
body {
  font-weight: 400;
  font-size: 15px;
  text-rendering: auto;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::-webkit-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
:-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
[class*="naedu-"] a {
  transition: all ease .4s;
  text-decoration: none;
}
[class*="naedu-"] a:focus {
  outline: none;
  outline-offset: 0;
}
[class*="naedu-"] a:hover, 
[class*="naedu-"] a:focus {
  text-decoration: none;
}
[class*="naedu-"] img {
  max-width: 100%;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
[class*="naedu-"] .fa, 
[class*="naedu-"] .far, 
[class*="naedu-"] .fas {
  font-family: "Font Awesome 5 Free", 'FontAwesome';
}
[class*="naedu-"] .h1, 
[class*="naedu-"] .h2, 
[class*="naedu-"] .h3, 
[class*="naedu-"] .h4, 
[class*="naedu-"] .h5, 
[class*="naedu-"] .h6,
[class*="naedu-"] h1, 
[class*="naedu-"] h2, 
[class*="naedu-"] h3, 
[class*="naedu-"] h4, 
[class*="naedu-"] h5, 
[class*="naedu-"] h6 {
  padding-bottom: 10px;
  margin: 0;
  color: #141414;
  font-weight: 700;
  line-height: 1.2;
}
[class*="naedu-"] h1 a, 
[class*="naedu-"] h2 a, 
[class*="naedu-"] h3 a, 
[class*="naedu-"] h4 a, 
[class*="naedu-"] h5 a, 
[class*="naedu-"] h6 a {
  color: inherit;
  font-weight: inherit;
}
[class*="naedu-"] video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: #f9f9f9;
}
[class*="naedu-"] audio, 
[class*="naedu-"] canvas, 
[class*="naedu-"] progress, 
[class*="naedu-"] video {
  vertical-align: middle;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
[class*="naedu-"] form input, 
[class*="naedu-"] textarea {
  width: auto;
}
[class*="naedu-"] p {
  line-height: 1.6;
}

/* NicheAddons Pro Button for each section */
a.naedu-btn.naedu-pro-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 80px 0 0 80px;
  right: 0;
  padding: 16px 20px 14px 30px;
  z-index: 9;
}
a.naedu-btn.naedu-pro-btn:after {
  content: none;
}
.nich-ele-box {
  text-align: center;
}
.nich-ele-box figure {
  position: relative;
  overflow: hidden;
  padding: 35px 30px;
  background: #ffffff;
  box-shadow: 0 8px 30px rgb(130 139 149 / 10%);
  border-radius: 15px;
}
h4.ele-lable {
  padding: 5px 10px 4px;
  color: #ffffff;
  background-color: #00a32e;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50px;
}
h4.ele-lable.pro {
  background-color: #cd0022;
}
h4.ele-lable.free-pro {
  background-image: linear-gradient(to right, #00a32e 50% , #cd0022 0%);
}
h4.ele-lable.free-pro span {
  padding: 0 0 0 10px;
  margin: 0 0 0 3px;
}
.nich-ele-box .ele-icon {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
  width: auto;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.nich-ele-box .ele-icon i {
  font-size: 48px;
  color: #141414;
}
.nich-ele-box h5 {
  font-size: 22px;
  padding: 0; 
  font-weight: 700;
}
.nich-ele-box figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #ffba00;
  bottom: -20px;
  left: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.nich-ele-box figure:hover:after {
  bottom: 0;
}

/* Naedu Theme Default Color */
body, 
a, 
.table td, 
.table th, 
p, 
.naedu-meta li, 
.event-auther small {
  color: #444444;
}
/* Naedu Theme Hovers */
a:hover, 
a:focus, 
.banner-style-two .caption-title span, 
.category-item:hover h3, 
.naedu-courses figure:hover h4 a, 
.naedu-meta li a:hover, 
.naedu-courses h5 a:hover, 
.naedu-courses a:hover h4, 
.event-auther span, 
.event-date, 
.event-auther ul li a:hover, 
.naedu-events h3 a:hover, 
.event-auther ul li a:hover span, 
.question-title a:hover, 
.video-inner h3 u, 
.classes-style-two .video-btn:hover, 
.naedu-meeting h4 a:hover, 
.naedu-avatar a:hover span, 
.meeting-style-two h3 a:hover, 
.meeting-id span, 
.naedu-avatar span a:hover, 
.naedu-instructor h4, 
.naedu-instructor h3 a:hover, 
.social-link a:hover, 
.naedu-blog h3 a:hover, 
.naedu-link, 
.blog-date, 
.newsletter-style-two.naedu-newsletter .social-link a:hover, 
.naedu-process a:hover, 
.naedu-process a:hover h3, 
.profile-style-two .contact-links a:hover, 
.testimonials-style-two .testimonial-auther h3:before, 
.testimonials-style-two .testimonial-auther h3:after {
  color: #ffba00;
}
.naedu-btn, 
.naedu-btn.naedu-btn-dark:hover, 
.naedu-btn.naedu-btn-dark:focus, 
.category-item span, 
.courses-style-two .naedu-meta li, 
.event-auther ul li span, 
.naedu-form form label, 
.naedu-form label sup, 
.naedu-form label .required, 
.classes-style-two.naedu-form input[type="submit"], 
.classes-style-two.naedu-form button[type="submit"], 
.question-title a, 
.classes-style-two .video-btn, 
.meeting-duration, 
.naedu-courses .course-auther h5, 
.offer-style-two h5, 
.instructor-auther a, 
.contact-link, 
.plan-wrap:hover h4, 
.plan-wrap:hover h3, 
.plan-info li span, 
.plans-style-two .plan-price h3, 
.plans-style-two .plan-price h4, 
.testimonial-info p, 
.psgTimer_numbers > div > div, 
.psgTimer_labels > div, 
.circletimer .count, 
.countdown-style-two .naedu-btn:hover, 
.countdown-style-two .naedu-btn:focus, 
.newsletter-style-two .mc4wp-form-fields input[type="submit"], 
.naedu-process a, 
.naedu-process .naedu-image:before, 
.process-style-two p, 
.process-style-two figcaption:before, 
.contact-links a:hover, 
.contact-links, 
.naedu-profile .social-link a, 
.profile-style-two.naedu-profile .social-link a:hover, 
.testimonial-info:after, 
.testimonial-info:before {
  color: #141414;
}
.naedu-form input[type="submit"], 
.naedu-btn:hover, 
.naedu-btn:focus, 
.naedu-btn.naedu-btn-dark, 
.banner-style-two .caption-title, 
.video-btn,
.naedu-classes.classes-style-two input[type="submit"]:hover, 
.naedu-classes.classes-style-two button[type="submit"]:hover, 
.video-inner h3, 
.meeting-id, 
.offer-style-two h3, 
.offer-style-two h4, 
.offer-style-two h6, 
.instructor-auther a:hover, 
.contact-link:hover, 
.instructor-style-two h3, 
.naedu-instructor.instructor-style-two p, 
.social-link a, 
.instructor-style-two h4 a:hover, 
.plan-price h3, 
.plan-price h4, 
.testimonials-style-two p, 
.testimonials-style-two h3, 
.testimonials-style-two .testimonial-auther span, 
.countdown-style-two p, 
.naedu-newsletter .social-link a:hover, 
.newsletter-style-two p, 
.newsletter-style-two .social-link, 
.newsletter-style-two.naedu-newsletter .social-link a, 
.naedu-profile .social-link a:hover, 
.process-style-two a:hover, 
.profile-style-two h3, 
.profile-style-two.naedu-profile h4, 
.profile-style-two.naedu-profile p, 
.profile-style-two.naedu-profile h5, 
.profile-style-two .contact-links, 
.profile-style-two .contact-links a, 
.naedu-btn-light:not(:disabled):not(.disabled).active, 
.naedu-btn-light:not(:disabled):not(.disabled):active, 
.show > .naedu-btn-light.dropdown-toggle {
  color: #ffffff;
}
.naedu-courses h5, 
.question-title, 
.naedu-meeting h5, 
.naedu-avatar span, 
.naedu-instructor p, 
.plan-info li, 
.plans-style-two h4 sub, 
.blog-auther .naedu-meta li, 
.blog-style-two .naedu-meta li, 
.testimonial-auther span, 
.naedu-profile h4, 
.contact-links a {
  color: #8c8c8c;
}

/* Naedu Theme Backgrounds */
.naedu-btn:hover, 
.naedu-btn:focus, 
.naedu-btn.naedu-btn-dark, 
.event-date, 
.video-btn, 
.naedu-classes input[type="submit"], 
.naedu-classes button[type="submit"], 
.naedu-classes.classes-style-two input[type="submit"]:hover, 
.naedu-classes.classes-style-two button[type="submit"]:hover, 
.meeting-id, 
.offer-style-two .offer-wrap, 
.instructor-auther a:hover, 
.instructor-style-two figure, 
.plan-price, 
.plan-price:after, 
.naedu-profile .social-link a:hover, 
.profile-style-two.naedu-profile, 
.banner-style-two .naedu-btn.naedu-btn-light:hover, 
.banner-style-two .naedu-btn.naedu-btn-light:focus {
  background-color: #141414;
}
.naedu-btn, 
.naedu-btn.naedu-btn-dark:hover, 
.naedu-btn.naedu-btn-dark:focus, 
.category-item span, 
.categories-style-two .naedu-icon:before, 
.naedu-courses h3, 
.courses-style-two .naedu-meta, 
.naedu-classes input[type="submit"]:hover, 
.naedu-classes button[type="submit"]:hover, 
.classes-style-two input[type="submit"], 
.classes-style-two button[type="submit"], 
.meeting-duration, 
.offer-wrap, 
.offer-info h3, 
.offer-style-two h5, 
.instructor-auther a, 
.contact-link, 
.plan-wrap:hover .plan-price:after, 
.plan-wrap:hover .plan-price, 
.apps-style-two .nich-container:after, 
.psgTimer_numbers > div > div, 
.circletimer .count:after, 
.countdown-style-two .naedu-btn:hover, 
.countdown-style-two .naedu-btn:focus, 
.newsletter-style-two.naedu-newsletter .mc4wp-form-fields input[type="submit"], 
.naedu-process .naedu-image:before,
.naedu-profile .social-link a, 
.testimonial-info:after, 
.testimonial-info:before {
  background-color: #ffba00;
} 
.naedu-courses figure {
  background-color: #f8f8f8;
}
.naedu-meta li:after {
  background-color: #444444;
}
.naedu-form input[type="text"], 
.naedu-form input[type="email"], 
.naedu-form input[type="password"], 
.naedu-form input[type="tel"], 
.naedu-form input[type="search"], 
.naedu-form input[type="date"], 
.naedu-form input[type="time"], 
.naedu-form input[type="datetime-local"], 
.naedu-form input[type="event-month"], 
.naedu-form input[type="url"], 
.naedu-form input[type="number"], 
.naedu-form textarea, 
.naedu-form select, 
.form-control, 
.naedu-btn.naedu-btn-light, 
.naedu-btn.naedu-btn-light, 
.category-item, 
.categories-style-two .naedu-icon, 
.courses-style-two figure, 
.naedu-events figure, 
.classes-wrap, 
.classes-style-two .video-btn, 
.naedu-meeting figure, 
.offer-info .naedu-btn:hover, 
.plan-wrap, 
.blog-style-two figure, 
.testimonial-info, 
.naedu-newsletter .mc4wp-form-fields, 
.process-style-two .naedu-image:before, 
.process-style-two figcaption:before, 
.profile-style-two .social-link a:hover {
  background-color: #ffffff;
}
.testimonials-style-two, 
.blog-date {
  background-color: #000000;
}
.offers-shape .st0 {
  fill: #141414;
}
.testimonial-users svg path {
  fill: #000000;
}
/* Naedu Theme Border Colors */
.offer-info {
  border-color: #141414;
}
.offer-style-two h4 {
  border-color: #ffffff;
}
.blog-style-two figure:hover .naedu-link {
  border-color: #ffba00;
}
/* Naedu Theme Font Family */
body {
  font-family: 'Montserrat', sans-serif;
}
/* Naedu Buttons */
.naedu-btn, 
input[type="submit"].wpcf7-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-width: 150px;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: none;
  transition: all ease .4s;
}
.naedu-btn-lg {
  height: 72px;
  padding: 25px 40px;
}
.naedu-btn-sm {
  height: 43px;
  padding: 10px 40px;
  font-size: 13px;
}
/* Naedu Link */
.naedu-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: transparent;
}
/* Naedu Reset Classes */
/* Naedu Form Fields */
.naedu-form input[type="text"], 
.naedu-form input[type="email"], 
.naedu-form input[type="password"], 
.naedu-form input[type="tel"], 
.naedu-form input[type="search"], 
.naedu-form input[type="date"], 
.naedu-form input[type="time"], 
.naedu-form input[type="datetime-local"], 
.naedu-form input[type="event-month"], 
.naedu-form input[type="url"], 
.naedu-form input[type="number"], 
.naedu-form textarea, 
.naedu-form select, 
.form-control {
  vertical-align: middle;
  width: 100%;
  height: 72px;
  padding: 10px 20px;
  line-height: 1.42857143;
  border: 1px solid #dadada;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  transition: all ease .4s;
}
.naedu-form input[type="text"]:focus, 
.naedu-form input[type="email"]:focus, 
.naedu-form input[type="password"]:focus, 
.naedu-form input[type="tel"]:focus, 
.naedu-form input[type="search"]:focus, 
.naedu-form input[type="date"]:focus, 
.naedu-form input[type="time"]:focus, 
.naedu-form input[type="datetime-local"]:focus, 
.naedu-form input[type="event-month"]:focus, 
.naedu-form input[type="url"]:focus, 
.naedu-form input[type="number"]:focus, 
.naedu-form textarea:focus, 
.naedu-form select:focus, 
.form-control:focus {
  border-color: #cdcdcd;
  box-shadow: none;
}
.naedu-form input[type="file"] {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}
.naedu-form input[type=number] {
  padding-right: 30px;
  margin-bottom: 0;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.naedu-form input[type=number]::-webkit-inner-spin-button, 
.naedu-form input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.naedu-form input[type="radio"] {
  margin: 0 5px 0 0;
}
.naedu-form textarea, 
.naedu-form textarea.form-control {
  height: 170px;
  resize: vertical;
}
.naedu-form input[type="submit"], 
.naedu-form button[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  min-width: 165px;
  padding: 15px 20px 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: none;
  transition: all ease .4s;
}
.naedu-form input[type="submit"].naedu-block {
  min-width: 100%;
}
.naedu-form select {
  padding: 10px 50px 10px 20px;
  background-image: url(../images/icons/icon30@3x.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 23px auto;
  color: #888888;
}
.naedu-form select::-ms-expand {
  display: none;
}
.naedu-form form .fa + input {
  padding-left: 45px;
}
.naedu-form form .wpcf7-form-control-wrap .fa {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #9f9f9f;
  font-size: 13px;
  z-index: 1;
}
.naedu-form form .wpcf7-form-control-wrap .fa-building-o {
  font-size: 15px;
}
.naedu-form form .wpcf7-form-control-wrap .fa-lock {
  font-size: 17px;
}
.naedu-form form .wpcf7-form-control-wrap .fa-globe {
  font-size: 15px;
}
.naedu-form form .wpcf7-form-control-wrap .fa-pencil-square {
  font-size: 16px;
}
.naedu-form select option {
  padding: 5px 10px;
}
.naedu-form select[multiple] {
  height: 175px;
  padding: 9px;
  background-image: none;
}
.naedu-form label {
  font-weight: 400;
  cursor: pointer;
}
.naedu-form label sup, 
.naedu-form label .required {
  top: -1px;
  font-size: 15px;
}
.naedu-form form p {
  margin-bottom: 0;
  line-height: normal;
  position: relative;
}
.naedu-form form label {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.42857143;
  position: relative;
}
.naedu-form .wpcf7-list-item {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.naedu-form form label br {
  display: none;
}
.naedu-form form label span.wpcf7-form-control-wrap {
  padding-top: 10px;
  display: block;
}
.naedu-form form label.checkbox {
  padding-bottom: 0;
}
.wpcf7-list-item-label {
  color: #8c8c8c;
  font-size: 15px;
  padding-left: 15px;
}
.naedu-form form input, 
.naedu-form form textarea, 
.naedu-form form select {
  margin-bottom: 28px;
}
.naedu-form form input[type="submit"] {
  margin: 0;
}
/* Naedu Owl Carousel Slider */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev, 
.owl-carousel .owl-next, 
.owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  padding-top: 25px;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ececec;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  transition: all ease .3s;
}
.owl-carousel .owl-nav {
  position: relative;
  z-index: 2;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  color: #d2d2d2;
  outline: none;
  border-radius: 3px;
  transition: all ease .3s;
  z-index: 1;
  margin: 5px;
  box-shadow: 0 8px 16px rgba(0,0,0,.04);
}
.owl-carousel .owl-nav button.owl-prev:after, 
.owl-carousel .owl-nav button.owl-next:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  text-rendering: auto;
  content: "\f053";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-carousel .owl-nav button.owl-next:after {
  content: "\f054";
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}
/* Naedu Swiper Slider */
.naedu-banner.swiper-container {
  clear: both;
}
.naedu-banner.swiper-container .swiper-pagination-bullet {
  background: #ffba00;
}
.naedu-banner.swiper-container .swiper-button-next,
.naedu-banner.swiper-container .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-image: none;
  outline: none;
  background-color: #fff;
  border-radius: 100%;
  left: 60px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  opacity: 0;
}
.naedu-banner.swiper-container .swiper-button-prev:before,
.naedu-banner.swiper-container .swiper-button-next:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #232323;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font: normal normal normal 28px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.naedu-banner.swiper-container .swiper-button-prev:before {
  content: "\f104";
}
.naedu-banner.swiper-container .swiper-button-next {
  left: auto;
  right: 60px;
}
.naedu-banner.swiper-container:hover .swiper-button-prev {
  left: 30px;
  opacity: 1;
}
.naedu-banner.swiper-container:hover .swiper-button-next {
  right: 30px;
  opacity: 1;
}
.naedu-banner.swiper-container .swiper-button-next:hover,
.naedu-banner.swiper-container .swiper-button-prev:hover {
  background-color: #ffba00;
}
.naedu-banner.swiper-container .swiper-button-next:hover:before,
.naedu-banner.swiper-container .swiper-button-prev:hover:before {
  color: #ffffff;
}
.naedu-banner.swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.naedu-banner.swiper-container .swiper-pagination-bullets {
  bottom: 20px;
}
.swiper-container-flip .swiper-slide {
  opacity: 0;
}
.swiper-container-cube .swiper-slide-active, 
.swiper-container-cube .swiper-slide-active .swiper-slide-active, 
.swiper-container-flip .swiper-slide-active, 
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  opacity: 1;
}
/* Naedu Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, 
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img, .slick-initialized .slick-slide {
  display: block;
}
.slick-slide.slick-loading img, .slick-arrow.slick-hidden {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide {
  margin: 0px 20px;
  transition: all ease-in-out .3s;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before, .slick-next:before {
  color: black;
}
.slick-current, .slick-active {
  opacity: 1;
}
.slider-nav {
  position: absolute;
  bottom: 40px;
  left: 0;
  max-width: 350px;
  width: 100%;
  z-index: 1;
}
.slider-nav .slick-slide {
  padding: 20px;
  margin: 0 15px 0 0;
  opacity: 0.6;
  outline: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f9fa+50,eaf9ff+50 */
  background: rgb(248,249,250); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(248,249,250,1) 50%, rgba(234,249,255,1) 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(248,249,250,1) 50%,rgba(234,249,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(248,249,250,1) 50%,rgba(234,249,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fa', endColorstr='#eaf9ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.slider-nav .slick-current {
  opacity: 1;
}
.slick-dots {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.slick-dots li {
  margin: 5px 0;
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 30px;
  transition: all ease .4s;
}
.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
}
.slick-dots li button:before {
  display: none;
}
.slick-prev, .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  left: 15px;
  width: 50px;
  height: 50px;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1;
}
.slick-next {
  left: auto;
  right: 15px;
}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
  width: 13px;
  height: 13px;
  margin-right: -3px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: '';
  opacity: 1;
  transform: rotate(-45deg);
}
.slick-next:before {
  margin-left: -3px;
  margin-right: 0;
  transform: rotate(135deg);
}
/* Naedu Tabs */
.nav-tabs {
  margin-bottom: 20px;
  border-bottom: none;
  font-weight: 600;
  text-align: center;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 30px 0 0 30px;
}
.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 30px 30px 0;
}
.nav-tabs .nav-link {
  min-width: 200px;
  padding: 18px 30px;
  margin: -0.5px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: transparent;
}
/* Naedu Animation Keyframes */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* Naedu Circle Timer */
.naedu-timecircles {
  margin-bottom: 15px;
  min-width: 450px;
  color: #141414;
}
.naedu-timecircles canvas {
  position: relative;
  z-index: 11;
}
.time_circles {
  z-index: 1;
}
.time_circles > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  z-index: 1;
}
.time_circles > div:before {
  position: absolute;
  top: -33px;
  left: 15px;
  width: 120px;
  height: 120px;
  content: '';
  background-color: #f8f9fa;
  border-radius: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.time_circles span, 
.time_circles > div > h4 {
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 0 !important;
  line-height: normal !important;
}
.time_circles span {
  padding-bottom: 2px;
  line-height: 34px !important;
}
.time_circles > div > h4 {
  font-size: 14px !important;
  text-transform: none !important;
}

/* Naedu Pagination */
.naedu-pagination {
  vertical-align: middle;
  padding-top: 30px;
  text-align: center;
}
.naedu-pagination ul {
  padding: 0;
  margin: 0;
  font-size: 15px;
  list-style: none;
}
.naedu-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
}
.naedu-pagination ul li.inactive {
  vertical-align: super;
  padding: 0 15px;
  color: #d7d7d7;
}
.naedu-pagination ul li span,
.naedu-pagination ul li a {
  border: 1px solid #d1d1d1;
  display: inline-block;
  color: #222222;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 39px;
  margin-right: 7px;
  text-align: center;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.naedu-pagination ul li a:hover,
.naedu-pagination ul li a.current,
.naedu-pagination ul li span.current {
  background-color: #ffba00;
  border-color: #ffba00;
  color: #fff;
}
.naedu-pagination ul li.prev,
.naedu-pagination ul li.next {
  font-weight: 300;
  font-size: 13px;
}
/* Section Title */
.naedu-section-title {
  text-align: center;
}
.naedu-section-title h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  color: #141414;
  padding-bottom: 5px;
}
.naedu-section-title .title-wrap {
  margin-bottom: 20px;
}
.naedu-section-title .title-wrap span {
  width: 48px;
  height: 2px;
  display: inline-block;
  background-color: #ffba00;
}
.naedu-section-title p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #444444;
}
/* 4. Naedu Main Wrap */
/* 5. Naedu Banner */
.naedu-banner {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-slide {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.naedu-banner .nich-container, 
.naedu-banner .nich-container-fluid {
  height: 100%;
  overflow: hidden;
}
.naedu-banner .nich-row {
  height: 100%;
}
.banner-caption {
  max-width: 650px;
  margin-left: auto;
}
.banner-caption .caption-title {
  padding-bottom: 30px;
  font-size: 65px;
  line-height: 80px;
  letter-spacing: -2px;
}
.banner-caption .btn-block {
  padding-top: 14px;
}
.naedu-banner .naedu-btn {
  padding: 18px 65px;
}
.banner-caption .banner-caption .caption-title {
  animation-delay: 1s;
}
.banner-caption .naedu-btn {
  animation-delay: 1s;
}
.banner-caption .naedu-btn-two {
  animation-delay: 1.3s;
}
.swiper-slide .banner-image {
  animation-delay: 1.5s;
}
/* Naedu Banner Style Two */
.banner-style-two .swiper-slide {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner-style-two .nich-container {
  display: flex;
  align-items: center;
}
.banner-style-two .banner-caption {
  max-width: 830px;
  text-align: center;
  margin: 0 auto;
}
.banner-style-two .naedu-btn {
  padding: 25px;
  min-width: 210px;
  margin: 0 10px;
}
.banner-style-two .caption-title {
  padding-bottom: 45px;
}
.banner-style-two .swiper-slide:before {
  content: '';
  background: rgba(20,20,20,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-style-two .caption-title span {
  position: relative;
  z-index: 1;
}
.banner-style-two .caption-title span:before {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  width: 282px;
  height: 17px;
  position: absolute;
  bottom: -6px;
  left: 5px;
  z-index: -1;
}
/* 6. Naedu Categories */
.naedu-categories {
  padding: 0 15px;
}
.category-item {
  border-radius: 8px;
  padding: 30px 0px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 30px;
}
.category-item:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all ease .4s;
  background: rgba(255,255,255,0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.category-item:hover:after {
  top: 10px;
  left: 10px;
}
.category-item span {
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  border-radius: 0 8px 0 30px;
  text-align: center;
  padding: 4px 6px 4px 10px;
}
.category-item h3 {
  font-size: 20px;
  padding-bottom: 0;
  font-weight: 600;
  padding-top: 18px;
  transition: all ease .4s;
}
.category-item h3 a {
  color: inherit;
}
.category-item a i {
  font-size: 60px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Naedu Categories Style Two */
.categories-style-two .category-item {
  background: transparent;
  padding: 0;
}
.categories-style-two .naedu-icon {
  width: 166px;
  height: 166px;
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.categories-style-two .category-item h3 {
  padding-bottom: 8px;
}
.categories-style-two .naedu-icon:before {
  content: '';
  width: 166px;
  height: 166px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
  transition: all ease .4s;
}
.categories-style-two .naedu-icon img {
  position: relative;
}
.categories-style-two .category-item:after {
  display: none;
}
.categories-style-two .category-item:hover .naedu-icon:before {
  top: 10px;
}
/* 7. Naedu Courses */
.naedu-courses {
  padding: 0 15px;
}
.naedu-courses figure {
  display: flex;
  align-items: center;
  padding: 45px 30px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px !important;
}
.naedu-courses .naedu-image {
  min-width: 140px;
  width: 140px;
  border-radius: 50%;
  overflow: hidden;
}
.naedu-courses.courses-style-one .naedu-image {
  height: 140px;
}
.naedu-courses .naedu-image img {
  width: 100%;
  transform: scale(1);
  transition: all ease .4s;
}
.naedu-courses figure:hover .naedu-image img {
  transform: scale(1.1);
}
.naedu-courses h3 {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 12px;
  font-size: 17px;
}
.naedu-courses h3 span, .course-auther h5 span {
  font-size: 13px;
}
.naedu-courses h4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.2px;
  padding-bottom: 8px;
  transition: all ease .4s;
}
.naedu-courses h4 a, .naedu-courses h5 a {
  color: inherit;
}
.naedu-courses h5 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  padding-bottom: 5px;
}
.naedu-courses figcaption {
  flex-grow: 1;
  padding-left: 24px;
}
.rating-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9d8d8' viewBox='0 0 78 13' width='78' height='13'%3E%3Cpath d='M6.64 10.94L3.7 12.48c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7L4.3 3.7 5.75.76c.5-1 1.28-1 1.77 0L9 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L21.75.76c.5-1 1.28-1 1.77 0L25 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L37.75.76c.5-1 1.28-1 1.77 0L41 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L53.75.76c.5-1 1.28-1 1.77 0L57 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L69.75.76c.5-1 1.28-1 1.77 0L73 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54z'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
}
.rating-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff7800' viewBox='0 0 78 13' width='78' height='13'%3E%3Cpath d='M6.64 10.94L3.7 12.48c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7L4.3 3.7 5.75.76c.5-1 1.28-1 1.77 0L9 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L21.75.76c.5-1 1.28-1 1.77 0L25 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L37.75.76c.5-1 1.28-1 1.77 0L41 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L53.75.76c.5-1 1.28-1 1.77 0L57 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54zm16 0l-2.93 1.54c-.97.52-1.6.05-1.43-1.04l.56-3.26-2.36-2.3c-.8-.78-.55-1.54.54-1.7l3.28-.47L69.75.76c.5-1 1.28-1 1.77 0L73 3.7l3.26.48c1.1.16 1.34.92.55 1.7l-2.36 2.3.56 3.26c.2 1.1-.46 1.56-1.44 1.04l-2.92-1.54z'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.naedu-meta {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 -13px;
  align-items: center;
}
.naedu-meta li {
  list-style: none;
  font-size: 15px;
  padding: 2px 13px;
  font-weight: 400;
  position: relative;
}
.naedu-meta li a {
  color: inherit;
}
.naedu-meta li:not(:last-child):after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -1px;
}
.naedu-meta li > span {
  padding-left: 6px;
}
/* Naedu Courses Style Two */
.courses-style-two figure {
  padding: 0;
  transition: all ease .4s;
  flex-wrap: wrap;
}
.courses-style-two figure:hover {
  box-shadow: 0 30px 46px rgba(0, 0, 0, 0.1);
}
.courses-style-two .naedu-image {
  min-width: 100%;
  width: 100%;
  border-radius: 0;
}
.courses-style-two figcaption {
  width: 100%;
  padding: 0;
}
.courses-style-two .naedu-meta {
  padding: 16px 35px;
}
.courses-style-two .naedu-meta li {
  margin-top: 0;
}
.courses-style-two .course-info {
  padding: 25px 35px;
  border-bottom: 1px solid #d8d8d8;
}
.courses-style-two .course-info .naedu-meta {
  background: transparent;
  padding: 0;
  margin-top: 8px;
}
.courses-style-two h3 {
  position: static;
  background: transparent;
  padding: 0;
  font-size: 15px;
  color: #ff2616;
  font-weight: 500;
  padding-bottom: 10px;
}
.courses-style-two h3 a:after {
  content: ",";
}
.courses-style-two h3 a:last-child:after {
  content: none;
}
.courses-style-two h3 a:hover {
  color: #ffba00;
}
.naedu-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.course-auther {
  padding: 15px 35px;
}
.course-auther [class*="nich-col-"]:first-child {
  display: flex;
  align-items: center;
}
.naedu-avatar {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.courses-style-two .naedu-avatar {
  display: flex;
  align-items: center;
}
.naedu-avatar span {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 8px;
  padding-bottom: 0;
}
.naedu-avatar span a {
  color: inherit;
}
.course-auther h5 {
  font-size: 25px;
  padding-bottom: 0;
  text-align: right;
  font-weight: bold;
}
/* 8. Naedu Events */
.naedu-events {
  padding: 0 15px;
}
.naedu-events figure {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 40px !important;
  transition: all ease .4s;
}
.naedu-events figure img {
  border-radius: 0 50% 50% 0;
  max-width: 296px;
  margin-left: -85px;
}
.naedu-events figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
  padding: 20px 20px 20px 45px;
}
.event-info {
  width: 70%;
}
.event-auther {
  width: 30%;
  text-align: center;
}
.event-auther span {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 44px;
}
.event-auther span.event-cost {
  padding: 0 0 20px;
}
.event-auther small {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.naedu-events .naedu-btn {
  font-weight: 600;
}
.naedu-events h3 {
  padding-bottom: 5px;
  font-size: 22px;
}
.naedu-events h3 a {
  color: inherit;
}
.naedu-events .naedu-meta li {
  color: #8d8d8d;
  margin-bottom: 15px;
}
.naedu-events .naedu-meta li:after {
  background-color: #8d8d8d;
}
.naedu-events p {
  font-size: 16px;
  margin-bottom: 0;
}
/* Naedu Events Style Two */
.events-style-two figure {
  flex-wrap: wrap;
}
.events-style-two h3 {
  padding-right: 100px;
  font-size: 20px;
}
.events-style-two figcaption {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
  background: inherit;
}
.events-style-two .event-info {
  width: 100%;
  padding: 30px 38px;
  position: relative;
}
.events-style-two .event-auther {
  width: 100%;
  margin-top: auto;
}
.events-style-two .naedu-btn {
  border-radius: 0 0 5px 5px;
}
.event-auther ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d8d8d8;
}
.event-auther ul li {
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  width: 50%;
}
.event-auther ul li span {
  padding: 18px;
  font-size: 14px;
  display: block;
  line-height: inherit;
  transition: all ease .4s;
}
.event-auther ul li a {
  color: inherit;
  transition: all ease .4s;
}
.event-auther ul li:not(:first-child) {
  border-left: 1px solid #d8d8d8;
}
.event-date {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  line-height: 32px;
  padding: 15px 8px;
}
.event-date small {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.events-style-two .event-date {
  position: absolute;
  top: -20px;
  right: 30px;
}
.events-style-two figure {
  margin-bottom: 0;
}
.events-style-two figure:hover {
  box-shadow: 0 25px 40px rgba(0,0,0,0.12);
}
.events-style-two .naedu-meta li:not(:last-child):after {
  content: '/';
  background: transparent;
  top: 1px;
}
.events-style-two figure img {
  width: 100%;
  transform: scale(1);
  transition: all ease .4s;
  margin-left: 0;
  max-width: 100%;
  border-radius: 0;
}
.events-style-two figure > a {
  width: 100%;
}
.events-style-two figure:hover img {
  transform: scale(1.1);
}
/* 9. Naedu Classes */
.naedu-classes {
  padding: 0 15px;
}
.classes-wrap {
  border-radius: 8px;
  box-shadow: 0 30px 46px rgba(0,0,0,0.1);
  overflow: hidden;
}
.classes-form {
  padding: 90px 70px;
}
.online-video {
  background-image: url(../images/online-classes/classes-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
}
.video-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 35px;
}
.video-btn:before {
  content: '';
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(0,0,0,0.08);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all ease .3s;
  animation: pulse-border 2000ms ease-out infinite;
}
.video-btn:after {
  position: absolute;
  width: 104px;
  height: 104px;
  left: 50%;
  top: 50%;
  content: "";
  border-radius: 50%;
  transition: all ease .4s;
  transform: translateY(-50%) translateX(-50%);
  animation: pulse-border 2000ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.naedu-classes h3 {
  font-size: 30px;
}
.naedu-classes input[type="submit"], .naedu-classes button[type="submit"] {
  height: 72px;
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 30px;
}
.checkbox-icon-wrap .checkbox-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
}
.input-checkbox {
  display: none;
}
.checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon {
  border-color: #141414;
}
.checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #141414;
  font: normal normal normal 13px/1.42857143 FontAwesome;
  text-rendering: auto;
  content: "\f00c";
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
/* Naedu Classes Style Two */
.classes-style-two .classes-form {
  padding: 0;
}
.classes-style-two .classes-wrap {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.classes-style-two .online-video {
  margin-left: 58px;
}
.classes-style-two input[type="submit"], .classes-style-two button[type="submit"] {
  border-radius: 8px;
}
.classes-style-two .online-video {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 95px 55px;
}
.video-inner {
  border-radius: 8px;
  height: 100%;
  padding: 50px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.video-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(20 20 20 / 85%);
}
.video-inner * {
  position: relative;
  z-index: 1;
}
.question-title {
  margin-top: 35px;
  text-align: center;
  font-size: 17px;
}
.question-title a {
  text-decoration: underline;
}
.classes-style-two .video-btn {
  width: 38px;
  height: 38px;
  font-size: 14px;
  margin-bottom: 25px;
}
.classes-style-two .video-btn:before {
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: rgba(255,255,255,0.05);
}
.video-inner h3 {
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 35px;
  padding-bottom: 30px;
}
.classes-style-two .naedu-btn {
  min-width: inherit;
  width: auto;
  font-size: 12px;
  width: 150px;
  padding: 17px 20px;
}
/* 10. Naedu Meeting */
.naedu-meeting figure {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 5px 5px;
  border-radius: 6px;
  overflow: hidden;
}
.naedu-meeting .naedu-image {
  border-radius: 6px;
  overflow: hidden;
  width: 37%;
  position: relative;
}
.naedu-meeting .naedu-image img {
  width: 100%;
  transform: scale(1);
  transition: all ease .4s;
}
.naedu-meeting figure:hover .naedu-image img {
  transform: scale(1.1);
}
.naedu-meeting figcaption {
  width: 63%;
  display: flex;
  flex-direction: column;
}
.meeting-info {
  padding: 20px 28px;
}
.naedu-meeting h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.naedu-meeting h3 span {
  text-decoration: underline;
  color: #2bb234;
  font-size: 14px;
}
.naedu-meeting h4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.4px;
  padding-bottom: 6px;
}
.naedu-meeting h4 a {
  color: inherit;
}
.naedu-meeting h5 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  padding-bottom: 16px;
}
.naedu-meeting h5 a:hover {
  color: #ffba00;
}
.naedu-meeting p {
  font-size: 16px;
  letter-spacing: -0.2px;
  margin-bottom: 0;
}
.naedu-meeting .naedu-meta {
  border-top: 1px solid #d0d0d0;
  margin: auto 0 0;
  padding: 16px 15px;
}
.naedu-meeting .naedu-meta li {
  margin-top: 0;
}
.naedu-meeting .naedu-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 13px;
  padding: 18px;
}
.naedu-meeting .naedu-meta li {
  color: #8d8d8d;
}
.naedu-meeting .naedu-meta li:after {
  background-color: #8d8d8d;
}
.naedu-meeting .naedu-meta a {
  color: inherit;
}
/* Naedu Meeting Style Two */
.meeting-style-two figure {
  display: block;
  padding: 0;
}
.meeting-style-two .naedu-image {
  width: 100%;
  border-radius: 0;
}
.meeting-duration {
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  left: 20px;
  padding: 10px 12px;
  border-radius: 6px;
}
.meeting-style-two figcaption {
  position: relative;
  background: inherit;
  width: 100%;
}
.naedu-avatar img {
  width: 39px;
  height: 39px;
  border-radius: 50% !important;
  overflow: hidden;
  object-fit: cover;
}
.meeting-style-two .naedu-meta {
  border: none;
  padding: 5px 0 10px;
  margin: 0 -13px;
}
.meeting-style-two h3 {
  font-size: 20px;
  text-transform: inherit;
  letter-spacing: -0.2px;
}
.meeting-style-two h3 a {
  color: inherit;
}
.meeting-auther {
  display: flex;
  margin-top: auto;
}
.meeting-auther .naedu-btn {
  position: static;
  border-radius: 0;
  padding: 22px 16px;
  min-width: 115px;
  white-space: nowrap;
}
.naedu-meeting.meeting-style-two p {
  padding-top: 10px;
}
.meeting-id {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #fff;
}
.meeting-id span {
  font-size: 14px;
  padding-left: 10px;
}
/* 11. Naedu Offer */
.naedu-offer {
  margin-bottom: 0;
}
.naedu-offer .naedu-images {
  position: relative;
}
.naedu-offer .naedu-images img {
  width: 100%;
}
.naedu-offer .naedu-images:after {
  content: '';
  background: #141414;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.offers-shape {
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
}
.offer-wrap {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.offer-wrap:after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 584px;
  height: 100%;
}
.offer-info {
  border-width: 5px;
  border-style: solid;
  max-width: 420px;
  text-align: center;
}
.naedu-offer h3 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0 20px;
  display: inline-block;
  margin-top: -10px;
  position: relative;
  top: -10px;
}
.naedu-offer h4 {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 4px;
  font-weight: 500;
}
.naedu-offer h5 {
  text-transform: uppercase;
  font-size: 100px;
  letter-spacing: -1px;
  font-weight: 900;
  line-height: 82px;
  -webkit-text-fill-color: #ffba00;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
.naedu-offer h5 a {
  display: block;
}
.naedu-offer h6 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2.7px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 20px;
}
.offer-info .naedu-btn {
  border-radius: 0;
  margin-bottom: -30px;
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
}
/* Naedu Offer Style Two */
.offer-style-two {
  padding: 0;
  margin-bottom: 0;
}
.offer-style-two .offer-wrap {
  border-radius: 0;
  padding-top: 0;
}
.offer-style-two .offer-wrap:after {
  display: none;
}
.offer-style-two .naedu-images {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}
.offer-style-two .offer-info {
  max-width: 350px;
  border: none;
  margin: 0 auto;
}
.offer-style-two h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 6px;
  background: transparent;
}
.offer-style-two h4 {
  font-size: 90px;
  font-weight: 900;
  border-width: 2px;
  border-style: solid;
  padding-top: 10px;
  text-shadow: 0 5px 0 rgba(255,255,255,0.5);
}
.offer-style-two h5 {
  margin-top: -2px;
  font-size: 30px;
  letter-spacing: 1.5px;
  padding: 10px;
  line-height: 43px;
  -webkit-text-fill-color: inherit;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: inherit;
}
.offer-style-two h6 {
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
}
/* 12. Naedu Instructor */
.naedu-instructor figure {
  border-radius: 8px;
  overflow: hidden;
  transition: all ease .4s;
}
.naedu-instructor figure:hover {
  box-shadow: 0 30px 46px rgba(0,0,0,0.1);
}
.instructor-info {
  text-align: center;
  padding: 25px 15px;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  transition: all ease .4s;
}
.naedu-instructor h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 4px;
}
.naedu-instructor h3 a {
  color: inherit;
}
.naedu-instructor h4 {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 5px;
}
.naedu-instructor p {
  margin-bottom: 0;
}
.instructor-auther ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}
.instructor-auther li {
  list-style: none;
  flex-grow: 1;
}
.instructor-auther a {
  font-size: 19px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 16px 10px;
}
.instructor-auther li:not(:first-child) a {
  border-left: 1px solid rgba(20,20,20,0.4);
}
.naedu-instructor figure:hover .instructor-info {
  border-color: transparent;
}
/* Naedu Instructor Style Two */
.instructor-style-two figure {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 45px 30px 45px 40px;
}
.contact-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -15px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
  font-size: 18px;
}
.contact-link + .contact-link {
  right: -15px;
  left: auto;
  justify-content: flex-start;
}
.instructor-style-two .naedu-image {
  width: 180px;
  min-width: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.instructor-style-two figcaption {
  flex-grow: 1;
  padding-left: 30px;
}
.instructor-style-two h3 {
  font-size: 22px;
}
.instructor-style-two h4 {
  font-weight: 700;
  padding-bottom: 10px;
}
.instructor-style-two h4 a {
  color: inherit; 
}
.instructor-style-two p {
  font-size: 15px;
  line-height: 23px;
}
.social-link {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(208,208,208,0.3);
  margin-top: 20px;
  padding-top: 15px;
}
.social-link a {
  font-size: 16px;
  margin-right: 17px;
}
/* 13. Naedu Plans */
.plan-wrap {
  border-radius: 6px;
  padding: 5px;
  transition: all ease .4s;
  margin-bottom: 25px;
}
.plan-wrap:hover {
  box-shadow: 0 30px 46px rgba(0,0,0,0.1);
}
.plan-price {
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  border-radius: 6px;
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;  
  transition: all ease .4s;
}
.plan-price:after {
  content: '';
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all ease .4s;
  left: 0;
  z-index: -1;
}
.naedu-plans h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  transition: all ease .4s;
}
.naedu-plans h4 {
  font-size: 60px;
  padding-bottom: 0;
  line-height: 52px;
  transition: all ease .4s;
}
.naedu-plans h4 sup {
  font-size: 35%;
  top: -30px;
  right: 4px;
}
.naedu-plans h4 sub {
  font-size: 30%;
  font-weight: 600;
  bottom: 0;
  left: 4px;
}
.plan-info {
  padding: 34px 36px;
}
.plan-info ul {
  padding-left: 0;
}
.plan-info li {
  list-style: none;
  font-size: 16px;
  padding: 10px 0 10px 30px;
  position: relative;
}
.plan-info li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #39a025;
  margin-right: 13px;
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 15px;
}
.plan-info li i {
  color: #39a025;
  margin-right: 13px;
}
.plan-info li span {
  font-weight: 600;
}
.plan-info .naedu-btn {
  width: 100%;
  height: 62px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 6px;
}
/* Naedu Plans Style Two */
.plans-style-two .plan-wrap {
  box-shadow: 0 30px 46px rgba(0,0,0,0.1);
}
.plan-icon {
  width: 130px;
  height: 130px;
  font-size: 60px;
  color: #141414;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto 20px;
}
.plan-icon img {
  width: 72px;
}
.plans-style-two .plan-price {
  background: none;
  padding-bottom: 20px;
}
.plans-style-two .plan-price:after {
  display: none;
}
.plans-style-two:hover .plan-price {
  background: none;
}
.plans-style-two h4 {
  font-weight: 600;
}
.plans-style-two .plan-info {
  padding-top: 0;
}
.plans-style-two .plan-info li {
  padding: 6px 0 6px 30px;
}
.plans-style-two .plan-info ul {
  margin-bottom: 0;
  padding-top: 25px;
}
/* 14. Naedu Apps */
.naedu-apps {
  padding-bottom: 0;
  background: #fafafa;
}
.app-wrap:not(.apps-style-two .app-wrap) {
  padding-left: 50px;
}
.app-wrap p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
}
.apps-link {
  padding-right: 40px;
}
.apps-link a {
  margin: 10px 0;
  display: inline-block;
}
/* Naedu Apps Style Two */
.apps-style-two {
  padding: 0;
  overflow: hidden;
}
.apps-style-two .nich-container {
  position: relative;
  z-index: 1;
  padding-top: 76px;
  padding-bottom: 76px;
}
.apps-style-two .nich-container:after {
  content: '';
  width: 1200px;
  height: 1200px;
  border-radius: 50%;
  position: absolute;
  top: -25%;
  right: -850px;
  z-index: -1;
}
.apps-style-two .apps-link {
  padding-right: 0;
}
.apps-style-two .apps-link a {
  margin: 0 15px 0 0; 
}
.apps-style-two .app-wrap p {
  padding-bottom: 0;
}
.apps-style-two ul {
  padding-left: 30px;
  margin-bottom: 30px;
}
.apps-style-two li {
  list-style: none;
  padding: 6px 0 6px 28px;
  font-size: 16px;
  position: relative;
}
.apps-style-two li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #39a025;
  margin-right: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 16px;
  font-weight: 900;
}
.apps-style-two li i {
  color: #39a025;
  margin-right: 6px;
}
/* 15. Naedu Blog */
.naedu-blog {
  padding: 0 15px;
}
.naedu-blog [class*="nich-col-"] {
  margin-bottom: 40px;
}
.naedu-blog figure {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
.naedu-blog .naedu-image {
  border-radius: 6px;
  min-width: 180px;
  overflow: hidden;
}
.naedu-blog .naedu-image img {
  width: 100%;
  transform: scale(1);
  transition: all ease .4s;
}
.naedu-blog figure:hover .naedu-image img {
  transform: scale(1.1);
}
.naedu-blog figcaption {
  flex-grow: 1;
  padding-left: 35px;
}
.naedu-blog h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.naedu-blog h3 a {
  color: inherit;
  display: block;
}
.naedu-blog h3 em {
  font-weight: 900;
}
.blog-auther {
  display: flex;
  padding-top: 13px;
}
.blog-auther .naedu-meta {
  margin-left: auto;
}
.blog-auther .naedu-meta li {
  margin-top: 0;
}
.blog-auther .naedu-meta li:not(:last-child):after {
  content: '|';
  background: transparent;
  top: 0;
}
/* Naedu Blog Style Two */
.blog-style-two figure {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  transition: all ease .4s;
}
.blog-style-two figure:hover {
  box-shadow: 0 30px 46px rgba(0,0,0,0.1);
}
.blog-style-two .naedu-image {
  border-radius: 0;
}
.blog-style-two figcaption {
  padding: 25px;
  background: inherit;
  position: relative;
}
.blog-style-two h3 {
  padding-bottom: 6px;
}
.blog-style-two p {
  font-size: 16px;
  line-height: 26px;
}
.blog-style-two p {
  margin-bottom: 8px;
}
.blog-style-two .naedu-meta li {
  font-weight: 500;
  font-size: 14px;
  margin-top: 0;
}
.blog-style-two .naedu-meta li:after {
  background: #8c8c8c;
}
.blog-posts {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.blog-date {
  border-radius: 6px;
  font-size: 13px;
  padding: 8px 10px;
  margin-right: 15px;
}
.blog-date span {
  padding-left: 3px;
}
/* 16. Naedu Testimonials */
.naedu-testimonials {
  padding-bottom: 50px;
  overflow: hidden;
}
.naedu-testimonials:not(.testimonials-style-two) .owl-stage-outer {
  overflow: visible;
}
.testimonial-info {
  box-shadow: 0 30px 46px rgba(0,0,0,0.1);
  text-align: center;
  padding: 35px 35px 25px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin: 21px 21px 60px;
  max-width: 657px;
}
.testimonial-info:before, .testimonial-info:after {
  content: '“';
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  top: -20px;
  left: -20px;
  font-size: 90px;
  line-height: 15px;
  padding: 14px;
  font-weight: bold;
}
.testimonial-info:after {
  bottom: -20px;
  right: -20px;
  top: auto;
  left: auto;
  transform: rotate(180deg);
}
.testimonial-info p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.2px;
  padding: 20px 35px 15px;
}
.quote-right {
  right: -20px;
  bottom: -20px;
  top: auto;
  left: auto;
  justify-content: flex-start;
  align-items: flex-start;
}
.testimonial-auther {
  padding: 0 35px;
}
.owl-carousel .owl-item .testimonial-auther img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-auther h3 {
  font-size: 17px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 0;
}
.testimonial-auther span {
  font-weight: 300;
}
/* Naedu Testimonials Style Two */
.testimonials-style-two {
  padding: 0;
}
.testimonials-style-two .testimonial-info {
  margin: 0;
  text-align: left;
  max-width: 670px;
  padding-right: 140px;
  background: transparent;
  margin-left: auto;
}
.testimonials-style-two .testimonial-info img {
  max-width: 108px;
}
.testimonials-style-two .testimonial-info:after, .testimonials-style-two .testimonial-info:before {
  display: none;
}
.testimonials-style-two p {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
  padding: 0;
  margin-top: 30px;
}
.testimonial-users {
  position: relative;
  height: 100%;
}
.testimonial-users svg {
  position: absolute;
  top: 0;
  left: -65px;
  height: 100%;
}
.owl-carousel .owl-item .testimonial-users img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.testimonials-style-two .testimonial-auther h3 {
  padding-top: 0;
}
.testimonials-style-two .testimonial-auther {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  margin-top: 30px;
}
.testimonials-style-two .testimonial-auther h3:before, .testimonials-style-two .testimonial-auther h3:after {
  content: '“';
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 70px;
  line-height: 15px;
  font-weight: bold;
}
.testimonials-style-two .testimonial-auther h3:after {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: rotate(180deg);
}
/* 17. Naedu Countdown */
.naedu-countdown {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
/* 18. Naedu Newsletter */
.naedu-newsletter {
  padding: 0;
}
.newsletter-info {
  max-width: 515px;
  margin: 0 auto;
}
.naedu-newsletter img {
  width: 100%;
}
.naedu-newsletter p {
  font-size: 16px;
  line-height: 28px;
}
.naedu-newsletter .mc4wp-form-fields {
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-left: 5px solid #101010;
  overflow: hidden;
  box-shadow: 0 30px 46px rgba(0,0,0,0.1);
}
.naedu-newsletter .mc4wp-form-fields input {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  font-size: 16px;
  padding-right: 60px;
}
.naedu-newsletter .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  background-color: transparent;
  background-image: url(../images/mc4wp-ico.png);
  background-repeat: no-repeat;
  background-position: left center;
  transition: all ease .4s;
  padding: 0;
  min-width: 57px;
  height: 100%;
}
.naedu-newsletter .mc4wp-form-fields input[type="submit"]:hover {
  background-position: left 10px center;
}
.naedu-newsletter .social-link span {
  font-size: 16px;
  margin-right: 14px;
}
.naedu-newsletter .social-link a {
  color: #111111;
}
.naedu-newsletter .social-link {
  padding-top: 5px;
  border: none;
}
/* Naedu Newsletter Style Two */
.newsletter-style-two .newsletter-info {
  max-width: 100%;
}
.newsletter-wrap {
  display: flex;
  align-items: center;
}
.newsletter-wrap .naedu-image {
  max-width: 270px;
  min-width: 270px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-wrap figcaption {
  flex-grow: 1;
  padding-left: 55px;
}
.newsletter-style-two p {
  margin-bottom: 0;
  padding-top: 6px; 
}
.newsletter-style-two .mc4wp-form-fields {
  border: none;
  padding: 5px; 
}
.newsletter-style-two .wpcf7-form-control {
  height: 62px;
  padding-right: 250px;
}
.newsletter-style-two .mc4wp-form-fields input[type="submit"] {
  font-size: 14px;
  height: 62px;
  right: 5px;
  min-width: 230px;
  padding: 10px 60px 10px 10px;
  background-position: 78% center;
}
.newsletter-style-two .mc4wp-form-fields input[type="submit"]:hover {
  background-position: 80% center;
  background-color: #f9c435;
}
.newsletter-style-two .social-link {
  justify-content: center;
}
/* 19. Naedu Process */
.naedu-process {
  padding: 0 15px;
}
.naedu-process figure {
  text-align: center;
}
.naedu-process .naedu-image {
  display: inline-block;
  max-width: 165px;
  position: relative;
}
.naedu-process .naedu-image img {
  border-radius: 50%;
  overflow: hidden;
}
.naedu-process figcaption {
  padding: 20px;
}
.naedu-process h3 {
  font-size: 22px;
  transition: all ease .4s;
}
.naedu-process p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.naedu-process [class*="nich-col-"]:not(:first-child):not(:nth-child(3n+1)) figure:after {
  content: '';
  background-image: url(../images/process1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 34px;
  position: absolute;
  top: 80px;
  left: -45%;
  z-index: 0;
  transform: translateX(50%);
}
.naedu-process [class*="nich-col-"] {
  counter-increment: value-item;
}
.naedu-process .naedu-image:before {
  width: 57px;
  height: 57px;
  font-weight: 800;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -8px;
  font-size: 24px;
  line-height: 1;
  content: counter(value-item, decimal-leading-zero);
  transition: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Naedu Process Style Two */
.process-style-two [class*="nich-col-"] figure:after {
  content: none !important;
}
.process-style-two figure {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 40px;
}
.process-style-two [class*="nich-col-"]:not(:last-child) figure {
  margin-bottom: 110px !important;
}
.process-style-two [class*="nich-col-"]:not(:last-child) figure .naedu-image:after {
  content: '';
  background-image: url(../images/process2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 123px;
  position: absolute;
  bottom: -120px;
  right: -20px;
  z-index: 0;
  transform: translateX(50%);
}
.process-style-two .naedu-image:before {
  display: none;
}
.process-style-two figcaption {
  flex-grow: 1;
  padding: 80px 0 0 60px;
  position: relative;
}
.process-style-two .naedu-image {
  max-width: 257px;
  min-width: 257px;
}
.process-style-two .naedu-image img {
  border-radius: initial;
}
.process-style-two p {
  margin-bottom: 0;
}
.process-style-two figure:hover .naedu-image img {
  transform: scale(1);
}
.process-style-two figcaption:before {
  width: 57px;
  height: 57px;
  font-weight: 800;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 60px;
  font-size: 24px;
  line-height: 1;
  content: counter(value-item, decimal-leading-zero);
  transition: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 20. Naedu Profile */
.naedu-profile {
  padding: 0 15px;
}
.naedu-profile .naedu-image {
  border-radius: 50%;
  max-width: 437px;
  overflow: hidden;
}
.naedu-profile h3 {
  font-size: 28px;
  padding-bottom: 6px;
}
.naedu-profile h4 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
}
.naedu-profile h5 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 13px;
}
.naedu-profile p {
  font-size: 18px;
  line-height: 30px;
}
.contact-links {
  font-size: 16px;
  margin-bottom: 12px;
}
.contact-links strong {
  font-weight: 600;
}
.naedu-profile .social-link {
  border: none;
  margin-top: 10px;
}
.naedu-profile .social-link a {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Naedu Profile Style Two */
.profile-style-two {
  padding: 0;
}
.profile-style-two .naedu-image {
  max-width: 100%;
  border-radius: 0;
}
.profile-style-two .naedu-image img {
  width: 100%;
}
.profile-info {
  max-width: 630px;
  margin: 0 auto;
  padding: 20px;
}
.profile-style-two .naedu-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.naedu-courses-carousel .owl-carousel .owl-nav button.owl-prev, 
.naedu-courses-carousel .owl-carousel .owl-nav button.owl-next {
  background: #f7b800;
  color: #fff;
}
.naedu-courses-carousel .owl-carousel button.owl-dot.active {
  background-color: #f7b800;
}
.naedu-courses-carousel .owl-nav button.owl-prev, 
.naedu-courses-carousel .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #ffffff;
  color: #999999;
  outline: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.naedu-courses-carousel .owl-carousel[data-dots="true"] .owl-nav button.owl-prev, 
.naedu-courses-carousel .owl-carousel[data-dots="true"] .owl-nav button.owl-next {
  margin-top: -25px;
}
.naedu-courses-carousel .owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.naedu-courses-carousel .owl-carousel .owl-nav button.owl-next {
  right: -40px;
  left: inherit;
}
.naedu-courses-carousel .owl-carousel .owl-nav {
  position: static;
}
.naedu-courses-carousel.courses-style-two .naedu-image {
  max-height: 220px;
}
.naedu-courses-carousel.courses-style-two figure {
  margin-bottom: 0px !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.naedu-courses-carousel.courses-style-two figure:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Step */
.naedu-step {
  position: relative;
  text-align: center;
}
.naedu-step.naedu-step-left:after {

}
.naedu-step-arrow, .naedu-step-arrow::after {
  position: absolute;
  display: inline-block;
  border-top: 1px solid #ddd;
}
.naedu-step-arrow {
  left: calc(100% - 50px);
  -webkit-transform: rotate(var(--naedu-stepflow-direction-angle,0));
  -ms-transform: rotate(var(--naedu-stepflow-direction-angle,0));
  transform: rotate(var(--naedu-stepflow-direction-angle,0));
  -webkit-transform-origin: var(--naedu-stepflow-direction-origin-x) center;
  -ms-transform-origin: var(--naedu-stepflow-direction-origin-x) center;
  transform-origin: var(--naedu-stepflow-direction-origin-x) center;
  top: 49%;
  width: 100px;
}
.naedu-step-arrow::after {
  top: -2px;
  right: 5px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #ddd;
  color: #ddd;
  content: "";
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.naedu-step h3 {
  font-size: 24px;
  color: #141414;
  line-height: 38px;
  margin-bottom: 5px;
}
.naedu-step p {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-bottom: 10px;
}
.naedu-step-img-wrapper {
  display: block;
  position: relative;
}
.naedu-step-img {  
  width: 120px;
  height: 120px;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 40px;
  border-radius: 100%;
  background-color: #e9ecf0;
  color: #8056ee;
  text-align: center;
  font-size: 46px;
  margin-bottom: 1rem;
  transform: scale(1);
  transition: all ease .4s;
}
.naedu-step:hover .naedu-step-img {
  transform: scale(1.1);
}

/* 22. Pricing Table */
.naedu-pricing-table {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.naedu-pricing-table-features {
  padding-top: 20px;
}
.naedu-pricing-table-features-list {
  padding: 0;
  margin: 0;
}
.naedu-pricing-table-features-list li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #141414;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
.naedu-pricing-table-features-list li:last-child {
  border-bottom: 0px solid;
}
.naedu-pricing-table-features-list li i {
  margin-right: 6px;
}
.naedu-pricing-table-currency {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  vertical-align: super;
}
.naedu-pricing-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 21px 40px 19px;
  font-size: 14px;
  color: #232323;
  background-color: #f7b800;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.naedu-pricing-table-badge {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
}
.naedu-pricing-table-style-one {
  
}
.naedu-pricing-table-style-one .naedu-pricing-table-badge {
  top: 0;
  left: 20px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  color: #141414;
  width: auto;
  padding: 10px;
  z-index: 8;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.naedu-pricing-table-style-one .naedu-pricing-table-badge:after {
  
}
.naedu-pricing-table-style-one .naedu-pricing-table-wrapper {
  
}
.naedu-pricing-table-style-one .naedu-pricing-table-header-wrapper {
  
}
.naedu-pricing-table-style-one .naedu-pricing-table-header {
  background: #FDC830;
  background: -webkit-linear-gradient(to right, #F37335, #FDC830);
  background: linear-gradient(to right, #F37335, #FDC830);
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 10px;
}
.naedu-pricing-table-style-one .naedu-pricing-table-price-wrapper {
  background: #FDC830;
  background: -webkit-linear-gradient(to right, #F37335, #FDC830);
  background: linear-gradient(to right, #F37335, #FDC830);
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  padding-bottom: 40px;
}
.naedu-pricing-table-style-one .naedu-pricing-table-price {
  font-size: 66px;
  line-height: 70px;
  font-weight: bold;
}
.naedu-pricing-table-style-one .naedu-pricing-table-period {
  display: block;
}
.naedu-pricing-table-style-one .naedu-pricing-table-footer {
  padding: 20px 10px 30px;
}
.naedu-pricing-table-style-two {
  
}
.naedu-pricing-table-style-two .naedu-pricing-table-badge {
  top: -27px;
  left: 98px;
  color: #fff;
  width: 180px;
  padding: 10px;
  z-index: 8;
  -webkit-transform: rotate(-45deg) translateX(-100%);
  -ms-transform: rotate(-45deg) translateX(-100%);
  transform: rotate(-45deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background: #FC5C7D;
  background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
  background: linear-gradient(to right, #6A82FB, #FC5C7D);
}
.naedu-pricing-table-style-two .naedu-pricing-table-wrapper {
  
}
.naedu-pricing-table-style-two .naedu-pricing-table-header-wrapper {
  padding-top: 30px;
  padding-bottom: 10px;
}
.naedu-pricing-table-style-two .naedu-pricing-table-header {
  font-size: 24px;
  font-weight: bold;
}
.naedu-pricing-table-style-two .naedu-pricing-table-price-wrapper {
  width: 150px;
  height: 150px;
  margin: 10px auto 0;
  color: #fff;
  border-radius: 100%;
  background: #FC5C7D;
  background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
  background: linear-gradient(to right, #6A82FB, #FC5C7D);
  display: flex;
  align-items: center;
  justify-content: center;
}
.naedu-pricing-table-style-two .naedu-pricing-table-price-inner {
  flex-wrap: wrap;
  display: flex;
}
.naedu-pricing-table-style-two .naedu-pricing-table-price {
  font-size: 46px;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  flex: 0 0 100%;
}
.naedu-pricing-table-style-two .naedu-pricing-table-period {
  display: block;
  flex: 0 0 100%;
  color: #fff;
  font-size: 14px;
}
.naedu-pricing-table-style-two .naedu-pricing-table-footer {
  padding: 20px 10px 20px;
  background: #FC5C7D;
  background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
  background: linear-gradient(to right, #6A82FB, #FC5C7D);
  margin-top: 30px;

}
.naedu-pricing-table-style-two .naedu-pricing-btn {
  color: #232323;
  background-color: #fff;
  border-radius: 5px;
}
.naedu-pricing-table-style-three {
  
}
.naedu-pricing-table-style-three .naedu-pricing-table-badge {
  top: 16px;
  right: 0;
  background: #fff;
  color: #141414;
  width: auto;
  padding: 3px 5px;
  z-index: 8;
  font-size: 11px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.naedu-pricing-table-style-three .naedu-pricing-table-wrapper {
  
}
.naedu-pricing-table-style-three .naedu-pricing-table-header-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #4776E6;
  background: -webkit-linear-gradient(to right, #8E54E9, #4776E6);
  background: linear-gradient(to right, #8E54E9, #4776E6); 
  color: #fff;
}
.naedu-pricing-table-style-three .naedu-pricing-table-header {
  font-size: 24px;
  font-weight: bold;
}
.naedu-pricing-table-style-three .naedu-pricing-table-price-wrapper {
  padding-top: 40px;
  padding-bottom: 10px;
}
.naedu-pricing-table-style-three .naedu-pricing-table-price {
  font-size: 56px;
  line-height: 58px;
  font-weight: bold;
}
.naedu-pricing-table-style-three .naedu-pricing-table-footer {
  padding: 20px 0;
}
.naedu-pricing-table-style-three .naedu-pricing-btn {
  background: transparent;
  border: 3px solid;
  border-color: #4776E6;
  border-color: -webkit-linear-gradient(to right, #8E54E9, #4776E6);
  border-color: linear-gradient(to right, #8E54E9, #4776E6);
  border-radius: 0px;
}

/* Services */
.naedu-service-wrapper {

}
.naedu-service-title h2 {
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 48px;
  color: #141414;
  padding-bottom: 5px;
}
.naedu-service-desc p {
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  color: #555555;
}
.naedu-service {
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-top: 12px;
  margin-bottom: 12px;
}
.naedu-service-img-wrapper {
  position: relative;
  padding-bottom: 20px;
}
.naedu-service-img {
  height: 250px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.naedu-service h3 {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 34px;
  color: #141414;
}
.naedu-service p {
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
.naedu-service-wrapper .owl-carousel .owl-nav {
  display: none;
}
.naedu-service-carousel-nav .owl-nav button {
  display: inline-block;
  font-weight: 400;
  color: #ffba00;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid #ffba00;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.naedu-service-carousel-nav .owl-nav button.owl-prev::after,
.naedu-service-carousel-nav .owl-nav button.owl-next::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  text-rendering: auto;
  content: "\f053";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.naedu-service-carousel-nav .owl-nav button.owl-next::after {
  content: "\f054";
}

/* Appointment */
.naedu-appointment {
  border-radius: 5px;
  border: 3px solid #ffba00;
  text-align: center;
  margin: 50px 0;
  background: #fff;
}
.naedu-appointment-icon {
  border-radius: 100%;
  border: 3px solid #ffba00;
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 36px;
  color: #ffba00;
  margin: -50px auto 0;
  background: #fff;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
}
.naedu-appointment-icon i {
  color: #ffba00;
  font-size: 36px;
}
.naedu-appointment-call-text {
  font-size: 18px;
  color: #555555;
  line-height: 28px;  
}
.naedu-appointment-phone-text a,
.naedu-appointment-phone-text a:hover,
.naedu-appointment-phone-text {
  font-size: 24px;
  color: #ffba00;
  line-height: 38px;
  font-weight: bold;
}
.naedu-appointment-details {
  font-size: 18px;
  color: #555555;
  line-height: 28px; 
  padding: 0px 20px 20px 20px;
  position: relative;
}
.naedu-appointment-details:after {
  position: absolute;
  left: 50%;
  height: 3px;
  width: 80px;
  bottom: 0;
  margin-left: -40px;
  content: '';
  background: #ffba00;
}
.naedu-appointment-title {
  font-size: 20px;
  color: #141414;
  line-height: 28px;
  text-transform: uppercase;
  padding: 20px;
  font-weight: bold;
}
.naedu-appointment-items {
  padding: 2% 10% 5% 10%;
}
.naedu-appointment-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  padding-bottom: 15px;
}
.naedu-appointment-item-left {
  text-align: left;
  flex-basis: 65%;
}
.naedu-appointment-item-right {
  text-align: right;
  flex-basis: 35%;  
}
@media(max-width: 767px) {
  .naedu-appointment-item {
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .naedu-appointment-item:last-child {
    border-bottom: 0px solid;
  }
  .naedu-appointment-item-left,
  .naedu-appointment-item-right{
    text-align: center;
    flex-basis: 100%;
  }
}
.naedu-appointment-call-text-wrapper {
  padding: 20px 20px 0 20px;
}
.naedu-appointment-button {
  padding: 10px;
  width: 80%;
  max-width: 280px;
  height: 60px;
  font-size: 16px;
  color: #ffba00;
  line-height: 16px;
  border-radius: 30px;
  border: 3px solid #ffba00;
  margin: 0 auto -30px;
  background: #fff;
  display: flex;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.naedu-appointment-button a,
.naedu-appointment-button a:hover {
  display: block;
  font-size: 16px;
  color: #ffba00;
  line-height: 16px;
  font-weight: bold;
}

/* Notice*/
.naedu-notice {
  background: #ffba00;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 10px 10px 20px;
  border-radius: 3px;
  border: 1px solid #E4A703;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.naedu-notice-content-wrapper {
  flex-basis: 70%;
}
.naedu-notice-btn-wrapper {
  flex-basis: 30%;
  text-align: right;
}
@media(max-width: 767px){
  .naedu-notice-content-wrapper, .naedu-notice-btn-wrapper {
    flex-basis: 100%;
    text-align: center;
  }
}
.naedu-notice-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
.naedu-notice-content {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}
.naedu-notice-btn, .naedu-notice-btn:hover {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  position: relative;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: none;
  transition: all ease .4s; 
  background: #fff; 
  color: #ffba00;
}