@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&family=Satisfy&display=swap);

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #d9d9d8;
  border-color: #0d6efd;
}

input[type=month] {
  text-align: right;
}

input[type="month"]:before {
  color: black;
  content: attr(placeholder) !important;
  margin-right: 0.5em;
}
.tab-content ul li {
    list-style-type: inherit;
}

.form-control {
  padding: 15px;
  border-radius: 0px;
}

.login {
  margin: 0 auto;
  background-color: #022b45;
  padding: 40px 40px 40px 40px;
  color: white;
}

.login a {
  color: white;
}

.ctitle {

  padding: 5px 8px 5px 8px;
  background-color: #0a3869;
  display: inline-block;
  color: white;
}

.line-title {
  padding: 0px;
  border-bottom: 1px solid #0a3869;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #0a3869;

  height: 100%;
}

.sidebar a {
  display: block;
  padding: 16px;
  text-decoration: none;
  background-color: #f16101;
  color: #ffffff;

  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #0a3869;
  text-align: center;
}

.sidebar a:hover {
  background-color: #0a3869;
  color: white;

}

.sidebar a.active {
  background-color: #0a3869;
  color: white;
  border: 2px solid #f8b603;
}

.lead-sm {
  font-size: 0.8rem;
}

.heading-back {
  background-color: #2a9e93;
}

summary {

  padding: 5px;

}

details {
  border: 1px solid rgb(135, 134, 134);
  color: rgb(118, 118, 118);
  margin-top: 10px;
}

details p {
  border-top: 1px solid rgb(188, 187, 187);
  padding: 10px;
}

.circle__icon::after,
a {
  -webkit-transition: .3s ease-in-out
}

.circle__icon,
.z-index,
footer .copy_right .copy_right_left {
  position: relative
}

.btn,
.owl-nav .owl-next,
.owl-nav .owl-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox
}

.blog__card .caption .h5 a,
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal
}

.header__wrapper .h3,
.link:hover,
footer a:hover {
  text-decoration: underline
}

.header__wrapper .h1,
body {
  font-family: var(--body-font)
}

.course__listing>li .info__list li:not(:last-child),
.top__title,
footer ul li {
  margin-bottom: .25rem
}

:root {
  --brand: #f16101;
  --blue: #2da397;
  --accent: #e74d57;
  --yellow: #F07C00;
  --red: #D00A2B;
  --black: #37474F;
  --dark: #191919;
  --dark-light: #032437;
  --grey: #00000029;
  --grey-light: #0000000F;
  --white: #ffffff;
  --light: #fefefe;
  --border-color: #f1f1f1;
  --body-text-color: #012237;
  --body-font: 'Poppins', serif;
  --roboto: 'Roboto', sans-serif;
  --satisfy: 'Satisfy', cursive
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 16px;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden
}

body {
  background-color: #fefefe;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
  font-size: 1rem;
  color: var(--body-text-color);
  font-weight: 400;
  font-style: normal
}

.top__title {
  color: #656565
}

.h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--brand)
}

.h2,
.h3,
.h4,
.top__heading,
h2,
h3,
h4 {
  color: var(--dark)
}

.h2,
h2 {
  font-size: 3rem;
  font-weight: 600
}

.h3,
h3 {
  font-size: 2.5rem;
  font-weight: 700
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-weight: 600
}

.h4,
h4 {
  font-size: 2rem
}

.h5,
h5 {
  font-size: 1.5rem
}

.h6,
.lead-sm,
.pagination .page-item .page-link .fa,
h6 {
  font-size: 1.125rem
}

.top__heading {
  font-size: 1.5rem;
  text-transform: uppercase;
  opacity: .25;
  font-weight: 700;
  line-height: 1
}

.figure {
  margin: 0
}

.ptb {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.ff-cursive {
  font-family: var(--satisfy)
}

.ff-nunito {
  font-family: var(--nunito)
}

.btn,
footer .copy_right {
  font-family: var(--montserrat)
}

.bg-light {
  background-color: #0c22830a !important
}

.bg-red {
  background-color: var(--red) !important
}

.bg-dark {
  background-color: var(--dark) !important
}

.bg-primary,
.owl-dots .owl-dot.active {
  background-color: var(--brand) !important
}

.text-primary {
  color: var(--brand) !important
}

.text-accent {
  color: var(--accent) !important
}

.text-3d {
  color: #3d3d3d !important
}

.text-41 {
  color: #414141 !important
}

.text-5c {
  color: #5c5c5c !important
}

.text-7d {
  color: #7d7d7d !important
}

.text-dark {
  color: var(--dark) !important
}

.text-light {
  color: #81868a !important
}

.bg_shadow {
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .62);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .62)
}

