:root {
  --color-blue: #004aad;
  --color-yellow: #ffde59;
  --color-green: #c1e475;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-grey-dark: #707070;
  --color-grey-light: #00000059;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "source-sans-pro", sans-serif;
  color: var(--color-black);
}

.relate {
  position: relative;
}

.abs {
  position: absolute;
}

.list {
  list-style: none;
  padding-left: 0;
}

.list-padding {
  list-style: none;
}

.list-dots {
  padding-left: 0;
}

.list-align {
  padding-left: 1rem;
}

.list-padding li,
.list li {
  margin-bottom: 1em;
}

.research-table th {
  min-width: 150px;
}

.banner-content .list-padding li,
.banner-content .list li {
  margin-bottom: 0.5em;
}

.banner-content .list {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

.banner-content .col-md-9,
.banner-content .col-md-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

section {
  padding: 2em 0;
}

.link {
  color: var(--bs-link-color);
  text-decoration: underline;
}

.link-white {
  color: white !important;
  text-decoration: none;
}

.link:hover,
.link:focus,
.link:active {
  text-decoration: none;
  color: #000000;
}

a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: #000000;
}

.list img {
  transform: scale(0.8);
  max-width: 40px;
}

.blog-text {
  font: normal normal normal 16px/28px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0.5em;
}

.author-head {
  font: normal normal normal 16px/28px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0.25em;
  margin-top: 1em;
}

li.blog-text,
.blog-text p {
  margin-bottom: 0.5em;
}

.indented30 {
  text-indent: 30px;
}

.underlined {
  text-decoration: underline;
}

.indented50 {
  text-indent: 50px;
}

.hindi {
  line-height: 1.75 !important;
}

.author-about {
  font: italic normal normal 14px/24px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

.abs-tag {
  position: absolute;
  top: -6%;
  left: 2%;
}

.img-top {
  object-position: top;
}

.bg-trans {
  background-color: transparent;
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.navbar-blue {
  background-color: var(--color-blue);
}

.btn-login {
  background: #ffde59 0% 0% no-repeat padding-box;
  border-radius: 25px;
  min-width: 130px;
  height: 45px;
  text-align: center;
  font: normal normal 600 18px/26px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.btn-login:focus,
.btn-login:hover,
.btn-login:active {
  background-color: #ffde59 !important;
  color: #000000;
}

#navbar {
  padding-top: 1em;
}

#navbar .container {
  border-radius: 10px;
  padding: 0.5em;
}

#navbar .navbar-nav .nav-link {
  padding: 8px 15px !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active {
  color: #000000;
}

#banner-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 750px;
  padding: 2em 0;
}

#banner-main video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  background: url(../assets/images/banner-bg.jpg) center/cover no-repeat;
}

.inspire-desktop {
  display: block;
}

.video {
  width: 100%;
  height: 96%;
  border-radius: 10px;
}

.padding-banner {
  padding-top: 7em;
}

.logo {
  width: 130px;
}

.preloader-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5000;
}

.loader-img {
  display: block;
  width: 100px;
  background-color: transparent;
}

.nav-link {
  color: var(--color-black);
  position: relative;
  z-index: 5;
}

.navbar-nav .nav-link.active {
  position: relative;
  z-index: 5;
}

.card-text {
  font-size: 16px;
  line-height: 24px;
}

/* .navbar-nav .nav-link.active::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;  
  top: 0;
  left: 0;
  background: url('../assets/icons/title-bg.svg') center/contain no-repeat;
  z-index: -1;
} */

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: -1;
}

.search-hover {
  border: 1px solid #ffde59;
  outline: none;
  background-size: 22px;
  background-position: 13px;
  background: #fffae8 0% 0% no-repeat padding-box !important;
  height: 30px;
  width: 250px;
  border-radius: 45px;
  background-color: transparent;
  padding: 25px;
  position: relative;
  transition: all 0.5s;
  padding-left: 50px;
  margin-right: 1em;
  z-index: 55;
}

.owl-carousel.banner.owl-loaded {
  display: none;
}

.search-icon {
  width: 22px;
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  z-index: 100;
}

.articles .card-body {
  position: relative;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.articles .abs-bottom {
  position: absolute;
  width: 100%;
  left: 12px;
  bottom: 2px;
  background-color: #ffffff;
  z-index: 12;
  padding: 0 4px;
}

.flex-form {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}

.justify-align-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.btn-yellow {
  width: 150px;
  padding: 0.5em;
  height: 50px;
  border: 1px solid #ffde59 !important;
  border-radius: 25px;
  background: #fffae8 0% 0% no-repeat padding-box !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
  background-color: var(--color-yellow) !important;
}

#knowledge .nav-tabs .nav-item {
  margin-right: 1em;
  margin-bottom: 1em;
}

#knowledge .nav-tabs {
  border-bottom: none;
}

.flex-btns {
  display: flex;
  gap: 1em;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.team-text-col {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#banner-main .overflow .owl-carousel .owl-item img {
  width: 75%;
}

#banner-main .owl-carousel .owl-item img {
  border-radius: 10px;
}

#banner-main .owl-dots {
  display: none;
}

