/*====================================================== Home Page Styles =========================================================================================*/
.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 0.2rem;
  justify-content: center;
  align-items: center;
  background-color: rgba(124, 124, 124, 0.3176470588) !important;
}
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important;
  width: 16px;
  border-radius: 8px;
}

.header__wraper {
  min-height: calc(100vh - 8rem);
  /*padding-top: 7rem;
  padding-bottom: 3rem;*/
  overflow: hidden;
  background-color: #f5f5dc;
}
.header__wraper .h1 {
  font-size: 5rem;
  font-weight: 700;
}

.search__box {
  border: 1px solid var(--brand);
  padding: 0.25rem;
}
.search__box .btn-primary {
  width: 7rem;
}
.search__box .form-select {
  width: 12rem;
}
.search__box .form-control {
  width: calc(100% - 19rem);
  background-position: center left 0.5rem;
  color: var(--dark);
  padding-left: 2.5rem;
  background-size: 1.25rem;
  font-size: 1.067rem;
}

@media (min-width: 1920px) {
  .header__wraper {
    min-height: 800px;
    max-height: 800px;
  }
}
@media (max-width: 1400px) {
  .header__wraper .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .header__wraper {
    text-align: center;
  }
  .header__wraper .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .header__wraper .h1 {
    font-size: 2rem;
  }
  .header__wraper .lead-lg {
    font-size: 1rem;
  }
  .search__box {
    padding: 0.35rem;
    position: relative;
  }
  .search__box .form-control {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .search__box .form-select.border-start {
    border-left: 0 !important;
    border: 1px solid #ccc;
  }
  .search__box .btn-primary {
    width: 9rem;
    margin-left: auto;
  }
  .search__box::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 3rem;
    left: 0%;
  }
  .search__box::before {
    content: "";
    width: 1px;
    height: 3.35rem;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    right: 10rem;
  }
}
.category__card .icon {
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(9, 61, 101, 0.2196078431);
  box-shadow: 0 2px 3px rgba(9, 61, 101, 0.2509803922);
}
.category__card:hover {
  background-color: var(--bg-light);
}
.category__card:hover .icon {
  background-color: var(--brand);
}
.category__card:hover .icon img {
  filter: contrast(0) brightness(10);
}

@media (max-width: 575px) {
  .category__card .icon {
    width: 4rem;
    height: 4rem;
  }
  .category__card .icon img {
    max-height: 2rem;
    width: auto;
  }
}
.course__card {
  background-image: linear-gradient(#fff, #f8f8f8);
}
.course__card .title {
  min-height: 2.75rem;
}
.course__card .title a {
  color: #13152c;
}
.course__card .title a:hover {
  color: var(--brand);
  text-decoration: underline;
}
.course__card .price__box del {
  color: #dc3a50;
  font-weight: 500;
}
.course__card .price__box .price {
  color: #333;
  font-size: 1.25rem;
}
.course__card .ratings svg path {
  fill: #f4a62e;
}
.course__card.details {
  background-image: linear-gradient(rgba(9, 61, 101, 0.3098039216), rgba(255, 255, 255, 0.2509803922));
}

.why__choose__card .icon {
  width: 5rem;
  height: 5rem;
}
.why__choose__card .icon svg {
  height: 3rem;
}

.accordion .accordion-item {
  border-bottom: 1px solid #aeaeae;
}
.accordion .accordion-button {
  color: #535353;
}
.accordion .accordion-button:focus {
  box-shadow: 0 0 0;
  background-color: transparent;
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  color: var(--brand);
  background-color: transparent;
}

.testi__card {
  background-color: #eff8fd;
}
.testi__card .quote {
  height: 7em;
  right: 1rem;
  top: -1rem;
}
.testi__card .quote path {
  fill: #c6e7f6;
}
.testi__card .ratings svg path {
  fill: #32635f;
}

.blog__card {
  background-image: linear-gradient(#eaeaea, #fff);
}
.blog__card .blog__title {
  color: #525252;
}
.blog__card .desc {
  color: #aaa;
}

.nav-tabs::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 4px;
  background-color: #DDDDDD;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.nav-tabs .nav-link {
  color: var(--heading-color);
  position: relative;
  padding: 1rem;
}
.nav-tabs .nav-link.active {
  color: var(--brand);
}
.nav-tabs .nav-link.active::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 4px;
  background-color: var(--brand);
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 99;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: inherit;
}

.page__header {
  min-height: 16rem;
  box-shadow: inset 0 0 0 2000px rgba(9, 61, 101, 0.7490196078);
}
.page__header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--white);
  font-size: 1.125rem;
  line-height: 1.5;
}

.desktop__sticky {
  top: 4rem;
  padding-right: 0.5rem;
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
}

.filter__wrapper {
  top: 2rem;
}

.filterBtn {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--orange);
  left: 1rem;
  color: var(--white);
  border-color: var(--orange) !important;
}
.filterBtn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.filterBtn:hover, .filterBtn:focus, .filterBtn:active {
  background-color: var(--brand);
  color: var(--white);
}

@media (max-width: 991px) {
  .filter__wrapper {
    position: fixed !important;
    top: auto;
    bottom: 0%;
    left: 0%;
    max-width: 300px;
    width: 100%;
    height: 90vh;
    background-color: #fff;
    z-index: 999;
    padding: 1rem;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .filter__wrapper .scroll__box {
    max-height: calc(90vh - 4rem);
    overflow-y: auto;
    margin-top: 2rem;
  }
  .filter__wrapper .btn-close {
    z-index: 99;
  }
  .filter__wrapper.active {
    transform: translateX(0%);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */

.teacher__listing__wrapper .teacher__card {
  margin-top: 6rem;
}

.teacher__card {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
  border: 1px solid var(--border-color);
  padding: 6rem 0 0;
  position: relative;
  background-color: var(--brand);
}
.teacher__card .thumbnail__box {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
}
.teacher__card a
{
  color:white;
}

.teacher__card .thumbnail {
  width: 10rem !important;
  height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.sticy-box::after{
content: '';
width: 150vw;
height: calc(100% + 1rem);
background-color: white;
position: absolute;
top: 0;
left: -50vw;
}