.fw-medium {
  font-weight: 500 !important
}

.fw-semibold {
  font-weight: 600 !important
}

.btn,
footer a {
  font-weight: 500
}

.text-justify {
  text-align: justify
}

.round {
  border-radius: .875rem
}

.z-index {
  z-index: 99
}

.z--index {
  z-index: -1
}

.fs-13 {
  font-size: 13px
}

.fs-12 {
  font-size: 12px
}

.bordered {
  border: 1px solid #707070
}

.ellipsis-2 {
  display: -webkit-box
}

.dropdown {
  -webkit-appearance: none
}

a {
  text-decoration: none;
  display: inline-block;
  transition: .3s ease-in-out;
  color: #012237
}

.link,
a:hover {
  color: var(--brand)
}

ul {
  padding-left: 0;
  margin-bottom: 0
}

ul li {
  list-style-type: none
}

.btn:focus,
.form-check-input:focus,
.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn {
  border-radius: 0;
  font-size: 1.125rem;
  padding: .75rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  letter-spacing: 1px
}

.owl-nav,
footer ul.social__links li a {
  display: -webkit-box;
  display: -ms-flexbox
}

.btn:focus,
.btn:hover {
  border-color: var(--brand);
  background-color: var(--brand);
  color: var(--white)
}

.btn.btn-lg {
  font-size: 1.5rem;
  padding: .55rem 1.5rem .65rem
}

.backTop .icon,
.owl-nav .owl-next .fa,
.owl-nav .owl-prev .fa {
  font-size: 1.45rem
}

.btn-light {
  color: #7d7d7d;
  background-color: #f0f0f0;
  border-color: #f0f0f0
}

.btn-primary {
  border-color: var(--brand);
  background-color: var(--brand)
}

.btn-primary:focus,
.btn-primary:hover {
  border-color: var(--accent);
  background-color: var(--accent)
}

.btn-outline-primary {
  background-color: transparent;
  color: var(--brand);
  border-color: var(--brand)
}

.btn-white,
.course__card .caption .h6 a:hover {
  color: var(--red)
}

.btn-white {
  background-color: #fff;
  border-color: #fff
}

.btn-white:hover {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white)
}

.btn-outline-white {
  border: 2px solid var(--white);
  background-color: transparent;
  color: var(--white)
}

.btn-outline-white:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--dark)
}

.btn-outline-white:hover .angle-right {
  -webkit-filter: contrast(0) brightness(10);
  filter: contrast(0) brightness(10)
}

.col--5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.modal-open {
  padding-right: 0 !important
}

.circle__icon::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--white);
  position: absolute;
  top: 0;
  left: -.875rem;
  transition: .3s ease-in-out
}

.circle__icon:hover::after {
  left: 0
}

.bgi {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.bg-shadow {
  -webkit-box-shadow: inset 2000px 0 0 0 #f16101e5;
  box-shadow: inset 2000px 0 0 0 #f16101e5
}

.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.5rem;
  width: calc(100% + 3rem);
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  pointer-events: fill;
  width: 3rem;
  height: 3rem;
  border-radius: 50% !important;
  border: 1px solid var(--white);
  background-color: var(--white) !important;
  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;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
  color: #aaa !important;
  opacity: 0
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  background-color: var(--brand) !important;
  color: var(--white) !important
}

.owl-dots {
  text-align: center
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  background-color: #d8d8d8 !important;
  margin: 2px 4px
}

.owl-carousel .owl-item img {
  display: block;
  width: auto
}

.owl-carousel:hover .owl-next,
.owl-carousel:hover .owl-prev {
  opacity: 1
}

.fluid__container {
  margin-left: auto;
  width: calc(100vw - var(--vw));
  padding-left: var(--bs-gutter-x, .75rem)
}

.fluid__container.start {
  margin-left: 0;
  margin-right: auto
}

.course_details__wrapper .nav-pills .nav-item,
.pagination .page-item,
.top__menu .social__box li {
  margin-right: .5rem
}

@media (min-width:576px) {
  .fluid__container {
    width: 540px;
    margin-left: auto !important;
    margin-right: auto
  }
}