.minh-600 {
  min-height: 600px;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.align-column-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.main-heading {
  text-align: left;
  font: normal normal bold 34px/46px source-sans-pro;
  letter-spacing: 0px;
  opacity: 1;
}

.w-80 {
  position: relative;
}

.social-links {
  color: white;
  display: none;
  align-items: center;
  gap: 1em;
}

.sharect {
  z-index: 50;
}

.social-links .popup-link {
  display: none;
}

.popup-link,
.social-links .head {
  font-size: 14px;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 0;
}

#banner-main .overflow {
  overflow-x: hidden;
  position: absolute;
  left: 0;
}

#banner-main .overflow .owl-stage-outer {
  overflow: visible;
}

#banner-main .owl-item {
  transform: scale(0.8) !important;
}

#banner-main .owl-item:not(.active) {
  transform: scale(0.7) !important;
  filter: grayscale(1);
}

#banner-main {
  background: url("../assets/images/banner-bg.jpg") center/cover no-repeat;
}

/* #banner-main::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../assets/images/banner-mask.svg") center/110% no-repeat;
  background-color: #00000060;
  opacity: 0.9;
  z-index: -1;
} */

.btn-banner {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  width: fit-content;
  font: normal normal 600 16px/26px source-sans-pro;
  min-width: 150px;
  border-radius: 155px;
  padding: 0.25em 2.5em;
  margin-top: 1em;
}

.btn-banner:hover,
.btn-banner:focus {
  background-color: var(--color-green) !important;
  border: 1px solid var(--color-green) !important;
  color: #000000 !important;
}

.btn-banner-sm {
  background-color: var(--color-yellow);
  border: 1px solid var(--color-yellow);
  color: #000000;
  width: fit-content;
  border-radius: 155px;
  padding: 0.25em 0.5em;
  font-size: 12px;
  margin-bottom: 1em;
}

.btn-banner-sm:hover,
.btn-banner-sm:focus,
.btn-banner-sm:active {
  background-color: var(--color-green) !important;
  border: 1px solid var(--color-green);
  color: #000000;
}

.greyscale {
  filter: grayscale(1);
}

