:root {
  --mascot-icon-font-family: "Font Awesome 5 Free";
  --mascot-common-color-gray: #E7EFFC;
  --mascot-common-color-gray-2: #F4F7FB;
  --mascot-common-color-gray-3: #F5F7FB;
  --mascot-border-1: #ECECEC;
  --mascot-border-2: #D0DAE9;
  --mascot-border-3: #E2E2E2;
  --mascot-border-4: #D7DCE3;
  --mascot-fw-extra-bold: 800;
  --mascot-fw-bold: 700;
  --mascot-fw-semi-bold: 600;
  --mascot-fw-medium: 500;
  --mascot-fw-regular: 400;
  --tutor-body-color: var(--text-color);
}

.tutor-course-details-tab p {
  margin: 0 0 20px 0;
}

/*=============================
    08. Courses
===============================*/
.mb-30 {
  margin-bottom: 30px;
}

.section-pt-120 {
  padding-top: 120px;
}

.section-py-120 {
  padding: 120px 0;
}

.section-pb-90 {
  padding-bottom: 90px;
}

.section-pb-120 {
  padding-bottom: 120px;
}

.courses-area {
  position: relative;
  background-color: var(--mascot-common-color-gray-2);
  z-index: 1;
}

.courses-area .section__title-wrap {
  margin: 0 0 50px;
}

@media (max-width: 767.98px) {
  .courses-area .section__title-wrap {
    margin: 0 0 40px;
  }
}
.courses__nav-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px 35px;
}

@media (max-width: 991.98px) {
  .courses__nav-active {
    justify-content: center;
    margin: 60px 0 0;
  }
}
@media (max-width: 767.98px) {
  .courses__nav-active {
    gap: 5px 25px;
  }
}
.courses__nav-active button {
  display: block;
  position: relative;
  border: none;
  background: transparent;
  font-size: 17px;
  font-weight: var(--mascot-fw-medium);
  padding: 0 0;
}

.courses__nav-active button > span {
  position: absolute;
  right: 0;
  top: -26px;
  font-weight: var(--mascot-fw-semi-bold);
  font-size: 14px;
  color: #fff;
  background: var(--theme-color1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 4px 9px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.courses__nav-active button > span::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 0;
  border-color: var(--theme-color1) transparent transparent transparent;
}

.courses__nav-active button.active {
  color: var(--theme-color1);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-active {
    max-width: 80%;
    margin: 0 auto;
  }
}
.courses__item {
  margin: 0 0 30px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.courses__item-thumb {
  position: relative;
}

.courses__item-thumb img {
  width: 100%;
}

.courses__item-content {
  padding: 25px 30px 20px;
}

@media (max-width: 991.98px) {
  .courses__item-content {
    padding: 25px 25px 20px;
  }
}
.courses__item-content .title {
  font-size: 20px;
  font-weight: var(--mascot-fw-regular);
  line-height: 1.3;
  margin: 0 0 15px;
}

@media (max-width: 991.98px) {
  .courses__item-content .title {
    font-size: 18px;
  }
}
.courses__item-content .title a {
  display: inline;
  background-image: linear-gradient(var(--headings-color), var(--headings-color)), linear-gradient(var(--headings-color), var(--headings-color));
  background-size: 0% 1.5px, 0 1.5px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.courses__item-content .title a:hover {
  color: inherit;
  background-size: 0 1.5px, 100% 1.5px;
}

.courses__item-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 18px;
  margin: 0 0 10px;
}

@media (max-width: 767.98px) {
  .courses__item-meta {
    gap: 0 19px;
  }
}
.courses__item-rating {
  color: #F8BC24;
  letter-spacing: -1px;
  line-height: 1;
}

.courses__item-rating .rating-count {
  letter-spacing: 0;
  margin-left: 5px;
}

.courses__shapes > * {
  position: absolute;
  z-index: -1;
}

.courses__shapes > *:nth-child(1) {
  left: 7%;
  top: 26%;
}

@media (max-width: 1800px) {
  .courses__shapes > *:nth-child(1) {
    left: 4%;
  }
}
.courses__shapes > *:nth-child(1) img {
  max-width: 83px;
}

.courses__shapes > *:nth-child(2) {
  right: 7.5%;
  bottom: 16%;
}

@media (max-width: 1800px) {
  .courses__shapes > *:nth-child(2) {
    right: 4%;
  }
}
.courses__shapes > *:nth-child(2) img {
  max-width: 86px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-top-wrap .shop-top-left p {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .courses__sidebar .shop-widget {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0;
  }
}
.courses-slider-active .slick-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
  -moz-transform: translateY(-50%) translateX(-30px);
  -ms-transform: translateY(-50%) translateX(-30px);
  -o-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
  width: 50px;
  height: 50px;
  background: var(--mascot-common-color-gray);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 10px 20px #DFDFDF;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 0 0;
  z-index: 2;
}

.courses-slider-active .slick-arrow:hover {
  background: var(--theme-color1);
  color: #fff;
}

.courses-slider-active .slick-arrow.slick-next {
  left: auto !important;
  right: -10px;
  -webkit-transform: translateY(-50%) translateX(30px);
  -moz-transform: translateY(-50%) translateX(30px);
  -ms-transform: translateY(-50%) translateX(30px);
  -o-transform: translateY(-50%) translateX(30px);
  transform: translateY(-50%) translateX(30px);
}

.courses-slider-active:hover .slick-arrow {
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -o-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  visibility: visible;
}

.courses-slider-active .col {
  padding-left: 15px;
  padding-right: 15px;
}

.courses__nav-tabs {
  gap: 10px;
  border: none;
  margin-left: 10px;
}

.courses__nav-tabs .nav-item {
  margin: 0 0;
}

.courses__nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #6196EA;
  border-radius: 4px;
  color: var(--theme-color1);
}

.courses__nav-tabs .nav-item .nav-link svg {
  flex: 0 0 auto;
}

.courses__nav-tabs .nav-item .nav-link.active {
  border-color: var(--theme-color1);
  background: var(--theme-color1);
  color: #fff;
}

.courses__breadcrumb-area {
  background-color: #041734;
  gap: 0 28px;
  padding: 82px 0;
}

.courses__breadcrumb-content .category {
  display: inline-block;
  font-size: 15px;
  font-weight: var(--mascot-fw-medium);
  color: #fff;
  background: #04BC53;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 6px 16px;
  margin: 0 0 12px;
}

.courses__breadcrumb-content .title {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 6px;
}

@media (max-width: 767.98px) {
  .courses__breadcrumb-content .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses__breadcrumb-content .title {
    font-size: 30px;
  }
}
.courses__breadcrumb-content p {
  color: #B2BDCD;
  margin: 0 0 0;
}

.courses__breadcrumb-content .courses__item-meta {
  margin: 25px 0 0;
  gap: 10px 19px;
}

.courses__breadcrumb-content .courses__item-meta li {
  color: #B2BDCD;
}

.courses__breadcrumb-content .courses__item-meta li .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

.courses__breadcrumb-content .courses__item-meta li .author a {
  flex: 0 0 auto;
}

.courses__breadcrumb-content .courses__item-meta li .author img {
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.courses__breadcrumb-content .courses__item-meta li i {
  color: #fff;
  font-size: 18px;
  margin-top: -1px;
}

.courses__breadcrumb-content .courses__item-meta li a {
  color: #B2BDCD;
}

.courses__breadcrumb-content .courses__item-meta li .rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.courses__breadcrumb-content .courses__item-meta li .rating i {
  font-size: 15px;
  color: #F8BC24;
  margin: 0 5px 0 0;
}

.courses__breadcrumb-content .courses__item-meta li .rating-count {
  margin-left: 5px;
}

.courses__details-wrapper {
  padding: 55px 0 0;
  margin: 0 70px 0 0;
}

@media (max-width: 1199.98px) {
  .courses__details-wrapper {
    margin: 0 0;
  }
}
.courses__details-wrapper .nav-tabs {
  border-bottom: 3px solid #E6EAEF;
  gap: 30px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .courses__details-wrapper .nav-tabs {
    gap: 20px 25px;
  }
}
.courses__details-wrapper .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 5px 10px;
  font-weight: 500;
  font-size: 19px;
  position: relative;
}

.courses__details-wrapper .nav-tabs .nav-link.is-active {
  color: var(--theme-color1);
}

.courses__details-wrapper .nav-tabs .nav-link.is-active::before {
  opacity: 1;
}

.courses__details-wrapper .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: var(--theme-color1);
  transition: 0.3s linear;
  opacity: 0;
}