@media (min-width:768px) {
  .fluid__container {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}

@media (min-width:992px) {
  .fluid__container {
    max-width: calc(100vw - var(--vwlg));
    margin-left: auto;
    margin-right: 0
  }

  .fluid__container.start {
    margin-left: 0 !important
  }

  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }

  .dropdown .dropdown-menu.show,
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@media (min-width:1200px) {
  .fluid__container {
    margin-left: auto;
    margin-right: 0;
    max-width: calc(100vw - var(--vwxl))
  }
}

@media (min-width:1400px) {
  .fluid__container {
    margin-left: auto;
    margin-right: 0;
    max-width: calc(100vw - var(--vwxxl))
  }
}

.top__menu {
  background-color: #022b45
}

.top__menu a {
  color: var(--white)
}

.top__menu .social__box a {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, .33);
  color: var(--white)
}

.top__menu .social__box a:hover {
  background-color: var(--white);
  color: var(--brand)
}

.navbar {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  padding: 1rem 0;
  z-index: 999
}

.navbar .navbar-brand {
  display: block;
  padding: 0
}

.navbar .navbar-brand img {
  max-height: 5rem;
  width: auto
}

.navbar .navbar-nav .nav-item {
  margin-left: 1rem
}

.navbar .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  text-transform: uppercase
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--dark)
}

.navbar .navbar-nav .nav-link.btn-fab {
  color: var(--blue)
}

.navbar .navbar-nav .nav-link.btn-fab .badge {
  top: -.25rem;
  right: -.25rem
}

.navbar .navbar-nav .dropdown:hover .nav-link::after,
.navbar .navbar-nav .nav-link.show::after {
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid #333
}

.navbar .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0;
  z-index: 1000
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  font-weight: 500
}

.navbar .navbar-toggler {
  border: 1px solid transparent;
  width: 2.5rem;
  height: 2.5rem;
  padding: .125rem .25rem .1rem;
  position: relative;
  background-color: transparent;
  border-radius: .2rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0
}

.backTop .icon:hover,
.navbar .navbar-toggler:hover {
  background-color: var(--yellow)
}

.navbar .navbar-toggler:hover svg rect {
  color: var(--white);
  fill: var(--white)
}

.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, .1)
}

@-webkit-keyframes mymove {
  from {
    top: -100%
  }

  to {
    top: 0
  }
}

@keyframes mymove {
  from {
    top: -100%
  }

  to {
    top: 0
  }
}

footer {
  background: #022b45;
  color: #fff;
  padding-top: 4rem;
  overflow: hidden
}

footer a {
  font-size: .937rem;
  color: var(--white);
  text-transform: capitalize
}

footer a:hover {
  color: var(--yellow);
  opacity: .8
}

footer a.author {
  font-size: .875rem
}

footer ul li {
  font-size: 1rem
}

footer ul.links li {
  margin-bottom: .75rem
}

footer ul.links li .icon {
  width: 1.25rem
}

footer ul.links li .caption {
  width: calc(100% - 1.25rem);
  padding-left: .5rem
}

footer ul.social__links li {
  margin-right: .25rem;
  margin-bottom: 0
}

footer ul.social__links li a {
  display: flex;
  border-radius: 50%;
  font-size: 1.25rem;
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

footer ul.social__links li a:hover {
  text-decoration: none;
  color: var(--accent)
}

footer ul.social__links li:not(:first-child) {
  margin-left: .5rem
}

footer .right__wrapp {
  background-color: #022237;
  position: relative
}

footer .right__wrapp::after {
  content: '';
  width: 50vw;
  height: calc(100% + 7rem);
  display: block;
  position: absolute;
  top: -4rem;
  left: 0;
  background-color: #022237
}

footer .copy_right {
  margin-top: 3rem;
  padding: 1rem 0
}

footer .copy_right .copy_right_left::after {
  content: '';
  width: 80vw;
  height: calc(100% + 2.25rem);
  display: block;
  position: absolute;
  top: -1.12rem;
  right: -.55rem;
  background-color: #022237
}

.backTop {
  position: fixed;
  bottom: 0;
  right: 1rem;
  width: 3rem;
  height: 3.5rem;
  padding: 0;
  background-color: var(--white);
  z-index: 999;
  border-radius: 2rem 2rem 0 0;
  display: none;
  border: 2px solid var(--white);
  border-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.backTop.show,
.header__wrapper {
  display: -ms-flexbox;
  display: -webkit-box
}

.backTop .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--red)
}

.backTop .icon i {
  position: relative;
  top: -.12rem
}

.backTop:hover {
  background-color: var(--dark)
}

