/* Hero Global ---------------------------------- */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

.container-hero {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto
}

@media only screen and (min-width: 1300px) {
  .container-hero {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

@media (min-width:576px) {

  .container-hero {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container-hero {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container-hero {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container-hero {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container-hero {
    max-width: 1320px
  }
}

.row-hero {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row-hero>* {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y)
}

.row-hero .slick-dots {
  bottom: 10px;
  left: 40px;
}

@media (max-width: 991px) {
  .row-hero .slick-dots {
    left: 50%;
  }
}

.z-index-common {
  position: relative;
  z-index: 3;
}

/*------------------- Background -------------------*/
.bg-theme {
  background-color: var(--color-primary) !important;
}

.bg-theme2 {
  background-color: var(--color-primary2) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.gr-bg1 {
  background-image: -webkit-linear-gradient(194.6deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%);
  background-image: linear-gradient(255.4deg, rgba(146, 184, 253, 0.15) 5.09%, var(--smoke-color) 63%);
}

.gr-bg2 {
  background-image: -webkit-linear-gradient(right, #EDF2FB 0%, #FFFFFF 100%);
  background-image: linear-gradient(270deg, #EDF2FB 0%, #FFFFFF 100%);
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-center,
.product-sec-bg1 {
  background-size: 100% 67% !important;
  background-position: top center;
}

/*------------------- / Background -------------------*/

.text-theme {
  color: var(--color-primary) !important;
}

a.text-theme:hover, 
.text-reset:hover {
  text-decoration: underline;
}

.col-lg-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-xl-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-xxl-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-wrapper .checklist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px;
}

@media (max-width: 576px) {
  .th-hero-wrapper .checklist ul {
    gap: 5px 15px;
  }
}

.th-hero-wrapper .checklist li {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-title);
}

.hero-shape {
  position: absolute;
}

.ripple-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 30px;
  bottom: -10px;
  background-color: transparent;
  border: 3px solid rgba(13, 94, 244, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-animation: heroripple 8s ease-out infinite;
  animation: heroripple 8s ease-out infinite;
  will-change: transform, opacity, width;
}

.ripple-1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.ripple-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ripple-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ripple-4 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.ripple-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.ripple-5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.ripple-6 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes heroripple {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    width: 310px;
    height: 310px;
  }
}

@keyframes heroripple {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    width: 310px;
    height: 310px;
  }
}

.th-hero-bg {
  position: absolute;
  inset: 0;
}

.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-text {
  font-size: 18px;
  margin-bottom: 35px;
}

/* Hero 2 ---------------------------------- */
.hero-2 {
  background-color: #EAF2FD;
  overflow: hidden;
}

.hero-2 .shape1 {
  top: 75px;
  left: -70px;
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

.spin {
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.hero-2 .shape2 {
  top: 25%;
  left: 0;
}

.hero-2 .shape2 img {
  -webkit-transform: rotateZ(180deg) rotateX(180deg);
  transform: rotateZ(180deg) rotateX(180deg);
  width: 350px;
}

.hero-2 .shape3 {
  top: -12%;
  left: 30%;
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero-2 .shape3 img {
  -webkit-transform: rotateZ(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotateZ(-50deg);
}

.hero-2 .shape4 {
  bottom: -15%;
  left: 24%;
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.hero-2 .shape5 {
  top: 47px;
  right: -20px;
}

.hero-2 .hero-img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 2 !important;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-2 .shape5 {
    max-width: 120px;
    top: 67px;
    right: -45px;
  }
}

@media (max-width: 1399px) {
  .hero-2 .hero-img2 {
    max-width: 590px;
    right: 0%;
    left: auto;
  }
}

@media (max-width: 1199px) {
  .hero-2 .hero-img2 {
    max-width: 480px;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-style2 {
    padding-top: 40px !important;
    margin-bottom: 240px !important;
  }

  .hero-2 .hero-img2 {
    max-width: 320px;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0 !important;
  }

  .hero-2 .hero-img2 img:nth-child(2) {
    margin-left: 20px !important;
  }

  .hero-2 .hero-img2 .img-orbit {
    display: flex;
    justify-content: center;
    left: 0 !important;
    bottom: 0 !important;
    -webkit-animation-play-state: paused !important;
            animation-play-state: paused !important;
  }

  .hero-2 .hero-img2 .hero-counter-wrap.hero-counter1,
  .hero-2 .hero-img2 .hero-counter-wrap.hero-counter2 {
    display: none;
  }
}

/* .banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(249deg, rgba(24, 43, 73, 0.21) 39.49%, rgba(23, 43, 68, 0.82) 78.73%); }

  [dir="rtl"] .banner-img::after {
    background: linear-gradient(69deg, rgba(24, 43, 73, 0.21) 39.49%, rgba(23, 43, 68, 0.82) 78.73%); } */

.teach-slideshow {
  position: relative;
  z-index: 0;
}

.teach-slideshow .banner-img::before,
.teach-slideshow .banner-img-rtl::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(91deg, rgba(20, 36, 57, 0.7) 37.92%, rgba(18, 31, 47, 0.7) 63.95%);
  z-index: 1;
}

.teach-slideshow .slider-border {
  left: 20%;
}

.teach-slideshow .slider-border2 {
  left: 40%;
}

.teach-slideshow .slider-border3 {
  left: 60%;
}

.teach-slideshow .slider-border4 {
  left: 80%;
}

.teach-slideshow .slider-border,
.teach-slideshow .slider-border2,
.teach-slideshow .slider-border3,
.teach-slideshow .slider-border4 {
  height: 100%;
  width: 1px;
  background: rgba(var(--color-primary-rgb), 0.44);
  position: absolute;
  top: 0;
  z-index: 2;
}

.teach-slideshow .slider-border::after,
.teach-slideshow .slider-border3::after {
  content: "";
  height: 50px;
  width: 1px;
  right: 0px;
  background: var(--color-secondary);
  bottom: 50px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  -webkit-animation: moveone 3s infinite linear;
  animation: moveone 3s infinite linear;
}

@-webkit-keyframes moveone {
  from {
    top: 0;
  }

  to {
    top: 100%;
  }
}

@keyframes moveone {
  from {
    top: 0;
  }

  to {
    top: 100%;
  }
}

@keyframes moveone {
  from {
    top: 100%;
  }

  to {
    top: 0;
  }
}

.teach-slideshow .slider-border2::after,
.teach-slideshow .slider-border4::after {
  content: "";
  height: 50px;
  width: 1px;
  right: 0px;
  background: var(--color-secondary);
  bottom: 50px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  -webkit-animation: movetwo 3s infinite linear;
  animation: movetwo 3s infinite linear;
}

@-webkit-keyframes movetwo {
  from {
    bottom: 0;
  }

  to {
    bottom: 100%;
  }
}

@keyframes movetwo {
  from {
    bottom: 0;
  }

  to {
    bottom: 100%;
  }
}

@keyframes movetwo {
  from {
    bottom: 100%;
  }

  to {
    bottom: 0;
  }
}

.hero-2 .hero-img2 .img-orbit {
  position: absolute;
  left: -29px;
  z-index: -1;
  bottom: -33px;
  -webkit-animation: rotation infinite 55s linear;
          animation: rotation infinite 55s linear;
  /* Medium Large devices */
  /* Large devices */
}

/* Rotation frame*/
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.d-none {
  display: none !important;
}

.d-md-block {
  display: block !important;
}

.d-sm-block {
  display: block !important;
}

.d-xxl-block {
  display: block !important;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 1399px) {
  .hero-2 .hero-img2:before {
    left: 15%;
  }
}

@media (max-width: 1199px) {
  .hero-2 .hero-img2:before {
    width: 300px;
    height: 300px;
  }
}

.hero-style2 {
  padding: 208px 0;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1399px) {
  .hero-style2 {
    padding: 140px 0;
  }
}

@media (max-width: 991px) {
  .hero-style2 {
    text-align: center;
  }

  .hero-style2 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .hero-style2 {
    padding: 100px 0;
  }
}

@media (max-width: 375px) {
  .hero-style2 {
    text-align: left;
  }

  .hero-style2 .btn-group {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.hero-style2 .checklist {
  margin-bottom: 36px;
  position: relative;
  z-index: 99 !important;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .hero-style2 .checklist {
    margin-right: -33px;
  }
}

@media (max-width: 991px) {
  .hero-style2 .checklist {
    text-align: center;
    margin-right: 0;
  }

  .hero-style2 .checklist ul {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-style2 .checklist ul li:nth-of-type(2):before {
  color: var(--color-secondary);
}

.hero-style2 .checklist ul li:nth-of-type(3):before {
  color: var(--body-color);
}

@media (max-width: 375px) {
  .hero-style2 .checklist ul {
    display: block;
  }

  .hero-style2 .checklist ul li:not(:last-child) {
    margin-bottom: 10px !important;
  }
}

/* .hero-style2 .hero-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-title);
  padding-left: 55px;
  position: relative;
  margin-bottom: 22px;
  z-index: 99 !important;
} */

.hero-style2 .hero-subtitle {
  display: inline-block;
  font-weight: 600;
  font-size: var(--font-size-md);
  line-height: calc(var(--font-size-lg) + 10px);
  color: var(--color-dark);
  padding: 3px 20px;
  background: rgba(var(--color-secondary-rgb), 0.08);
  border: 1px solid var(--color-third);
  -webkit-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-round);
  letter-spacing: 1px;
  text-transform: uppercase;
  gap: 10px;
  position: relative;
  margin-bottom: 22px;
  z-index: 99;
}

/* .hero-style2 .hero-subtitle:before, .hero-style2 .hero-subtitle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 2px;
  width: 40px;
  background: var(--color-secondary);
}

.hero-style2 .hero-subtitle:before {
  height: 11px;
  width: 11px;
  left: calc(40px - 11px);
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
} */

.hero-style2 .hero-title {
  font-weight: 600;
  margin-bottom: 23px;
  font-size: 64px;
  color: var(--color-dark);
  text-shadow: 0px 1px 2px rgba(var(--color-secondary-rgb), 0.8);
  position: relative;
  z-index: 99 !important;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style2 .hero-title {
    font-size: 48px;
  }

  .hero-style2 .hero-subtitle {
    font-size: var(--font-size-medium);
  }
}

@media (max-width: 1199px) {
  .hero-style2 .hero-title {
    font-size: 42px;
  }

  .th-hero-wrapper .checklist li {
    font-size: 16px;
  }

  .hero-style2 .hero-subtitle {
    font-size: var(--font-size-sm);
  }
}

@media (max-width:1024px) {
  .th-hero-wrapper .checklist li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .hero-style2 .hero-title {
    font-size: 30px;
  }

  .hero-style2 .hero-subtitle {
    font-size: var(--font-size-small);
  }
}


@media (max-width: 576px) {
  .hero-style2 .hero-title {
    font-size: 24px;
  }

  .hero-style2 .checklist li {
    padding-left: 18px;
  }

  [dir="rtl"] .hero-style2 .checklist li {
    padding-right: 18px;
  }

  .th-hero-wrapper .checklist li {
    font-size: 11px;
  }

  .hero-style2 .hero-subtitle {
    font-size: 11px;
  }
}

.hero-style2 .hero-title:first-of-type {
  margin-bottom: 0 !important;
}

.hero-style2 .hero-title:nth-of-type(2) {
  font-weight: 500;
  font-size: 54px;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .hero-style2 .hero-title:nth-of-type(2) {
    font-size: 38px;
  }
}

@media (max-width: 1199px) {
  .hero-style2 .hero-title:nth-of-type(2) {
    font-size: 32px;
  }
}

@media (max-width: 767) {
  .hero-style2 .hero-title:nth-of-type(2) {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .hero-style2 .hero-title:nth-of-type(2) {
    font-size: 20px;
  }

  .ripple-shape {
    display: none;
  }
}

.hero-counter-wrap {
  gap: 15px;
  /* background: var(--color-white); */
  /* box-shadow: 0px 4px 32px 0px rgba(170, 179, 198, 0.15); */
  border: 1px solid var(--color-third);
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 50px 13px 20px;
  position: absolute;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
  left: -60px;
  bottom: 100px;
  background: transparent;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(170, 179, 198, 0.15);
  box-shadow: 0px 4px 32px 0px rgba(170, 179, 198, 0.15);
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  /* -o-backdrop-filter: blur(10px); */
  background-color: rgba(255, 255, 255, 0.03);
  /* (plus shape's fill blended on top as a separate layer with 20% opacity) */
  z-index: 2;
}

.hero-counter-wrap.hero-counter2 {
  padding: 13px 38px 13px 20px;
  -webkit-animation: jumpAni 4s linear infinite;
  animation: jumpAni 4s linear infinite;
  left: auto;
  right: 0px;
  bottom: 200px;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .hero-counter-wrap.hero-counter2 {
    right: 0;
  }
}

.hero-counter-wrap.hero-counter2 .hero-counter_icon {
  background: var(--color-secondary);
}

.hero-counter-wrap.hero-counter2 .hero-counter_number {
  color: var(--color-secondary);
}

.hero-counter-wrap .details {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.hero-counter_icon {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: var(--color-primary);
  text-align: center;
  border-radius: 50%;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.hero-counter_number {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: -3px;
  margin-top: -0.3em;
}

.hero-counter_number span {
  color: var(--color-title);
}

.hero-counter_text {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-family-base);
  display: block;
  margin-bottom: -10px;
}

@media (max-width: 1199px) {
  .hero-counter_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  
  .hero-counter_number {
    font-size: 24px;
  }
  
  .hero-counter_text {
    font-size: 13px;
  }
}

.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist li {
  color: var(--color-title);
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
}

.checklist li:before {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 900;
  color: var(--color-primary);
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  /* -o-transition: 0.3s ease-in-out; */
  transition: 0.3s ease-in-out;
}

.checklist li:first-child {
  margin-top: -0.5em;
}

.checklist li:last-child {
  margin-bottom: -0.5em;
}

.checklist .check-text {
  margin-bottom: 0;
}

.checklist .check-title {
  margin-bottom: 10px;
  font-size: 24px;
}

.checklist.style2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .checklist.style2 ul {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .checklist.style2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.checklist.style2 li {
  color: var(--body-color);
  padding-left: 40px;
  margin-bottom: 0;
}

.checklist.style2 li:before {
  font-size: 24px;
  top: 5px;
}

.checklist.style2 li:first-child {
  margin-top: 0;
}

.checklist.style5 li i {
  margin-top: 3px;
}

.checklist.style5 li:before {
  display: none;
}

/* rtl Support */
[dir="rtl"] .checklist ul {
  padding: 0;
  text-align: right;
}

[dir="rtl"] .checklist li {
  padding-right: 25px;
  padding-left: 0;
}

[dir="rtl"] .checklist li:before {
  right: 0;
  left: auto;
}

@media (min-width: 991px) {
  [dir="rtl"] .hero-2 .hero-img2 {
    left: 47px;
    right: auto;
  }
}

[dir="rtl"] .hero-counter-wrap {
  padding: 13px 20px 13px 50px;
  right: -60px;
  left: auto;
}

[dir="rtl"] .hero-counter-wrap.hero-counter2 {
  left: 0;
  right: auto;
}

[dir="rtl"] .hero-2 .shape2 img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

[dir="rtl"] .hero-2 .shape3 {
  top: -12%;
  right: 30%;
}

[dir="rtl"] .hero-2 .shape4 {
  right: 24%;
  left: auto;
}

@media (max-width: 1199px) {
  [dir="rtl"] .hero-style2 .checklist {
    margin-left: -33px;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .hero-style2 .checklist {
    margin-left: 0;
  }

  [dir="rtl"] .hero-style2 .checklist ul {
    margin: auto;
  }
}

@media (max-width: 375px) {
  [dir="rtl"] .hero-style2 {
    text-align: right;
  }
}

/* [dir="rtl"] .hero-style2 .hero-subtitle {
  padding-right: 55px;
}

[dir="rtl"] .hero-style2 .hero-subtitle:after, .hero-style2 .hero-subtitle:before {
  right: 0; }

[dir="rtl"] .hero-style2 .hero-subtitle:before {
  height: 11px;
  width: 11px;
  right: calc(40px - 11px);
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
} */

/* / rtl Support */

/* Courses Categories */
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.col-lg-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-xl-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-md-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  border: 1px solid var(--color-gray-300);
  background: var(--color-white);
  margin-left: 30px;
  -webkit-transition: 0.4s ease-in-out;
  /* -o-transition: 0.4s ease-in-out; */
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}

.category-list:before {
  content: '';
  background-color: var(--color-primary);
  width: 0;
  height: 0;
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.4s linear;
  /* -o-transition: 0.4s linear; */
  transition: 0.4s linear;
  z-index: -1;
}

.category-list_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  min-width: 60px;
  background-color: #EBF2FF;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  /* -o-transition: 0.4s ease-in-out; */
  transition: 0.4s ease-in-out;
  margin-right: 15px;
  border: 1px solid #D0DBE9;
  margin-left: -30px;
}

.category-list_icon img {
  -webkit-transition: 0.4s ease-in-out;
  /* -o-transition: 0.4s ease-in-out; */
  transition: 0.4s ease-in-out;
}

.category-list_content {
  position: relative;
  overflow: hidden;
  padding: 26px 26px 26px 0;
  width: 100%;
  border-radius: 10px;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, #ffffff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: none;
}

.icon-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.category-list .icon-btn {
  margin-left: auto;
  min-width: 50px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  position: absolute;
  bottom: -12px;
  right: -12px;
  opacity: 0;
  line-height: 44px;
  -webkit-transition: 0.7s;
  /* -o-transition: 0.7s; */
  transition: 0.7s;
}

.category-list .icon-btn i {
  margin-left: -8px;
}

.category-list_title {
  font-size: 18px;
  font-weight: 600;
  margin-top: -0.23em;
  margin-bottom: 4px;
  -webkit-transition: 0.4s ease-in-out;
  /* -o-transition: 0.4s ease-in-out; */
  transition: 0.4s ease-in-out;
  /* Medium Large devices */
}

.category-list_title a {
  color: inherit;
  -webkit-transition: 0s;
  /* -o-transition: 0s; */
  transition: 0s;
}

@media (max-width: 1399px) {
  .category-list_title {
    font-size: 16px;
  }
}

@media (max-width: 1299px) {
  .category-list_title {
    font-size: 14px;
  }
}

.category-list_text {
  display: block;
  margin-bottom: -0.4em;
  -webkit-transition: 0.4s ease-in-out;
  /* -o-transition: 0.4s ease-in-out; */
  transition: 0.4s ease-in-out;
}

.category-list:hover {
  box-shadow: 0px 10px 12px 0px rgba(13, 94, 244, 0.2);
}

.category-list:hover:before {
  width: 100%;
  height: 100%;
}

.category-list:hover .category-list_title {
  color: var(--color-white);
}

.category-list:hover .category-list_text {
  color: var(--color-white);
}

.category-list:hover .category-list_icon {
  background: var(--color-primary);
}

.category-list:hover .category-list_icon img {
  -webkit-filter: brightness(99);
  filter: brightness(99);
}

.category-list:hover .icon-btn {
  background-color: var(--color-white);
  color: var(--color-primary);
  border-color: var(--color-white);
  opacity: 1;
}

/* Course Categories RTL */
[dir="rtl"] .category-list {
  margin-right: 30px;
  margin-left: 0;
}

[dir="rtl"] .category-list_icon {
  margin-left: 15px;
  margin-right: -30px;
}

[dir="rtl"] .category-list_content {
  position: relative;
  overflow: hidden;
  padding: 26px 0px 26px 26px;
}

[dir="rtl"] .category-list_title {
  font-size: 16px;
  font-weight: 600;
}

[dir="rtl"] .category-list .icon-btn {
  left: -12px;
  right: auto;
}

[dir="rtl"] .category-list .icon-btn i {
  margin-right: -8px;
  margin-left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (min-width: 576px) {
  .colum-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.4rem;
  }
}

@media (max-width: 576px) {
  .colum-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 300px;
  }
}

.bg-img {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
}

.cta-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Play Button */
.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn>i {
  display: inline-block;
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--color-primary);
  font-size: var(--icon-font-size, 1.2em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-title);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-video .play-btn {
    --icon-size: 60px !important;
  }
}

.th-video .play-btn {
  --icon-size: 50px;
  font-size: 15px;
}

.th-video .play-btn>i {
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--color-primary);
}

.th-video .play-btn:after,
.sidebar-area .th-video .play-btn:before {
  background-color: rgba(255, 255, 255, 0.7);
}

.th-video {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  box-shadow: 0px 4px 16px #EBEEF3;
  padding: 20px;
}

.th-video img {
  border-radius: inherit;
  width: 100%;
}

.th-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.th-video .play-btn>i {
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--color-primary);
}

.th-video .play-btn:after,
.th-video .play-btn:before {
  background-color: rgba(255, 255, 255, 0.7);
}

.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.step__media_img {
  height: 670px;
  position: relative;
  z-index: 1;
}

.step__media_img::after,
.step__media_img::before {
  position: absolute;
  content: "";
  background: url(images/dots_shape_1.png);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100px;
  height: 100px;
  bottom: 350px;
  right: 400px;
  animation: step_animi linear 2s infinite alternate;
  -webkit-animation: step_animi linear 2s infinite alternate;
  z-index: -1;
}

.step__media_img::before {
  background: url(images/dots_shape_2.png);
  top: auto;
  right: auto;
  right: 10px;
  top: 30px;
}

@keyframes step_animi {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    /* -o-transform: scale(1); */
  }

  to {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    /* -o-transform: scale(1.3); */
  }
}

.shape-mockup,
.shape-mockup-2 {
  position: absolute;
  z-index: 1;
}

.shape-mockup-2 {
  top: 0%;
  right: 0%;
}

[dir="rtl"] .shape-mockup-2 {
  left: 0%;
  right: auto;
}

[dir="rtl"] .shape-mockup-2 img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shape-mockup.teach-1 {
  top: 10px;
  left: 90px;
  -webkit-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

[dir="ltr"] .shape-mockup.teach-2 {
  bottom: 85px;
  left: 300px;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

[dir="rtl"] .shape-mockup.teach-2 {
  bottom: 60px;
  right: 450px;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

@media (max-width: 991px) {

  .shape-mockup.teach-1,
  .shape-mockup.teach-2 {
    display: none;
  }
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.23em;
}

.sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 22px;
  display: block;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 15px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.41em;
}

.sec-text {
  max-width: 670px;
}

.title-area.text-center .sec-text {
  margin-left: auto;
  margin-right: auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 18px;
  }

  .shadow-title {
    font-size: 96px;
  }

  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }

  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 25px;
  }

  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 28px;
  }

  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 32px;
  }

  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }

  .title-area.mb-25,
  .sec-title.mb-25 {
    margin-bottom: 15px;
  }

  .title-area.mb-35,
  .sec-title.mb-35 {
    margin-bottom: 25px;
  }

  .sec-btn {
    --section-title-space: 65px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 88px;
  }

  .sub-title {
    margin-bottom: 12px;
  }

  .title-area,
  .sec-title {
    --section-title-space: 45px;
  }

  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 27px;
  }

  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 28px;
  }

  .sec-btn {
    --section-title-space: 45px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .shadow-title {
    font-size: 60px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 50px;
    top: 55%;
  }
}

.wcu-box {
  background: var(--smoke-color);
  border-radius: 10px;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  position: relative;
  z-index: 1;
}

.wcu-box:before,
.wcu-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: var(--color-primary);
  border-radius: 10px 0 0 10px;
  z-index: -2;
}

[dir="rtl"] .wcu-box:before,
.wcu-box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: var(--color-primary);
  border-radius: 10px 0 0 10px;
  z-index: -2;
}

.wcu-box:before {
  width: 80px;
  height: 80px;
  border-radius: 10px 0 0 0;
  background: transparent;
  border-left: solid 40px #D0DBE9;
  border-top: solid 40px #D0DBE9;
  border-bottom: solid 40px transparent;
  border-right: solid 40px transparent;
  z-index: -1;
}

[dir="rtl"] .wcu-box:before {
  width: 80px;
  height: 80px;
  border-radius: 10px 0 0 0;
  background: transparent;
  border-right: solid 40px #D0DBE9;
  border-top: solid 40px #D0DBE9;
  border-bottom: solid 40px transparent;
  border-left: solid 40px transparent;
  z-index: -1;
}

.wcu-box_icon {
  font-size: 30px;
  color: var(--color-primary);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.wcu-box .box-title {
  margin-bottom: 5px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .wcu-box .box-title {
    font-size: 20px;
  }
}

.wcu-box_text {
  margin-bottom: -0.4em;
  max-width: 350px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1399px) {
  .wcu-box_text {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .wcu-box_text {
    font-size: 16px;
  }
}

.wcu-box.style2 {
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 4px 21px 0px rgba(179, 193, 219, 0.15);
  padding: 30px;
  gap: 20px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}

.wcu-box.style2:before,
.wcu-box.style2:after {
  display: none;
}

@media (max-width: 1299px) {
  .wcu-box.style2 {
    display: block;
  }

  .wcu-box.style2 .wcu-box_icon {
    margin-bottom: 15px;
  }

  .wcu-box.style2 .wcu-box_text {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .wcu-box.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .wcu-box.style2 {
    display: block;
  }
}

.wcu-box.style2 .wcu-box_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.wcu-box.style2 .wcu-box_title a {
  color: var(--color-title);
}

.wcu-box.style2 .wcu-box_title a:hover {
  color: var(--color-primary);
}

.wcu-box.style2 .wcu-box_text {
  max-width: none;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[dir="rtl"] .why-shape-3 {
  left: -3% !important;
  right: auto !important;
}

.teach-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 99.5%;
  background-position: right;
}

[dir="rtl"] .teach-shape {
  right: 0;
  top: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.teach-shape img {
  width: 100%;
}

@media (max-width: 767px) {
  .teach-shape {
    display: none;
  }
}

.widget-title {
  margin: 29px 0 0 0;
}

.widget-title {
  position: relative;
  border: none;
  color: var(--color-white);
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 18px 0;
  margin: -0.1em 0 35px 0;
  max-width: 275px;
}

.widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51px;
  height: 3px;
  background-color: var(--color-secondary);
}

.widget-title:after {
  width: 10px;
  left: 56px;
  border-right: 10px solid var(--color-secondary);
  box-shadow: 15px 0 0 0 var(--color-secondary);
}

.widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51px;
  height: 3px;
  background-color: var(--color-secondary);
}

[dir="rtl"] .widget-title:before,
[dir="rtl"] .widget-title:after {
  left: auto;
  right: 0;
}

[dir="rtl"] .widget-title:after {
  right: 71px;
}


/*------------------- Animation -------------------*/
.scalein.th-animated {
  --animation-name: scalein;
}

.slidetopleft.th-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.th-animated {
  --animation-name: slidebottomright;
}

.slideinleft.th-animated {
  --animation-name: slideinleft;
}

.slideinright.th-animated {
  --animation-name: slideinright;
}

.slideinup.th-animated {
  --animation-name: slideinup;
}

.slideindown.th-animated {
  --animation-name: slideindown;
}

.rollinleft.th-animated {
  --animation-name: rollinleft;
}

.rollinright.th-animated {
  --animation-name: rollinright;
}

.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
  animation-name: var(--animation-name);
}

.th-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }

  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}

.scalein {
  -webkit-animation: scalein 7s linear infinite;
  animation: scalein 7s linear infinite;
}

@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }

  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }

  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