.courses__details-inner {
  margin: 46px 0 0;
}

.courses__details-inner .title {
  font-size: 22px;
  margin: 0 0 15px;
}

.courses__details-inner .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DBE1E8;
  margin: 15px 0 0;
}

.courses__details-inner .event-details-list .list-wrap {
  padding: 0 0;
  margin: 0 -10px;
}

.courses__details-inner .event-details-list .list-wrap li {
  padding: 0 10px;
}

.courses__details-curriculum {
  margin: 0 0;
}

.courses__details-curriculum > .title {
  font-size: 22px;
  margin: 0 0 20px;
}

.courses__details-curriculum .accordion-item {
  margin: 0 0 15px;
  border: 1px solid #DCE1E8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.courses__details-curriculum .accordion-item:last-child {
  margin: 0 0;
}

.courses__details-curriculum .accordion-button {
  border: none;
  box-shadow: none;
  font-size: 17px;
  color: var(--headings-color);
  padding: 1.25rem 1.5rem;
}

.courses__details-curriculum .accordion-button:not(.collapsed) {
  background: #E7EFFC;
  color: var(--theme-color1);
}

.courses__details-curriculum .accordion-body {
  padding: 0 0;
}

.courses__details-curriculum .course-item {
  border-bottom: 1px solid #DCE1E8;
  padding: 17px 26px;
}

@media (max-width: 767.98px) {
  .courses__details-curriculum .course-item {
    padding: 17px 20px;
  }
}
.courses__details-curriculum .course-item:last-child {
  border: none;
}

.courses__details-curriculum .course-item .course-item-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #39557E;
  cursor: no-drop;
}

.courses__details-curriculum .course-item .course-item-link:hover {
  color: var(--theme-color1);
}

.courses__details-curriculum .course-item .item-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .courses__details-curriculum .course-item .item-name {
    line-height: 1.4;
  }
}
.courses__details-curriculum .course-item .item-name::before {
  content: "";
  display: block;
  background-image: url(../img/icons/play.svg);
  width: 26px;
  height: 26px;
}

.courses__details-curriculum .course-item-meta {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
  gap: 20px;
}

.courses__details-curriculum .course-item-meta .duration {
  margin: 2px 0 0;
}

.courses__details-instructors {
  margin: 45px 0 0;
}

.courses__details-instructors .title {
  font-size: 22px;
  margin: 0 0 25px;
}

.courses__details-instructors .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DBE1E8;
  margin: 20px 0 0;
}

.courses__details-sidebar {
  margin: -280px 0 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .courses__details-sidebar {
    margin: 80px 0 0;
  }
}
.courses__details-sidebar .event-widget .thumb {
  position: relative;
  margin: -17px -22px 25px -22px;
}

@media (max-width: 991.98px) {
  .courses__details-sidebar .event-widget .thumb {
    margin: 0 0 25px;
  }
}
.courses__details-sidebar .event-widget .thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #082A5E;
  opacity: 0.2;
  border-radius: 4px;
  z-index: 1;
}