.backTop.show {
  display: flex
}

.top__lines {
  z-index: 99
}

.top__lines .line {
  width: 33%;
  height: .5rem;
  background-color: var(--white);
  display: block
}

.top__lines .line.first {
  background-color: #268982
}

.top__lines .line.second {
  background-color: #d05507
}

.top__lines .line.third {
  background-color: #6b41a3
}

.header__wrapper {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 6.5rem;
  background-color: var(--dark-light);
  min-height: calc(100vh - 7rem)
}

.category__card,
.membership__card,
.testi__card {
  background-color: var(--white)
}

.header__wrapper .h1 {
  line-height: .9;
  font-size: 6rem;
  font-weight: 800
}

.header__wrapper .h1 span {
  color: var(--brand);
  display: block;
  font-size: 4rem;
  font-weight: 400
}

.header__wrapper .h3 {
  font-family: var(--satisfy)
}

.header__wrapper .banner__thumbnail {
  max-height: 35rem;
  margin: 0 auto
}

.about__card .icon {
  width: 4rem
}

.about__card .caption {
  width: calc(100% - 4rem);
  padding-left: 1rem
}

.about__banner__box {
  text-align: center;
  position: relative;
  width: 31rem;
  height: 31rem;
  margin: 0 auto
}

.about__banner__box .thumbnail {
  width: 31rem;
  height: 31rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: relative;
  z-index: 1
}

.about__banner__box::after {
  content: '';
  width: 65%;
  height: 65%;
  border-radius: 50%;
  border: 1rem solid var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}

.about__banner__box::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid var(--brand);
  position: absolute;
  top: 0;
  left: -1.5rem;
  z-index: 0
}

.about__banner__box .dot__img {
  max-height: 14rem;
  top: -1rem;
  right: -4rem
}

.about__banner__box .trust__box {
  padding: 2rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  bottom: -2rem;
  left: -4rem;
  z-index: 11;
  background-color: var(--white);
  outline: 1px dashed var(--border-color);
  outline-offset: -1rem;
  width: 10rem;
  height: 10rem
}

.course__card {
  padding-bottom: 2rem
}

.course__card .thumbnail img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.course__card .thumbnail:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.course__card .thumbnail .badge {
  bottom: -.75rem;
  left: 1rem;
  z-index: 11;
  font-weight: 400;
  border-radius: 0;
  padding: .4rem .5rem .35rem
}

.course__card .caption {
  padding: 3rem 1rem 1rem;
  border: 2px solid #f1f1f1;
  border-top: 0;
  z-index: 1;
  background: #fff;
  position: relative
}

.category__card .icon,
.category__card .icon.cat_1 {
  background-color: #4f6fbe
}

.course__card .caption .author__box {
  margin-bottom: .875rem
}

.course__card .caption .author__box img {
  width: 2rem;
  height: 2rem
}

.course__card .caption .h6 {
  min-height: 3rem;
  font-weight: 500
}

.course__card .caption .h6 a {
  color: #37474f
}

.course__card .caption .ratings {
  font-size: .875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.course__card .caption .ratings .fa {
  color: #dedfe0;
  margin-right: .2rem
}

.course__card .caption .ratings .fa.active {
  color: var(--accent)
}

.course__card .caption .ratings .fa.active:first-child {
  color: #ffc200
}

.course__card .caption .ratings .fa.active:nth-child(2) {
  color: #ffbc06
}

.course__card .caption .ratings .fa.active:nth-child(3) {
  color: #ffae18
}

.course__card .caption .ratings .fa.active:nth-child(4) {
  color: #ff9736
}

.course__card .caption .ratings .fa.active:nth-child(5) {
  color: #ff953a
}

.course__card .caption .ratings .count {
  color: #81868a;
  background: #f1f1f1;
  padding: 0 .625rem;
  display: inline-block;
  margin-left: .5rem
}

.course__card .caption .details {
  margin-top: 1rem;
  border-top: 1px solid #f1f1f1;
  padding-top: 1rem
}

.course__card .caption .details .icon {
  width: 1rem;
  height: 1rem
}

.course__card .caption .details .icon.clock {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM1MjVmZTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNsb2NrIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PHBvbHlsaW5lIHBvaW50cz0iMTIgNiAxMiAxMiAxNiAxNCI+PC9wb2x5bGluZT48L3N2Zz4=")
}

.course__card .caption .details .icon.file {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM1MjVmZTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWZvbGRlciI+PHBhdGggZD0iTTIyIDE5YTIgMiAwIDAgMS0yIDJINGEyIDIgMCAwIDEtMi0yVjVhMiAyIDAgMCAxIDItMmg1bDIgM2g5YTIgMiAwIDAgMSAyIDJ6Ij48L3BhdGg+PC9zdmc+")
}

.course__card .caption .btn-light {
  color: #81868a;
  font-size: 1rem
}

.course__card .caption .btn-light:focus,
.course__card .caption .btn-light:hover,
.pagination .page-item .page-link.active {
  background-color: var(--brand);
  border-color: var(--brand);
  color: var(--white)
}

.course__card::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 32px;
  z-index: -1;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .08);
  -webkit-transition: .3s;
  transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s
}

