.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}


/*************************/

.edcare-slider-thumb {
  display: none !important;
}

.ed-hs5-sec {
  overflow: hidden;
  background-color: #111218;
}

.ed-hs5-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ed-hs5-slide-item {
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #111218;
}

.ed-hs5-slide-item .ed-hs5-side {
  top: 0;
  right: 0;
  z-index: 1;
  width: 35%;
  height: 100%;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-side {
    display: none;
  }
}

.ed-hs5-slide-item .ed-hs5-side .shape_2 {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #145C57;
  /*green*/
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.ed-hs5-slide-item .ed-hs5-side .shape_1 {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f57945;
  /*orange*/
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.ed-hs5-slide-item .ed-hs5-shape1 {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.32;
  width: 1560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ed-hs5-slide-item .ed-hs5-shape1 .shape_1 {
  top: 0;
  left: 0;
  width: 507px;
  height: 195px;
  clip-path: polygon(99.989% 0%, 0% 0%, 99.989% 99.506%, 99.989% 0%);
  background: -webkit-gradient(linear, left bottom, left top, from(#2F584F), to(rgba(47, 88, 79, 0)));
  background: linear-gradient(0deg, #2F584F 0%, rgba(47, 88, 79, 0) 100%);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.ed-hs5-slide-item .ed-hs5-shape1 .shape_2 {
  width: 1055px;
  height: 405px;
  margin-left: auto;
  clip-path: polygon(0.089% 100%, 99.936% 100%, 0.089% 0.008%, 0.089% 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 88, 79, 0)), to(#2F584F));
  background: linear-gradient(0deg, rgba(47, 88, 79, 0) 0%, #2F584F 100%);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.ed-hs5-slide-item .ed-hs5-circle {
  opacity: 0;
  right: -2%;
  width: 590px;
  height: 590px;
  bottom: 1%;
  position: absolute;
  border-radius: 100%;
  visibility: hidden;
  -webkit-transform: rotate(245deg);
  transform: rotate(245deg);
  -webkit-transition: 1500ms ease-in-out;
  transition: 1500ms ease-in-out;
  border: 1px dashed rgba(255, 255, 255, 0.64);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-circle {
    display: none;
  }
}

.ed-hs5-slide-item .ed-hs5-circle .item-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 100%;
  background-color: #1A2729;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6392156863) inset;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6392156863) inset;
}

.ed-hs5-slide-item .ed-hs5-circle .item-icon:nth-child(1) {
  top: 0px;
  left: 105px;
}

.ed-hs5-slide-item .ed-hs5-circle .item-icon:nth-child(2) {
  top: 160px;
  left: -22px;
}

.ed-hs5-slide-item .ed-hs5-circle .item-icon:nth-child(3) {
  left: -20px;
  bottom: 155px;
}

.ed-hs5-slide-item .ed-hs5-sh1 {
  top: 44%;
  right: 0%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-sh1 {
    display: none;
  }
}

.ed-hs5-slide-item .ed-hs5-sh2 {
  z-index: 2;
  bottom: 0px;
  width: 256px;
  height: 256px;
  right: -130px;
  overflow: hidden;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-sh2 {
    display: none !important;
  }
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_1 {
  width: 50%;
  opacity: 0;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 {
  width: 50%;
  height: 50%;
  background-color: #F38073;
  -webkit-transform: translateX(130px);
  transform: translateX(130px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 svg {
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_3 svg .rect-1 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: TXT3;
  animation-name: TXT3;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform-box: fill-box;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_4 {
  background-color: #111218;
}

.ed-hs5-slide-item .ed-hs5-sh2 .box_dec_4 svg .rect-2 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: TXT4;
  animation-name: TXT4;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform-box: fill-box;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.ed-hs5-slide-item .ed-hs5-sh3 {
  bottom: 0;
  z-index: 2;
  right: 38px;
  width: 128px;
  height: 256px;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-sh3 {
    display: none;
  }
}

.ed-hs5-slide-item .ed-hs5-sh3 .box_dec_1 {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: TXT2;
  animation-name: TXT2;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform-box: fill-box;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.ed-hs5-slide-item .ed-hs5-sh3 .box_dec_2 {
  background-color: #111218;
}

.ed-hs5-slide-item .ed-hs5-sh3 .box_dec_2 svg .clip_path {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: TXT6;
  animation-name: TXT6;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.ed-hs5-slide-item .ed-hs5-sh3 .box_dec_2 svg .clip_path_2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: TXT5;
  animation-name: TXT5;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.ed-hs5-slide-item .ed-hs5-sh4 {
  z-index: 2;
  width: 128px;
  right: -48px;
  bottom: 255px;
  height: 128px;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  background-color: #FFDA8A;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.ed-hs5-slide-item .ed-hs5-sh4 svg {
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-sh4 {
    display: none !important;
  }
}

.ed-hs5-slide-item .ed-hs5-sh5 {
  left: -128px;
  height: 128px;
  bottom: 128px;
  position: absolute;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: TXT2;
  animation-name: TXT2;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transform-box: fill-box;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-sh5 {
    display: none !important;
  }
}

.ed-hs5-slide-item .ed-hs5-sh6 {
  left: -128px;
  bottom: -1px;
  overflow: hidden;
  position: absolute;
}

.ed-hs5-slide-item .ed-hs5-sh6 svg {
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  -webkit-transform: translateX(130px);
  transform: translateX(130px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-sh6 {
    display: none !important;
  }
}

.ed-hs5-slide-item .ed-hs5-sh7 {
  bottom: 0;
  left: -100%;
  position: absolute;
  -webkit-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-sh7 {
    display: none !important;
  }
}

.ed-hs5-slide-item .ed-hs5-sh8 {
  z-index: 2;
  right: 128px;
  bottom: 128px;
  position: absolute;
  -webkit-animation: bounce-in-right 5s ease infinite;
  animation: bounce-in-right 5s ease infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-sh8 {
    display: none !important;
  }
}

.ed-hs5-slide-item .ed-hs5-content {
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-content {
    padding-top: 25px;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .ed-hs5-slide-item .ed-hs5-content {
    padding-top: 10px;
  }
}

.ed-hs5-slide-item .ed-hs5-text {
  z-index: 2;
  max-width: 600px;
  position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-hs5-slide-item .ed-hs5-text {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ed-hs5-slide-item .ed-hs5-text {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-text {
    margin: 0 auto;
    max-width: 750px;
    margin-top: 45px;
    text-align: center;
  }
}

.ed-hs5-slide-item .ed-hs5-text .slide_title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px;
  padding-bottom: 20px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.ed-hs5-slide-item .ed-hs5-text .slide_title .split-word {
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  padding-bottom: 8px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-transform: scaleX(0) rotateY(90deg) translateX(100%);
  transform: scaleX(0) rotateY(90deg) translateX(100%);
}

@media (max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-text .slide_title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 480px) {
  .ed-hs5-slide-item .ed-hs5-text .slide_title {
    font-size: 22px;
    line-height: 32px;
  }

  .ed-hs5-slide-item .ed-hs5-text .slide_title {
    padding-bottom: 5px;
  }
}

@media (max-width: 360px) {
  .ed-hs5-slide-item .ed-hs5-text .slide_title {
    font-size: 22px;
    line-height: 32px;
  }

  .ed-hs5-slide-item .ed-hs5-text .slide_title {
    padding-bottom: 5px;
  }
}

.ed-hs5-slide-item .ed-hs5-text p {
  color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}

.ed-hs5-slide-item .ed-hs5-text p .split-line {
  overflow: hidden;
  -webkit-transform: translateY(100px) scaleY(0) rotate3d(0, 0, 3, 5deg);
  transform: translateY(100px) scaleY(0) rotate3d(0, 0, 3, 5deg);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

.ed-hs5-slide-item .ed-hs5-text .ed-btn-5 {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.ed-hs5-slide-item .ed-hs5-img {
  /*bottom: 0;
  right: -8%;*/
  bottom: 1%;
  right: 0%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-slide-item .ed-hs5-img {
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: static !important;
  }
}

.ed-hs5-nav {
  top: 50%;
  z-index: 2;
  left: 65px;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ed-hs5-nav {
    left: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-nav {
    left: 0;
    top: auto;
    gap: 20px;
    right: 130px;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ed-hs5-nav {
    right: 230px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-nav {
    right: 0;
    bottom: 50px;
  }
}

.ed-hs5-nav .ed-hs5-prev svg,
.ed-hs5-nav .ed-hs5-next svg {
  opacity: 0.4;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.ed-hs5-nav .ed-hs5-prev svg path,
.ed-hs5-nav .ed-hs5-next svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.ed-hs5-nav .ed-hs5-prev:hover svg,
.ed-hs5-nav .ed-hs5-next:hover svg {
  opacity: 1;
}

.ed-hs5-nav .ed-hs5-prev:hover svg path,
.ed-hs5-nav .ed-hs5-next:hover svg path {
  fill: var(--ed-prime-c7);
}

.ed-hs5-pagi {
  margin: 25px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
  .ed-hs5-pagi {
    display: none;
  }
}

.ed-hs5-pagi .swiper-pagination-bullet {
  opacity: 1;
  display: block;
  margin: 8px auto !important;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.4);
}

.ed-hs5-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--ed-prime-c7);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-side .shape_2 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-side .shape_1 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-shape1 .shape_1 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-shape1 .shape_2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-circle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh1 {
  opacity: 1;
  right: -13%;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_1 {
  opacity: 1;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh2 .box_dec_2 svg {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh4 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh4 svg {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh6 svg {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-sh7 {
  left: -89px;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1) rotateX(0deg) translateX(0%);
  transform: scaleX(1) rotateX(0deg) translateX(0%);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(2) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(3) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(4) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(5) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(6) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(7) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(8) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(9) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(10) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(11) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .slide_title .split-word:nth-child(12) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(1) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(2) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(3) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(4) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(5) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(6) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text p .split-line:nth-child(7) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-text .ed-btn-5 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.swiper-slide-active .ed-hs5-slide-item .ed-hs5-img {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}


.hero-btn-wrap a .b-icon {
  width: 30px;
  height: 30px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(255, 255, 255, 0.9);
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 100%;
  transition: 400ms ease-in-out;
}


/*---------------------------------------------------- */
/*Feature  area*/
/*----------------------------------------------------*/
@-webkit-keyframes hithere {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  40%,
  60% {
    -webkit-transform: rotate(-20deg) scale(1.2);
    transform: rotate(-20deg) scale(1.2);
  }

  50% {
    -webkit-transform: rotate(20deg) scale(1.2);
    transform: rotate(20deg) scale(1.2);
  }

  70% {
    -webkit-transform: rotate(0deg) scale(1.2);
    transform: rotate(0deg) scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hithere {
  30% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  40%,
  60% {
    -webkit-transform: rotate(-20deg) scale(1.2);
    transform: rotate(-20deg) scale(1.2);
  }

  50% {
    -webkit-transform: rotate(20deg) scale(1.2);
    transform: rotate(20deg) scale(1.2);
  }

  70% {
    -webkit-transform: rotate(0deg) scale(1.2);
    transform: rotate(0deg) scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}




/*APP BG*/

.circle_bg1 {
  border-radius: 100%;
  height: 550px;
  width: 550px;
  position: absolute;
  left: 80%;
  right: 0;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.circle_bg1 span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation-name: ripple;
  -moz-animation-name: ripple;
  -o-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #fff;
}

.circle_bg1 span:nth-child(2) {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.circle_bg1 span:nth-child(3) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

.circle_bg1 span:nth-child(4) {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.circle_bg1 span:nth-child(5) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.circle_bg1 span:nth-child(6) {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.circle_bg1 span:nth-child(7) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.circle_bg1 span:nth-child(8) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(.02);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes ripple {
  0% {
    -moz-transform: scale(0.2);
    transform: scale(.02);
    opacity: 1;
  }

  50% {
    -moz-transform: scale(.5);
    transform: scale(.5);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-o-keyframes ripple {
  0% {
    -o-transform: scale(0.2);
    transform: scale(.02);
    opacity: 1;
  }

  50% {
    -o-transform: scale(.5);
    transform: scale(.5);
    opacity: 1;
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }

  50% {
    transform: scale(.5);
    transform: scale(.5);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/******************************/

/********galler Css**************/



.img-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 10px;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/****************************/

.feature-section-13 {
  position: relative;
  z-index: 1;
  /* background: #c81a37; */
  /*background: var(--ed-color-common-white);*/
}

.feature-section-13 .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/***********************************/

/************** Testimonial page style start **************/
/*.feature-course-top .nav-tabs .nav-item .nav-link {
  background-color: #0f4742;
  padding:10px 30px ;
}*/

/*.course-item .course-content .course-author-box .course-author .author-img {
  height: 100px;
  width: 100px;
}
*/
/*.course-item {
  background-color: var(--ed-color-common-white);
  padding-top: 30px; 
  border: 1px solid #E0E5EB; 
  border-radius: 10px;
  height: 380px !important;
}*/

/*****************/

.popular-item span .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border: 1px solid #07A697;
  border-radius: 50%;
  margin-bottom: 20px;
}

/*video section css*/

.video-section {
  position: relative;
  overflow: hidden;
}

.video-section h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000 !important;
}

.video-section p {
  color: #000 !important;
  font-size: 17px;
}

.video-card {
  max-width: 900px;
  /*margin: 0 auto;*/
  border-radius: 20px;
  padding: 5px;
  border: 3px solid #fff;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
}

/*.video-card:hover {
    transform: scale(1.03);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}*/

.video-card video {
  display: block;
  border-radius: 20px;
  /*border: 6px solid #fff;*/
}

/*video section css end*/


/* courses Sidebar */
.course-sidebar {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  /*width:300px;*/
}

/* Accordion Container */
.fancy-accordion .accordion-item {
  margin-bottom: 12px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Accordion Button (Header) */
.fancy-accordion .accordion-button {
  background: #14423F;
  color: #fff;
  font-weight: 600;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.fancy-accordion .accordion-button i {
  color: #fff;
  font-size: 1.1rem;
}

/* Hover & Active States */
.fancy-accordion .accordion-button:hover {
  background: linear-gradient(135deg, #c81a37, #0f4641);
  transform: translateY(-2px);
}

.fancy-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #c81a37, #d93e7d);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Remove default caret background */
.fancy-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
  /* makes the caret white */
}

/* Accordion Body */
.fancy-accordion .accordion-body {
  background: #ffebf2;
  padding: 15px 20px;
  margin-top: 10px;
  color: #444;
  font-size: 0.95rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.fancy-accordion .accordion-body li {
  margin-bottom: 6px;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding: 5px;
  background: #ffebf2;
}

h2.accordion-header {
  font-size: 50px !important;
}

/*end here*/

/* New Course Card Styling */
.course-card {
  background: #fff;
  border-radius: 12px;
}

.course-card h4 {
  color: #c81a37;
}

.price-box {
  background: #14423f;
  border-radius: 10px;
  margin-top: 80px;
}

.bonus-box {
  background: #fff8e5;
  border: 1px dashed #f0ad4e;
}

.bonus-icon {
  color: #dc3545;
  font-size: 18px;
}


/* ===== Director Carousel index page ===== */
#directorCarousel .carousel-inner {
  padding-right: 1rem;
}

#directorCarousel .carousel-item {
  transition: transform 1s ease-in-out;
}

/* ===== Latest Updates Vertical Scroll ===== */
/* .latest-updates-box {
    background: #024839;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    height: 450px; 
    display: flex;
    flex-direction: column;
} */
.latest-updates-box h2.updates-title {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 15px;
  /*text-align: center;*/
}

.updates-scroll {
  overflow: hidden;
  position: relative;
  flex: 1;
}

.updates-scroll ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  animation: scroll-up 12s linear infinite;
}

.updates-scroll li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
  font-weight: 700;
}

.updates-scroll li .update-date {
  font-size: 12px;
  font-weight: 300;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* Pause on hover */
.updates-scroll:hover ul {
  animation-play-state: paused;
}


/*study material section css*/


.study-box img {
  height: 200px;
  /* consistent image height */
  object-fit: cover;
}

.study-box h5 {
  font-size: 1.1rem;
}

aside ul li a:hover {
  text-decoration: underline;
}

.course-item {
  background: #fff;
}

.course-item .price {
  font-size: 1.5rem;
}

.course-item ul li {
  margin-bottom: .35rem;
}

/*end*/

/*enroll now multi steps form css*/

.checkout-card {
  max-width: 700px;
  margin: auto;
}

.checkout-steps {
  list-style: none;
  padding: 0;
}

.checkout-steps li {
  text-align: center;
  flex: 1;
  position: relative;
}

.step-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ccc;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
}

.step-circle.active {
  background: #d32f2f;
}

/* your site’s red */
.step-label {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  color: #444;
}

.order-box {
  border: 1px solid #eee;
}

.next-btn,
.prev-btn {
  min-width: 100px;
}

/* Base connector line */
.checkout-steps {
  position: relative;
}

.checkout-steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 4px;
  background: #e0e0e0;/ z-index: 0;
}

/* Filled portion – width updates as steps progress */
.checkout-steps::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  height: 4px;
  background: #d32f2f;
  z-index: 1;
  width: var(--progress-width, 0%);
  transition: width 0.4s ease;
}

/* Keep circles above the line */
.checkout-steps .step-circle {
  position: relative;
  z-index: 2;
}

/* inactive look */
.checkout-steps .step-circle {
  background: #e0e0e0;
  color: #555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  transition: background 0.3s, color 0.3s;
}

/* highlight active & completed */
.checkout-steps .step-circle.active,
.checkout-steps .step-circle.completed {
  background: #d32f2f;
  /* your theme color */
  color: #fff;
}

/* container to position the line behind the circles */
.checkout-steps {
  position: relative;
  margin-bottom: 2rem;
  --progress-width: 0%;
}

/* grey track */
.checkout-progress-line {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 4px;
  background: #ddd;
  z-index: 0;
}

/* red moving fill */
.checkout-progress-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: var(--progress-width);
  background: #d32f2f;
  transition: width 0.4s ease;
}

/*end here*/


/* For mobile (screen width ≤ 768px for example) */
@media (max-width: 768px) {

  .team-item-3 .team-content .title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .primary-header-inner {
    justify-content: space-between !important;
    /* left-align on mobile */
  }

  .ed-hs5-slide-item .ed-hs5-img .item-img img {
    width: 65%;
  }

  .ed-hs5-slide-item .ed-hs5-text {
    margin-top: 0px !important;
  }

  .ed-hs5-slide-item .ed-hs5-text p {
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
}


@media only screen and (max-width: 767px) {
  .team-item-3 .team-content .title {
    font-size: 15px !important;
    margin-bottom: 0;
  }

  .price-box {
    background: #14423f;
    border-radius: 10px;
    margin-top: 0px;
  }


}

@media only screen and (max-width: 767px) {
  .center-card {
    height: auto !important;
  }

  .course-item .course-thumb-wrap .course-thumb {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    border-radius: 10px;
  }


  .page-header-content .title {
    font-size: 30px;
  }

  .latest-updates-box {
    padding: 20px 20px !important;
  }
}