.courses__details-sidebar .event-widget .thumb img {
  border-radius: 4px;
  height: 200px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .courses__details-sidebar .event-widget .thumb img {
    width: 100%;
    height: auto;
  }
}
.courses__details-sidebar .event-widget .thumb .popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  z-index: 3;
}

.courses__details-sidebar .rc-post-item {
  gap: 14px;
}

.courses__details-sidebar .rc-post-thumb img {
  width: 80px;
  height: 80px;
}

.courses__details-sidebar .rc-post-content .title {
  font-size: 15px;
  margin: 0 0 9px;
}

.courses__details-sidebar .rc-post-content .price {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color1);
  line-height: 1;
}

.courses__details-sidebar .rc-post-content .price del {
  color: #8D9DB5;
  font-size: 14px;
  margin-right: 6px;
}

.courses__details-reviews > .title {
  font-size: 22px;
  margin: 0 0 25px;
  font-weight: var(--mascot-fw-medium);
}

.courses__details-reviews #course-reviews {
  margin: 35px 0 0;
}

.courses__details-reviews #course-reviews .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 20px;
  gap: 18px;
}

.courses__details-reviews #course-reviews {
  border: 1px solid #e8eff1;
  border-radius: 4px;
}

.courses__details-reviews #course-reviews .tutor-review-list-item {
  border-top: 1px solid #e8eff1;
  padding: 30px;
}

.courses__details-reviews #course-reviews .tutor-review-list-item:not(:last-child) {
  border-bottom: 0;
}

@media (max-width: 767.98px) {
  .courses__details-reviews #course-reviews .list-wrap li {
    flex-direction: column;
  }
}
.courses__details-reviews #course-reviews .list-wrap li:last-child {
  margin: 0 0;
}

.courses__details-reviews #course-reviews .review-author {
  width: 80px;
  flex: 0 0 auto;
}

.courses__details-reviews #course-reviews .review-author-info {
  flex-grow: 1;
}

.courses__details-reviews #course-reviews .review-stars-rated {
  font-size: 15px;
  color: #F8BC24;
  line-height: 1;
  margin: 0 0 8px;
}

.courses__details-reviews #course-reviews .user-name {
  font-size: 18px;
  margin: 0 0 10px;
}

.courses__details-reviews #course-reviews .user-name .date {
  font-size: 14px;
  font-weight: var(--mascot-fw-regular);
  color: #8D9DB5;
  margin-left: 5px;
}

.courses__details-reviews .course-review-head {
  font-size: 22px;
  margin: 0 0 25px;
  font-weight: var(--mascot-fw-medium);
}

.courses__details-reviews .course-review-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DBE1E8;
  margin: 15px 0 0;
}

.courses__instructors-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
  margin: 0 0 40px;
}

@media (max-width: 767.98px) {
  .courses__instructors-item {
    gap: 20px;
    flex-direction: column;
  }
}
.courses__instructors-item:last-child {
  margin: 0 0;
}

.courses__instructors-thumb {
  max-width: 230px;
  flex: 0 0 auto;
}

.courses__instructors-thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.courses__instructors-content .name {
  font-size: 20px;
  margin: 0 0 5px;
}

.courses__instructors-content .designation {
  display: block;
  font-size: 14px;
  color: #5A7093;
  line-height: 1;
}

.courses__instructors-content .meta {
  gap: 10px 17px;
  line-height: 1;
  margin: 23px 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DBE1E8;
}

.courses__instructors-content .meta li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.courses__instructors-content .meta li i {
  margin: -1px 0 0;
}

.courses__instructors-content .meta .rating i {
  color: #F8BC24;
  margin: 0 0;
}

.courses__instructors-content .meta .rating .average {
  margin-left: 3px;
}

.courses__instructors-content .tg-button-wrap .btn {
  font-size: 15px;
  padding: 15px 21px 12px 21px;
}

.course-rate {
  background: #F6F7FA;
  border: 1px solid #DAE0E7;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 30px;
  gap: 26px;
}

@media (max-width: 767.98px) {
  .course-rate {
    flex-direction: column;
  }
}
.course-rate__summary {
  background: #fff;
  border: 1px solid #E6EAEF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  width: 180px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 33px 20px;
  gap: 3px;
}

.course-rate__summary-value {
  color: #082A5E;
  font-weight: 600;
  font-size: 64px;
  line-height: 0.8;
}

.course-rate__summary-stars {
  font-size: 15px;
  color: #F8BC24;
}

.course-rate__summary-stars .tutor-ratings {
  justify-content: center;
}

.course-rate__summary-stars .tutor-ratings-stars {
  font-size: 15px;
  color: #F8BC24;
  margin: 0 0;
}

.course-rate__summary-text {
  color: #5A7093;
}

.course-rate__details {
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .course-rate__details {
    width: 100%;
  }
}
.course-rate__details-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  margin: 0 0 17px;
}

.course-rate__details-row:last-child {
  margin: 0 0;
}

.course-rate__details-row-star {
  font-size: 20px;
}

.course-rate__details-row-star i {
  font-size: 17px;
  color: #F8BC24;
  margin-left: 3px;
}

.course-rate__details-row-value {
  position: relative;
  margin-right: 25px;
  flex-grow: 1;
}

.course-rate__details-row-value .rating-gray {
  background: #E0E3EB;
  border-radius: 50px;
  height: 7px;
}

.course-rate__details-row-value .rating {
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  background: #F8BC24;
  border-radius: 50px;
}

.course-rate__details-row-value .rating-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  font-size: 20px;
}

.course-review-form {
  margin: 50px 0 0;
}

.course-review-form .row {
  --bs-gutter-x: 20px;
}

.course-review-form input, .course-review-form textarea {
  display: block;
  width: 100%;
  background: #F6F7FA;
  border: 1px solid #DAE0E7;
  border-radius: 3px;
  padding: 10px 17px 8px;
  font-size: 15px;
  margin: 0 0 20px;
}