.category__card {
  padding: 1.5rem
}

.category__card .icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1rem
}

.category__card .icon.cat_1::after {
  border-color: #4f6fbe;
  left: -.5rem
}

.category__card .icon.cat_2 {
  background-color: #9764df
}

.category__card .icon.cat_2::after {
  border-color: #9764df;
  left: -.5rem
}

.category__card .icon.cat_3 {
  background-color: #f9bc18
}

.category__card .icon.cat_3::after {
  border-color: #f9bc18;
  left: -.5rem
}

.category__card .icon.cat_4 {
  background-color: #54c9a4
}

.category__card .icon.cat_4::after {
  border-color: #54c9a4;
  left: -.5rem
}

.category__card .icon.cat_5 {
  background-color: #ff8b6f
}

.category__card .icon.cat_5::after {
  border-color: #ff8b6f;
  left: -.5rem
}

.category__card .icon.cat_6 {
  background-color: #3ccbf3
}

.category__card .icon.cat_6::after {
  border-color: #3ccbf3;
  left: -.5rem
}

.category__card:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  border-radius: 10px
}

.category__card:hover .icon::after {
  left: 0
}

.teacherCarousel .owl-item {
  padding: 6rem .5rem 1rem
}

.teacherCarousel .owl-dots {
  margin-top: 1rem
}

.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
}

.teacher__card .thumbnail__box {
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%
}

.teacher__card .thumbnail {
  width: 10rem !important;
  height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.teacher__card .caption {
  padding: 2rem 1rem 0
}

.teacher__card .social__links {
  margin-top: 1rem;
  padding: 1rem 0;
  background-color: var(--border-color)
}

.teacher__card .social__links a {
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  color: #2f2f2f;
  margin: .2rem
}

.teacher__card .social__links a:hover {
  color: var(--brand);
  background-color: #f1f1f1
}

.membership__card {
  padding: 2rem 3rem;
  box-shadow: 1px 2px 69px 2px rgba(0, 0, 0, .12);
  -webkit-box-shadow: 1px 2px 69px 2px rgba(0, 0, 0, .12);
  -moz-box-shadow: 1px 2px 69px 2px rgba(0, 0, 0, .12);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative
}

.blog__card .caption,
.testi__card {
  padding: 2rem
}

.membership__card .name {
  color: #0a293d
}

.membership__card .info__list {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem
}

.membership__card .info__list li {
  margin-bottom: .5rem;
  color: #757575;
  text-transform: capitalize;
  position: relative
}

.membership__card .info__list li::before {
  content: "\f058";
  font: 1rem/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: .75rem;
  color: var(--brand)
}

.membership__card::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: absolute;
  top: 0;
  left: -1.125rem;
  z-index: -1
}

.membership__card.basic .amount,
.membership__card.basic .charge {
  color: #35a79d
}

.membership__card.basic::before {
  border: 3px solid #35a79d
}

.membership__card.medium .amount,
.membership__card.medium .charge {
  color: #f3711d
}

.membership__card.premium .amount,
.membership__card.premium .charge {
  color: #7c4bc0
}

.membership__card.premium::before {
  border: 3px solid #7c4bc0
}

.membership__card:hover {
  -webkit-box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, .02), 0 6.7px 5.3px 0 rgba(0, 0, 0, .03), 0 12.5px 10px 0 rgba(0, 0, 0, .04), 0 22.3px 17.9px 0 rgba(0, 0, 0, .05), 0 41.8px 33.4px 0 rgba(0, 0, 0, .05), 0 100px 80px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, .02), 0 6.7px 5.3px 0 rgba(0, 0, 0, .03), 0 12.5px 10px 0 rgba(0, 0, 0, .04), 0 22.3px 17.9px 0 rgba(0, 0, 0, .05), 0 41.8px 33.4px 0 rgba(0, 0, 0, .05), 0 100px 80px 0 rgba(0, 0, 0, .07)
}

