h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

a, a:hover {
  text-decoration: none;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
}

a:hover {
  color: var(--swiper-theme-color);
}

li {
  list-style: none;
}

.bg-gray {
  background-color: #f7f7f7;
}

.sec-padding {
  padding: 60px 0;
}

.header-fluid {
  line-height: 30px;
}

.header .header-bar .header-bar-text {
  color: #686868;
  font-size: 0.85rem;
}

.header .header-site-intr {
  display: inline-block;
  font-size: 1.15rem;
  padding-top: 5px;
}

.index-banner {
  padding: 0;
}

.no-padding {
  padding: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.header-nav {
  border-bottom: 1px solid #667788;
}

.section-gray {
  background-color: #f2f2f2;
}

.text-gray {
  color: #686868;
}

.font-size-sm {
  font-size: small;
}

.header-nav li {
  list-style-type: none;
}

.navbar-nav .nav-link {
  display: inline;
}

.banner-sidemenu .class-list {
  display: flex;
  flex-wrap: wrap;
}

.banner-sidemenu .class-list li {
  flex: 0 0 42%;
  font-size: 0.8rem;
  margin: 1px 0;
}

.banner-sidemenu .class-list li a {
  color: #fff;
}

.text-black-50 a {
  color: #333;
}

.section-title {
  margin: 15px 0;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.section-sub-title {
  text-align: center;
  color: #6c6c6c;
}

.class-section .class-item {
  box-shadow: 0 4px 8px 0 rgb(95 101 105 / 5%);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  overflow: hidden;
}

.class-section .class-item:hover {
  box-shadow: 0 2px 20px 0 rgb(95 101 105 / 15%);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

.class-section .class-item a {
  text-decoration: none;
}

.class-section .class-item .class-item-body {
  padding: 10px;
}

.class-section .class-item .class-item-thumbnail {
  max-width: 100%;
}

.class-section .class-item .class-item-title, .class-item .class-item-meta {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 5px;
}

.class-section .class-item .class-item-meta p {
  color: #686868;
  font-size: 0.9rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.teacher-list .teacher-item {
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgb(95 101 105 / 15%);
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  overflow: hidden;
}

.teacher-list .teacher-item:hover {
  box-shadow: 0 2px 10px 0 rgb(95 101 105 / 25%);
}

.teacher-item .teacher-img {
  height: 260px;
  overflow: hidden;
}

.teacher-item .teacher-img img {
  width: 100%;
}

.teacher-item .teacher-info {
  padding: 15px;
}

.teacher-item .teacher-name {
  align-items: flex-end;
}

.teacher-item .teacher-name h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 10px;
  padding-right: 5px;
  margin-bottom: 0;
  color: #333;
}

.teacher-list p {
  margin-bottom: 0;
}

/* .teacher-item .teacher-name p {
  font-size: 0.9rem;
}
 */

.teacher-item .teacher-desc {
  font-size: 0.9rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.block-card {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  border: 1px solid rgba(128, 137, 150, 0.1);
  padding: 30px;
}

.block-card-header {
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  padding-bottom: 20px;
}

.stroke-shape {
  position: relative;
  width: 45px;
  height: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: linear-gradient( 270deg, #9f8fff 0, #7b68ee 100%);
}

.block-card-body {
  padding-top: 20px !important;
}

.widget-title a {
  font-size: 0.85rem;
  color: #686868;
  font-weight: bold;
  padding: 5px;
}

.list-items-style-2 li {
  margin-bottom: 0;
}

.list-items li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #808996;
  font-size: 16px;
}

.list-items li a {
  color: #808996;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}

.card-item {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 20px rgb(82 85 90 / 20%);
  -moz-box-shadow: 0 0px 20px rgba(82, 85, 90, 0.2);
  box-shadow: 0 0px 20px rgb(82 85 90 / 20%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.card-item .card-image {
  position: relative;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.card-item .card-image .card__img {
  width: 100%;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.card-item .card-image .badge {
  position: absolute;
  background-color: #40CC6F;
  top: 15px;
  left: 21px;
  padding: 6px 11px;
  font-size: 12px;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  z-index: 1;
  color: #fff;
}

.card-item .card-content {
  padding: 20px 20px 25px 20px;
  position: relative;
}

.card-item .card-title {
  font-size: 1.15rem;
  color: #333f57;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-trigger-action .owl-nav div {
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  line-height: 40px;
  -webkit-box-shadow: 0 5px 30px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 5px 30px rgba(82, 85, 90, 0.1);
  box-shadow: 0 5px 30px rgb(82 85 90 / 10%);
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  color: rgba(51, 63, 87, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-trigger-action .owl-nav div.owl-next {
  left: auto;
  right: -70px;
}

.owl-trigger-action .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.owl-trigger-action .owl-dots div {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(51, 63, 87, 0.1);
  border: 2px solid transparent;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 2px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  margin: 0 5px;
}

.section-tab .nav-tabs {
  border-bottom: none;
}

.section-tab .nav-item {
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 600;
  font-size: 18px;
}

.section-tab-layout-2 .nav-link.active {
  color: #333f57;
}

.section-tab .nav-link.active {
  background-color: #fff;
  color: #7b68ee;
  -webkit-box-shadow: 0 10px 40px rgb(82 85 90 / 20%);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.2);
  box-shadow: 0 10px 40px rgb(82 85 90 / 20%);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.section-tab-layout-2 .nav-link {
  padding: 7px 16px 7px 30px;
  position: relative;
  font-size: 17px;
}

.section-tab .nav-link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  color: #808996;
}

.section-tab-layout-2 .nav-link.active:after {
  opacity: 1;
}

.section-tab-layout-2 .nav-link:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13px;
  width: 8px;
  height: 8px;
  background-color: #333f57;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-pane {
  width: 100%;
}

.widget-title {
  font-size: 18px;
  color: #333f57;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
}

.accordion-item .card {
  -webkit-box-shadow: 0 0 14px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 0 14px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 14px rgb(82 85 90 / 10%);
  border-color: rgba(128, 137, 150, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.accordion-item .card-header {
  padding: 0;
  background-color: #fff;
  border-bottom: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.accordion-item .card-header .btn {
  width: 100%;
  color: #333f57;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 20px 12px 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  text-align: left;
}

.accordion-item .card-body {
  padding: 0 20px 20px 20px;
}

.accordion-item .card-body p {
  color: #808996;
  font-weight: 500;
  font-size: 15px;
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.accordion-item .card-header .btn:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 8px;
  height: 8px;
  background-color: var(--swiper-theme-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-item .card-header .btn[aria-expanded=true]:after {
  opacity: 1;
}

.accordion-item .card-header .btn i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 19px;
  display: none;
}

.accordion-item .card-header .btn[aria-expanded=true] .la-minus {
  display: block;
}

.accordion-item .card-header .btn[aria-expanded=false] .la-plus {
  display: block;
}

section a {
  color: inherit;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
}

.sidebar-widget {
  margin-bottom: 30px;
  border: 1px solid rgba(128, 137, 150, 0.1);
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  background-color: #fff;
  position: relative;
}

.accordion-item .card+.card {
  margin-top: 10px;
}

.list-items li a:before {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #7b68ee;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.list-items li a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

.list-items li:last-child {
  margin-bottom: 0px;
}

.form-box .form-group {
  position: relative;
}

.form-box .form-group .form-icon {
  position: absolute;
  top: 16px;
  left: 15px;
  color: #808996;
  font-size: 18px;
}

.form-box .form-control {
  height: auto;
  line-height: inherit;
  padding: 12px 20px 12px 15px;
  font-size: 15px;
  color: #333f57;
  border: 1px solid rgba(128, 137, 150, 0.3);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-box .form-control-styled {
  border-left: 5px solid var(--swiper-theme-color);
  border-top: none;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
}

.footer {
  background-color: #32323b;
}

.footer .company-qrcode img {
  max-width: 100%;
}

.footer .company-name, .footer .company-info {
  color: #fff;
}

.footer .company-name h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.35rem;
}

.footer .company-info p {
  font-size: 0.8rem;
  padding: 6px 0;
}

.footer .nav-title {
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 15px;
}

.footer .nav-list li a {
  color: #fff;
  padding: 5px 0;
  font-size: 0.8rem;
}

.footer-meta, .friend-links {
  font-size: 0.9rem;
}

.class-page .class-section .class-item {
  border: 1px solid #eee;
}

.bg-gray-50 {
  background-color: #f5f7fa;
}

.section-pagination {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 12px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.section-pagination .page-link {
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 2px;
  margin-left: 2px;
  color: #808996;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  padding: 7px 13px;
  font-weight: 600;
}

.section-pagination .page-link {
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 2px;
  margin-left: 2px;
  color: #808996;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  padding: 7px 13px;
  font-weight: 600;
}

.section-pagination .page-link.page-link-active {
  background-color: var(--swiper-theme-color);
  color: #fff;
  border-color: var(--swiper-theme-color)
}

.section-pagination .page-link:hover {
  color: #333f57;
  background-color: rgba(128, 137, 150, 0.1);
}

.card-item-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.card-item-list .card-image {
  width: 100%;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
}

.card-item-list .card-image .card__img {
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  object-fit: cover;
}

.card-item .card-sub {
  font-size: 0.9rem;
  color: #808996;
  font-weight: 500;
}

.article-page .article-section .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-item .listing-meta li {
  margin: 0 10px;
}

.card-item .listing-meta li:first-child {
  margin-left: 0;
}

.card-item .listing-meta li i {
  margin: 0 5px;
}

.card-item .listing-meta li {
  color: #808996;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}

.blockquote-box {
  border-left: 7px solid rgba(128, 137, 150, 0.2);
  padding-left: 20px;
  position: relative;
}

.blockquote-box .la-quote-right {
  position: absolute;
  bottom: 0px;
  right: 5px;
  font-size: 40px;
  opacity: 0.2;
}

.blockquote-box p {
  padding-right: 30px !important;
}

.text-color {
  color: #333f57 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.article-content p {
  font-size: 16px;
  color: #666;
  font-weight: 500;
  line-height: 1.55;
  padding: 10px 0;
}

.article-content h2, .article-content h3 {
  margin-bottom: 15px;
}

.article-content h4 {
  margin-bottom: 10px;
}

.article-content li {
  font-weight: 500;
  color: #666;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.article-content li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(128, 137, 150, 0.6);
  top: 10px;
  left: 0;
}

.post-nav {
  font-weight: 600;
}

/*.post-nav li {
  width: 49.5%;
}*/

.post-nav li {
  color: #808996;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 10px 40px rgb(82 85 90 / 10%);
  padding: 10px;
  display: block;
  position: relative;
  margin: 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.post-nav li.prev-post a {
  /*padding-left: 40px;*/
}

.margin-bottom-80px {
    margin-bottom: 80px;
}

.post-nav li i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.post-nav li.prev-post i {
  left: 15px;
}

.post-nav .text-truncate {
  display: block;
}

.post-nav li.next-post a {
  padding-right: 40px;
}

.post-nav li.next-post i {
  right: 15px;
}

/*.sidebar {
  position: sticky;
  top: 15px;
}*/

.article-view-page .listing-meta li {
  margin: 0;
}

.padding-top-90px {
  padding-top: 90px !important;
}

.img-boxes img {
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.ribbon {
  display: inline-block;
  padding: 0 6px;
  background: rgba(255, 187, 61, 0.1);
  color: #ffbb3d;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 20px;
  font-weight: 600;
}

.ribbon-2 {
  padding: 5px 18px;
  font-size: 15px;
  background-color: #fff;
  color: #333f57;
  -webkit-box-shadow: 0 1px 20px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 20px rgb(0 0 0 / 5%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.section-heading .sec__title {
  font-size: 2rem;
  line-height: 50px;
  color: #333f57;
  margin-bottom: 18px;
}

.section-heading .sec__desc p {
  font-size: 1rem;
  color: #808996;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 0.5rem;
}

.section-tab-layout-2 {
  padding-top: 30px;
}

.tag-list li {
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 500;
  margin-right: 4px;
}

.tag-list li span {
  font-size: 0.9rem;
  cursor: pointer;
  background-color: #fff;
  color: #808996;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 6px 15px 6px 24px;
  display: block;
  -webkit-box-shadow: 0 0 20px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 0 20px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 20px rgb(82 85 90 / 10%);
  position: relative;
}

.tag-list li span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 12px;
  width: 6px;
  height: 6px;
  background-color: rgba(51, 63, 87, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tag-list li:hover span {
  color: #333f57;
}

.tag-list li:hover span:after {
  background-color: #333f57;
}

.course-single-page .col-lg-8 .widget-title {
  padding-bottom: 0;
}

.course-single-page .col-lg-8 .block-card-header {
  padding-bottom: 10px;
}

.course-single-page .col-lg-8 .block-card-body {
  padding-top: 10px;
}

.my-table .table {
  color: #5b6068;
  font-weight: 500;
  margin-bottom: 0;
}

.table thead th {
    vertical-align: middle;
}

.info-box {
  background-color: #fff;
  padding: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 10px 40px rgb(82 85 90 / 10%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.info-box:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.info-box .info__title {
  font-size: 20px;
  color: #333f57;
  font-weight: 600;
  margin-bottom: 20px;
}

.info-box .info__desc {
  font-size: 16px;
  color: #808996;
  font-weight: 500;
  line-height: 1.75;
}

.price-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.price-list {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  padding: 30px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.price-list li+li {
  border-top: 1px solid rgba(127, 136, 150, 0.1);
  padding-top: 12px;
  margin-top: 12px;
}

.price-item .widget-title {
  padding: 15px 0;
  text-align: center;
}

.section-heading .sec__desc {
  text-align: left;
  font-size: 1rem;
  color: #808996;
  font-weight: 500;
  line-height: 30px;
}

.section-block {
  background-color: #F5F7FC;
}

.section-block, .section-block-2 {
  height: 1px;
}

.bg-gradient-4 {
  background-image: linear-gradient( 45deg, #31d0f5 0%, #2c61e6 100%) !important;
}

.table td, .table th {
  width: 0%;
}

.table thead th {
  border-bottom: 0;
}

.z-index-50 {
  z-index: 50;
}

/*.teacher-list {
  justify-content: center;
}
*/
.bread-list {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgb(82 85 90 / 10%);
  border: 1px solid rgba(128, 137, 150, 0.1);
}

.bread-list li {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.bread-list-2 li {
  color: rgba(128, 137, 150, 0.9);
}

.bread-list-2 li a {
  color: #333f57;
}

.bread-list li+li {
  padding-left: 10px;
  margin-left: 10px;
}

.bread-list li+li:after {
  position: absolute;
  color: #686868;
  content: ">";
  font-weight: 900;
  top: 50%;
  font-size: 14px;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.listing-meta {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  margin-bottom: 10px;
}

.listing-meta li {
  color: #808996;
}

.teacher-info p {
  color: #808996;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.teacher-info h3 {
  font-size: 18px;
  color: #333f57;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
}

.breadcrumb-section {
  padding-bottom: 0;
}

.mini-list-card {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.mini-list-card .mini-list-img {
  margin-right: 13px;
}

.mini-list-card .mini-list-img img {
  width: 80px;
  height: 85px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.category-link {
  font-size: 16px;
  position: relative;
  padding-left: 12px;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.mini-list-card .mini-list-title {
  font-size: 16px;
  color: #333f57;
  font-weight: 600;
  line-height: 20px;
}

.mini-list-card .mini-list-title a {
  color: #333f57;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mini-list-card+.mini-list-card {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(128, 137, 150, 0.1);
}

.radius-round {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}

.category-item {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
}

.category-item .cat-img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.category-item .category-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.category-item .category-link {
  padding: 10px 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.category-item .cat__title {
  font-size: 1.15rem;
  text-transform: capitalize;
  color: #fff;
}

.category-item .cat__desc {
  font-size: 0.85rem;
  margin-top: 5px;
}

.category-item .category-content:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: -1;
}

.stroke-shape {
  background-image: linear-gradient( 45deg, #31d0f5 0%, #2c61e6 100%) !important;
}

.carousels.flex-50 li {
  flex: 0 0 50%;
}

.about-swiper .swiper-slide img {
  max-width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.img-boxes img {
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.index-banner-wrap .swiper-slide img {
  /* position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px; */
  width: 1920px;
  height: 400px;
  display: block;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

#navBar {
  padding: 10px;
}

.box-shadow {
  box-shadow: 0 4px 8px 0 rgb(95 101 105 / 5%);
}

.navbar-toggler .menu {
  display: block;
  width: 24px;
  height: 24px;
}

.navbar-toggler .menu span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto 5px;
  position: relative;
  background: #333;
  border-radius: 3px;
  z-index: 1;
  -ms-transform-origin: 20px;
  transform-origin: 20px;
  transition: background .4s cubic-bezier(0.77, 0.2, 0.05, 1), opacity .45s ease, transform .4s cubic-bezier(0.77, 0.2, 0.05, 1), width .4s;
}

.navbar-toggler .toggle-animate span {
  opacity: 1;
  -ms-transform: rotate( -45deg);
  transform: rotate( -45deg);
  -webkit-transform: rotate( -45deg);
  -moz-transform: rotate( -45deg);
  -o-transform: rotate( -45deg);
}

.navbar-toggler .toggle-animate span:nth-child(2) {
  width: 0;
  opacity: 0;
  -ms-transform: rotate(0deg);
  transform: rotate( 0deg);
  transition: width .5s ease;
}

.navbar-toggler .toggle-animate span:nth-child(3) {
  opacity: 1;
  -ms-transform: rotate( 45deg);
  transform: rotate( 45deg);
  -webkit-transform: rotate( 45deg);
  -moz-transform: rotate( 45deg);
  -o-transform: rotate( 45deg);
}

.form-box .form-control {
  height: auto;
  line-height: inherit;
  font-size: 15px;
  color: #333f57;
  border: 1px solid rgba(128, 137, 150, 0.3);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-page .form-box .form-control {
  padding: 12px 20px 12px 40px;
}

.form-box .form-control-styled {
  border-left: 5px solid var(--swiper-theme-color);
  border-top: none;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 40px rgb(0 0 0 / 12%);
}

.info-box .info-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  -webkit-border-radius: 59% 41% 60% 40%/46% 66% 34% 54%;
  -moz-border-radius: 59% 41% 60% 40%/46% 66% 34% 54%;
  border-radius: 59% 41% 60% 40%/46% 66% 34% 54%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: #7b68ee;
  color: #fff;
  text-align: center;
  font-size: 36px;
  -webkit-box-shadow: 0 5px 25px rgb(123 104 238 / 30%);
  -moz-box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
  box-shadow: 0 5px 25px rgb(123 104 238 / 30%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.info--box .info-icon {
  background-color: #fff;
  margin-bottom: 25px;
}

.single-page .info-box {
  background-color: #fff;
  padding: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px rgb(82 85 90 / 10%);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 10px 40px rgb(82 85 90 / 10%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.list-items-style-2 li {
  margin-bottom: 0;
}

.list-items-style-2 li+li {
  border-top: 1px solid rgba(128, 137, 150, 0.1);
  padding-top: 15px;
  margin-top: 15px;
}

.text-color {
  color: #333f57 !important;
}

.contact-section svg {
  fill: var(--swiper-theme-color);
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-area {
  border-top: 1px solid #ebebeb;
}

.banner-img-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-list.d-flex li {
  flex: 0 0 50%;
}

.index-page .article-list .list-items li {
  flex: 0 0 49%;
}

.list-items-style-3 li+li+li {
  border-top: 1px solid rgba(128, 137, 150, 0.1);
  padding-top: 15px;
  margin-top: 15px;
}

.question-item {
  margin: 15px 0;
  border-bottom: 1px solid rgba(128, 137, 150, 0.1);
  height: auto !important
}

.question-item:first-child {
  padding-top: 0;
  margin-top: 0;
}

.question-item:last-child {
  border-bottom: 0;
}

.question-item .question-item-title {
  display: flex;
  font-size: 1.15rem;
  margin-bottom: 10px;
  align-items: flex-start;
}

.question-item .question-item-desc {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.question-item .question-item-desc a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.75;
  letter-spacing: 0.5px;
}

.questions-page .question-item .question-item-title {
  margin-bottom: 15px;
}

.questions-page .question-item .question-item-desc {
  margin-bottom: 15px;
}

.question-item-badge {
  flex: 0 0 auto;
  font-size: 0.85rem;
  padding: 5px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
  line-height: 1.2;
}

.question-item-title .question-item-badge {
  background-color: rgb(255, 110, 84);
}

.question-item-desc .question-item-badge {
  background-color: var(--swiper-theme-color);
}

/*.question-wrapper .question-item{
    margin: 25px 0;
}*/

.banner-img-item {
  transition: all 2.s ease-in-out;
  -webkit-transition: all 2.s ease-in-out;
  -moz-transition: all 2.s ease-in-out;
  -ms-transition: all 2.s ease-in-out;
  -o-transition: all 2.s ease-in-out;
}

.questions-page .question-list.block-card-body {
  padding-top: 0 !important;
}

.list-items.course li {
  flex: 0 0 33.33333%;
  border-top: 1px solid rgba(127, 136, 150, 0.1);
  padding-top: 12px;
  margin-top: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
}

/*.list-items.course li:first-child {
  border-top: none;
}*/

.pill {
  background-image: linear-gradient(45deg, #31d0f5 0%, #2c61e6 100%) !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 2px 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  color: #fff;
}

.work-section .card-item .card-sub {
  line-height: 26px;
  margin-top: 10px;
}

.table td, .table th {
    vertical-align: middle;
}

.td-width-auto th,.td-width-auto td {
    width: auto;
}

.list-items.course {
    padding-top: 10px;
}

.article-content img {
    max-width: 100%;
}

.breadcrumb-section {
    background-color: #fff;
    box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
}

.breadcrumb__option {
    padding: 15px 0;
}

.breadcrumb__option a {
    font-size: 15px;
    color: #111111;
    font-weight: 500;
    margin-right: 20px;
    display: inline-block;
    position: relative;
}

.breadcrumb__option>a:after {
    position: absolute;
    right: -18px;
    top: 0;
    content: ">";
}

.breadcrumb__option span {
    font-size: 15px;
    color: #888888;
    font-weight: 500;
    display: inline-block;
}

.breadcrumb__option a span {
    color: #111111;
    margin-right: 5px;
}

.teacher-detail-page .teacher-info p {
    margin-bottom: 10px;
}

.fade:not(.show) {
    visibility: hidden;
}

.slidebar {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 55px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.65);
    backdrop-filter: saturate(150%) blur(10px);
    webkit-backdrop-filter: saturate(150%) blur(10px);
}

.slidebar .slidebar-buttons {
    text-align: center;
}

.slidebar .slidebar-buttons .slidebar-link {
    position: relative;
    display: block;
    font-size: 1.25rem;
    color: #333;
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb;
}

.slidebar-buttons .slide-link-wechat {
    border-bottom: none !important;
}

.slidebar-buttons .slide-link-top {
    display: none;
    border-top: 1px solid #ebebeb;
    border-bottom: none !important;
}

.slidebar .slidebar-buttons .slidebar-link:last-child {
    margin-bottom: 0 !important;
}

.slidebar .slidebar-buttons .slidebar-link .slide-bar-link-wechat-img {
    position: absolute;
    display: none;
    max-width: 100px;
    height: 100px;
    left: -115px;
    bottom: 0;
    box-shadow: 0 2px 10px #888;
    border-radius: 5px;
}

.border-radius {
    border-radius: 5px;
}

.tab-content>.active {
    display: block;
}

.tag-list li {
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 7px;
    font-weight: 500;
    margin-right: 4px;
}

.tag-list li a {
    background-color: #fff;
    color: #808996;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 6px 15px 6px 24px;
    display: block;
    -webkit-box-shadow: 0 0 20px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 20px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 20px rgb(82 85 90 / 10%);
    position: relative;
}

.tag-list li a:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 12px;
    width: 6px;
    height: 6px;
    background-color: rgba(51, 63, 87, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tag-list li:hover a:after {
    background-color: #333f57;
}


#sidebar-close, #sidebarToggleTop {
    height: 40px;
    width: 40px;
    line-height: 34px;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    display: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#sidebar-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px;
}

.dashboard-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 100vh;
    width: 20rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%);
    -moz-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%);
    z-index: 1024;
    position: fixed;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dashboard-sidebar .sidebar-brand {
    display: block;
    padding: 20px;
    z-index: 1;
    background-color: #4c60da;
}

.dashboard-sidebar li:not(.nav-item) {
    flex: 0 0 100%;
}

.dashboard-sidebar .nav-item {
    flex: 0 0 49.5%;
}

.dashboard-sidebar .nav-link {
    display: block;
    padding: 10px 16px;
    color: #808996;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-left: 3px solid transparent;
    position: relative;
    font-size: 15px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.dashboard-sidebar .sidebar-heading {
    padding: 0 21px;
    font-weight: 700;
    font-size: .65rem;
    letter-spacing: .13rem;
    text-transform: uppercase;
}

.dashboard-sidebar.sidebar-is-active {
    left: 0 !important;
}

.article-list .list-items li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-section .card-item-list .card-image {
    flex: 0 0 35%;
}

.article-section .card-item-list .card-sub {
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.course-single-section .section-sub-title {
    line-height: 2;
}

.course-single-section p.sec__desc {
    text-indent: 2em;
}

.padding-top-30px {
    padding-top: 30px;
}


.theme-btn {
    font-weight: 600;
    font-size: 16px;
    color: #333f57;
    line-height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #F5F7FC;
    text-align: center;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.theme-btn:hover {
    color: #fff;
}

.gradient-btn {
    background: linear-gradient(
270deg
, #9f8fff, #7b68ee);
    position: relative;
    color: #fff;
    -webkit-box-shadow: 0 5px 25px rgb(123 104 238 / 30%);
    -moz-box-shadow: 0 5px 25px rgba(123, 104, 238, 0.3);
    box-shadow: 0 5px 25px rgb(123 104 238 / 30%);
}

.recommend-coures li a {
    color: #686868;
}

.topic-list {
    display: flex;
    flex-wrap: wrap;
}

.topic-list-item {
    border-bottom: 1px dotted #ebebeb;
    padding-bottom: 10px;;
}

.topic-list-item a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article-section .article-content {
    text-indent: 2em;
}

.act-section .act-item .act-image img{
    max-width: 65%;
}