.course-review-form input::placeholder, .course-review-form textarea::placeholder {
  font-size: 15px;
  color: #5A7093;
}

.course-review-form textarea {
  min-height: 185px;
}

.course-form-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0 20px;
}

.course-form-rating > span {
  margin-right: 7px;
  font-size: 18px;
}

.course-form-rating > i {
  color: #F8BC24;
  font-size: 15px;
  margin: 0 1px;
  cursor: pointer;
}

.shine__animate-link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.shine__animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.shine__animate-item:hover .shine__animate-link::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}

/*=============================
    09. Categories
===============================*/
.section-py-130 {
  padding: 130px 0;
}

@media (max-width: 767.98px) {
  .section-py-130 {
    padding: 120px 0;
  }
}
.categories-area {
  position: relative;
}

.categories__title-wrap {
  margin-right: 40px;
}

@media (max-width: 1199.98px) {
  .categories__title-wrap {
    margin: 0 0 70px;
  }
}
.categories__title-wrap .section__title {
  margin: 0 0 23px;
}

.categories__title-wrap .section__title .sub-title {
  margin: 0 0 10px;
}

.categories__title-wrap p {
  margin: 0 0 40px;
}

.categories__wrap {
  position: relative;
}

.categories__wrap > img {
  position: absolute;
}

@media (max-width: 767.98px) {
  .categories__wrap > img {
    display: none;
  }
}
.categories__wrap > img:nth-child(1) {
  max-width: 76px;
  left: 2.5%;
  top: 38%;
}

.categories__wrap > img:nth-child(2) {
  max-width: 60px;
  right: 2%;
  top: 28%;
}

.categories__wrap > .row {
  --bs-gutter-x: 20px;
  gap: 20px 0;
}

.categories__wrap > .row:not(:last-child) {
  margin-bottom: 20px;
}

.categories__item {
  text-align: center;
}

.categories__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background: var(--mascot-common-color-gray-2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 32px 30px 27px;
}

@media (max-width: 767.98px) {
  .categories__item a {
    padding: 32px 20px 27px;
  }
}
.categories__item a i {
  width: 83px;
  height: 83px;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 44px;
  color: var(--theme-color1);
  margin: 0 auto 12px;
  -webkit-box-shadow: 0px 10px 20px rgba(222, 231, 243, 0.5);
  box-shadow: 0px 10px 20px rgba(222, 231, 243, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767.98px) {
  .categories__item a i {
    width: 75px;
    height: 75px;
    font-size: 38px;
  }
}
.categories__item a .name {
  display: block;
  font-weight: var(--mascot-fw-medium);
  font-size: 18px;
  color: var(--headings-color);
  margin: 0 0 13px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .categories__item a .name {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.5;
  }
}
.categories__item a .courses {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: var(--mascot-fw-medium);
  color: #5A7093;
}

.categories__item a:hover i {
  background: var(--theme-color1);
  color: #fff;
  box-shadow: 0px 10px 20px rgba(19, 99, 223, 0.29);
}

.categories__item-two a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 26px;
  background-color: var(--mascot-common-color-gray-2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 30px;
  gap: 10px 25px;
}

@media (max-width: 1199.98px) {
  .categories__item-two a {
    gap: 15px 25px;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .categories__item-two a {
    gap: 10px 25px;
    flex-direction: row;
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories__item-two a {
    gap: 15px 25px;
    flex-direction: column;
    text-align: center;
  }
}
.categories__item-two a .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  flex: 0 0 auto;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 50px;
  position: relative;
  box-shadow: 0px 0px 14px #D4DFED;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.categories__item-two a .svg-icon svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 11px;
  width: 81px;
  height: 36px;
  pointer-events: none;
  color: #ADC3E1;
}

.categories__item-two a .name {
  font-size: 19px;
  color: var(--headings-color);
  font-weight: var(--mascot-fw-medium);
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 1.4;
  margin: 0 0 6px;
}

@media (max-width: 991.98px) {
  .categories__item-two a .name {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .categories__item-two a .name {
    font-size: 19px;
  }
}
.categories__item-two a .courses {
  display: block;
  color: #5A7093;
  font-weight: var(--mascot-fw-medium);
}

.categories__item-two a:hover .icon {
  background: var(--theme-color1);
  color: #fff;
}

.categories__item-two a:hover .svg-icon svg {
  color: #fff;
}

.categories__item-two a:hover .name {
  color: var(--theme-color1);
}

.categories__item-three {
  margin: 0 0 30px;
}

.categories__item-three a {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.categories__item-three a:hover .thumb img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.categories__item-three .thumb {
  position: relative;
}

.categories__item-three .thumb::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.62) 92.81%);
  z-index: 1;
}

.categories__item-three .thumb img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 767.98px) {
  .categories__item-three .thumb img {
    height: auto;
  }
}
.categories__item-three .info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.categories__item-three .info .list {
  line-height: 1;
}

.categories__item-three .info .courses {
  display: inline-block;
  background: var(--theme-color1);
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px 4px 0px 0px;
  font-size: 15px;
}

.categories__item-three .info .name {
  display: block;
  background: #fff;
  color: var(--headings-color);
  font-size: 18px;
  font-weight: var(--mascot-fw-medium);
  border-radius: 4px;
  padding: 11px 19px;
}

.categories__shapes-item {
  position: absolute;
  z-index: -1;
}

.categories__shapes-item:first-child {
  top: 15%;
  left: 11%;
}

@media (max-width: 1800px) {
  .categories__shapes-item:first-child {
    left: 4%;
  }
}
@media (max-width: 767.98px) {
  .categories__shapes-item:first-child {
    display: none;
  }
}
.categories__shapes-item:first-child img {
  max-width: 77px;
}

