


/*--------------------------------------------------------------
## Loader
--------------------------------------------------------------*/

.loader-rel {
    position: relative;
}

.loader {
    right: 47.7%;
    border: 5px solid;
    border-radius: 50%;
    border-top: 5px solid #f3f3f3 !important;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.8s linear infinite;
    /* Safari */
    animation: spin 0.8s linear infinite;
    display: none;
    margin: 50px auto;
}

p.not-found {
  text-align: center;
  font-size:18px;
  margin: 10px auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
## Ajax Search
--------------------------------------------------------------*/
.ajax-search-form {
    position: relative;
}

.ajax-search-form input[type="text"] {
  height: 70px;
  line-height: 20px;
  padding: 12px 30px;
  width: 100%;
  outline: none;
  border-radius: 11px;
  background: #fff;
  border: 1px solid #ddd;

}

.ajax-search-form button {
    position: absolute;
    left: 7px;
    top: 7px;
    border: 0px;
    padding: 15px 22px 10px 19px;
    border-radius: 8px !important;
    background: #f69600;
    color: #fff;
    font-size: 22px;
}
.ajax-search-results {
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.10);
    padding-bottom: 4px;
    position: absolute;
    background: #fff;
    z-index: 10;
    width: 100%;
}

ul.ajax-search-results {
    list-style:none;
	margin-right:0;
}

.ajax-search-results li {
    line-height: 50px;
}

.ajax-search-results li img {
    width: 32px;
    margin-right: 15px;
    border-radius: 5px;
}

.ajax-search-results li a {
    color: #333;
    display: block;
    padding: 0 15px;
    transition: all 300ms;
}

.ajax-search-results li a:hover {
    background: #f1f1f1;
    padding: 0 20px;
}

/*download*/

.list-inline-item {
    display: inline-block;
}


.newest-filter,
.download-filter {
    text-align: center;
    margin-bottom: 50px;
}

.newest-filter ul {
    margin-bottom: 0;
}

.newest-filter ul li,
.download-filter ul li {
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .download-filter ul {
    max-width: 700px;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
  }
  .download-filter ul li {
    padding: 0px 13px;
    margin-bottom: 9px;
    font-size: 11px;
}
}

.newest-filter ul li.select-cat,
.download-filter ul li.select-cat {
    color: #fff;
}