.img-rounded {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.join-us {
  background-color: var(--color-blue);
  font: normal normal bold 16px/24px source-sans-pro;
  letter-spacing: 0px;
  color: #ffffff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .banner-mask {
  background: url('../assets/images/banner-mask.svg') center/cover no-repeat;
} */

.img-col {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.basic .card-img-top {
  max-height: 198px;
  object-fit: cover;
  border-radius: 10px;
}

.team-bg {
  background: url("../assets/images/team-bg.png") center right/50% 73% no-repeat;
}

.team-cover {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.blog-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top;
}

.blog-img-container {
  margin-bottom: 2em;
}

.team-page-bg,
.about-banner-bg {
  height: 300px;
  position: relative;
  background: url("../assets/images/blog-bg-grey.png") center/cover no-repeat;
  background-color: #deecff;
  background-blend-mode: lighten;
}

.about-banner-bg {
  background-color: #e5edf7;
}

.about .text {
  margin-bottom: .5em;
}

.team-bg-img {
  position: absolute;
  width: 40%;
  right: -3%;
  top: 0%;
}

/* empowerment-journal */

.title-mini {
  position: relative;
  width: fit-content;
  color: #000000;
  z-index: 5;
  margin-bottom: 0;
  padding: 1.5em;
}

.title-mini::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  background: url("../assets/icons/yellow.svg") center/contain no-repeat;
  z-index: -1;
}

.section {
  min-height: 600px;
  padding: 3% 0;
  display: flex;
  align-items: center;
}

.team-section {
  min-height: 550px;
  padding: 3% 0;
  display: flex;
}

.section-column {
  min-height: 600px;
  padding: 3% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.w-70 {
  width: 70%;
}

.section-heading {
  text-align: left;
  font: normal normal 600 32px/44px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.margin-heading {
  margin-bottom: 3rem;
}

.text {
  text-align: left;
  font: normal normal normal 18px/28px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
}

.text-wt {
  font: normal normal 600 16px/24px Source-sans-Pro;
  letter-spacing: 0px;
  color: #ffffff;
}

.bg-blue {
  background-color: var(--color-blue);
}

.btn-members {
  border-radius: 25px;
  background-color: var(--color-blue);
  font: normal normal 600 16px/26px source-sans-pro;
  color: #ffffff;
  padding: 0.25em 2.5em;
  margin-right: 1em;
}

.btn-members:hover,
.btn-members:focus {
  background-color: var(--color-blue);
  color: #ffffff;
}

.member-count {
  color: var(--color-blue);
  font-weight: 700;
  margin-left: 0.5em;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.align-bottom {
  align-items: flex-end;
}

.btn-round-plain {
  background: var(--color-yellow) !important;
  border: 1px solid #707070;
  color: #000000;
  border-radius: 155px;
  height: 40px;
  min-width: 150px;
  font: normal normal 600 16px/26px source-sans-pro;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.btn-round-plain:hover,
.btn-round-plain:focus,
.btn-round-plain:active {
  background: transparent;
  border: 1px solid #707070 !important;
  color: #000000;
}

.btn-read {
  text-align: left;
  font: normal normal normal 16px/22px source-sans-pro;
  letter-spacing: 0px;
  color: #000000 !important;
  border: none !important;
  display: inline-block;
  opacity: 1;
}

.separate {
  position: relative;
}

.separate::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  top: 0.5em;
  right: -0.25em;
  background: #ffffff;
}

.posted-on {
  padding: 0.375rem 0.75rem;
}

.icon-arrow {
  width: 15px;
  margin-left: 0.25em;
  margin-bottom: 0.25em;
}

#empowerment-journal .card-img-top {
  height: 150px;
  object-fit: cover;
}

.border-arrow {
  width: 40px !important;
  display: none;
}

.tab-pane .card {
  margin-bottom: 1em;
}

.tab-pane .card-title {
  font: normal normal 600 22px/30px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0;
}

.tab-pane .card-text {
  font: normal normal normal 18px/28px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

/* .card {
  border: 1px solid #00000010;
} */

.border-card {
  border: 1px solid #0000001a;
}

.card-title {
  font: normal normal bold 22px/30px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

.blog-head {
  font-weight: 600;
  font-size: 28px;
  color: black;
}

.border-card .card-title {
  margin-bottom: 0.25em;
}

.card-hover {
  width: 100%;
  border: none;
}

.card-hover .card-img-top {
  height: 300px;
  object-fit: cover;
}

.card-hover .card-title {
  font: normal normal 600 20px/30px source-sans-pro;
}

.card-hover .card-text {
  font: normal normal normal 16px/20px source-sans-pro;
}

.card-text {
  margin-bottom: 0.5em;
}

.card-hover .card-body {
  height: 0;
  overflow: hidden;
  padding: 0;
  color: var(--color-blue);
  transition: height ease-in 0.25s;
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
}

.card-hover:hover .card-body,
.card-hover:focus .card-body {
  height: 100px;
  color: white;
  padding: 0 16px;
}

.card-hover:hover .border-arrow,
.card-hover:focus .border-arrow {
  display: block;
}

#passionate .owl-item {
  transition: width ease-in-out 0.25s;
}

#passionate .owl-item img {
  display: block;
}

#passionate .owl-item:hover,
#passionate .owl-item:focus,
#passionate .owl-item:active {
  width: 270px !important;
}

/* #passionate .owl-outer {
  max-height: 635px !important;
  overflow: hidden;
} */

.section-max {
  height: 635px;
}

/* 
#passionate .card-hover:hover,
#passionate .card-hover:focus,
#passionate .card-hover:active {
  width: 300px !important;
} */

#passionate .intro {
  flex-grow: 2;
}

/* .card-hover:hover,
.card-hover:focus,
.card-hover:active {
} */

.minh-500 {
  min-height: 500px;
}

/* .minh-400 {
  min-height: 400px;
} */

.minh-300 {
  min-height: 300px;
}

.btn-blue {
  background-color: var(--color-blue) !important;
  color: #ffffff !important;
  border-radius: 122px;
  min-width: 120px;
}

.flex-col {
  min-height: 400px;
  display: flex;
  align-items: flex-end;
}

.img-icon {
  width: 30px;
  border-radius: 50%;
  margin-left: -5%;
}

.big-video {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 99%;
  top: 0;
  left: 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em;
  z-index: 55;
  overflow: hidden;
}

.pos-center {
  object-position: center;
}

.pos-top {
  object-position: top;
}

.pos-bottom {
  object-position: bottom;
}

.head {
  font-weight: bolder;
}

.duration {
  position: absolute;
  top: 3%;
  right: 4%;
}

.vid-time {
  width: fit-content;
  padding: 0.25em 1em;
  background: #00000040;
  border-radius: 15px;
}

.video-title {
  font: normal normal 600 30px/50px source-sans-pro;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}

.video-text {
  font: normal normal normal 16px/26px source-sans-pro;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}

.video-title-sm {
  font: normal normal 600 20px/30px source-sans-pro;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}

.video-text-sm {
  font: normal normal normal 12px/20px source-sans-pro;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 0;
}

.play {
  position: absolute;
  width: 8%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#testimonials {
  position: relative;
  overflow-x: hidden;
}

#testimonials .card {
  height: 300px; 
  object-fit: contain;
  margin-right: 1em;
  border-radius: 10px;
  border: none;
}
#testimonials .card  .card-img-top{
  max-height: unset;
  height: 100%;
  object-position: top;
}

.bg-stories {
  position: absolute;
  right: -4%;
  width: 19%;
  top: 2%;
}
#testimonials .card .text-wt{
  color: #000000;
  font-size: 14px;
  margin-bottom: 0;
}
#testimonials .card .text-hindi{
  font-size: 13px;
  }
.overlay-sliding {
  position: absolute;
  display: block;
  width: 100%;
  height: 101%;
  top: -101%;
  left: 0;
  background-color: var(--color-green);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 1em;
  z-index: 55;
  overflow: hidden;
}

.num3 {
  transform: scale(1.2);
  z-index: 1000;
  filter: none;
}

.contain {
  height: auto;
  object-fit: contain !important;
}

#testimonials .card .overlay-sliding {
  transition: all ease-in 0.25s;
}

#testimonials .card-body {
  display: none !important;
}

#testimonials .card:hover .overlay-sliding {
  top: 0;
}

.icon-sm {
  width: 20px !important;
  margin-bottom: 0.25em;
}

/* inspiration */