.categories__shapes-item:last-child {
  left: 3.5%;
  bottom: 8%;
}

.categories__shapes-item:last-child img {
  max-width: 108px;
}

.categories__shapes-item-two {
  position: absolute;
  z-index: -1;
}

.categories__shapes-item-two:first-child {
  max-width: 60px;
  top: 13%;
  right: 6%;
}

.categories__shapes-item-two:last-child {
  max-width: 108px;
  left: 6%;
  bottom: 20%;
}

@media (max-width: 1800px) {
  .categories__shapes-item-two:last-child {
    left: 3%;
  }
}
/*=============================
    10. Online
===============================*/
.online-area {
  padding: 150px 0;
}

@media (max-width: 1199.98px) {
  .online-area {
    padding: 120px 0;
  }
}
.online__image-wrap {
  position: relative;
  margin: 0 100px 0 60px;
}

@media (max-width: 1199.98px) {
  .online__image-wrap {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 991.98px) {
  .online__image-wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
  }
}
@media (max-width: 767.98px) {
  .online__image-wrap {
    margin: 0 0 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .online__image-wrap {
    margin: 0 0 50px;
  }
}
.online__image-wrap .main-img {
  background-color: #fff;
  border: 1px solid #E6E5E5;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px;
}

.online__image-wrap .main-img img {
  border-radius: 7px;
}

@media (max-width: 767.98px) {
  .online__image-wrap .main-img img {
    width: 100%;
  }
}
.online__image-wrap .icons {
  bottom: 65px;
  max-width: 214px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .online__image-wrap .icons {
    bottom: 40px;
  }
}
.online__image-wrap .left-shape {
  max-width: 82px;
  left: -110px;
  bottom: 130px;
}

@media (max-width: 1199.98px) {
  .online__image-wrap .left-shape {
    z-index: -1;
    left: -35px;
  }
}
.online__image-wrap .top-shape {
  top: -35px;
  right: -22px;
  max-width: 86px;
  z-index: -1;
}

.online__image-wrap .svg-shape {
  top: -40px;
  right: -50px;
  z-index: -2;
}

.online__image-wrap .bottom-shape {
  bottom: -35px;
  max-width: 108px;
  right: -35px;
  z-index: -1;
}

.online__content {
  margin-right: 70px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .online__content {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .online__content {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .online__content {
    max-width: 100%;
  }
}
.online__content .section__title {
  margin: 0 0 8px;
}

@media (max-width: 991.98px) {
  .online__content .section__title .title br {
    display: none;
  }
}
.online__content p {
  margin: 0 0 25px;
}

.online__content .right-shape {
  top: 0;
  right: -175px;
  max-width: 87px;
}

@media (max-width: 1500px) {
  .online__content .right-shape {
    right: -80px;
  }
}
@media (max-width: 1199.98px) {
  .online__content .right-shape {
    right: 0;
    z-index: -1;
  }
}
.enrolled__students {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 17px 20px;
  text-align: center;
  top: 85px;
  left: -110px;
}

@media (max-width: 1199.98px) {
  .enrolled__students {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .enrolled__students {
    left: 0;
    bottom: -115px;
    top: auto;
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .enrolled__students {
    left: 0;
    bottom: auto;
    top: 120px;
    right: auto;
  }
}
.enrolled__students p {
  font-size: 16px;
  line-height: 1.4;
  color: var(--headings-color);
  font-weight: var(--mascot-fw-medium);
  margin: 0 0 3px;
}

.enrolled__students p span {
  font-weight: var(--mascot-fw-bold);
  color: var(--theme-color1);
}

.enrolled__students ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enrolled__students ul li:not(:first-child) {
  margin-left: -17px;
}

.enrolled__students ul li img {
  max-width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}

/*=============================
    16. Events
===============================*/
.events__item {
  margin: 0 0 30px;
  background: #fff;
}

.events__item-thumb {
  position: relative;
  margin: 0 0 -2px;
}

div.events__item-thumb img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.events__item-content {
  border: 1px solid #D7DCE3;
  border-radius: 0 0 10px 10px;
  padding: 28px 26px 26px;
}

.events__item-content .title {
  font-size: 20px;
  line-height: 1.35;
  font-weight: var(--mascot-fw-medium);
  margin: 0 0 17px;
}

.events__item-content .title a:hover {
  color: var(--theme-color1);
}

.events__item-content .location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: var(--heading-font-family);
  font-size: 15px;
  color: #5A7093;
  gap: 0 6px;
}

.events__item-content .location i {
  color: var(--theme-color1);
}

.events__date {
  position: absolute;
  left: 25px;
  top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--theme-color1);
  color: #fff;
  border-radius: 3px;
  gap: 7px;
  line-height: 1;
  padding: 5px 10px;
  font-family: var(--heading-font-family);
  font-size: 14px;
  z-index: 2;
}

.events__date i {
  font-size: 19px;
}

.events__wrapper .events__item-content {
  padding: 25px 24px 25px;
}

.events__wrapper .events__item-content .title {
  font-size: 18px;
}

.events__wrapper .events__item-thumb img {
  min-height: 200px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .events__sidebar {
    margin: 50px 0 0;
  }
}
.events__sidebar-filter .form-grp {
  position: relative;
  margin: 0 0 12px;
}

.events__sidebar-filter .form-grp input {
  display: block;
  width: 100%;
  background: #F6F7FA;
  border: 1px solid #DAE0E7;
  border-radius: 4px;
  padding: 6px 15px;
  color: #5A7093;
  font-weight: var(--mascot-fw-medium);
  line-height: 1;
}

.events__sidebar-filter .form-grp input::placeholder {
  font-size: 15px;
  font-weight: var(--mascot-fw-medium);
  color: #5A7093;
}

.events__sidebar-filter .form-grp i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #5A7093;
  font-size: 16px;
}

.events__sidebar-filter .form-grp i.fa-flip-horizontal {
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.events__sidebar-filter .form-grp i.fa-flip-horizontal::before {
  font-weight: 600 !important;
}

.events__sidebar-filter .form-grp .form-select {
  background-color: #F6F7FA;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235A7093' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  border: 1px solid #DAE0E7;
  border-radius: 4px;
  padding: 6px 15px;
  color: #5A7093;
  box-shadow: none;
  font-weight: var(--mascot-fw-medium);
}

.events__sidebar-filter [type=submit] {
  display: block;
  width: 100%;
  border: none;
  background: var(--theme-color1);
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: var(--mascot-fw-semi-bold);
  color: #fff;
  padding: 8px 25px 6px;
}

.events__sidebar-filter [type=submit]:hover {
  background: var(--theme-color2);
}

.events__sidebar .rc-post-item {
  gap: 15px;
}

.events__sidebar .rc-post-thumb img {
  width: 80px;
  height: 80px;
}

.events__sidebar .rc-post-content .title {
  font-size: 15px;
}

.events__sidebar .rc-post-content .date {
  font-size: 14px;
}

.event-details-area .row .col-73 {
  width: 72.5%;
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  .event-details-area .row .col-73 {
    width: 67%;
  }
}
@media (max-width: 991.98px) {
  .event-details-area .row .col-73 {
    width: 100%;
  }
}
.event-details-area .row .col-27 {
  width: 26.5%;
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  .event-details-area .row .col-27 {
    width: 33%;
  }
}
@media (max-width: 991.98px) {
  .event-details-area .row .col-27 {
    width: 65%;
  }
}
@media (max-width: 767.98px) {
  .event-details-area .row .col-27 {
    width: 100%;
  }
}
.event-details-content .title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
  .event-details-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .event-details-content .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-content .title {
    font-size: 28px;
  }
}
.event-details-content .title-two {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .event-details-content .title-two {
    font-size: 22px;
  }
}
.event-details-content p {
  margin-bottom: 0;
}

.event-details-content .info-one {
  margin-bottom: 40px;
}

.event-details-content .info-two {
  margin-bottom: 20px;
}

.event-details-content .info-three {
  margin-bottom: 20px;
}

.event-details-content .map-direction {
  width: 100%;
  height: 400px;
}

@media (max-width: 1199.98px) {
  .event-details-content .map-direction {
    height: 340px;
  }
}
@media (max-width: 767.98px) {
  .event-details-content .map-direction {
    height: 300px;
  }
}
.event-details-content .map-direction iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.event-details-img {
  margin-bottom: 35px;
}

.event-details-img img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .event-details-img img {
    min-height: 270px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-img img {
    min-height: 300px;
  }
}
.event-details-list .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.event-details-list .list-wrap li {
  display: flex;
  width: 50%;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .event-details-list .list-wrap li {
    width: 100%;
  }
}
.event-details-list .list-wrap li i {
  color: var(--theme-color1);
  margin-right: 10px;
  font-size: 20px;
  margin-top: 5px;
}

.event-meta .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .event-meta .list-wrap {
    gap: 15px 20px;
    margin-bottom: 20px;
  }
}
.event-meta .list-wrap li {
  font-size: 16px;
  color: #5A7093;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.event-meta .list-wrap li i {
  font-size: 18px;
  margin-right: 5px;
  color: var(--theme-color1);
  margin-top: -2px;
}

@media (max-width: 991.98px) {
  .event__sidebar {
    margin: 80px 0 0;
  }
}
.event-widget {
  border: 1px solid var(--mascot-border-1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 25px 30px 30px;
  background: #fff;
  margin-bottom: 30px;
}

.event-widget:last-child {
  margin-bottom: 0;
}

.event-widget .ew-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 19px;
  position: relative;
  padding-bottom: 15px;
}

.event-widget .ew-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 4px;
  background: var(--theme-color1);
  border-radius: 2px;
}