.membership__card:hover::before {
  left: 0
}

.testi__card {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
  border-radius: 0
}

.testi__card .icon {
  background-color: var(--yellow);
  color: var(--white);
  font-size: 1.34rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem
}

.testi__card .author__box {
  padding-top: 2rem;
  margin-top: 2rem;
  text-align: center
}

.testi__card .author__box img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.testi__card .author__box .name {
  color: var(--dark-light)
}

.testi__card .author__box .tag {
  color: #7a7a7a;
  letter-spacing: 1px;
  font-weight: 500
}

.testi__card .desc {
  color: #37474FB8;
  line-height: 1.4;
  max-height: 10rem;
  overflow-y: auto;
  text-align: center
}

.blog__bg__overlay {
  min-height: 28rem
}

.blog__card {
  background-color: #fff;
  min-height: 20rem;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .34);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .34);
  position: relative
}

.blog__card:hover .date,
.promo__wrapper {
  background-color: var(--accent)
}

.blog__card .date {
  font-weight: 600;
  color: var(--dark-light);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background-color: var(--white);
  width: 4.5rem;
  height: 4.5rem;
  top: 1rem;
  left: 1rem
}

.blog__card .date::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -.5rem;
  border: 2px solid var(--white)
}

.blog__card .caption .h5 a {
  display: -webkit-box;
  color: var(--white)
}

.blog__card .caption .h5 a:hover {
  color: var(--white);
  text-decoration: underline
}

.blog__card:hover .date {
  color: var(--white)
}

.blog__card:hover .date .text-accent {
  color: var(--white) !important
}

.blog__card:hover .date::after {
  border-color: var(--accent);
  left: 0
}

.blog__details__wrapp .detail__thumbnail {
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  height: 24rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.blog__details__wrapp .date {
  font-size: .937rem;
  font-weight: 600;
  color: var(--grey)
}

.promo__wrapper .icon {
  width: 5rem;
  height: 5rem;
  background-color: var(--white)
}

.promo__wrapper .icon svg {
  width: 2rem;
  height: 2rem;
  color: var(--accent)
}

.promo__wrapper .caption {
  width: calc(100% - 5rem);
  padding-left: 1rem
}

.page__header__wrapper {
  -webkit-box-shadow: inset 2000px 0 0 0 #0000009c;
  box-shadow: inset 2000px 0 0 0 #0000009c;
  padding: 7rem 0 5rem
}

.page__header__wrapper .bradecrumb li {
  position: relative
}

.page__header__wrapper .bradecrumb li a,
.page__header__wrapper .bradecrumb li span {
  color: var(--white);
  padding: 0 .35rem
}

.page__header__wrapper .bradecrumb li:not(:last-child) {
  margin-right: 1rem
}

.page__header__wrapper .bradecrumb li:not(:last-child)::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  right: -.65rem
}

.page__header__wrapper .search__box {
  background-color: var(--brand);
  padding: 1.5rem
}

.page__header__wrapper .search__box .form-control,
.page__header__wrapper .search__box .form-select {
  height: 3rem;
  font-family: var(--body-font);
  border-color: var(--white)
}

.page__header__wrapper .search__box .search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmYjAzNTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXNlYXJjaCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCI+PC9jaXJjbGU+PGxpbmUgeDE9IjIxIiB5MT0iMjEiIHgyPSIxNi42NSIgeTI9IjE2LjY1Ij48L2xpbmU+PC9zdmc+");

  background-repeat: no-repeat;
  background-size: 1.125rem 1.125rem;
  background-position: center right 1rem
}

.page__header__wrapper .search__box .btn-primary {
  background-color: #022b45;
  border-color: #022b45;
  font-size: 1rem;
  padding: .68rem;
  border-radius: .25rem
}

.page__header__wrapper .search__box .btn-primary:hover {
  background-color: var(--blue);
  border-color: var(--blue)
}

.play__btn,
.play__btn:hover {
  background-color: var(--white)
}

.hero__dots__img {
  bottom: -4rem;
  left: -2rem;
  max-height: 12rem
}

.promo__layer__img {
  top: -10%;
  left: -8%;
  max-width: 24rem
}

.play__btn {
  bottom: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  color: var(--brand);
  border: 0;
  font-size: 1.75rem;
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
  -webkit-animation: 1.5s infinite pulse;
  animation: 1.5s infinite pulse
}

