@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(203.3858267717, 100.0787401575, 1.6141732283);
}
.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(253.2, 138, 28.2);
}
.contact-info__list-text {
  color: rgb(25.5, 25.5, 25.5);
  margin: 0px;
}
.contact-info__list-text:hover {
  color: #fd7d03;
}
.contact-info__list-icon {
  font-size: 18px;
  color: #3d3e3e;
  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;
}

.catalog__img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  border-radius: 10px;
}
.catalog__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.catalog__title {
  font-size: 14px;
  color: #000;
}
.catalog .download__btn {
  color: #000;
}

.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 */
.video iframe {
  min-height: 735px;
  width: 100%;
}
.video .main-btn {
  font-size: 16px;
}
.video i {
  font-size: 20px;
}

.side-card {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(57, 57, 57, 0.17) 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: #fd7d03;
}
.side-card {
  /* side card title */
}
.side-card .pages-title {
  padding: 0 0 15px 15px;
}

/* side card */
.blog {
  background: transparent;
}
.blog__title {
  font-size: 20px;
  font-weight: 600;
  color: #fd7d03;
  margin-bottom: 10px;
  line-height: 35px;
}
.blog__date {
  color: rgb(121.6, 121.6, 121.6);
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  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;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .blog__content > img {
    float: none;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .blog__content {
    padding: 15px;
  }
}
.blog__text img {
  max-width: 100%;
}
.blog {
  /* blog text */
}
.blog iframe {
  width: 100%;
  border: none;
  min-height: 200px;
  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;
}

.rate {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}

.rate-text {
  display: block;
  color: #6e6e6e;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

.rate-icon {
  color: #FF912C;
  font-size: 14px;
}

#accordion {
  width: 100%;
  min-height: 300px;
}
#accordion .card {
  box-shadow: 0 0 0;
  border: 0;
  background: transparent;
}
#accordion .card-header {
  background: transparent;
  padding: 0;
  box-shadow: 0 0 0;
  border: 0;
}
#accordion .btn {
  position: relative;
  border: 0;
  padding: 15px 20px;
  color: #fd7d03;
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  text-align: right;
  line-height: 28px;
  background: transparent;
}
#accordion .btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  right: 0;
  background: #fff;
}
#accordion .btn:before {
  content: "»" !important;
  position: absolute;
  color: #fd7d03;
  opacity: 1;
  border: 0;
  top: 50%;
  right: -9px;
  transform: translate(-50%, -50%);
  padding: 0 5px;
  font-family: auto !important;
}
#accordion .card-body {
  text-align: justify;
  color: #535353;
  font-weight: 400;
  line-height: 3rem;
  font-size: 1.3rem;
  margin-bottom: 20px;
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.faq-card {
  border: none;
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.faq-card:last-child .faq-card__header {
  border: none;
}
.faq-card__header {
  background-color: transparent;
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
}
.faq-card__body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.faq-card__body p {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #444;
}
.faq-card__button {
  background-color: transparent;
  border: none;
  font-size: 18px;
  width: 100%;
  line-height: 1.8;
  color: #fd7d03;
  padding-right: 0;
  font-weight: 600;
  white-space: normal;
  text-align: right;
  cursor: pointer;
}
.faq-card__button:hover {
  text-decoration: none;
  background: none;
}
.faq-card__title {
  font-size: 16px;
  color: #333;
}
.faq-card p {
  margin-top: 12px;
  margin-bottom: 16px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 1.9;
  color: #6e6e6e;
}

.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);
}
.comment-nav__item:last-child {
  border: none;
}
.comment-nav__item .comment-box-button {
  color: #777;
}
.comment-nav {
  /* comment nav item */
}
.comment-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 35px rgba(59, 67, 89, 0.0588235294) !important;
  padding: 20px;
  border-radius: 10px;
}
.comment-nav {
  /* comment nav link */
}
.comment-nav__replay {
  width: 100%;
  padding-right: 40px;
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .comment-nav__replay {
    padding-right: 20px;
  }
}
.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: 80px;
  margin-left: 5px;
}
@media screen and (max-width: 575.98px) {
  .comment-nav__replay.main .comment-box .comment-box__header__logo {
    width: 80px;
  }
}
.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: #fd7d03;
}
.show-more-comment {
  /* show more text */
} /* show more */
.comment-box {
  margin-bottom: 20px;
}
.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;
  align-items: center;
  margin-bottom: 4px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}
.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: #f31313;
}
.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;
}
@media screen and (max-width: 575.98px) {
  .comment-box__header__name {
    font-size: 14px;
  }
}
.comment-box__header__name img.user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 6px 10px rgba(110, 117, 136, 0.1098039216);
  margin-left: 5px;
}
.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-left: 10px;
  margin-right: 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: white;
  color: #f31313;
}
.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-top: 5px;
}
@media screen and (max-width: 575.98px) {
  .comment-box__header__replay {
    font-size: 10px;
  }
}
.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-left: 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-right: 10px;
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-box__reply__title i {
  color: #3d3e3e;
  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-right: 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: #333;
  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;
  height: 60px;
  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%;
  height: 100%;
}
.comment-box {
  /* comment box img */
}
@media only screen and (max-width: 575.98px) {
  .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;
}
.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;
  }
}

/* Hover state of the stars */
.rating-stars .star-list > .star.hover > .icon {
  color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars .star-list > .star.selected > .icon {
  color: #FF912C;
}

.rating-stars .star-list {
  direction: ltr;
}

/*# sourceMappingURL=pages.css.map */