.elementor-products.products .course-item {
    padding-right: 0px;
    padding-left: 0px;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.testi-bottom ul {
    list-style: none;
}

.testi-bottom ul li.list-inline-item {
    display: inline-block;
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all .3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 13px 30px 1px rgba(43, 65, 97, 0.2);
  border-radius: 20px;
  transform: translateX(80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.7;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}
.blog-slider__code {
  color: #a7a7a7;
  margin-bottom: 0px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 18px;
  font-weight: 600;
  color: #0d0925;
  margin-bottom: 9px;
}
.blog-slider__text {
  color: #555;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  justify-content: center;
  text-align: center;
  letter-spacing: 0px;
  font-size: 14px;
letter-spacing: 0;
font-weight: 600;
}
.blog-slider__button .fal {
  font-size: 27px;
    margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  left: 20px !important;
  width: 11px !important;
  text-align: center;
  right: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0 !important;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all .3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 4px 13px 30px 1px rgba(43, 65, 97, 0.2);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.blog-slider__code .fal {
  margin-left:10px;
}


/*--------------------------------------------------------------
# Post Videos
--------------------------------------------------------------*/
.ts-grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ts-grid-box .mejs-container, .ts-grid-box .mejs-container .mejs-controls, .ts-grid-box .mejs-embed, .ts-grid-box .mejs-embed body {
    background: #2220;
}
.ts-grid-box .mejs-overlay-play:before {
  content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
}
.featured-col {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 20px -20px rgb(0 0 0 / 51%);
}
.playlist-col {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
@media screen and (max-width: 962px) {
  .featured-col {
    -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .playlist-col {
    -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 20px;
  }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.media-body .post-date-info {
  color: rgb(255 255 255 / 46%);
}
a.nav-item .post-content img {
  width: 128px;
  margin-left:10px;
}
.post-list-box .nav-link {
  padding: 18px 18px;
width: 100%;
background: rgb(0 0 0 / 20%);
display: block;
margin-bottom: 8px;
border-radius: 4px;
}
.post-list-box .nav-link:hover {
background: rgb(0 0 0 / 40%);
}
.post-list-box .nav-item.nav-link.active {
  background: rgb(0 0 0 / 40%);
}
.post-list-box a {
  position: relative;
}
.post-list-box>a:first-child::before {
  content: "جدید";
position: absolute;
top: 0;
right: 0;
padding: 0 3px;
font-size: 12px;
background-color: #d71515;
color: #FFF;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
z-index: 10;
opacity: 0.9;
}
.nav.post-list-box {
  max-height: 408px;
padding: 0 20px;
overflow-y: scroll;
}
.nav.post-list-box::-webkit-scrollbar {
    width: 12px;
}
.nav.post-list-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.nav.post-list-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.nav.post-list-box .post-title {
    font-size: 15px;
    font-weight: 300;
    color: #cecece;
    margin-bottom: 5px;
    line-height: 20px;
}
.tab-pane {
  position: relative;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.show {
    opacity: 1;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}




/*--------------------------------------------------------------
## Lessons Elementory
--------------------------------------------------------------*/


.elementory-section .course-section .panel-group .course-panel-heading {
    border-top: 1px solid #e9ecef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 15px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

.elementory-section .course-section .panel-group .course-panel-heading.active,
.elementory-section .course-section .panel-group .course-panel-heading:hover {
    background-color: #f8f9fa
}

.elementory-section .course-section .panel-group .course-panel-heading.active .panel-heading-left .course-lesson-icon i,
.elementory-section .course-section .panel-group .course-panel-heading:hover .panel-heading-left .course-lesson-icon i {
    color: #ec406a
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .title {
  margin-bottom: 0px;
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .course-lesson-icon {
    line-height: 1;
    margin-left: 15px
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .course-lesson-icon i {
    color: #d4d9dd;
    font-size: 20px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .title h4 {
    font-size: 16px;
    margin: 0 0 8px
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .title>p {
    font-size: 14px;
    color: #adb5bd;
    font-weight: 400;
    margin: 0;
    line-height: 1
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item {
    background-color: #e9ecef;
    padding: 2px 6px;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 6px;
    line-height: 1.2;
    text-transform: capitalize
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.video {
    background-color: #65bded;
    color: #fff
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.quiz {
    background-color: #bd83ef;
    color: #fff
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.lecture {
    background-color: #68e8b7;
    color: #fff
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.exam {
    background-color: #e89369;
    color: #fff
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.practice {
    background-color: #eada68;
    color: #fff
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.attachments {
    background-color: #4ece3d;
    color: #fff
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.sound {
    background-color: #a76388;
    color: #fff
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item.free {
    background-color: #8be669;
    color: #fff
}

.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementory-section .course-section .panel-group .course-panel-heading .private-lesson {
    margin-left: 6px;
    padding-right: 0
}

.private-lesson .fa.green-lock {
    color: #48af3b
}

@media (max-width:767.98px) {
    .elementory-section .course-section .panel-group .course-panel-heading .private-lesson i {
        margin-right: 0!important
    }
    .elementory-section .course-section .panel-group .course-panel-heading .private-lesson span {
        display: none
    }
}

.elementory-section .course-section .panel-group .course-panel-heading .preview-button {
    background-color: #ff6060;
    color: #fff;
    border-radius: 30px
}

.elementory-section .course-section .panel-group .course-panel-heading .download-button {
    background-color: #4ece3d;
    margin-right: 8px;
    color: #fff;
    height: 34px;
    border-radius: 30px
}

.elementory-section .course-section .panel-group .course-panel-heading .download-button.gray {
    background-color: #bac2c5;
    margin-right: 8px;
    color: #fff;
    border-radius: 30px
}

@media (max-width:767.98px) {
    .elementory-section .course-section .panel-group .course-panel-heading .preview-button {
        display: none
    }
}

.elementory-section .course-section .panel-group .course-panel-heading .preview-button.for-mobile {
    display: none
}

@media (max-width:767.98px) {
    .elementory-section .course-section .panel-group .course-panel-heading .preview-button.for-mobile {
        display: block
    }
}

.elementory-section .course-section .panel-group .course-panel-heading .preview-button.for-mobile i {
    margin-left: 0
}

.elementory-section .course-section .panel-group .course-panel-heading .download-button,
.elementory-section .course-section .panel-group .course-panel-heading .preview-button,
.elementory-section .course-section .panel-group .course-panel-heading .private-lesson {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 10px
}

.elementory-section .course-section .panel-group .course-panel-heading .preview-button i,
.elementory-section .course-section .panel-group .course-panel-heading .private-lesson i {
    margin-left: 5px
}

.elementory-section .course-section .panel-group .panel-content {
    max-height: 0;
    overflow: hidden;
    background-color: #f8f9fa;
    -webkit-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

.elementory-section .course-section .panel-group .panel-content .panel-content-inner {
    padding: 15px 15px 20px 15px;
    background: #fff;
    font-size: 13px;
    text-align: justify;
    border: 1px solid #e9ecef
}


.course-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.course-main-wrapper.shop-sidebar-left .course-wrapper-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.course-wrapper-inner .courses-holder {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:992px) {
    .course-main-wrapper.has-sidebar .course-wrapper-inner .courses-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

.courses-holder .courses-top-bar {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 1.875rem;
    padding: 1rem 1.25rem
}

.courses-holder .term-description {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 1.875rem;
    padding: 1rem 1.25rem
}

.courses-holder .courses-top-bar .courses-top-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.courses-holder .courses-top-bar .courses-top-bar-inner .courses-top-bar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.courses-holder .courses-top-bar .courses-top-bar-inner .courses-top-bar-left .woocommerce-result-count {
    margin-bottom: 0
}

.courses-holder .courses-top-bar .layout-switcher {
    margin-right: 1rem
}

@media (max-width:767.98px) {
    .courses-holder .courses-top-bar .layout-switcher {
        display: none
    }
}

.courses-holder .courses-top-bar .layout-switcher>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: .5rem .625rem;
    margin-right: .3125rem
}

.courses-holder .courses-top-bar .layout-switcher>a.active {
    background-color: #1e83f0;
    border-color: #1e83f0
}

.courses-holder .courses-top-bar .layout-switcher>a.active svg {
    fill: #fff
}

.courses-holder .courses-top-bar .layout-switcher>a svg {
    fill: #495057;
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


.elementory-section .course-section-title-elementory {
    margin: 0;
    padding: 5px 10px;
    display: flex;
}

.elementory-section .course-section-title-elementory.cursor-pointer {
    cursor: pointer
}

.elementory-section .course-section-title-elementory .far {
    padding: 4px 0 4px 10px;
    color: #7b868a
}

.elementory-section .course-section-title-elementory .fal {
    position: absolute;
    left: 40px;
    top:40px;
    font-size: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #bdbdbd;
}

.elementory-section .course-section-title-elementory img {
  max-width: 58px !important;
  margin-left: 15px;
  display: inline-block;
}

.elementory-section .course-section-title-elementory .gheadlinel {
    display: inline-block;
    margin-right: 7px;
    color: #111;
}
.elementory-section .course-section-title-elementory .gheadlinel span {
  font-size:18px;
  font-weight: 600;
}
.elementory-section .course-section-title-elementory .gheadlinel p {
  margin-bottom: 0;
}

.elementory-section .course-section.active .course-section-title-elementory .fal {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elementory-section .course-section {
	background: #fff;
    padding: 10px 18px;
    border: 1px solid #e9ecef;
	border-radius: 3px;
    box-shadow: 0 0px 18px rgb(41 58 78 / 9%);
}

@media (max-width: 991.98px) {
  .elementory-section .course-section-title-elementory .gheadlinel span {
    font-size: 14px;
    font-weight: 600;
}
.elementory-section .course-section-title-elementory .gheadlinel {
    float: none;
    width: 100%;
    padding-left: 11px;
}
.elementory-section .course-section-title-elementory .gheadlinel p {
    font-size: 11px;
}
.elementory-section .course-section-title-elementory img {
    max-width: 35px !important;
    margin-left: 5px;
}
.elementory-section .course-section {
    background: #f7f7f7;
    padding: 10px 10px;
    border: 1px solid #e9ecef;
    border-radius: 3px;
    padding-left: 21px;
}

}

.panel-group.deactive {
    display: none;
}

@media (max-width:767.98px) {
.elementory-section .course-section-title-elementory .fa {
    left: 14px;
    top:30px;
    font-size: 18px;
  }
.elementory-section .course-section-title-elementory {
    padding: 2px 2px;
}
.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .title h4 {
    font-size: 13px;
}
.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .title>p {
    display: none;
}
.elementory-section .course-section .panel-group .course-panel-heading {
    padding: 15px;
}
.elementory-section .course-section .panel-group .course-panel-heading .panel-heading-left .badge-item {
    font-size: 11px;
    font-weight: 400;
}
.elementory-section .course-section-title-elementory .fal {
  left: 8px;
  top: 34px;
  font-size: 15px;
}
.elementory-section .course-section-title-elementory .gheadlinel {
    padding-left: 11px;
    line-height: 20px;
}
}




.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
    direction: ltr;
}
.pelleh-podcast .mejs-container, .pelleh-podcast .mejs-container .mejs-controls, .pelleh-podcast .mejs-embed, .pelleh-podcast .mejs-embed body {
  background-color: transparent;
}
.audio_post_thumb .mejs-container, .audio_post_thumb .mejs-container .mejs-controls, .audio_post_thumb .mejs-embed, .audio_post_thumb .mejs-embed body {
  background-color: transparent;
}
.blog-loop-inner .post-inner.audio-inner .post-thumbnail:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.39)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.39) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.39) 100%);
}
.pelleh-podcast .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .pelleh-podcast .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgb(195, 195, 195);
}
.pelleh-podcast .mejs-time-handle-content {
    border: 0px !important;
    height: 4px !important;
}
.pelleh-podcast .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #f69600;
}
.pelleh-podcast .mejs-time-total {
    margin: 8px 0 0;
}
.pelleh-podcast .mejs-play>button {
    background: 0 0 !important;
}
.pelleh-podcast .mejs-button button {
    background: 0 0!important;
    color: #555!important;
}
.pelleh-podcast .mejs-button button:before {
    content: "";
    display: inline-block;
    font-family: 'fontawesome_pro';
    font-weight: 300;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
}
.pelleh-podcast .mejs-button.mejs-play button:before {
    content: "\f04b";
}
.pelleh-podcast .mejs-button.mejs-mute button:before {
    content: "\f6a8";
}
.pelleh-podcast .mejs-button.mejs-unmute button:before {
    content: "\f6a9";
}
.pelleh-podcast .mejs-button.mejs-pause button:before {
    content: "\f04c";
}
.pelleh-podcast .mejs-button.mejs-replay button:before {
    content: "\f01e";
}
.pelleh-podcast .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #555;
}
.pelleh-podcast .mejs-time {
    color: #7d7d7d;
}
.pelleh-podcast .mejs-container, .pelleh-podcast .mejs-container .mejs-controls {
    border-radius: 50px;
}
.pelleh-podcast .mejs-horizontal-volume-total {
    height: 4px;
    top: 17px;
}
.pelleh-podcast .mejs-controls a.mejs-horizontal-volume-slider {
    display: none !important;
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
    border-radius: 5px !important;
    height: 4px !important;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}

.ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev {
    z-index: 1!important
}


ul.circles-area {
    margin: 50px auto;
    max-width: 997px;
}

li.picsingle {
    margin-bottom: 40px;
}
li.picsingle img.single-circleimg {
    float: left;
}
li.picsingle:nth-child(even) img.single-circleimg {
    float: right;
}
@media (min-width: 768px) {
	ul.circles-area .col-md-10 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
		padding-left: 20px;
    padding-right: 20px;
}
	ul.circles-area .col-md-14 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
	ul.circles-area li.picsingle:nth-child(even) .col-md-10 {
    order:2
}
	ul.circles-area li.picsingle:nth-child(even) .col-md-14 {
    order:1;
		
}	
}
@media (max-width: 768px) {
	ul.circles-area .col-md-10 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		padding-left: 20px;
    padding-right: 20px;
}
	ul.circles-area .col-md-14 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
li.picsingle .single-circsvg  {
    position: absolute;
    top: -20px;
    height: 320px;
    width: 320px;
}
li.picsingle:nth-child(odd) .single-circsvg {
    left: 0px;
}
li.picsingle:nth-child(even) .single-circsvg {
    right: 0px;
}
.circles-area li.picsingle .content {
    padding: 0 40px;
    padding-top: 60px;
	position: relative;
	font-size: 14px;
    line-height: 30px;
    
}
li.picsingle:nth-child(odd) .content {
    padding-left: 70px;
}
li.picsingle:nth-child(even) .content {
    padding-right: 70px;
}
.circles-area li.picsingle:nth-child(even) .single-linesvg {
    position: absolute;
    top: -80px;
    left: 15px;
}
.single-linesvg {
    position: absolute;
    top: -80px;
    left: 0px;
}
.col-md-14 {
	position: relative;
}
.single-linesvg2 {
    position: absolute;
    bottom: -220px;
    right:15px;
}
li.picsingle:nth-child(odd) .single-linesvg {
	display: none;
}
li.picsingle:nth-child(odd) .single-linesvg2, li.picsingle:last-child .single-linesvg2 {
	display: none;
}

.top-part .more {
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    height: 48px;
		position: absolute;
		display: inline-block;
    margin: 15px 0;
    overflow: hidden;
    max-width: 48px;
    line-height: 46px;
    color: #555;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.circles-area .top-part .more:hover {
    background-color: #fff;
    max-width: 200px;
    padding-left: 20px;
}

li.picsingle:nth-child(odd) .top-part .more {
   left:47px;
	 bottom:-64px;
}
li.picsingle:nth-child(even) .top-part .more {
   left:30px;
	bottom: -64px;
}

.circles-area .top-part .more i {
    height: 48px;
    line-height: 46px;
    width: 48px;
    text-align: center;
		font-size: 17px;
}
h3.step-title {
	font-size: 19px;
	font-weight: 700;
	margin-bottom:3px;
}
span.step-subtitle {
	font-size: 11px;
}
.svgline-animate {
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-name: linesvg;
}
.svgline2-animate {
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-name: line2svg;
}
@keyframes linesvg {
    100% {
        stroke-dashoffset: 12;
    }
}
@keyframes line2svg{100%{stroke-dashoffset:-12}}

li.picsingle img.single-circleimg {
    float: left;
    border-radius: 100%;
}

li.picsingle:nth-child(odd) img.single-circleimg {
    top: 20px;
		left: 20px;
    height: 280px;
    width: 280px;
}
li.picsingle:nth-child(even) img.single-circleimg {
    top: 20px;
		right: 20px;
    height: 280px;
    width: 280px;
}
.circles-area li.picsingle .content {
    margin-bottom: 130px;
}


.circles-area li.picsingle:nth-child(even) .logo-small {
    position: absolute;
    z-index: 2;
    top: -16px;
    height: 50px;
    width: 50px;
    left: 0px;
    padding: 7px;
    background-color: #fff;
}
.circles-area li.picsingle:nth-child(odd) .logo-small {
    position: absolute;
    z-index: 2;
    top: -16px;
    height: 50px;
    width: 50px;
    right: 0px;
    padding: 7px;
    background-color: #fff;
}
.circles-area li.picsingle:first-child .logo-small {
    display: none;
}


.image-box-item {
	margin: 10px;
}
.image-box-item .customer-thumbnail {
    position: relative;
}
.image-box-item .customer-thumbnail img {
    border-radius: 20px;
    width: 100%;
}
.image-box-item .customer-thumbnail::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(83.41%, rgba(118, 74, 241, 0.8)), to(#764AF1));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(118, 74, 241, 0.8) 83.41%, #764AF1 100%);
    border-radius: 20px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
}
.image-box-item:hover .customer-thumbnail::before {
    opacity: 1;
    visibility: visible;
}
.image-box-item .customer-thumbnail::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(83.41%, #1C2936), to(#1C2936));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1C2936 83.41%, #1C2936 100%);
    border-radius: 20px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 1;
    visibility: visible;
}
.image-box-item .customer-thumbnail .customer-video-content {
    position: absolute;
    z-index: 1;
    text-align: center;
    left: 40px;
    bottom: 25px;
    width: calc(100% - 80px);
}
.image-box-item .customer-thumbnail .customer-title {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 5px;
}
.customer-video-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 0;
}
.image-box-item .customer-video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 85px;
    text-align: center;
    background-color: #7C6EFF;
    border-radius: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.image-box-item a.customer-video .fal {
    color: #fff !important;
	font-weight:100;
}




/*-----
Accordion 
-----*/


.wd-accordion {
    --wd-accordion-spacing: 20px;
}
.wd-accordion .wd-scroll {
    height: auto;
}
.wd-accordion .wd-scroll-content {
    padding-inline-end: 10px;
}
.wd-accordion.wd-style-default .wd-accordion-item {
    border-bottom: 1px solid var(--brdcolor-gray-300);
}
.wd-accordion.wd-style-default:before {
    content: "";
    display: block;
    border-top: 2px solid var(--brdcolor-gray-300);
}
.wd-accordion.wd-style-simple {
    --wd-accordion-spacing: 10px;
}
.wd-accordion.wd-style-simple > .wd-accordion-item:first-child {
    margin-top: calc(var(--wd-accordion-spacing) * -1);
}
.wd-accordion.wd-style-simple > .wd-accordion-item:last-child {
    margin-bottom: calc(var(--wd-accordion-spacing) * -1);
}
.wd-accordion.wd-style-shadow > .wd-accordion-item {
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.wd-accordion.wd-style-shadow > .wd-accordion-item > :is(.wd-accordion-title, .wd-accordion-content) {
    padding-right: var(--wd-accordion-spacing);
    padding-left: var(--wd-accordion-spacing);
}
.wd-accordion.wd-style-shadow > .wd-accordion-item:not(:last-child) {
    margin-bottom: 20px;
}
.global-color-scheme-light .wd-accordion.wd-style-shadow > .wd-accordion-item {
    background-color: var(--bgcolor-gray-200);
}
.wd-accordion-title {
    display: flex;
    align-items: center;
    padding-top: var(--wd-accordion-spacing);
    padding-bottom: var(--wd-accordion-spacing);
    cursor: pointer;
    transition: all 0.25s ease;
    user-select: none;
}
.wd-accordion-title:is(.wd-active, :hover) .wd-accordion-title-text {
    color: var(--wd-primary-color);
}
.wd-accordion-title-text {
    flex: 1;
    color: var(--wd-title-color);
    font-weight: var(--wd-title-font-weight);
    font-size: var(--wd-accordion-font-size, 16px);
    transition: inherit;
}
.wd-accordion-opener {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    transition: inherit;
}
.wd-accordion-opener.wd-opener-style-arrow:before {
    content: "\f107";
    font-family: "fontawesome_pro";
    font-size: 18px;
}
.wd-accordion-title.wd-active .wd-accordion-opener.wd-opener-style-arrow {
    transform: rotate(180deg);
}
.wd-accordion-title.wd-opener-pos-left {
    flex-direction: row-reverse;
}
.wd-accordion-title.wd-opener-pos-left .wd-accordion-opener {
    margin-right: 12px;
}
.wd-accordion-title.wd-opener-pos-right {
    flex-direction: row;
}
.wd-accordion-title.wd-opener-pos-right .wd-accordion-opener {
    margin-left: 12px;
}
.wd-accordion-title .img-wrapper {
    display: inline-block;
    margin-inline-end: 5px;
    vertical-align: middle;
}
.wd-accordion-content {
    display: none;
    padding-bottom: var(--wd-accordion-spacing);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.wd-accordion-content.wd-active {
    display: block;
    opacity: 1;
}
@media (max-width: 1024px) {
    .wd-accordion .wd-scroll-content {
        overflow: visible;
        padding-inline-end: 0;
        max-height: none !important;
    }
}

ul.lists-title {
	list-style: none;
	margin:0;
}
ul.lists-title li span.list-icon {
	margin-left:10px;
}