.play__btn:hover {
  color: var(--dark)
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff
  }

  70% {
    -webkit-box-shadow: 0 0 0 1.25rem #0567a800
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #0567a800
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
  }

  70% {
    -webkit-box-shadow: 0 0 0 1.25rem #0567a800;
    box-shadow: 0 0 0 1.25rem #0567a800
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #0567a800;
    box-shadow: 0 0 0 0 #0567a800
  }
}

.teacher__listing__wrapper .teacher__card {
  margin-top: 6rem
}

.course__listing>li {
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
  padding: 1rem;
  background-color: #fff;
  border: 1px solid var(--border-color);
  margin-bottom: 1rem
}

.course__listing>li .info__list {
  color: #333
}

.course__listing>li .info__list .icon {
  width: 1.5rem;
  font-size: 1.125rem
}

.course__listing>li .info__list .caption {
  width: calc(100% - 1.5rem)
}

.course__listing>li .info__list .caption strong {
  font-weight: 600
}

.course__listing>li .btn-primary {
  padding: .45rem 1.25rem
}

.course__listing>li .date {
  color: #000;
  font-weight: 600
}

.pagination .page-item .page-link {
  border-radius: 0;
  border: 1px solid #e4e4e4;
  min-width: 2.5rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7a7a;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 2.5rem
}

.course_details__wrapper {
  margin-top: -2.8rem;
  position: relative;
  z-index: 999
}

.course_details__wrapper .nav-pills {
  margin-bottom: 3rem
}

.course_details__wrapper .nav-pills .nav-link {
  color: var(--white);
  background-color: rgba(255, 255, 255, .3);
  border-radius: 0;
  padding: .625rem 1rem .6rem
}

.course_details__wrapper .nav-pills .nav-link.active {
  background-color: var(--white);
  color: var(--brand)
}

.course_details__wrapper .purchase__box {
  background-color: var(--brand);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.course_details__wrapper .purchase__box .bg {
  background-color: #ffffff3d;
  margin: .875rem 0 .2rem
}

.course_details__wrapper .purchase__box .list li {
  font-size: 13px;
  font-weight: 300;
  color: var(--white);
  padding: .25rem 0;
  margin-bottom: .2rem;
  border-bottom: 1px solid var(--border-color)
}

.course_details__wrapper .purchase__box .list li .icon svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2px
}

.course_details__wrapper .purchase__box .list li .form-select {
  height: 2rem;
  width: 3.2rem;
  border-radius: 0;
  background-position: right .25rem center;
  padding: 0 0 0 .3rem;
  font-size: 13px;
  margin-left: .5rem;
  cursor: pointer
}

.course_details__wrapper .purchase__box .list li .form-check {
  margin-left: .5rem
}

.course_details__wrapper .purchase__box .list li .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
  width: 1rem;
  height: 1rem
}

.course_details__wrapper .purchase__box .list li .fa {
  color: var(--white);
  font-size: 1rem
}