#inspiration .owl-stage-outer {
  overflow: visible;
}

#inspiration .owl-item {
  transform: scale(0.5) !important;
}

#inspiration .owl-item:not(.active) {
  transform: scale(0.7) !important;
  filter: grayscale(1);
}

#visuals {
  position: relative;
}

.video-bg {
  position: absolute;
  width: 56%;
  left: -23%;
  top: 11%;
  z-index: -1;
}

.inspire-wrap {
  width: 100%;
  /* height: 100vh; */
  display: grid;
  place-items: center;
  /* background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  gap: 6rem;
}

.divider {
  position: relative;
}

.divider::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -30%;
  background-color: var(--color-green);
}

.limit {
  max-width: 1300px;
  overflow: hidden;
  padding: 0;
}

.slider {
  --slide-width: 25vw;
  position: relative;
  display: flex;
  gap: 0.5rem;
}

.slide {
  --card-opacity: 1;

  display: none;
  width: var(--slide-width);
  aspect-ratio: 4 / 5;
  border-radius: 1rem;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.slide[data-type="active"] {
  display: block;
  z-index: 55;
}

.inspire-wrap {
  margin-top: 8em;
}

.slide[data-type="before"] {
  display: block;
  position: absolute;
  scale: 0.8;
  left: 0;
  transform: translatex(-7rem);
  z-index: 0;
}

.slide[data-type="before1"] {
  display: block;
  position: absolute;
  scale: 0.8;
  left: 0;
  transform: translatex(-5rem);
  z-index: 0;
}

.slide[data-type="after"] {
  display: block;
  position: absolute;
  scale: 0.8;
  right: 0;
  transform: translatex(7rem);
  z-index: 0;
}

.slide[data-type="after1"] {
  display: block;
  position: absolute;
  scale: 0.8;
  right: 0;
  transform: translatex(5rem);
  z-index: 0;
}

[data-btn] {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: black;
  border: 1px solid black;
  background-color: transparent;
  transition: scale 200ms ease;
}

[data-btn]:hover {
  scale: 1.1;
}

.slider-wrapper .slide {
  filter: grayscale(1);
}

.flex-column-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Blog page */
.blog-title {
  font: normal normal bold 26px/30px source-sans-pro;
  margin-bottom: 1em;
}

.blogs-banner {
  min-height: 300px;
  background-color: #ffde59;
  position: relative;
}

#bannerVideo {
  position: absolute;
  width: 100%;
  height: 300px;
  object-fit: cover;
  background: transparent url("../assets/images/yellow-cover.png") 0% 0% no-repeat padding-box;
  mix-blend-mode: lighten;
  opacity: 1;
}

.flex-bottom {
  display: flex;
  align-items: flex-end;
}

.banner-head {
  position: relative;
}

#banner-main .owl-stage {
  display: flex;
  align-items: center;
  padding-top: 2em;
}

.blog-page-bg {
  min-height: 300px;
  background: url(../assets/images/blog-bg1.png) center/cover no-repeat;
  background-blend-mode: lighten;
  position: relative;
  z-index: 1;
}

.blog-bg-img {
  position: absolute;
  width: 24%;
  left: -10%;
  top: 33%;
  z-index: 2;
  opacity: 0.5;
}

.bg-white {
  position: relative;
  z-index: 3;
  border-radius: 30px;
}

.banner-content {
  position: relative;
  z-index: 10;
}

.community-bg-img {
  position: absolute;
  width: 28%;
  right: -2%;
  top: 11%;
  z-index: 2;
  opacity: 0.3;
}

.overflow-none {
  position: relative;
  overflow: hidden;
}

/* About Page*/
.bg-light-blue {
  background-color: #e5edf7;
}

.br-15 {
  border-radius: 15px;
}

.bg-blue {
  background-color: #004aad;
}

.grn-btn-sm {
  background-color: var(--color-green);
  border-radius: 500px;
  border: none;
  padding: 0.25em 0.5em;
}

.col-80 {
  width: 80%;
}

.col-90 {
  width: 90%;
}

.section-sm {
  min-height: 500px;
  align-items: flex-end;
}

.img-limit {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 15px;
  filter: grayscale(1);
}

.round-top {
  border-radius: 25px 25px 0 0 !important;
}

.bg-about {
  background-color: #ffffff;
}

.quote-sm {
  width: 15px;
}

.justify-center {
  justify-content: center;
}

.img-round {
  border-radius: 15px;
}

.gap-about:first-child {
  padding: 0.25rem;
}

.gap-about:nth-child(2) {
  padding-left: 0.25rem;
}

.founder-msg {
  background-color: var(--color-blue);
  padding: 2em;
  border-radius: 5px;
  color: #ffffff;
  width: 125%;
  margin-left: -20%;
}

.heading-donate {
  text-align: left;
  font: normal normal 700 40px/56px source-sans-pro;
  letter-spacing: 0px;
  opacity: 1;
  color: #ffffff;
}

.lh-28 {
  line-height: 28px;
}

.pb-3p {
  padding-bottom: 3%;
}