.event-cost-wrap .price {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0;
}

.event-cost-wrap .price strong {
  font-weight: 400;
  font-size: 16px;
  color: #5A7093;
  margin-right: 15px;
}

.event-cost-wrap .price del {
  font-weight: 300;
  font-size: 18px;
  text-decoration-line: line-through;
  color: #8D9DB5;
  margin-left: 5px;
}

.event-cost-wrap .btn {
  width: 100%;
  margin-bottom: 20px;
}

.event-information-wrap .title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.event-information-wrap .list-wrap > li {
  display: flex;
  align-items: center;
  color: var(--theme-color2);
  border-bottom: 1px solid var(--mascot-border-4);
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.event-information-wrap .list-wrap > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.event-information-wrap .list-wrap > li > i {
  font-size: 20px;
  color: #8D9DB5;
  margin-right: 15px;
}

.event-information-wrap .list-wrap > li span {
  margin-left: auto;
  color: #5A7093;
}

.event-information-wrap .event-social {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 12px;
}

.event-information-wrap .event-social li {
  border: none;
  padding: 0;
  margin: 0;
}

.event-information-wrap .event-social li a {
  color: #5A7093;
  font-size: 16px;
}

.event-information-wrap .event-social li a:hover {
  color: var(--theme-color1);
}

.speakers-item {
  position: relative;
}

.speakers-item .speakers-thumb img {
  border-radius: 4px;
  width: 100%;
}

.speakers-content {
  position: absolute;
  left: 0;
  bottom: 18px;
  background: var(--theme-color1);
  padding: 7px 50px 7px 22px;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}

.speakers-content .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

.speakers-content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.speakers-content span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #B6CFF5;
}

.speakers-nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.speakers-nav .slick-arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: var(--mascot-common-color-gray);
  color: var(--theme-color1);
  font-size: 14px;
}

.speakers-nav .slick-arrow:hover {
  background: var(--theme-color1);
  color: #fff;
}

