.section-testimonials {
  padding: 80px 0;
}
.section-testimonials h2 {
  display: block;
  font-size: 47px;
  margin-bottom: 45px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.section-testimonials .row-testimonials .grid-sizer {
  height: 0 !important;
  padding: 0 !important;
}
.section-testimonials .row-testimonials .testimonial-column {
  margin-bottom: 40px;
}
.section-testimonials .row-testimonials .testimonial-column.hide-testimonial {
  display: none !important;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 30px;
  width: 100%;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial i {
  position: absolute;
  top: -18px;
  left: 35px;
  font-size: 48px;
  color: #49B85D;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial .box-testimonial-content {
  position: relative;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial .box-testimonial-content a {
  display: block;
  text-decoration: none;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial .box-testimonial-content a > div {
  position: relative;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial .box-testimonial-content a > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial .box-testimonial-content a > div .play-button {
  position: absolute;
  font-size: 3em;
  color: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.45);
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial .box-testimonial-content a > div .play-button i {
  position: static;
  left: auto;
  bottom: auto;
  color: #ffffff;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial .box-testimonial-content a > div .testimonial-description {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  color: #ffffff;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial .box-testimonial-content a > div .testimonial-description .student-name {
  display: block;
  font-weight: 600;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial .box-testimonial-content a > div .testimonial-description .student-description {
  font-size: 14px;
  display: block;
  line-height: 1.2;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial.box-testimonial-text a {
  color: #252525;
  text-decoration: none;
  text-transform: none;
  text-align: center;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial.box-testimonial-text a .testimonial-course {
  position: relative;
  display: block;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 700;
  padding-top: 20px;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial.box-testimonial-text a .testimonial-course:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background: #49B85D;
  left: 50%;
  margin-left: -25px;
  top: 0;
}
.section-testimonials .row-testimonials .testimonial-column .box-testimonial.box-testimonial-text a .student-name {
  position: relative;
  display: block;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}
.section-testimonials .btn-more-testimonials {
  cursor: pointer;
  display: block;
  height: 55px;
  line-height: 55px;
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  margin: 40px auto 0 auto;
  padding: 0;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  border: none !important;
  text-decoration: none !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background: #d72570;
  background: -webkit-gradient(linear, left top, right top, from(#d72570), to(#f44d29));
  background: linear-gradient(to right, #d72570 0%, #f44d29 100%);
}
.section-testimonials .btn-more-testimonials:hover, .section-testimonials .btn-more-testimonials:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.fancybox-container {
  z-index: 999999999999;
}

.section-testimonials-filter {
  position: sticky;
  top: 75px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
  z-index: 1000;
  border-bottom: 1px solid #e2e2e9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-testimonials-filter .course-list {
  color: #555;
  background: #fff;
  float: left;
}
.section-testimonials-filter .course-list .title {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  border: 1px solid #eaeaec;
  border-radius: 5px;
  padding: 0 15px 0px 15px;
  line-height: 35px;
  height: 38px;
  margin-right: 10px;
}
.section-testimonials-filter .course-list .title:after {
  display: inline-block;
  content: ">";
  margin-left: 15px;
  font-size: 11px;
  -webkit-transform: rotate(90deg) scale(1, 2);
          transform: rotate(90deg) scale(1, 2);
}
.section-testimonials-filter .course-list .title:hover {
  background: #eaeaec;
}
.section-testimonials-filter .course-list .select-options {
  margin-top: 5px;
  display: none;
  position: absolute;
  z-index: 500;
  border: 1px solid #eaeaec;
  background: #fff;
}
.section-testimonials-filter .course-list .select-options .option:hover {
  background: #eaeaec;
}
.section-testimonials-filter .course-list .select-options .option label {
  display: inline-block;
  padding: 10px 30px 10px 10px;
  margin-bottom: 0;
  line-height: 1;
}
.section-testimonials-filter .course-list .select-options .option input {
  margin: 10px 0 12px 15px;
}
.section-testimonials-filter button {
  cursor: pointer;
  display: inline-block;
  height: 38px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background-color: #343a40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (max-width: 768px) {
  .section-testimonials {
    padding: 50px 0;
  }
  .section-testimonials h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .section-testimonials .row-testimonials .testimonial-column .box-testimonial {
    padding: 30px 15px;
  }
  .section-testimonials .row-testimonials .testimonial-column .box-testimonial i {
    font-size: 35px;
  }
  .section-testimonials .row-testimonials .testimonial-column .box-testimonial.box-testimonial-text a .testimonial-course {
    font-size: 18px;
    line-height: 1.1em;
  }
  .section-testimonials .row-testimonials .testimonial-column .box-testimonial.box-testimonial-text a .student-name {
    margin-top: 10px;
    font-size: 15px;
  }

  .section-testimonials-filter {
    top: 60px;
  }
  .section-testimonials-filter.nav2-scrolled-down {
    top: 0;
  }
}