@media (max-width:1400px) {
  .h1 {
    font-size: 3rem
  }

  .h2,
  h2 {
    font-size: 2.875rem
  }

  .h3,
  h3 {
    font-size: 1.5rem
  }

  .h4,
  h4 {
    font-size: 1.75rem
  }

  .h5,
  h5 {
    font-size: 1.35rem
  }

  .ptb {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .header__wrapper .h1 {
    font-size: 5rem
  }

  .promo__layer__img {
    top: -2%
  }
}

@media (max-width:1200px) {
  .h1 {
    font-size: 2.875rem
  }

  .h2,
  h2 {
    font-size: 2.625rem
  }

  .h3,
  h3 {
    font-size: 1.875rem
  }

  .h4,
  h4 {
    font-size: 1.65rem
  }

  .h5,
  h5 {
    font-size: 1.25rem
  }

  .ptb {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
  }

  .header__wrapper .h1 {
    font-size: 4.5rem
  }

  .about__banner__box,
  .about__banner__box .thumbnail {
    width: 25rem;
    height: 25rem
  }

  .about__banner__box .trust__box {
    padding: 1.5rem;
    left: -2rem;
    width: 9rem;
    height: 9rem
  }

  .blog__card {
    background-color: #fff;
    min-height: 20rem
  }

  .blog__bg__overlay {
    min-height: 23rem
  }

  footer .btn {
    font-size: 1rem;
    padding: .75rem 1.15rem
  }
}

@media (max-width:992px) {

  body,
  html {
    font-size: 15px
  }

  .h1 {
    font-size: 2.5rem
  }

  .h2,
  h2 {
    font-size: 2rem
  }

  .h3,
  h3 {
    font-size: 1.5rem
  }

  .h4,
  h4 {
    font-size: 1.45rem
  }

  .col--5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .menu__bar .navbar-brand img {
    max-height: 3.5rem
  }

  .header__wrapper {
    position: relative;
    padding-top: 3rem
  }

  .header__wrapper .banner__box {
    margin-bottom: 2rem
  }

  .header__wrapper .overlay__img {
    max-width: 30rem;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .header__wrapper .content__box {
    text-align: center;
    padding-bottom: 3rem
  }

  .header__wrapper .content__box .h1 {
    font-size: 3rem
  }

  .header__wrapper .content__box .h3 {
    font-size: 1.5rem
  }

  footer .right__wrapp {
    background-color: transparent
  }

  footer .copy_right .copy_right_left::after,
  footer .right__wrapp::after {
    content: none
  }

  .promo__layer__img {
    top: -12%;
    max-width: 20rem
  }
}

@media (max-width:768px) {

  body,
  html {
    font-size: 14px
  }

  .h1 {
    font-size: 1.875rem
  }

  .h2,
  h2 {
    font-size: 1.75rem
  }

  .h3,
  h3 {
    font-size: 1.35rem
  }

  .col--5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%
  }

  .header__wrapper {
    position: relative
  }

  .header__wrapper .banner__wrapper {
    padding: 0;
    background-image: none !important
  }

  .header__wrapper .content__box {
    text-align: center;
    padding-top: 1rem
  }

  .header__wrapper .content__box .h1 {
    font-size: 2rem
  }

  .header__wrapper .content__box .lead-sm {
    font-size: .937rem
  }

  .page__header {
    min-height: 14rem;
    padding: 7rem 0 2rem
  }
}

@media (max-width:576px) {
  .fluid__container {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .col--5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .lead-sm {
    font-size: 1rem
  }

  .btn-outline-dark,
  .btn-outline-primary,
  .btn-outline-white,
  .btn-primary,
  .btn-white {
    font-size: 12px;
    padding: 0 1.25rem;
    min-height: 2.5rem
  }

  .menu__bar .navbar-brand img {
    max-height: 3rem
  }

  .side__menu .content {
    padding: 3rem 1rem 1rem
  }

  .backTop {
    right: 0
  }

  .btn-outline-dark.apply,
  .btn-outline-primary.apply,
  .btn-outline-white.apply,
  .btn-primary.apply,
  .btn-white.apply,
  .lead {
    font-size: 1.125rem
  }

  .ptb {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .header__wrapper {
    position: relative;
    padding-top: 3rem
  }

  .header__wrapper .banner__thumbnail {
    max-height: 28rem
  }

  .header__wrapper .overlay__img {
    max-width: 22rem
  }

  .header__wrapper .content__box {
    text-align: center;
    padding-bottom: 3rem
  }

  .header__wrapper .content__box .h1 {
    font-size: 2rem
  }

  .header__wrapper .content__box .h3 {
    font-size: 1.5rem
  }

  .about__banner__box,
  .about__banner__box .thumbnail {
    width: 20rem;
    height: 20rem
  }

  .about__banner__box .trust__box {
    padding: 0;
    left: -2rem;
    width: 6rem;
    height: 6rem;
    outline-offset: 0rem;
    bottom: 1rem
  }

  .blog__bg__overlay {
    min-height: 18rem
  }

  .about__card .icon {
    width: 3rem
  }

  .about__card .caption {
    width: calc(100% - 3rem)
  }

  .hero__dots__img {
    bottom: -3rem
  }

  .page__header__wrapper {
    padding: 5rem 0 4rem
  }

  .page__header__wrapper .bradecrumb li:not(:last-child)::after {
    width: 4px;
    height: 4px;
    top: 43%
  }

  .course_details__wrapper {
    margin-top: -2.4rem
  }

  .course_details__wrapper .nav-pills {
    margin-bottom: 2rem
  }

  .course_details__wrapper .nav-pills .nav-item {
    margin-right: .2rem
  }

  .course_details__wrapper .nav-pills .nav-link {
    padding: .35rem .5rem .3rem
  }

  .navbar .navbar-brand img {
    max-height: 3rem;
    width: auto;
  }
}

@media(min-width:1400px) {
  .container {
    max-width: 1200px;
  }
}