.sponsors-wrap .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}

@media (max-width: 991.98px) {
  .sponsors-wrap .list-wrap {
    gap: 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .sponsors-wrap .list-wrap {
    gap: 20px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sponsors-wrap .list-wrap {
    gap: 20px 20px;
  }
}
.sponsors-wrap .list-wrap li img {
  cursor: pointer;
}

.tutor-card {
  background-color: #ffffff;
  box-shadow: 0 1px 100px 0 rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  border-color: rgba(0, 0, 0, 0.08);
}

.tutor-single-course-sidebar-more > div {
  background-color: #ffffff;
  border-left-color: rgba(0, 0, 0, 0.08);
  border-right-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 100px 0 rgba(0, 0, 0, 0.08);
}

.tutor-single-course-sidebar-more > div:first-child {
  border-top-color: rgba(0, 0, 0, 0.08);
}

.tutor-single-course-sidebar-more > div:last-child {
  border-top-color: rgba(0, 0, 0, 0.08);
}

.tutor-single-course-sidebar-more .tutor-course-details-instructors + div {
  border-top-color: rgba(0, 0, 0, 0.08);
}

/*=============================
    19. Shop
===============================*/
.shop-top-wrap {
  margin-bottom: 30px;
}

.shop-top-left p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .shop-top-left p {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-top-left p {
    margin-bottom: 0;
    text-align: left;
  }
}
.shop-top-right {
  position: relative;
  width: 190px;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .shop-top-right {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-top-right {
    margin: 0 0 0 auto;
  }
}
.shop-top-right select,
.shop-top-right .tutor-form-control {
  background-color: var(--mascot-common-color-gray);
  background-image: none;
  border: none;
  color: var(--text-color);
  font-size: var(--body-font-size);
  text-transform: capitalize;
  border-radius: 4px;
  outline: none;
  padding: 12px 37px 9px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 40px;
}

.tutor-form-control {
  padding: 12px 16px;
}

.shop-top-right::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 15px;
  font-size: 14px;
  color: var(--theme-color1);
}

.shop-top-right .tutor-form-select-dropdown {
  min-width: 100%;
}

.shop-item {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 25px 30px 35px;
  margin-bottom: 30px;
  background: #fff;
}

@media (max-width: 1199.98px) {
  .shop-item {
    padding: 25px 15px 35px;
  }
}
@media (max-width: 991.98px) {
  .shop-item {
    padding: 25px 25px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-item {
    padding: 25px 15px 35px;
  }
}
.shop-item:hover .shop-thumb img {
  opacity: 0.2;
}

.shop-thumb {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.shop-action {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  gap: 10px;
}

.shop-content {
  text-align: center;
}

.shop-content .price {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--theme-color1);
  line-height: 1.2;
}

.shop-content .title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
}

.shop-content .title a:hover {
  color: var(--theme-color1);
}

.shop-content .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #F8BC24;
  gap: 3px;
}

@media (max-width: 991.98px) {
  .shop-sidebar {
    margin-top: 80px;
  }
}
.shop-widget {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 25px 30px;
  background: #fff;
  margin-bottom: 30px;
}

.shop-widget:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .shop-widget {
    padding: 25px 20px;
  }
}
@media (max-width: 991.98px) {
  .shop-widget {
    padding: 25px 30px;
  }
}
.shop-widget ul li {
  margin-bottom: 15px;
  list-style: none;
}

.shop-widget ul li:last-child {
  margin-bottom: 0;
}

.shop-widget .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}

.shop-widget .form-check-input {
  border-radius: 4px;
  border: 1px solid #B2BDCD;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.shop-widget .form-check-input:focus {
  box-shadow: none;
  border-color: var(--theme-color1);
}

.shop-widget .form-check-label {
  flex-grow: 1;
  color: var(--text-color);
  user-select: none;
}

.shop-widget .form-check .rating {
  display: flex;
  align-items: center;
}

.shop-widget .form-check .rating ul {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #F8BC24;
  gap: 4px;
}

.shop-widget .form-check .rating ul li {
  margin-bottom: 0;
}

.shop-widget .form-check .rating ul li.delete {
  color: #D7D7D7;
}

.shop-widget .form-check .rating span {
  color: #5A7093;
  margin-left: 5px;
}

.shop-details-images-wrap .nav-tabs {
  border-bottom: none;
  gap: 15px;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  .shop-details-images-wrap .nav-tabs {
    margin-top: 20px;
    flex-wrap: nowrap;
  }
}
.shop-details-images-wrap .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 24px 43px;
  opacity: 0.5;
}

@media (max-width: 1199.98px) {
  .shop-details-images-wrap .nav-link {
    padding: 10px 22px;
  }
}
@media (max-width: 991.98px) {
  .shop-details-images-wrap .nav-link {
    padding: 24px 43px;
  }
}
@media (max-width: 767.98px) {
  .shop-details-images-wrap .nav-link {
    padding: 15px 15px;
  }
}
.shop-details-images-wrap .nav-link.active {
  border-color: var(--theme-color1);
  opacity: 1;
}

.shop-details-images-wrap .tab-content img {
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  .shop-details-images-wrap .tab-content img {
    width: 100%;
  }
}
.woocommerce div.product div.shop-details-content {
  margin-left: 25px;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .woocommerce div.product div.shop-details-content {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .shop-details-content {
    margin: 60px 0 0;
  }
}
.shop-details-content > .title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 12px;
}

@media (max-width: 767.98px) {
  .shop-details-content > .title {
    font-size: 26px;
  }
}
.shop-details-content .product-review {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .shop-details-content .product-review {
    margin-bottom: 15px;
  }
}
.shop-details-content .product-review .rating {
  display: flex;
  align-items: center;
  color: #F8BC24;
  gap: 3px;
}

.shop-details-content .product-review span {
  color: #5A7093;
}