.fancy-animation {
  -webkit-animation: morph 8s ease-in-out infinite;
  animation: morph 8s ease-in-out infinite;
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.th-box {
  text-align: center;
}

.th-box_img {
  margin-bottom: -110px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  padding-top: 30px;
  /* Extra small devices */
}

.th-box_img img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .th-box_img {
    margin-bottom: -68px;
  }
}

.th-box_img:before,
.th-box_img:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--smoke-color);
  z-index: -1;
  border-width: 9px 15px 0 15px;
  border-style: solid;
  border-color: var(--color-primary);
  border-radius: 999px;
}

.th-box_img::after {
  border: none;
  top: 9px;
  left: 13px;
  width: calc(100% - 26px);
}

[dir="rtl"] .th-box_img::after {
  right: 13px;
}


.th-box_content {
  padding: 140px 30px 40px 30px;
  background-color: var(--smoke-color);
  border-radius: 15px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .th-box_content {
    padding: 100px 20px 45px 20px;
  }
}

.th-box_text {
  max-width: 500px;
  margin: 10px auto 30px auto;
  white-space: pre-wrap;
}

.th-box.theme2 {
  --color-primary: var(--color-secondary);
  --smoke-color: #e6faf1;
}

.th-box.theme3 {
  --color-primary: var(--color-danger);
  --smoke-color: #FFF3F3;
}