.founder-msg p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.img-md {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.gap-about {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.heading-contact {
  text-align: left;
  font: normal normal 700 44px/64px source-sans-pro;
  letter-spacing: 0px;
  opacity: 1;
  color: var(--color-blue);
}

.success {
  padding-top: 3rem;
}

.mission {
  padding: 3rem;
}

.count {
  text-align: left;
  font: normal normal 600 32px/44px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

@media all and (max-width: 992px) {
  .section-sm {
    padding-top: 8em;
  }

  .col-90,
  .col-80 {
    width: 100%;
  }

  .founder-msg {
    width: 100%;
    margin-left: 0;
  }
}

@media all and (max-width: 768px) {
  .heading-contact {
    font-size: 40px;
    line-height: 54px;
  }

  .success {
    padding-top: 1rem;
  }
}

@media all and (max-width: 576px) {
  .gap-about {
    gap: 1.5em;
    margin-bottom: 1.5em;
    padding: unset;
  }

  .img-md {
    height: auto;
  }

  .heading-contact,
  .heading-donate {
    font-size: 32px;
    line-height: 40px;
  }

  .mission {
    padding: 2rem;
  }
}

/* About page end */

/* Team Page */
.rounded {
  border-radius: 50% !important;
  aspect-ratio: 1;
  object-fit: cover;
}

#core-members .card-img,
#technical-experts .card-img,
#unbox-experience .card-img,
.img-mask {
  position: relative;
}

#core-members .card-body,
#technical-experts .card-body,
#unbox-experience .card-body {
  padding: 1em 5px;
}

#core-members .card-text {
  font: normal normal normal 18px/24px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

#core-members .card-img::before,
#technical-experts .card-img::before,
#unbox-experience .card-img::before,
.img-mask::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../assets/images/image-mask.svg) center/108% no-repeat;
  border-radius: 50%;
}

.b-0 {
  border: none;
}

#team .nav {
  justify-content: center;
  gap: 1em;
}

.member-content {
  height: 40vh;
  overflow-y: auto;
  cursor: pointer;
}

.member-content::-webkit-scrollbar {
  background: #ffffff !important;
  border-radius: 10px;
}

.member-content::-webkit-scrollbar-thumb {
  background: #004aad !important;
  border: 2px solid white;
  border-radius: 10px !important;
}

.popup-teams {
  background-color: rgba(50, 50, 50, 0.78);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10101;
  top: 0;
  left: 0;
  display: none;
}

.popup-card {
  background-color: var(--color-blue);
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  position: relative;
  min-height: 400px;
  padding-top: 120px;
  margin-top: 100px;
}

.popup-card .member-img {
  width: 40%;
  height: 250px;
  position: absolute;
  object-fit: cover;
  top: -26%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
}

.popup-card .member-title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
}

.success li {
  font-size: 18px;
  margin-bottom: 0.5em;
}

.popup-card .member-subtitle,
.popup-card .member-pronouns {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-bottom: .25em;
}

#team .member-subtitle {
  margin-bottom: 0.25em;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.section-padding {
  padding: 3% 0;
}

.header-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.popup-card .member-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 1em;
}

#team .card {
  padding: 0 2.5%;
  cursor: pointer;
}

.popup-closer {
  position: absolute;
  top: 4px;
  right: 15px;
  background-color: transparent;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 22px;
}

#team .nav-link {
  border-radius: 25px;
  min-width: 150px;
  color: #000000;
  background-color: #deecff;
  border: 1px solid var(--color-blue);
}

#team .nav-link.active {
  background-color: var(--color-blue);
  color: white;
}