.shop-details-content .price {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  color: var(--theme-color1);
}

.shop-details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 45px;
}

.shop-details-qty .title {
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color2);
  display: block;
}

.shop-details-qty .wishlist-btn {
  background: #F6F7FA;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.shop-details-qty .wishlist-btn:hover {
  background: var(--theme-color1);
  color: #fff;
  border-color: var(--theme-color1);
}

.shop-details-bottom .list-wrap li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}

.shop-details-bottom .list-wrap li:last-child {
  margin-bottom: 0;
}

.shop-details-bottom .list-wrap li .title {
  font-weight: 500;
  font-size: 16px;
  display: block;
  color: var(--theme-color2);
}

.shop-details-bottom .list-wrap li .code, .shop-details-bottom .list-wrap li a {
  color: var(--text-color);
}

.shop-details-bottom .list-wrap li a:hover {
  color: var(--theme-color1);
}

.shop-details-bottom .list-wrap li.sd-share {
  gap: 10px;
}

.cart-plus-minus {
  position: relative;
  width: 116px;
  flex: 0 0 auto;
}

.cart-plus-minus input {
  width: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  font-size: 20px;
  color: var(--theme-color2);
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #838383;
  cursor: pointer;
  border-right: 1px solid #D7D7D7;
  user-select: none;
  -moz-user-select: none;
  line-height: 0;
}

.cart-plus-minus .qtybutton.inc {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #D7D7D7;
}

.cart-plus-minus .qtybutton.dec {
  font-size: 26px;
}

.product-desc-wrap {
  margin-top: 60px;
}

.product-desc-wrap .tab-content p {
  margin-bottom: 0;
}

.product-desc-wrap .nav-tabs {
  border-bottom: 2px solid #E6EAEF;
  gap: 30px;
  margin-bottom: 25px;
}

.product-desc-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 5px 10px;
  font-weight: 500;
  font-size: 19px;
  font-family: var(--heading-font-family);
  color: var(--text-color);
  position: relative;
}

.product-desc-wrap .nav-tabs .nav-item.active .nav-link {
  color: var(--theme-color1);
}

.product-desc-wrap .nav-tabs .nav-item.active .nav-link::before {
  opacity: 1;
}

.product-desc-wrap .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--theme-color1);
  transition: 0.3s linear;
  opacity: 0;
}

.product-desc-review {
  padding: 25px 30px;
  border: 1px solid #E6EAEF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.product-desc-review .left-rc {
  margin-bottom: 10px;
}

.related-product-area {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .related-product-area {
    margin-top: 70px;
  }
}
.related-product-area .shop-thumb img {
  margin: 0 auto;
}

.shop-active [class*=col-] {
  padding: 0 15px;
}

.shop-active .slick-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--mascot-common-color-gray);
  color: var(--theme-color1);
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.shop-active .slick-arrow:hover {
  background: var(--theme-color1);
  color: #fff;
}

.shop-active .slick-arrow.slick-next {
  left: auto;
  right: -10px;
}

.tutor-course-filter .nice-select {
  display: none;
}

.tm-course-default {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
.tm-course-default .image-box {
  position: relative;
  z-index: 1;
}
.tm-course-default .image-box img {
  border-radius: 10px 10px 0 0;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tm-course-default .image-box .price {
  position: absolute;
  right: -1px;
  top: 20px;
  height: 30px;
  width: 80px;
  background: var(--theme-color1);
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 20px 0 0 20px;
  transition: all 300ms ease;
  z-index: 1;
}
.tm-course-default .content-box {
  position: relative;
  z-index: 1;
  padding: 35px 20px 20px;
}
.tm-course-default .content-box .courses__item-tag {
  position: absolute;
  left: 20px;
  top: -15px;
  height: 30px;
  background: var(--theme-color3);
  padding: 5px 20px;
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  transition: all 300ms ease;
  z-index: 1;
}
.tm-course-default .content-box .courses__item-bottom {
  position: absolute;
  z-index: 1;
  border: 2px solid #ffffff;
  top: -20px;
  right: 20px;
  border-radius: 50%;
}
.tm-course-default .content-box .courses__item-bottom a img.tutor-image-avatar {
  height: 55px;
  width: 55px;
  border-radius: 50px;
}
.tm-course-default .content-box .course-price-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid var(--tg-border-4);
}
.tm-course-default .content-box .price {
  font-size: 22px;
  color: var(--theme-color2);
}
.tm-course-default .content-box .other-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.tm-course-default .content-box .other-info .rating {
  margin-right: 17px;
  font-size: 15px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: #999;
  font-size: 14px;
}
.tm-course-default .content-box .other-info .rating i {
  color: #f5c415;
  margin-right: 5px;
}
.tm-course-default .content-box .other-info .duration {
  color: #999;
  font-size: 14px;
}
.tm-course-default .content-box .teacher-name {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
  margin-right: 14px;
  margin-bottom: 10px;
}
.tm-course-default .content-box .teacher-name a {
  margin-right: 5px;
  color: #8d8d8d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tm-course-default .content-box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0;
}
.tm-course-default .content-box .title a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tm-course-default .content-box .course-feature li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
  margin-right: 14px;
}
.tm-course-default .content-box .course-feature li i {
  margin-right: 5px;
  color: var(--theme-color2);
  font-size: 14px;
}
.tm-course-default .content-box .course-feature li:last-child {
  margin-right: 0;
}
.tm-course-default .content-box ul.inline-list.course-feature {
  list-style: none;
  display: flex;
  padding: 0;
}
.tm-course-default:hover .figure-box img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.courses__list-wrap .tm-course-default {
  display: flex;
}
@media (max-width: 767.98px) {
  .courses__list-wrap .tm-course-default {
    display: block;
  }
}
.courses__list-wrap .tm-course-default .image-box {
  flex: 0 0 50%;
}