.th-box .th-btn {
  box-shadow: 0px 6px 16px rgba(51, 119, 255, 0.24);
}

.th-box.theme2 .th-btn {
  box-shadow: 0px 6px 16px rgba(30, 212, 130, 0.24);
}

.th-box.theme3 .th-btn {
  box-shadow: 0px 6px 16px rgba(201, 37, 45, 0.24);
}

@media (min-width: 1199px) {
  .th-box .btn.btn--secondary:hover {
    background: #3377FF;
    border-color: #3377FF;
    color: #FFF;
  }

  .th-box .btn.btn--secondary:hover:before {
    left: 120%;
    opacity: 0.25;
    transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

[dir="rtl"] .th-box .btn.btn--secondary:hover:before {
  right: 120%;
}

/*------------------- 4.00. CTA -------------------*/
.cta-area-1 {
  position: relative;
  padding: 38px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cta-area-1 {
    padding-bottom: 0;
  }
}

[dir="rtl"] .cta-area-1 {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 991px) {
  .cta-area-1 {
    padding-bottom: 0;
  }
}

.cta-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.cta-bg-img:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #00112B;
  opacity: 0.87;
}

.cta-bg-img2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.cta-bg-img2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.cta-shape1,
.cta-shape2 {
  z-index: 2;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  position: relative;
  z-index: 10;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

[dir="rtl"] .cta-wrap {
  margin-right: 200px;
  -webkit-transform: scaleX(-1) !important;
  -ms-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}

.cta-wrap .cta-icon {
  width: 100px;
  height: 90px;
}

@media (max-width: 1600px) {
  .cta-wrap {
    margin-right: 0;
  }

  [dir="rtl"] .cta-wrap {
    margin-left: 0;
  }
}

@media (max-width: 1399px) {
  .cta-wrap {
    margin-right: 60px;
  }

  [dir="rtl"] .cta-wrap {
    margin-left: 60px;
  }
}

@media (max-width: 1299px) {
  .cta-wrap {
    margin-right: 0;
  }

  [dir="rtl"] .cta-wrap {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .cta-wrap {
    margin-right: -55px;
  }

  [dir="rtl"] .cta-wrap {
    margin-left: -55px;
  }
}

@media (max-width: 991px) {
  .cta-wrap {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .cta-wrap {
    display: block;
    text-align: center;
    padding-bottom: var(--padding-6);
  }

  [dir="rtl"] .cta-wrap {
    margin-right: auto !important;
  }

  .cta-wrap .cta-icon {
    width: 80px;
    height: 70px;
    margin-bottom: 20px;
    margin-left: 130px;
    -webkit-transform: translate(42%, -15%);
    -ms-transform: translate(42%, -15%);
    transform: translate(42%, -15%);
  }

  [dir="rtl"] .cta-wrap .cta-icon {
    margin-right: 185px;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .cta-wrap .cta-icon {
    width: 70px;
    height: 60px;
  }
}

.cta-wrap .cta-title {
  color: var(--color-white);
  font-size: 35px !important;
  font-weight: 700;
  margin-top: -0.2em;
  margin-bottom: 15px;
  white-space: nowrap;
}

.cta-wrap .cta-text {
  font-size: 20px !important;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-white);
  white-space: nowrap;
  /* Small devices */
}

@media (max-width: 767px) {

  .cta-wrap .cta-title {
    font-size: 25px !important;
  }

  .cta-wrap .cta-text {
    font-size: 18px !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .cta-wrap .cta-title {
    font-size: 30px !important;
    margin-bottom: 20px;
    margin-left: 12%;
  }

  [dir="rtl"] .cta-wrap .cta-title {
    margin-right: 20%;
    margin-left: 0;
  }

}

.cta-wrap .btn {
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}


.cta-img-1 {
  height: 100%;
  min-height: 166px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

[dir="rtl"] .cta-img-1 {
  left: 0;
  right: auto;
  width: auto;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 1399px) {
  .cta-img-1 {
    width: 500px;
    display: block;
  }
}

@media (max-width: 1299px) {
  .cta-img-1 {
    width: 400px;
    display: block;
  }
}

@media (max-width: 1199px) {
  .cta-img-1 {
    width: 300px;
    display: block;
  }
}

@media (max-width: 991px) {
  .cta-img-1 {
    position: relative;
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    margin-top: 38px;
    display: block;
  }
}

@media (max-width: 767px) {
  .cta-img-1 {
    min-height: auto;
    height: 250px;
    display: block;
  }
}

@media (max-width: 576px) {
  .cta-img-1 {
    display: none;
  }
}

.cta-img-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cta-img-1 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.col-lg-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-lg-8 {
  width: 66.6666666667%;
}

/*-------------------
  Top Author
-------------------*/
.top-author {
  border-radius: 15px;
  background: rgba(var(--color-secondary-rgb), 0.03);
  padding: 40px;
  margin: 30px 40px;
}

.top-author .top-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: var(--color-secondary);
  border-radius: 50%;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 34px;
}

.top-author .author-title {
  color: var(--color-secondary);
  font-size: 14pt;
  line-height: 1.6em;
  font-weight: 400;
  margin-bottom: 20px;
  font-style: italic;
}

.top-author .author-name {
  color: var(--color-primary);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.top-author .author-tag {
  color: #7B7E86;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.learn-bg {
  padding-top: 120px;
  background-image: url(images/hero/register-now-img.jpg);
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.learn-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 893px;
  background: linear-gradient(21deg, rgba(18, 39, 114, 0) -4.08%, rgba(18, 39, 114, 0) 28.7%, #3377ff 98.87%);
}

.learn-bg .background-big-img {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.top-subjects {
  position: relative;
  z-index: 1;
}

.top-subjects .left-subjects-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.top-subjects .right-subjects-img {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.quote .quote__content .quote-right-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

[dir="rtl"] .quote .quote__content .quote-right-bg {
  right: 0;
}

.section__body {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.section__body .offering-right-bg-img {
  position: absolute;
  top: 40px;
  left: -100px;
  z-index: -1;
}

[dir="rtl"] .section__body .offering-right-bg-img {
  right: -100px;
}

/*-------------------
    Features Cards
  -------------------*/
.features-card {
  position: relative;
  width: 100%;
  bottom: 35%;
}

.features-card:hover .card-content {
  background: var(--color-primary);
}

.features-card:hover .card-content .title,
.features-card:hover .card-content .para {
  color: var(--color-white);
}

.features-card:hover .card-content .content-icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.features-card .card-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.features-card .card-img img {
  width: 100%;
}

.features-card .card-content {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--color-white);
  padding: 0 26px 27px 26px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 29px 52px 0px rgba(28, 33, 48, 0.1);
  box-shadow: 0px 29px 52px 0px rgba(28, 33, 48, 0.1);
  margin-bottom: 100px;
}

.features-card .card-content .content-icon {
  width: 108px;
  height: 108px;
  margin: -50px auto 0 auto;
  background: var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 4px solid var(--color-white);
  margin-bottom: 12px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 64px;
  color: var(--color-white);
}

.features-card:hover .card-content .content-icon {
  background: var(--color-primary);
}

.features-card .card-content .title,
.features-card .card-content .para {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.features-card .card-content .title {
  color: var(--color-black);
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 4px;
}

.features-card .card-content .para {
  /*     color: var(--color-paragraph);
    font-family: var(--body-font); */
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/*-------------------
      Features
    -------------------*/
.features {
  margin-top: 80px;
}

@media (min-width: 1199px) {
  .features {
    margin-top: -135px;
    margin-bottom: 210px;
  }

  .features-card .card-content {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 1198px) {
  .features-card {
    top: 8%;
    margin-bottom: 180px;
  }

  .features-card .card-content {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .features-card {
    top: 8%;
    margin-bottom: 140px;
  }

  .features-card .card-content {
    margin-bottom: 0;
  }
}

.cms-container figure {
  display: table;
  margin: 20px auto 0 !important;
  text-align: center !important;
}

.cms-container figcaption {
  box-sizing: border-box;
  outline: none;
  color: #6c757d;
  font-size: 0.95rem;
  font-weight: var(--font-weight-medium);
  line-height: 20px;
  margin-top: 5px;
  padding: 0 10px 0 0;
  text-align: center !important;
}

.cms-container h4 {
  box-sizing: border-box;
  outline: none;
  line-height: 1.2;
  color: rgb(51, 51, 51);
  font-size: 1.6em;
  border: 0px;
  clear: both;
}

.cms-container h5 {
  font-size: 1.2em;
}

.cms-container p,
.cms-container ol li,
.cms-container ul li {
  box-sizing: border-box;
  outline: none;
  color: rgb(85, 85, 85) !important;
  line-height: 1.6 !important;
  font-size: 16px;
}

@media (max-width: 991px) {
  .cms-container figcaption {
    font-size: 90% !important;
    line-height: 17px !important;
  }

  .cms-container ol li,
  .cms-container ul li {
    font-size: 1.1rem !important;
  }

  .cms-container p {
    font-size: 1.1rem !important;
  }
}

.discount-label {
  position: absolute;
  top: -27px;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2; 
}

[dir="rtl"] .discount-label {
  left: auto;
  right: 0;
}

.old-price-label {
  position: absolute;
  top: 0;
  right: 27px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2; 
}

[dir="rtl"] .old-price-label {
  right: auto;
  left: 27px;
}

.price-discount {
  display: inline-block;
  font-size: 11px !important;
  line-height: 16px;
  padding: var(--padding-2) var(--padding-3) var(--padding-1) var(--padding-2) !important;
  color: var(--color-discount) !important;
  /* background: rgba(255, 70, 144, .08); */
  background-color: #fff0f6;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  border-radius: 4px !important;
  vertical-align: middle !important;
  border: 1px dashed var(--color-discount) !important;
  /* text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-underline-offset: 3px; */
  cursor: pointer;
  padding: var(--padding-2);
}

[dir="rtl"] .price-discount {
  padding: var(--padding-2) var(--padding-2) var(--padding-1) var(--padding-3) !important;
}

.offer-discount {
  display: inline-block;
  font-size: 11px !important;
  padding: var(--padding-2) var(--padding-3) var(--padding-1) var(--padding-2) !important;
  color: var(--color-third) !important;
  /* background: rgba(var(--color-third-rgb), .08); */
  background-color: #fff1eb;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  border-radius: 4px !important;
  vertical-align: middle !important;
  border: 1px dashed var(--color-third) !important;
  /* text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-underline-offset: 3px; */
  cursor: pointer;
  padding: var(--padding-2);
}

[dir="rtl"] .offer-discount {
  padding: var(--padding-2) var(--padding-2) var(--padding-1) var(--padding-3) !important;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  width: 90%;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: var(--color-discount);
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.old-price-line {
  position: relative;
  white-space: nowrap;
}

.old-price-line:after {
  border-top: 1.8px solid var(--color-discount);
  position: absolute;
  content: "";
  right: -5px;
  top:50%;
  left: 5px;
}

[dir="rtl"] .old-price-line:after {
  left: 5px;
  top:50%;
  right: 5px;
}

.old-price {
  color: #777a7c !important;
  font-weight: 500;
  font-size: 16px;
  padding-left: 10px;
}

[dir="rtl"] .old-price {
  padding-right: 10px;
}

.shape01 {
  background-image: url(images/banner-swoosh-md.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  /* line-height: 1.5em; */
  display: inline-block;
}

.shape01.shape-high {
  line-height: 1.1em;
}

.shape02 {
  background-image: url(images/banner-swoosh-lg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  line-height: 1.7em;
  display: inline-block;
}

.shape01.shape-center,
.shape02.shape-center,
.shape03.shape-center {
  background-position: center !important;
}

.shape03 {
  background-image: url(images/banner-swoosh-xl.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  line-height: 1.9em;
  display: inline-block;
}

/* ---- Start of Contact US Section ---- */

.tf__footer_apply {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 8px solid var(--color-white);
  text-align: center;
  position: relative;
  bottom: -20px;
  z-index: 2;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.tf__footer_apply .tf__footer_apply_overlay {
  background: var(--color-primary);
  padding: 90px 0px 42px 0px;
  border-radius: 38px;
}

.tf__footer_apply .venobox {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
  background: var(--color-primary);
  line-height: 100px;
  text-align: center;
  color: var(--color-white);
  border-radius: 50%;
  border: 6px solid var(--color-white);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.tf__footer_apply .venobox img {
  width: 70px;
  height: 60px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: 10px;
}

.tf__footer_apply h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 15px;
}

.tf__footer_apply p {
  color: var(--color-white);
  font-size: var(--font-size-lg);
  width: 30%;
  text-align: center;
  margin: 0 auto;
}


.tf__footer_apply .venobox {
  background: var(--color-primary);
}

.tf__footer_apply .tf__footer_apply_overlay {
  background: #0f4290a6;
}

@media (min-width: 992px) and (max-width: 1199.99px) {
  .tf__footer_apply p {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .tf__footer_apply p {
    width: 60%;
  }

  .tf__footer_apply .tf__footer_apply_overlay {
    padding: 90px 40px 42px 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.99px) {
  .tf__footer_apply h3 {
    font-size: 25px;
  }

  .tf__footer_apply p {
    width: 100%;
  }

  .tf__footer_apply .tf__footer_apply_overlay {
    padding: 90px 40px 42px 40px;
  }
}

@media (max-width: 575.99px) {
  .tf__footer_apply h3 {
    font-size: 25px;
  }

  .tf__footer_apply p {
    width: 100%;
  }

  .tf__footer_apply .tf__footer_apply_overlay {
    padding: 90px 20px 42px 20px;
  }

  .tf__footer_apply .venobox {
    width: 80px;
    height: 80px;
    line-height: 70px;
    border: 4px solid var(--color-white);
  }

  .tf__footer_apply .venobox img {
    width: 50px;
    height: 40px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: 8px;
  }
}

/* ---- End of Contact US Section ---- */

.site-header {
  position: relative;
}

.site-header__decor {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.site-header__decor-row {
  margin-left: -7px;
  margin-right: -7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header__decor-single {
  padding-left: 7px;
  padding-right: 7px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33333%;
  flex: 1 1 33.33333%;
  max-width: 33.33333%;
}

[class*=site-header__decor-inner-] {
  position: relative;
}

[class*=site-header__decor-inner-]::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--color-secondary);
  opacity: 0.9;
}

.site-header__decor-inner-2::before {
  background-color: var(--color-third);
}

.site-header__decor-inner-3::before {
  background-color: var(--color-primary);
}

/* START of Subject Subtopics in Search */
.subtopics_cards-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  padding-bottom: 16px;
}

.subtopics_cards-container>:nth-child(n+5) {
  display: none;
}

@media (min-width:768px) {
  .subtopics_cards-container {
      grid-template-columns: repeat(2, 1fr);
  }

  .subtopics_cards-container>:nth-child(n+5) {
      display: grid;
  }

  .subtopics_cards-container>:nth-child(n+7) {
      display: none;
  }
}

@media (max-width:767px) { 
  .subtopics_all-topics-list>:not(:nth-child(n+5)) {
    display: none;
  }
}

@media (min-width:1024px) {
  .subtopics_cards-container {
      grid-template-columns: repeat(3, 1fr);
  }
}

.subtopics_card {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-color: var(--color-gray-600) !important;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .3s;
}

.subtopics_card:hover {
  box-shadow: 0 4px 10px 0 var(--color-gray-800);
  -webkit-box-shadow: 0 4px 10px 0 var(--color-gray-800);
}

.subtopics_card--svg {
  background-size: contain !important;
}

.subtopics_card-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
          line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

[dir="rtl"] .subtopics_card-text {
  font-size: 20px;
}

.subtopics_all-topics-list-container--mobile-only {
  display: block;
}

.subtopics_all-topics-list-container .about__list ul li i {
  width: 18px;
  height: 18px;
  font-size: 11px;
}

.subtopics_all-topics-title {
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

@media (min-width:768px) {

  .subtopics_all-topics-list-container--mobile-only,
  .subtopics_all-topics-title.subtopics_all-topics-title--mobile-only {
      display: none;
  }
}

.subtopics_all-topics-list {
  padding-inline-start: 20px;
  display: grid;
  column-gap: 32px;
  grid-template-columns: 1fr;
}

.subtopics_all-topics-list li {
  font-size: var(--font-size-md) !important;
  margin-bottom: 8px;
  page-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

@media (min-width:768px) {
  .subtopics_all-topics-list {
      grid-template-columns: 1fr 1fr;
  }
}

.subtopics_all-topics-list a {
  color: var(--color-dark);
}

.subtopics_all-topics-list a:hover {
  color: var(--color-secondary);
}

.subtopics_all-topics-list--mobile-only {
  display: list-item;
}

.subtopics_all-topics-list--desktop-only {
  display: none;
}

@media (min-width:768px) {
  .subtopics_all-topics-list--mobile-only {
      display: none;
  }

  .subtopics_all-topics-list--desktop-only {
      display: list-item;
  }
}

@media (min-width:1024px) {
  .subtopics_all-topics-list {
      grid-template-columns: 1fr 1fr 1fr
  }
}
/* END of Subject Subtopics in Search */

/* START of Subject Header Banners */
#subjectBanner {
  position: relative;
  overflow: hidden;
  margin: 0;
  color: #fff !important;
  background-size: cover !important;
  z-index: 0;
}

[dir="rtl"] #subjectBanner {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

#subjectBanner section {
  margin: auto;
  padding: 0 1.6rem;
  max-width: 1240px;
  position: relative;
}

[dir="rtl"] #subjectBanner section {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}


#subjectBanner .header {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 16px 0;
  height: 180px;
}

#subjectBanner .header .icon-subjects {
  font-size: 48px;
}

#subjectBanner h1 {
  font-size: 24px;
  line-height: 47px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 25px;
}

#subjectBanner .subtopics-header__page-navigator {
  background: #fff;
  margin: 0;
  padding: 0;
}

.subtopics-header__breadcrumbs {
  max-width: 1240px;
  margin: auto;
  padding: 30px 20px 5px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary);
}

.subtopics-header__breadcrumbs .crumb-spacer {
  color: #555;
}

.subtopics-header__breadcrumbs .crumb:hover {
  color: var(--color-secondary);
}

.subtopics-header__breadcrumbs .show-mobile {
  display: none;
}

.full-width {
  margin: 0 -30px;
}

@media (min-width: 1199px) {
  #subjectBanner section {
    width: 92%; 
  } 
}

@media (min-width:768px) {
  #subjectBanner .header {
    height: 300px;
}

  #subjectBanner h1 {
    font-size: 34px;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 30px;
    }
}

@media (max-width:768px) {
  #subjectBanner {
    background-image: url(images/blue-blackboard.jpg) !important;
  }
}
/* END of Subject Header Banners */

/* START of Home Page Slider Main Text Gradient */
.main-top-content__title {
  line-height: 1;
  color: var(--body-color);
  width: 1200px;
  max-width: 100%;
  font-size: 50px;
  margin-top: 10px;
  margin-bottom: 23px;
  position: relative;
  z-index: 99 !important;
}

.main-top-content__title span {
  font-size: 64px;
  background: linear-gradient(120deg, var(--color-primary) 20.69%, var(--color-secondary) 79.69%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1px;
  min-height: 64px;
}

[dir="rtl"] .main-top-content__title span {
  background: linear-gradient(120deg, var(--color-secondary) 20.69%, var(--color-primary) 79.69%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 1299px) {
  .main-top-content__title span {
    font-size: 50px;
    min-height: 50px;
  }
}
@media (max-width: 1199px) {
  .main-top-content__title span {
    font-size: 46px;
    min-height: 46px;
  }
}
@media (max-width: 991px) {
  .main-top-content__title span {
    font-size: 42px;
    min-height: 42px;
  }
}
@media (max-width: 767px) {
  .main-top-content__title span {
    font-size: 36px;
    min-height: 36px;
  }
}
@media (max-width: 576px) {
  .main-top-content__title span {
    font-size: 30px;
    min-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-top-content__title {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .main-top-content__title {
    line-height: 1;
    color: var(--dark-color);
    width: 100%;
    margin-bottom: 15px;
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .main-top-content__title span {
    text-align: center;
  }
}

.main-top-content__title .animated--header-first-word,
.main-top-content__title .animated--headline .txt {
  font-size: 70px;
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .main-top-content__title .animated--header-first-word,
  .main-top-content__title .animated--headline .txt {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-top-content__title .animated--header-first-word,
  .main-top-content__title .animated--headline .txt {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main-top-content__title .animated--header-first-word,
  .main-top-content__title .animated--headline .txt {
    font-size: 40px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .main-top-content__title .animated--header-first-word,
  .main-top-content__title .animated--headline .txt {
    font-size: 30px;
  }
}

.main-top-content__title .cd-headline .cd-words-wrapper b {
  background: linear-gradient(120deg, var(--color-secondary) 20.69%, var(--color-primary) 79.69%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* END of Home Page Slider Main Text Gradient */

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
  --arrow-size: 5px;
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + var(--arrow-size));
  pointer-events: none;
  transition: 0.2s;
  /* will-change: transform; */
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 10px 18px;
  min-width: 50px;
  max-width: 300px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 6px;
  font-size: 12px;
  background-color: rgba(59, 72, 80, 0.9);
  background-image: linear-gradient(30deg,
    rgba(59, 72, 80, 0.44),
    rgba(59, 68, 75, 0.44),
    rgba(60, 82, 88, 0.44));
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%,  calc(0px - var(--arrow-size))) scale(0.5);
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: var(--arrow-size) var(--arrow-size) 0px var(--arrow-size); /* CSS triangle */
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s; /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
  transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, calc(0px - var(--arrow-size))) scale(1);
}
/* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
[data-tooltip]:hover:after {
  transition-delay: 0.4s; /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}
/*
  That's it for the basic tooltip.

  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
  left: auto;
  right: calc(100% + var(--arrow-size));
  bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
  transform: translate(calc(0px - var(--arrow-size)), 50%) scale(0.5);
}
[data-tooltip-location="left"]:hover:before {
  transform: translate(calc(0px - var(--arrow-size)), 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
  border-width: var(--arrow-size) 0px var(--arrow-size) var(--arrow-size);
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="left"]:hover:after {
  transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
  left: calc(100% + var(--arrow-size));
  bottom: 50%;
}

[data-tooltip-location="right"]:before {
  transform: translate(var(--arrow-size), 50%) scale(0.5);
}
[data-tooltip-location="right"]:hover:before {
  transform: translate(var(--arrow-size), 50%) scale(1);
}

[data-tooltip-location="right"]:after {
  border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="right"]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
  top: calc(100% + var(--arrow-size));
  bottom: auto;
}

[data-tooltip-location="bottom"]:before {
  transform: translate(-50%, var(--arrow-size)) scale(0.5);
}
[data-tooltip-location="bottom"]:hover:before {
  transform: translate(-50%, var(--arrow-size)) scale(1);
}

[data-tooltip-location="bottom"]:after {
  border-width: 0px var(--arrow-size) var(--arrow-size) var(--arrow-size);
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}

/* Thumbnail settings */
@media (max-width: 750px) {
  [data-tooltip]:after {
    bottom: calc(100% + 3px);
  }
  [data-tooltip]:after {
    border-width: 7px 7px 0px 7px;
  }
}