/* Courses */
.toppers-head {
  font: normal normal 600 36px/36px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

.toppers {
  background: #deecff;
  padding: 1em;
}

.align-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.topper-img {
  width: 100px;
  margin-right: 1em;
}

.topper-name {
  font: normal normal 600 30px/50px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

.index-bg {
  position: relative;
  width: fit-content;
  color: #000000;
  z-index: 5;
  margin-bottom: 0;
  width: 100%;
  padding-left: 2.5em;
  font-weight: 700;
}

.index-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  z-index: -1;
}

.yellow {
  background: url("../assets/icons/yellow.svg") left/contain no-repeat;
}

.green {
  background: url("../assets/icons/title-bg.svg") left/contain no-repeat;
}

.blue {
  background: url("../assets/icons/blue.svg") left/contain no-repeat;
}

.external-links {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
}

.external-links img {
  max-width: 120px;
}

.topper1 {
  display: flex;
}

.topper2 {
  display: flex;
  justify-content: center;
}

.topper3 {
  display: flex;
  justify-content: flex-end;
}

.topper-card-img {
  max-width: 100%;
  border-radius: 5px 0 0 5px;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.topper-cards .user-name {
  font: normal normal 600 24px/24px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 1em;
}

.topper-cards .card-text {
  font: normal normal normal 16px/16px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

.btn-start {
  background: #004aad 0% 0% no-repeat padding-box !important;
  border: 1px solid #004aad;
  font: normal normal 600 16px/26px source-sans-pro;
  letter-spacing: 0px;
  color: #ffffff !important;
  border-radius: 34px;
  min-width: 150px;
}

#courses {
  position: relative;
}

.toppers-bg {
  position: absolute;
  top: 0;
  right: -2%;
  width: 14%;
  z-index: -1;
}

.courses-bg {
  position: absolute;
  bottom: -8%;
  left: -20%;
  width: 50%;
  z-index: -1;
}

.courses-header h2 {
  font: normal normal 600 36px/85px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

.flex-center-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.course-name {
  font: normal normal bold 24px/35px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

.course-details {
  font: normal normal normal 20px/28px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

.stars {
  display: flex;
}

.stars img {
  width: 10%;
}

.br-50 {
  border-radius: 50%;
}

.course-duration {
  font: normal normal 300 16px/22px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
}

.bg-img {
  background: url("../assets/images/placeholder-img.png") center/cover no-repeat;
}

.mb-custom {
  margin-bottom: 3rem;
}

/* Contact */
.br-1 {
  border-right: 1px solid var(--color-green);
}

.contacts-details {
  width: 90%;
  margin-left: auto;
  padding-top: 5%;
}

.form {
  width: 90%;
}

.contacts-details .detail {
  display: flex;
  gap: 1em;
  margin-bottom: 2.5em;
}

.contacts-details .detail img {
  transform: scale(0.8);
}

.contact-page-bg {
  height: 300px;
  position: relative;
  background: url("../assets/images/blog-bg-grey.png") center/cover no-repeat;
  background-color: #f3ffd9;
  background-blend-mode: lighten;
}

.contact-bg-img {
  position: absolute;
  width: 45%;
  right: -18%;
  top: -17%;
}

#contact-form .form-control {
  border: none;
  border-bottom: 2px solid #000000;
  border-radius: 0;
}

#contact-form label {
  color: #000000;
  font-weight: 600;
}

.fixed-area {
  resize: none;
  height: 100px;
}

.align-center {
  display: flex;
  align-items: center;
}

.btn.round {
  border-radius: 25px;
}

.inspire-mobile {
  display: none;
  margin-bottom: 1em;
}

.inspire .owl-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  display: flex;
  justify-content: space-between;
}

/* .inspire .owl-next, .inspire .owl-prev {
  width: 25px !important;
  height: 25px !important;
  padding: 
  border: 1px solid #000000 !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
} */

.inspire .owl-next span,
.inspire .owl-prev span {
  font-size: 30px;
}

.btn-submit {
  background: #c1e475 0% 0% no-repeat padding-box !important;
  border-radius: 34px;
  min-width: 120px;
}

.form-control:focus {
  box-shadow: none;
}

/* Footer */

.footer-yellow {
  background-color: var(--color-yellow);
  min-height: 300px;
  padding: 5% 5% 5% 10%;
}

.footer-yellow .nav a,
.footer-yellow p {
  color: black !important;
}

.footer-light {
  background-color: var(--color-blue);
  min-height: 200px;
  padding: 5% 5% 5% 8%;
}

.br-none {
  border-radius: 0;
}

footer .contact-info {
  display: flex;
}

footer .contact-info img {
  width: 30px;
  margin-right: 0.5em;
}

/* footer .contact-info div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

footer .contact-head {
  font: normal normal bold 30px/50px source-sans-pro;
  letter-spacing: 0px;
  color: #ffffff;
}

footer .context {
  text-align: left;
  font: normal normal normal 18px/26px source-sans-pro;
  letter-spacing: 0px;
  color: #ffffff;
}

footer .logo {
  width: 170px;
}

.social img {
  width: 40px;
}

.social .nav-link {
  padding: 0.25em 0.35em;
}

.social {
  align-items: center;
}

.popup-card .member-pro {
  margin-top: -130px;
  max-width: 330px;
  width: 100%;
}

.popup-card .profile-wrapper {
  padding-left: 60px !important;
}

.social-btn {
  cursor: pointer;
}


.list-number{
  list-style: decimal;
}

.list-number li{
  font: normal normal normal 16px / 28px source-sans-pro;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0.5em;
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 24%;
  }
}

@media (min-width: 1400px) {
  .popup-card {
    width: 60%;
    min-height: 57vh;
  }

  .text {
    font-size: 20px;
    line-height: 30px;
  }


  .list li {
    font-size: 18px;
  }

  .success li {
    font-size: 20px;
  }

  .me-2 {
    font-size: 16px;
  }

  .popup-card .member-text {
    font-size: 16px;
    line-height: 26px;
  }

  .popup-card .member-pronouns {
    font-size: 16px;
    line-height: 26px;
  }

  .popup-card .member-img {
    width: 36%;
    height: 300px;
    top: -28%;
  }

  #team .member-subtitle {
    font-size: 16px;
    line-height: 26px;
  }

  .header-text {
    font-size: 20px;
  }

  .section-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .articles .card-body {
    height: 240px;
  }

  .articles .card-text {
    font-size: 18px;
    line-height: 26px;
  }

  .articles .posted-on,
  .articles .btn-read {
    font-size: 18px;
  }

  .popup-closer {
    font-size: 24px;
  }

  .logo {
    width: 145px;
  }

  .blog-text {
    font-size: 20px;
  }
  .list-number li{
    font-size: 20px;
  }
  .popup-link,
  .social-links .head {
    font-size: 16px;
  }

  .tab-pane .card-title {
    font-size: 24px;
  }

  .author-about {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1700px) {
  .logo {
    width: 170px;
  }

  .popup-card .team-text {
    font-size: 28px;
  }

  .popup-card .team-subtitle {
    font-size: 24px;
  }

  .popup-link,
  .social-links .head {
    font-size: 22px;
  }

  .popup-card .team-title {
    font-size: 38px;
  }

  .popup-card {
    max-width: 1152px;
    width: 100%;
    min-height: 700px;
    padding-top: 180px;
  }

  .popup-card .member-img {
    width: 34%;
    height: 400px;
    object-fit: cover;
    top: -24%;
  }

  #team .member-subtitle,
  .popup-card .member-pronouns {
    font-size: 18px;
    line-height: 28px;
  }

  .popup-card .member-title {
    font-size: 26px;
    line-height: 36px;
  }

  .popup-card .member-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1200px) {
  #banner-main .overflow .owl-carousel .owl-item img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .articles .card-body {
    min-height: 282px;
  }
}

@media (max-width: 992px) {
  .d-none-sm {
    display: none;
  }

  .owl-carousel.banner.owl-loaded {
    display: block;
  }

  #banner-main .owl-stage {
    padding-top: 0;
  }

  /* .popup-card {
    width: 60%;
  } */
  .popup-card .profile-wrapper {
    padding-left: 50px !important;
  }

  .footer-light {
    padding: 5%;
  }

  .footer-dark {
    padding-left: 4%;
  }

  #banner-main .minh-600 {
    min-height: 400px;
  }

  #banner-main::after {
    background-position: top;
    background-size: 120% 58%;
  }

  .posted-on,
  .btn-read {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .team-bg {
    background-position: bottom right;
    background-size: 86%;
  }

  #banner-main .owl-carousel .owl-item img {
    margin: 0 auto;
  }

  /* .address2 {
    padding-left: 50px;
  } */
}

