/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .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 {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-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; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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(/images/vendor/owl.carousel/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.instructor-container {
  background-color: #f9fafa;
  padding: 0px 50px;
}
.instructor-container .filter-section .accordion-button {
  font-family: "Lexend-medium";
  font-size: 16px;
  padding: 18px 30px;
  transition: 0.3s ease;
}
.instructor-container .filter-section .accordion-button:not(.collapsed) {
  color: #032157 !important;
  font-family: "Lexend-semibold";
}
.instructor-container .filter-section .form-check-input[type=radio] {
  width: 16px;
  height: 16px;
}
.instructor-container .filter-section .accordion-body {
  padding: 20px 30px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.instructor-container .learning-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-left: 10px;
}
.instructor-container .learning-section .learning-list .img-div {
  position: relative;
}
.instructor-container .learning-section .learning-list .img-div .rating-badge {
  position: absolute;
  padding: 3px 10px;
  background: #fff;
  bottom: 10px;
  right: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.instructor-container .learning-section .learning-list .img-div .rating-badge img {
  width: 12px;
}
.instructor-container .learning-section .learning-list .img-div .rating-badge .rating-value {
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  color: #032157;
  font-family: "Lexend-SemiBold";
}
.instructor-container .learning-section h3 {
  color: #032157;
  font-size: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.instructor-container .learning-section .category-name {
  font-family: "Lexend-Medium";
  color: #090909;
  font-size: 16px;
}
.instructor-container .learning-section .price {
  font-family: "Lexend-SemiBold";
  color: #000000;
  font-size: 21px;
}
.instructor-container .learning-section span {
  color: #666666;
}
.instructor-container .checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.instructor-container .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.instructor-container .checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #032157;
  border-radius: 3px;
}
.instructor-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.instructor-container .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.instructor-container .checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #032157;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.instructor-container h4 {
  font-size: 16px;
  font-family: "Lexend-Medium";
  padding: 18px 25px;
  padding-bottom: 13px;
}
.instructor-container input[type=date] {
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.instructor-container .search-container input {
  height: 50px;
  padding: 0px 15px;
  outline: none;
  padding-left: 45px;
}
.instructor-container .search-container svg {
  left: 15px;
  top: 15px;
}
.instructor-container .sort-section p {
  font-family: "Lexend-Medium";
  color: #40525c;
  font-size: 14px;
}
.instructor-container .sort-section .sort {
  border: none;
  border-radius: 5px;
  color: #032157;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  padding: 0px 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lexend-Medium";
  background: #fff;
  padding: 5px 20px;
  border: 1px solid #032157;
}
.instructor-container .sort-section ul {
  border-radius: 10px;
  padding: 5px !important;
  min-width: var(--header-width);
}
.instructor-container .sort-section ul li a {
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: "Lexend-Medium";
}
.instructor-container .sort-section ul li a:hover {
  background: #032157;
  color: #fff !important;
}
.instructor-container .popular-topics .topics {
  background-color: #edeff3;
  border-radius: 5px;
  font-family: "Lexend-Medium";
  padding: 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
}
.owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18);
  border-radius: 100%;
  position: relative;
  right: 8px;
}
.owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.18);
  border-radius: 100%;
}
.owl-nav span {
  font-size: 24px;
  font-family: "Lexend-Medium";
  line-height: 0;
}

.course-img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1600px) {
  .course-img {
    height: 210px;
  }
  .instructor-container .learning-section h3 {
    font-size: 16px;
  }
  .instructor-container .learning-section .category-name {
    font-size: 14px;
  }
  .instructor-container .learning-section .price {
    font-size: 16px;
  }
  .instructor-container .learning-section span {
    color: #666666;
  }
}
@media (max-width: 1440px) {
  .course-img {
    height: 220px;
  }
}
@media (max-width: 1240px) {
  .course-img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .instructor-container {
    padding: 0 40px;
  }
  .instructor-container .featured-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .instructor-container .filter-section {
    position: fixed;
    width: 50%;
    left: -100%;
    top: 0;
    height: 100%;
    background: #fff;
    padding: 40px;
    z-index: 1;
    transition: 0.3s ease;
    padding: 30px !important;
  }
  .instructor-container .filter-section-active {
    left: 0 !important;
  }
  .instructor-container .filter-btn-close {
    border: none;
    background: #fff;
  }
  .instructor-container .search-container {
    margin-top: 10px;
  }
  .instructor-container .search-container input {
    background: #fbfbfb;
  }
  .instructor-container .learning-section {
    grid-template-columns: repeat(2, 1fr);
  }
  .instructor-container .learning-section h3 {
    font-size: 18px;
  }
  .instructor-container .learning-section .category-name {
    font-size: 14px;
  }
  .instructor-container .learning-section .price {
    font-size: 18px;
  }
  .course-img {
    height: 220px;
  }
  .instructor-container .popular-topics .topics {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .course-img {
    height: 240px;
  }
  .instructor-container {
    padding: 0 20px;
  }
  .instructor-container .course-main-listing .filter-section {
    width: 90%;
  }
  .instructor-container .course-main-listing .filter-btn {
    width: 50%;
  }
  .instructor-container .filter-section {
    width: 90%;
  }
  .instructor-container .learning-section {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  .instructor-container .learning-section h3 {
    font-size: 16px;
  }
  .instructor-container .learning-section .category-name {
    font-size: 14px;
  }
  .instructor-container .learning-section .price {
    font-size: 16px;
  }
  .instructor-container .sort-section .sort {
    width: -moz-fit-content;
    width: fit-content;
    border: 0.5px solid #032157;
  }
}
