@charset "UTF-8";
/*
TODO: adding some pages styles to this file, pages like blog detail or gallery detail
      and some simple detail page.
*/
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.contact-us {
  margin-top: 0;
  margin-bottom: 9rem;
}
.contact-us iframe {
  margin: 5% 0 !important;
  border: none;
  width: 100%;
  height: 300px;
  padding: 0;
  box-shadow: 0 0 5px #e3e3e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contact-us__img {
  margin: auto;
  width: 400px;
}
@media only screen and (max-width: 575.98px) {
  .contact-us__img {
    width: 100%;
  }
}
.contact-us__sub-title {
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.contact-us .main-btn {
  padding: 13px 25px;
  transition: all 300ms linear;
}
.contact-us .main-btn:hover {
  background-color: rgb(165.7589285714, 114.3526785714, 69.2410714286);
}
.contact-us .main-btn__text {
  font-size: 13.5px;
  color: #fff !important;
}

.contact-info__title {
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.contact-info__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-flow: column;
  font-size: 15px;
}
.contact-info__list-item {
  color: #6e6e6e;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.contact-info__list-item:hover .contact-info__list-icon {
  color: rgb(195.6, 151.5, 112.8);
}
.contact-info__list-text {
  color: rgb(25.5, 25.5, 25.5);
  margin: 0px;
}
.contact-info__list-text:hover {
  color: #bd8c61;
}
.contact-info__list-icon {
  font-size: 18px;
  color: #bd8c61;
  margin-left: 7px;
  transition: all 300ms linear;
}
.contact-info .contact-social {
  margin-top: 15px;
}
.contact-info .contact-social__text {
  color: #333;
  line-height: 1.9;
}

.social-media {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.social-media__icon {
  padding: 5px;
  font-size: 30px;
  transition: all 300ms linear;
}
.social-media__item {
  margin: 5px;
}
.social-media__item:first-child .social-media__icon {
  padding-left: 0;
}

.notfound-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.notfound-wrapper .notfound-img img {
  width: 100%;
  height: 100%;
}
.notfound-wrapper .notfound-info {
  text-align: center;
}
.notfound-wrapper .notfound-info .strong-text {
  font-weight: 800;
  font-size: 30px;
  color: #bd8c61;
}
@media screen and (max-width: 991.98px) {
  .notfound-wrapper .notfound-info .strong-text {
    font-size: 24px;
  }
}
.notfound-wrapper .notfound-info .error-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 991.98px) {
  .notfound-wrapper .notfound-info .error-text {
    font-size: 14px;
  }
}
.notfound-wrapper .notfound-info .go-back-btn {
  background-color: #bd8c61;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 25px auto;
  width: 55%;
}
.notfound-wrapper .notfound-info .go-back-btn:hover {
  background-color: #bd8c61;
}
.notfound-wrapper .notfound-info .notfound-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.notfound-wrapper .notfound-info .notfound-list .item {
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  cursor: pointer;
}
.notfound-wrapper .notfound-info .notfound-list .item:after {
  content: "/";
  color: #363636;
  position: absolute;
  top: 0;
  left: 0;
}
.notfound-wrapper .notfound-info .notfound-list .item:last-child:after {
  display: none;
}
.notfound-wrapper .notfound-info .notfound-list .item .link {
  color: #000;
  text-decoration: none;
}
.notfound-wrapper .notfound-info .notfound-list .item .link:hover {
  color: #bd8c61;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.header-logo img {
  max-width: 60px;
}
@media screen and (max-width: 767.98px) {
  .header-logo img {
    max-width: 40px;
  }
}
.header-logo__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5.5px;
}
.header-logo__name .title {
  font-size: 15.8px;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 991.98px) {
  .header-logo__name .title {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
.header-logo__name .text {
  font-size: 12.5px;
  color: rgb(174.96, 174.96, 174.96);
}
@media screen and (max-width: 767.98px) {
  .header-logo__name .text {
    font-size: 11px;
  }
}
@media screen and (max-width: 397.98px) {
  .header-logo__name .text {
    font-size: 7px;
  }
}
.header-logo {
  /* header logo name */
} /* header logo */
.slider-sec .main-banner {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.slider-sec .main-banner img {
  width: 100%;
}

.mainSlider:after, .mainSlider:before {
  content: "";
  background-image: url(.././images/background/shape.svg);
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 230px;
  height: 40px;
  z-index: 999;
}
.mainSlider:before {
  left: -96px;
  transform: rotate(270deg);
}
.mainSlider:after {
  right: -96px;
  transform: rotate(90deg);
}
.mainSlider__link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms linear;
}
@media only screen and (max-width: 575.98px) {
  .mainSlider__link {
    border-radius: calc(10px / 2);
  }
}
.mainSlider {
  /* main slider link */
}
.mainSlider .owl-nav {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.mainSlider .owl-nav .owl-prev,
.mainSlider .owl-nav .owl-next {
  background: transparent !important;
}
.mainSlider .owl-nav .owl-prev span,
.mainSlider .owl-nav .owl-next span {
  color: #bd8c61;
  font-size: 20px;
}
@media only screen and (max-width: 575.98px) {
  .mainSlider .owl-nav .owl-prev span,
  .mainSlider .owl-nav .owl-next span {
    padding: 8px;
  }
}
.mainSlider .owl-nav .owl-prev,
.mainSlider .owl-nav .owl-next {
  /* owl prev and owl next span */
}
.mainSlider .owl-nav {
  /* owl nav owl prev and owl next */
}
.mainSlider {
  /* main slider owl nav */
}
.mainSlider .owl-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainSlider .owl-dots .owl-dot.active span {
  background-color: #bd8c61;
  width: 15px;
}
.mainSlider .owl-dots .owl-dot span {
  background-color: #fff;
  width: 7px;
  height: 7px;
  transition: all 300ms linear;
}
.mainSlider {
  /* main slider owl dots */
}
@media only screen and (min-width: 1600px) {
  .mainSlider {
    height: 100%;
  }
  .mainSlider .owl-stage,
  .mainSlider .owl-stage-outer,
  .mainSlider .owl-item, .mainSlider__link, .mainSlider__link img {
    height: 100%;
  }
  .mainSlider__link img {
    object-fit: cover;
  }
}

/* main slider */
.not-found {
  color: #333;
  padding: 20px 30px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.06) 0px 7px 29px 0px;
  margin-bottom: 35px;
  border-radius: 10px;
}
@media only screen and (max-width: 991.98px) {
  .not-found {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .not-found .main-btn {
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .not-found__img {
    margin: 0;
    margin-bottom: 15px;
  }
  .not-found__body {
    align-items: center !important;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .not-found__header {
    justify-content: center !important;
  }
  .not-found .main-btn {
    padding: 15px !important;
    width: 100%;
  }
}
.not-found__img {
  margin-left: 25px;
  width: 50px;
}
.not-found {
  /* not found img */
}
.not-found__body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.not-found {
  /* not found body */
}
.not-found__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.not-found {
  /* not found header */
}
.not-found__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.not-found {
  /* not found title */
}
.not-found__text {
  font-size: 14px;
  font-weight: 300;
}
.not-found {
  /* not found text */
} /* not found*/
.comment-nav.simple .comment-box__header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.comment-nav.simple {
  /* simple comment box header */
}
.comment-nav {
  /* comment nav simple */
}
.comment-nav__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1.5px solid rgb(216.75, 216.75, 216.75);
  padding: 10px;
}
.comment-nav__item:last-child {
  border: none;
}
.comment-nav {
  /* comment nav item */
}
.comment-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.comment-nav {
  /* comment nav link */
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
}
.comment-nav__replay .comment-box {
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box {
  padding: 15px;
  background-color: rgb(243.525, 243.525, 243.525);
  border-radius: 10px;
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box .comment-box__header__logo {
  width: 60px;
  margin-bottom: 6px;
  margin-left: 10px;
}
.comment-nav__replay {
  /* comment nav replay teacher */
}
.comment-nav {
  /* comment nav replay */
} /* comment nav */
.show-more-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-more-comment .show-more-text-comment {
  font-size: 15px;
  font-weight: bold;
  color: #bd8c61;
}
.show-more-comment {
  /* show more text */
} /* show more */
.comment-box {
  margin-bottom: 10px;
}
.comment-box__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
}
.comment-box__header__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #6e6e6e;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item {
    margin-bottom: 5px;
  }
}
.comment-box__header__item.header {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 4px;
}
.comment-box__header {
  /* comment box header item */
}
.comment-box__header__review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comment-box__header__review-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 8px;
  font-size: 10px;
  color: #6e6e6e;
}
.comment-box__header__review-box.up {
  color: #388e3c;
}
.comment-box__header__review-box.down {
  color: #a70202;
}
.comment-box__header__review-box i[class^=icon] {
  font-size: 16px;
  margin-left: 4px;
}
.comment-box__header__review-box {
  /* review box icon */
}
.comment-box__header__review {
  /* comment box header review box */
}
.comment-box__header {
  /* comment box header review */
}
.comment-box__header__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.comment-box__header {
  /* comment box header name */
}
.comment-box__header__suggest {
  padding: 8.5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-top: -6px;
  margin-right: 10px;
  margin-left: auto;
  border-radius: 10px;
}
.comment-box__header__suggest.success {
  background-color: rgb(232.4090909091, 246.0909090909, 233.0454545455);
  color: #388e3c;
}
.comment-box__header__suggest.error {
  background-color: rgb(254.7065088757, 230.4934911243, 230.4934911243);
  color: #a70202;
}
.comment-box__header {
  /* comment box header suggest */
}
.comment-box__header__date {
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box__header__replay {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 6px;
}
.comment-box__header__replay .text {
  color: #333;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box {
  /* comment box header */
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box {
  /* comment box text */
}
.comment-box__reply {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  padding: 10px 20px;
  padding-right: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__reply {
    flex-direction: column;
  }
  .comment-box__reply .comment-box__reply__title {
    margin-bottom: 7px;
  }
}
.comment-box__reply__title {
  min-width: 100px;
  margin-left: 10px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-box__reply__title i {
  color: #414141;
  font-size: 12px;
}
.comment-box__reply {
  /* comment box reply title */
}
.comment-box__reply__text {
  font-size: 13px;
  color: #6e6e6e;
  line-height: 25px;
  text-align: justify;
}
.comment-box__reply {
  /* comment box reply text */
}
.comment-box {
  /* comment box reply */
}
.comment-box__logo {
  width: 130px;
  margin-left: 10px;
}
.comment-box {
  /* comment box logo */
}
.comment-box__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.comment-box {
  /* comment box header name */
}
.comment-box__date {
  font-size: 14.5px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.comment-box {
  /* comment box header date */
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box {
  /* comment box text */
}
.comment-box__img-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.comment-box {
  /* comment box img wrapper */
}
.comment-box__img {
  display: block;
  width: 55px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  transition: all 300ms linear;
}
.comment-box__img:hover {
  opacity: 1;
}
.comment-box__img img {
  width: 100%;
}
.comment-box {
  /* comment box img */
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item.header {
    flex-wrap: wrap;
  }
  .comment-box__header__name {
    order: 1;
  }
  .comment-box__header__suggest {
    order: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .comment-box__header__review {
    order: 2;
  }
}

/* comment comment box */
.blog {
  background: transparent;
  padding-top: 120px;
}
.blog__title {
  margin: 0 !important;
  color: #bd8c61;
}
.blog__date {
  color: rgb(121.6, 121.6, 121.6);
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 10px;
  font-weight: 300;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.blog__date-icon {
  font-size: 16px;
  margin-left: 7px;
  margin-top: -5px;
}
.blog__content {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 1.9;
  text-align: justify;
  font-weight: 300;
}
.blog__content > img {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 3px;
  margin-left: 0;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .blog__content > img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .blog__content > img {
    width: 100%;
    float: none;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .blog__content {
    padding: 15px;
  }
}
.blog iframe {
  margin-top: 25px;
  width: 100%;
  border: none;
  min-height: 400px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
.blog .blog-video__tag {
  margin-top: 25px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
@media (max-width: 991.98px) {
  .blog .blog-video__tag {
    height: auto;
  }
}
.blog .main-btn {
  padding: 10px 20px;
}

.gallery-image-card {
  display: block;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}
.gallery-image-card img {
  width: 100%;
}
.gallery-image-card {
  /* gallery image card img */
} /* gallery image card */
.side-card {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.06) 0px 7px 29px 0px;
  margin-bottom: 10px;
}
.side-card__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  padding: 10px 0;
  border-bottom: 1px dashed #8d9aa8;
  position: relative;
  padding-right: calc(12px + 8px);
}
.side-card__title::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  transform: rotate(140deg);
  width: 12px;
  height: 13px;
  border-radius: 3px;
  background-color: #bd8c61;
}
.side-card {
  /* side card title */
}
.side-card .pages-title {
  padding: 0 0 15px 15px;
}

/* side card */
.video-card {
  background: #fff;
  border-radius: 10px;
  border: 2px dashed transparent;
  overflow: hidden;
  padding: 15px;
}
.video-card:hover .video-card__img:before {
  opacity: 1;
}
.video-card:hover .video-card__img:after {
  opacity: 1;
}
.video-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
}
.video-card__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  transition: all 300ms linear;
  z-index: 2;
  opacity: 0;
}
.video-card__img:after {
  content: "\e91f";
  position: absolute;
  top: 55%;
  right: 50%;
  transform: translateY(-80%) translateX(50%);
  padding: 10px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #15348b;
  transition: all 300ms linear;
  z-index: 3;
  opacity: 0;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.video-card__img img {
  width: 100%;
  height: 100%;
}
.video-card__tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.video-card__tag {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #eeeeee;
  color: #888;
  align-self: flex-start;
  font-size: 11.5px;
  margin: 7px 0;
  transition: all 300ms linear;
}
.video-card__title {
  color: #414141;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 50px;
  width: 94%;
  overflow: hidden;
}
.video-card__title a {
  color: #414141;
}

.video iframe {
  width: 100%;
}
.video .main-btn {
  padding: 5px 10px;
  font-size: 16px;
}
.video .main-btn i {
  font-size: 20px;
}

.alert-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgb(247.89, 247.89, 247.89);
  color: #6e6e6e;
  border-right: 2px solid rgb(136.5, 136.5, 136.5);
  border-radius: 6px;
  padding: 15px;
}
.alert-box__icon {
  font-size: 18px;
  padding-left: 10px;
}
.alert-box {
  /* alert box icon */
}
.alert-box__text {
  font-size: 13px;
  line-height: 20px;
}
.alert-box__text.one-line {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.alert-box {
  /* alert box text */
}
.alert-box.success {
  border-right: 2px solid #388e3c;
  background-color: rgb(240.075, 246.525, 240.375);
  color: #388e3c;
}
.alert-box {
  /* alert box success */
}
.alert-box.danger {
  border-right: 2px solid #a70202;
  background-color: rgb(249.28, 238.555, 238.555);
  color: #a70202;
}
.alert-box {
  /* alert box danger */
}
.alert-box.warning {
  border-right: 2px solid #FFB200;
  background-color: rgb(255, 248.84, 234.6);
  color: #FFB200;
}
.alert-box {
  /* alert box warning */
}
.alert-box.info {
  border-right: 2px solid #1870ce;
  background-color: rgb(239.32, 246.92, 252.6);
  color: #1870ce;
}
.alert-box {
  /* alert box info */
}
.alert-box.border-0 {
  border: 0 !important;
}

/* alert box */
.product-comment__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.product-comment {
  /* product comment header */
}
.product-comment__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.product-comment {
  /* product comment title */
}
.product-comment__text {
  font-size: 16px;
  font-weight: 300;
  color: #888;
  margin-bottom: 10px;
}
.product-comment {
  /* product comment text */
}
.product-comment .not-found {
  align-items: center;
  justify-content: left;
  margin-bottom: 0 !important;
  padding: unset !important;
  box-shadow: unset !important;
}
.product-comment .not-found .main-btn {
  padding: 15px 22px;
}
.product-comment .not-found {
  /* not found main btn */
}
.product-comment {
  /* product comment not found main btn */
}
.product-comment #comment-form {
  display: none;
}
.product-comment {
  /* product comment comment form */
} /* product comment */
.form-card__title {
  margin-bottom: 0 !important;
}

.star-rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-block;
}
.star-rating input {
  display: none;
}
.star-rating label {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s;
}
.star-rating label:hover, .star-rating label:hover ~ label {
  color: #d8aa54;
}
.star-rating input:checked ~ label {
  color: #d8aa54;
}

.comment-nav.simple .comment-box__header {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.comment-nav.simple {
  /* simple comment box header */
}
.comment-nav {
  /* comment nav simple */
}
.comment-nav__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1.5px solid rgb(216.75, 216.75, 216.75);
  padding: 10px;
}
.comment-nav__item:last-child {
  border: none;
}
.comment-nav {
  /* comment nav item */
}
.comment-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.comment-nav {
  /* comment nav link */
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
}
.comment-nav__replay .comment-box {
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box {
  padding: 15px;
  background-color: rgb(243.525, 243.525, 243.525);
  border-radius: 10px;
  margin-bottom: 10px;
}
.comment-nav__replay.main .comment-box .comment-box__header__logo {
  width: 60px;
  margin-bottom: 6px;
  margin-left: 10px;
}
.comment-nav__replay {
  /* comment nav replay teacher */
}
.comment-nav {
  /* comment nav replay */
} /* comment nav */
.show-more-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-more-comment .show-more-text-comment {
  font-size: 15px;
  font-weight: bold;
  color: #bd8c61;
}
.show-more-comment {
  /* show more text */
} /* show more */
.comment-box {
  margin-bottom: 10px;
}
.comment-box__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5px;
}
.comment-box__header__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #6e6e6e;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item {
    margin-bottom: 5px;
  }
}
.comment-box__header__item.header {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 4px;
}
.comment-box__header {
  /* comment box header item */
}
.comment-box__header__review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comment-box__header__review-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 8px;
  font-size: 10px;
  color: #6e6e6e;
}
.comment-box__header__review-box.up {
  color: #388e3c;
}
.comment-box__header__review-box.down {
  color: #a70202;
}
.comment-box__header__review-box i[class^=icon] {
  font-size: 16px;
  margin-left: 4px;
}
.comment-box__header__review-box {
  /* review box icon */
}
.comment-box__header__review {
  /* comment box header review box */
}
.comment-box__header {
  /* comment box header review */
}
.comment-box__header__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.comment-box__header {
  /* comment box header name */
}
.comment-box__header__suggest {
  padding: 8.5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-top: -6px;
  margin-right: 10px;
  margin-left: auto;
  border-radius: 10px;
}
.comment-box__header__suggest.success {
  background-color: rgb(232.4090909091, 246.0909090909, 233.0454545455);
  color: #388e3c;
}
.comment-box__header__suggest.error {
  background-color: rgb(254.7065088757, 230.4934911243, 230.4934911243);
  color: #a70202;
}
.comment-box__header {
  /* comment box header suggest */
}
.comment-box__header__date {
  font-size: 13px;
  font-weight: 300;
  color: #6e6e6e;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box__header__replay {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 6px;
}
.comment-box__header__replay .text {
  color: #333;
}
.comment-box__header {
  /* comment box header date */
}
.comment-box {
  /* comment box header */
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box {
  /* comment box text */
}
.comment-box__reply {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 5px;
  padding: 10px 20px;
  padding-right: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 575.98px) {
  .comment-box__reply {
    flex-direction: column;
  }
  .comment-box__reply .comment-box__reply__title {
    margin-bottom: 7px;
  }
}
.comment-box__reply__title {
  min-width: 100px;
  margin-left: 10px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-box__reply__title i {
  color: #414141;
  font-size: 12px;
}
.comment-box__reply {
  /* comment box reply title */
}
.comment-box__reply__text {
  font-size: 13px;
  color: #6e6e6e;
  line-height: 25px;
  text-align: justify;
}
.comment-box__reply {
  /* comment box reply text */
}
.comment-box {
  /* comment box reply */
}
.comment-box__logo {
  width: 130px;
  margin-left: 10px;
}
.comment-box {
  /* comment box logo */
}
.comment-box__name {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}
.comment-box {
  /* comment box header name */
}
.comment-box__date {
  font-size: 14.5px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.comment-box {
  /* comment box header date */
}
.comment-box__text {
  font-size: 12px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.comment-box {
  /* comment box text */
}
.comment-box__img-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
}
.comment-box {
  /* comment box img wrapper */
}
.comment-box__img {
  display: block;
  width: 55px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.4;
  cursor: pointer;
  overflow: hidden;
  transition: all 300ms linear;
}
.comment-box__img:hover {
  opacity: 1;
}
.comment-box__img img {
  width: 100%;
}
.comment-box {
  /* comment box img */
}
@media only screen and (max-width: 575.98px) {
  .comment-box__header__item.header {
    flex-wrap: wrap;
  }
  .comment-box__header__name {
    order: 1;
  }
  .comment-box__header__suggest {
    order: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
  .comment-box__header__review {
    order: 2;
  }
}

/* comment comment box */
.comments-form-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 10px rgba(110, 117, 136, 0.1);
  margin: 15px 0px;
  padding: 20px;
  border-radius: 10px;
}

/* Rating Star Widgets Style */
.rating-stars .star-list {
  list-style-type: none;
  padding: 0;
  direction: ltr;
}

.rating-stars .star-list .star {
  display: inline-block;
}

.rating-stars .star-list .star .icon {
  font-size: 1.5em;
  color: #ccc;
}

@media screen and (max-width: 575.98px) {
  .rating-stars .star-list .star .icon {
    font-size: 1.2em;
  }
}
/* هاور */
.rating-stars .star-list .star:hover .icon {
  color: #FF912C;
}

/* انتخاب‌شده */
.rating-stars .star-list .star-1.selected > .icon,
.rating-stars .star-list .star-2.selected > .icon,
.rating-stars .star-list .star-3.selected > .icon,
.rating-stars .star-list .star-4.selected > .icon,
.rating-stars .star-list .star-5.selected > .icon {
  color: #FF912C !important;
}

/* سایز هر ستاره */
.star-1 .icon {
  font-size: 15px !important;
  color: #ccc;
}

.star-2 .icon {
  font-size: 20px !important;
  color: #ccc;
}

.star-3 .icon {
  font-size: 25px !important;
  color: #ccc;
}

.star-4 .icon {
  font-size: 30px !important;
  color: #ccc;
}

.star-5 .icon {
  font-size: 35px !important;
  color: #ccc;
}

/* امتیاز کلی */
.score .icon-star-fill {
  color: #FF912C;
}

.rating-stars .star-list .star:hover .icon,
.rating-stars .star-list .star.selected .icon {
  color: #FF912C;
}

/*# sourceMappingURL=pages.css.map */