@media (max-width: 768px) {
  #team .card .rounded {
    min-height: 400px;
  }

  .text-end {
    padding: 3px 1px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .external-links {
    justify-content: flex-start;
  }

  .mb-custom {
    margin-bottom: 1rem;
  }

  .team-page-bg,
  .about-banner-bg {
    height: 350px;
  }

  .blog-img {
    object-fit: contain;
    height: auto;
  }

  .w-70 {
    width: 100%;
  }

  .inspire-mobile {
    display: block;
  }

  .section-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .form {
    margin: 1em auto;
  }

  .contacts-details {
    margin: 0 auto;
  }

  .inspire-desktop {
    display: none;
  }

  /* .contact-info:nth-child(2) {
    padding-left: 50px;
  } */

  .popup-card {
    max-width: calc(100% - 30px);
  }

  #banner-main .owl-carousel .owl-item img {
    width: 85%;
  }

  .topper1,
  .topper2,
  .topper3 {
    justify-content: center;
    padding: 1em 0;
  }

  .toppers-head {
    font-size: 30px;
    line-height: 40px;
  }

  #home .flex-end {
    justify-content: flex-start;
  }

  .courses-bg {
    bottom: -1%;
    left: -19%;
    width: 53%;
  }

  .flex-center-end {
    justify-content: flex-start;
    margin-bottom: 1em;
  }

  .btn-round-plain {
    margin-top: 1em;
  }

  .popup-card {
    margin-top: 40px;
    min-height: unset;
  }

  .popup-card .profile-wrapper {
    padding-bottom: 0 !important;
  }

  .popup-card .member-pro {
    margin-top: -70px;
  }

  .member-content {
    height: 30vh;
  }
}

@media (max-width: 576px) {
  .popup-card {
    max-width: 90%;
    width: 90%;
  }

  .topper-card-img {
    height: 100%;
    max-height: 167px;
  }

  .popup-card .member-img {
    width: 70%;
  }

  .main-heading {
    font: normal normal bold 28px/38px source-sans-pro;
  }

  #banner-main .minh-600 {
    min-height: 400px;
  }

  #banner-main .owl-carousel .owl-item img {
    width: 95%;
    margin: 0 auto;
  }

  .img-col {
    height: 380px;
    margin: 2em 0;
  }

  .team-bg {
    background-position: bottom right;
    background-size: contain;
  }

  .video-bg {
    width: 73%;
    left: -28%;
    top: 23%;
  }

  .courses-bg {
    bottom: -1%;
    left: -25%;
    width: 67%;
  }

  /* 
  .section-heading {
    font-size: 30px;
    line-height: 40px;
  } */

  .video-title {
    font-size: 20px;
    line-height: 30px;
  }

  .video-text {
    font-size: 12px;
    line-height: 18px;
  }

  .navbar-nav .nav-link:hover::before,
  .navbar-nav .nav-link:focus::before {
    width: 22%;
    height: 3em;
    top: -10.7%;
    left: -2%;
  }

  #team .card .rounded {
    min-height: 200px;
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }

  .img-mask::before {
    background-size: 100%;
  }

  .flex-form {
    flex-direction: column;
  }

  .inspire-wrap {
    margin-top: 6em;
  }

  .team-bg-img,
  .contact-bg-img {
    position: absolute;
    width: 54%;
    right: -20%;
    top: 29%;
  }

  .blog-page-bg {
    padding-top: 8em;
  }

  .justify-align-end {
    justify-content: flex-start;
  }

  .margin-heading {
    margin-bottom: 1rem;
  }

  .container {
    max-width: 90%;
  }

  #banner-main {
    min-height: 850px;
  }

  .popup-card .member-img {
    top: -22%;
  }

  .search-icon {
    top: 13%;
    transform: unset;
  }

  .popup-card .member-pro {
    margin-top: -80px;
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-card .personal-info {
    margin-top: 20px;
  }

  .popup-card .personal-info .text-start {
    text-align: center !important;
  }

  .popup-card .profile-wrapper {
    padding: 15px 15px 0px !important;
  }

  .popup-card .member-text {
    padding: 0;
  }
}

@media (max-width: 400px) {
  .img-col {
    height: 260px;
  }
}


.journey-list-wrapper .left-side {
  border-right: 2px solid #000000;
  border-top: 2px solid #000000;
  position: relative;
  padding-left: 100px;
  padding-right: 20px;
}

.journey-list-wrapper .right-side {
  border-top: 2px solid #000000;
  padding: 20px;

}

.journey-list-wrapper .left-side .fls-menu {
  padding: 60px 0 60px;
  margin: 0;
  list-style: none;
}

.journey-list-wrapper .head-wrap {
  display: flex;
  margin: 10px 0;
  align-items: center;
}

.journey-list-wrapper .left-side .fls-menu .head {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  flex: 1;
}

.journey-list-wrapper .left-side .fls-menu li a i {
  margin-right: 10px;
}

.journey-list-wrapper .left-side .fls-menu li a.is-checked {
  color: #196b24;
}

.journey-list-wrapper .left-side .fls-menu .count-num {
  background: url('../assets/images/road-pin.png');
  text-align: center;
  width: 43px;
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-left: -53px;
  position: relative;
  margin-right: 7px;
}

.journey-list-wrapper .left-side::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  width: 75px;
  height: 100%;
  background: url('../assets/images/road-img.png');
  background-repeat: repeat-y;
}





.element-item .card-body iframe {
  width: 100%;
  height: 300px;
}

#learningHubContent .element-item+.element-item {
  margin-top: 15px;
}

#learningHubContent .card-header {
  background-color: #ffffff;
}

#learningHubContent .card-header h4 {
  margin-bottom: 0;
  font-family: "source-sans-pro", sans-serif;
}

#learningHubContent .card-header p {
  margin-bottom: 0;
  font-family: "source-sans-pro", sans-serif;
}

.element-item.no-match {
  overflow: hidden;
  border: 0;
  max-width: 96.8%;
  width: 100%;
}

.element-item.no-match .card-body {
  border: 0;
  padding: 0;
}

.element-item.no-match .card-header {
  background-color: transparent !important;
  border-bottom: 0;
  text-align: center;
}

#learningHubContent .element-item {
  width: 100%;
}

.pdf-box {
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
}

.pdf-box::after {
  content: '';
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/><polyline points="10 9 9 9 8 9"/></svg>');
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 15px;
}

.pdf-box:empty,
.summary-text:empty {
  display: none;
}

.pop-btn {
  width: 100%;
  background-color: #004aad;
}

.summary-text {
  margin-top: 15px;
}

.summary-text p {
  margin: 0;
}

.summary-text p:not(:last-of-type) {
  margin-bottom: 10px;
}

.element-item video {
  width: 100%;
  height: 100%;
}

.dash-list {
  list-style: none;
}

.dash-list li::before {
  content: '-';
  margin-right: 4px;
}

.summary-text p:empty {
  display: none;
}

.alphalist {
  counter-reset: list-counter;
}

.alphalist li {
  counter-increment: upper-alpha;
  list-style: none;
}

.alphalist li:not(:last-of-type) {
  margin-bottom: 15px;
}

.alphalist li span {
  display: block;
}

.alphalist li span::before {
  content: counter(list-counter, lower-alpha) ") ";
  counter-increment: list-counter;
}

.element-item .card-body iframe.popquiz {
  height: 600px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(229 237 247 / 90%);
  z-index: 9999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #faa818;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d8e484;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1d51a2;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.left-menu-toggle {
  position: relative;
  border: 1px solid rgb(0 0 0 / 18%);
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
  color: #000000;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  display: none;
  margin-bottom: 20px;
}

.journey-list-wrapper .menu-close {
  padding: 15px 15px;
  background: #004aad;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  display: none;
}

.journey-list-wrapper .menu-close svg {
  color: #FAFAFA;
}

@media all and (max-width: 768px) {

  .left-menu-toggle,
  .journey-list-wrapper .menu-close {
    display: flex;
  }

  .journey-list .toppers-head {
    margin-bottom: 10px !important;
  }

  .journey-list-wrapper .left-side {
    position: fixed;
    z-index: 9999;
    background: #ffff;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translate(-100%, 0px);
    left: 0;
    max-width: 280px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .journey-list-wrapper .left-side .fls-menu .count-num {
    display: none;
  }

  .journey-list-wrapper .left-side .fls-menu {
    height: 100%;
    overflow: auto;
  }

  .journey-list-wrapper .left-side.menu-active {
    transform: translate(0%, 0px);
  }

  .journey-list-wrapper .left-side::before {
    display: none;
  }

  .element-item.no-match {
    max-width: 100%;
  }

  .left-menu-toggle::before {
    content: '\f062';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    bottom: -27px;
}
}