html {
overscroll-behavior-x: none;
    overscroll-behavior-y: none;
    scroll-behavior: smooth;
}


body {
  overscroll-behavior-x: none;
    overscroll-behavior-y: none;
    scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #111315;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5em;
}

p {
  margin-bottom: 1.25em;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
}
/* lenis */
html.lenis,
html.lenis body {
    height: auto;  overflow-x: hidden;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.fs-20 {
  font-size: 20px;
}

.bg-darks {
  background: #111315;
}

.sec-pad {
  padding: 70px 0;
}

.title {
  font-size: 55px;
  margin-bottom: 0;
}

.title span {
  background: -webkit-linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .title img {
  width: 255px;

} */
.image-reveal{
   display: inline-block;
  overflow: hidden;
    border-radius: 100px;
    height: 91px;
    vertical-align: middle;
    position: relative;
}
.title .image-reveal{
    background: transparent;
    -webkit-background-clip: unset;
}

.reveal-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1s ease;
}
.sub-title {
  color: #808080;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}
.image-reveal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* Match your page background */
  transform: translateX(0%);
  transition: transform 1.2s ease-in-out;
  z-index: 2;
}
.image-reveal.animating::before {
  transform: translateX(100%);
}
.btn-primary {
  background: #A3E635;
  background: linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
  color: #111315;
  border: none;
  border-radius: 30px;
  font-weight: 700;
  padding: 10px 35px;
  border: 2px solid #8DC63F;
  transition: 0.3s ease-in-out;
}

.btn-primary:hover {
  border: 2px solid #8DC63F;
  background: transparent;
}

.title.text-white {
  font-weight: 600;
}

.box-shape {
  padding: 30px;
  background: rgba(255, 255, 255, 0.29);
  border: 1px solid rgba(29, 27, 27, 0.28);
  backdrop-filter: blur(15px);
  width: 198px;
  border-radius: 16px;
  position: absolute;
  right: 20%;
  bottom: 6%;
	z-index:1;
}

.box-shape img {
  width: 100%;
}

.green-blob {
  width: 400px;
  opacity: 0.9;
  height: 400px;
  /* background: rgba(163, 230, 53, 0.07); */
  background: #8DC63F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  filter: blur(193px);
   animation: rotatePulse 1.5s infinite ease-in-out;

}

.yellow-blob {
  width: 400px;
  opacity: 0.9;
  height: 400px;
  /* background: rgba(163, 230, 53, 0.07); */
  background: #F5BE65;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  filter: blur(170px);
}
.green-blob2{
  top: 0;
  left: unset;
  right: 0;
  transform: translate(0);
  width: 200px;
  height: 200px;
  filter: blur(150px);

}
.green-blob-3{
  top: 0;
  left: 0;
  transform: translate(0);
  width: 100px;
  height: 100px;
  filter: blur(80px);

}
.yellow-blob2{
   top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  filter: blur(130px);


}
.blur-2{
  filter: blur(130px);

}
@keyframes rotatePulse {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
/* header */
.header {
  background: #111315;
}

.header .navbar {
  padding-bottom: 40px;
  padding-top: 10px;
}

.header .navbar-brand img {
  height: 90px;
}

.header .navbar-expand-lg .navbar-nav .nav-item, .navbar-nav .menu-item {
  margin-left: 15px;
}

.header .navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .menu-item a {
  font-weight: 600;
  color: #fff;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.31);
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.08);
	display:block;
}

.header .btn-primary {
  margin-left: 35px;
}

/* banner */
.banner-wrapper {
  background: #111315;
  padding: 70px 0;
/*   padding-bottom: 120px; */
}

.banner-img {
  border-radius: 15px;
  overflow: hidden;
}

.banner-wrapper h1, .banner-wrapper h2 {
  margin-top: 35px;
  margin-bottom: 90px;
  font-size: 50px;
}

.banner-wrapper h1 span, .banner-wrapper h2 sapn {
  font-size: 55px;
  line-height: 1.3;
}
/* 
.banner-wrapper::before {
  width: 90%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: '';
  border-radius: 33px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.13);
}
 */

.banner-carousel {
  border-radius: 33px;
  overflow: hidden;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 40px;
}

.banner-carousel .owl-dots .owl-dot span {
  background: #fff;
  opacity: 0.5;
}

.banner-carousel .owl-dots .owl-dot.active span,
.banner-carousel .owl-dots .owl-dot:hover span {
  background: linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
  opacity: 1;
}

.banner-carousel .owl-dots .owl-dot.active span {
  outline-offset: 2px;
  outline: 1px solid #fff;
}

.banner-slide-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 55px;
  width: 70%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
}

.banner-slide-text .sub-title {
  color: #ccd2c3;
}

.animate-line {
  display: block;
  height: 70px;
  overflow: hidden;
}

.banner-animate {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  left: 0;
  z-index: 3;
}

.banner-animate-text {
  position: absolute;
  z-index: 3;
  width: max-content;
}

.banner-animate-text1 {
  animation: headerText 5.8s infinite;
  animation-delay: 0s;
  top: 2ch;
}

.banner-animate-text2 {
  animation: headerText 5.8s infinite;
  animation-delay: 1.5s;
  top: 2ch;
}

.banner-animate-text3 {
  animation: headerText 5.8s infinite;
  animation-delay: 3s;
  top: 2ch;
}

.banner-animate-text4 {
  animation: headerText 5.8s infinite;
  animation-delay: 4.5s;
  top: 2ch;
}

@keyframes headerText {
  0% {
    top: 3ch;
  }

  25% {
    top: 0ch;
  }

  50% {
    top: 3ch;
  }

  100% {
    top: 3ch;
  }
}

/* counter */
.counter-box {
  display: flex;
  width: 100%;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(15px);
  padding: 25px;
  align-items: center;
  gap: 15px;
}

.counter-icon {
  width: 130px;
  flex-shrink: 0;
}

.counter-icon img {
  width: 100%;
}

.counter-text h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 50px;
  background: -webkit-linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}

.counter-text p {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

/* founder */
.founder-card {
  border-radius: 30px;
  overflow: hidden;
  margin-top: 35px;
}

.founder-card img {
  transition: 0.3s ease-in-out;
}

.founder-card:hover img {
  transform: scale(1.08);
}

.founder-text {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(40px);
  padding: 25px;
  text-align: center;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  border-radius: 20px;
  color: #fff;
}

.founder-text h3 {
  margin-bottom: 10px;
}

.founder-text p {
  margin-bottom: 0;
}

/* pedagogy */
.dot2 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #8DC63F;
  display: block;
  flex-shrink: 0;
}

.tab-btn {
  display: block;
  flex-shrink: 0;
  border: 2px solid #8DC63F;
  padding: 5px 15px;
  border-radius: 8px;
  color: #111315;
  font-size: 14px;
}

.pedagogy-tab.nav-pills .nav-link {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pedagogy-tab {
  justify-content: space-between;
	  gap: 10px;
}

.pedagogy-tab.nav-pills .nav-link.active,
.pedagogy-tab.nav-pills .show>.nav-link {
  background: transparent;
}

.pedagogy-tab.nav-pills .nav-link.active .tab-btn,
.pedagogy-tab.nav-pills .show>.nav-link .tab-btn {
  background: #8DC63F;
}

.pedagogy-tab-content {
  border: 2px solid #8DC63F;
  border-radius: 50px;
  padding: 75px;
  margin-bottom: 75px;
}
.pedagogy-tab-content img{
	border-radius:10px;
}
.pedagogy-tab-content h3 {
  font-size: 40px;
}

.pedagogy-tab-content p {
  font-size: 20px;
  margin-bottom: 0;
}

.left-img {
  position: absolute;
  left: 10%;
  width: 30%;
  top: 5%;
}

/* curriculum */
.curriculum-text-top a {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.62);
  padding-bottom: 20px;
  width: 100%;
}

.curriculum-text-top img {
  width: 3rem;
}

.curriculum-text p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
}

.curriculum-card {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  z-index: 1;
}

.curriculum-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  transform: translateY(80px);
  transition: 0.3s ease-in;
}

.curriculum-card:hover .curriculum-text {
  transform: translateY(0px);

}

/* cta */
.cta {
  padding: 65px 55px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(15px);
  border-radius: 30px;
}



/* footer */
.footer-top {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 2px solid #8DC63F;
}

.footer-top,
.footer-top-left ul,
.footer-top-right ul,
.copyright-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top-left ul,
.footer-top-right ul {
  padding-left: 0;
}

.footer-top-left li {
  list-style: none;
  margin-right: 25px;
  color: #fff;
  display: flex;
  align-items: center;
}

.dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #8DC63F;
  display: block;
  flex-shrink: 0;
}

.footer-top-left li a {
  font-size: 20px;
  color: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-top-right ul li {
  list-style: none;
  margin-left: 15px;
}

.footer-top-right ul li a {
  color: #8DC63F;
  font-size: 20px;
}

.copyright-sec {
  padding: 30px 0;
}

.copyright-sec p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}

.copyright-sec p a {
  color: #8DC63F;
}

 .abt-img {
          border-radius: 20px;
          overflow: hidden;
          /* background: linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%); */
        }
        .about-ul li {
          font-size: 20px;
        }
        .why-card {
              display: flex;
    gap: 15px;
    margin-top: 25px;
    border-radius: 15px;
    border: 1px solid rgb(162 229 53 / 50%);
    background: rgb(183 235 97 / 11%);
    backdrop-filter: blur(15px);
    padding: 15px;
    align-items: center;
    
        }

        .why-card .box-number {
        width: 80px;
    background: #f5be656e;
    padding: 8px;
    border-radius: 50%;
			flex-shrink:0;
        }
        .why-card .box-number img{
          width: 100%;
			filter:invert(5%) sepia(5%) saturate(1481%) hue-rotate(169deg) brightness(102%) contrast(95%);
        }
        .why-card p {
          margin-bottom: 0;
        }
        .why-card h4 {
          font-weight: 600;
          margin-bottom: 0;
          font-size: 18px;
        }
      .mesh-bg{
  
  background: radial-gradient(circle at 20% 30%, #a1df3829 0%, transparent 40%),
              radial-gradient(circle at 70% 40%, #fceabb 0%, transparent 50%),
              radial-gradient(circle at 60% 80%, #fff 0%, transparent 50%),
              radial-gradient(circle at 30% 70%, #ffff 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, #fff 0%, transparent 50%);
  background-color: #fff; /* Lavender base */
  /* background-blend-mode: screen; */


      }

.inner-banner {
  height: 400px;
  overflow: hidden;
}

.inner-banner-img {
  height: 400px;
}

.inner-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .inner-banner-text h1{
                    font-size: 55px;
            }
            .breadcrumb-item a{
                color: #fff;
            }
            .breadcrumb-item.active{
                color: #fff;
            }

.inner-banner-text .breadcrumb {
  justify-content: center;
}
.address-widget{
  display: flex;
  margin-bottom: 65px;
}
.address-icon{
  font-size: 24px;
    padding: 16px;
    height: 60px;
    width: 60px;
    border-width: 2px 2px 2px 2px;    margin-right: 40px;
    border-color: rgb(162 229 53 / 50%);
    border-style: solid;
    flex-shrink: 0;
    color: rgb(141 198 63);
    border-radius: 50%;
    display: flex;justify-content: center;align-items: center;
}
.address-widget h4{
  margin-bottom: 25px;
}
.address-widget p{
  margin-bottom: 0;
}
.address-widget p a{
color: #000;
}
.map-container {
  margin-top: 45px;
  border-radius: 10px;
  overflow: hidden;
      border: 1px solid rgb(162 229 53 / 50%);
    background: rgb(183 235 97 / 11%);
    padding:25px;
}
.map-container iframe {
  width: 100%;
  border-radius: 10px;
  height: 560px;
}
.contact-form{
              padding: 55px;
    border: 1px solid rgb(162 229 53 / 50%);
    background: rgb(183 235 97 / 11%);
    border-radius: 30px;
             }
            .contact-form .form-control, .contact-form input[type="file"]{
                padding: 17px 25px;  border-radius: 30px;border: 1px solid rgb(162 229 53 / 50%);
    display: block;background-color: #ffffff;
				width: 100%;
            }

.contact-form textarea{
	height:130px
}
    .contact-form input[type=submit]{
                background: #A3E635;
    background: linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
    color: #111315;
    border-radius: 30px;
    font-weight: 700;
    padding: 10px 35px;
    border: 2px solid #8DC63F;
    transition: 0.3s ease-in-out;
		margin-top:35px;

            }
 .blog-meta-group {
          position: relative;
          top: -35px;
          padding-bottom: 0;
          margin-top: 0;
          padding-top: 0;
          margin-bottom: -40px;
          padding: 18px 40px 10px;
          display: inline-block;
          width: 100%;
        }
        .blog-meta-date {
          font-size: 16px;
          background: linear-gradient(
            186deg,
            rgba(163, 230, 53, 1) 0%,
            rgba(141, 198, 63, 1) 100%
          );
          border-radius: 50px;
          color: #111315;
          padding: 8px 20px;
          width: auto;
          position: relative;
          top: 0;
          margin-bottom: 30px;
          display: inline-block;
        }
        .blog-meta-title,
        .blog-meta-body {
          padding: 0 40px;
        }
        .blog-meta-title h4 a {
         color: #111315;
        }
        .blog-meta-body {
          margin-top: 25px;
          margin-bottom: 40px;
        }
.blog-article {
   background: rgb(183 235 97 / 11%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 25px;
}

.our-team-box {
/*   border-radius: 30px;
  overflow: hidden; */
  margin-top: 75px;
}

.our-team-box img {
  transition: 0.3s ease-in;

}

.our-team-text {
  position: absolute;
  padding: 15px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgb(0 0 0 / 47%);
  backdrop-filter: blur(40px);
  left: 15px;
  right: 15px;
  bottom: -50px;
  color: #fff;
  transition: 0.3s ease-in;
  border-radius: 20px;
	z-index:2

}

.our-team-text p {
  margin-bottom: 0;
  /* padding-left: 10px; */
}

.our-team-text p::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #8DC63F;
  left: 0;
  top: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.our-team-text .btn-primary{
	    padding: 5px 15px;
    margin-top: 20px;
    font-size: 12px;
}
.our-team-img{
	border-radius:20px;
	overflow:hidden;
}
.our-team-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: left 0.5s ease-in-out;
  z-index: 1;
}

.our-team-box:hover .our-team-img::before {
  left: 125%;
  transition: left 0.5s ease-in-out;
}

.our-team-box:hover img {
  transform: scale(1.07);
}

.our-team-box:hover .our-team-text {
  background: #111315;
  border: 1px solid #111315;
}
  .gallery-img-wrapper img{
                border-radius: 20px;
                overflow: hidden;
            }
            .gallery-pills{
                  justify-content: center;
    margin-bottom: 55px;
    gap: 30px;
            }
            .gallery-pills .nav-item .nav-link.active{
                    background: #A3E635;
    background: linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
    color: #111315;
 

            }
             .gallery-pills .nav-item .nav-link{
                   border: none;
    border-radius: 30px;
    color: #111315;
    font-weight: 700;
      border: 2px solid #8DC63F;   padding: 10px 35px;
          transition: 0.3s ease-in-out;
          background: #fff;
             }
             .gallery-img-wrapper{
                position: relative;
                margin-bottom: 25px;
             }
             .gallery-img-wrapper .gallery1,  .gallery-img-wrapper .gallery2,  .gallery-img-wrapper .gallery3,  .gallery-img-wrapper .gallery4{
                position: relative;
             }
             .hover-zoom{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 1;
                font-size: 25px;
                color: #fff;
             }
 .blog-details__left {
        position: relative;
        display: block;
      }
      .blog-details__img {
        position: relative;
        display: block;
        border-radius: 10px;
      }
      .blog-details__img img {
        width: 100%;
        border-radius: 10px;
      }

      .blog-details__content {
        position: relative;
        display: block;
        margin-top: 22px;
      }
      .blog-details__meta {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px;
      }
      .blog-details__meta li a {
        font-size: 15px;
        color: #777;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
      }
      .blog-details__meta li a i {
        color: #8dc63f;
        margin-right: 6px;
      }
      .blog-details__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0 30px;
        margin-top: 49px;
        border-top: 1px solid rgba(255, 255, 255, 0.17);
      }
      .blog-details__bottom p {
        margin: 0;
      }
      .blog-details__tags span {
        font-size: 20px;
        margin-right: 14px;
        font-weight: 600;
      }
      .blog-details__tags a {
        position: relative;
        font-size: 12px;
        display: inline-block;
        border: 1px solid #8dc63f;
        color: #111315;
        padding: 5px 30px 5px;
        font-weight: 600;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        border-radius: 35px;
        line-height: 2;
      }
      .blog-details__tags a + a {
        margin-left: 6px;
      }
      .blog-details__meta li + li {
        margin-left: 18px;
      }
      .blog-details__title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 12px;
        margin-bottom: 21px;
        font-weight: 700;
      }
      .sidebar__post {
        position: relative;
        display: block;
        padding: 46px 30px 30px;
        border: 1px solid rgb(162 229 53 / 50%);
    background: rgb(183 235 97 / 11%);
        border-radius: 10px;
        overflow: hidden;
        z-index: 1;
      }
      .sidebar__title {
        margin: 0;
        font-size: 20px;
        margin-bottom: 35px;
      }
      .sidebar__post .sidebar__post-list {
        margin: 0;
      }
      .sidebar__post .sidebar__post-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
      padding: 15px 0;
        border-bottom: 1px solid rgb(162 229 53 / 50%);
      }
      .sidebar__post .sidebar__post-list li:last-child{
        padding-bottom: 0;
        border: none;
      }
      .sidebar__post .sidebar__post-list .sidebar__post-image {
        margin-right: 20px;
        -webkit-box-flex: 80px;
        -ms-flex: 80px 0 0px;
        flex: 80px 0 0;
      }
      .sidebar__post .sidebar__post-list .sidebar__post-image > img {
        width: 80px;
        border-radius: 10px;
      }
      .sidebar__post .sidebar__post-list .sidebar__post-content {
        position: relative;
        top: -3px;
      }
      .sidebar__post .sidebar__post-list .sidebar__post-content h3 {
        font-size: 18px;
        margin: 0;
        line-height: 26px;
        letter-spacing: 0;
      }
      .sidebar__post .sidebar__post-list .sidebar__post-content-meta {
        font-size: 14px;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
      }
      .sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
        color: #8dc63f;
        font-size: 14px;
        padding-right: 3px;
      }
      .sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
          color: #111315;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
      }
     
      .sidebar__tags {
        position: relative;
        display: block;

        overflow: hidden;
        z-index: 1;
      }
      .sidebar__single + .sidebar__single {
        margin-top: 45px;
      }
      .sidebar__tags-list {
        margin-top: -10px;
      }
      .sidebar__tags-list a {
        font-size: 14px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        color: #fff;
        background: #111315;
        display: inline-block;
        padding: 5px 28px 5px;
        margin-left: 5px;
        border-radius: 10px;
        line-height: 2;
      }
      .sidebar__tags-list a + a {
        margin-left: 5px;
        margin-top: 10px;
      }
.custom-container{
	padding:0 80px;
}
 .zls_ContentSection {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
      }
      .zls_ContentArea {
        margin-top: 4rem;
        display: flex;
        align-items: center;
        width: 100%;
      }
      .zls_ContentArea:nth-child(1) {
        justify-content: flex-end;
      }
      .zls_ContentBox {
        max-width: 50%;
        text-align: left;
        position: relative;
        display: flex;
        align-items: flex-end;
        gap: 1.5rem;
        padding: 2rem;
        background: linear-gradient(black, black) padding-box,
          linear-gradient(
              45deg,
              rgb(161 227 53 / 84%) 0%,
              rgba(251, 189, 45, 0) 49%
            )
            border-box;
        border-radius: 1.25rem;
        border: 2px solid transparent;
      }
      .zls_number {
        color: rgba(255, 255, 255, 0.8);

        font-size: 2rem;
        font-style: normal;
        font-weight: 400;
      }
      .zls_Box_Heading {
        color: #fff;
        margin-bottom: 25px;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
      }
      .zls_Box_Para {
        color: #b6bbc0;

        font-size: 1rem;
        font-style: normal;
        font-weight: 400;

        max-width: 90%;
      }
      .zls_ContentBox::after {
        content: "";
        width: 4.5rem;
        height: 4.5rem;
        border-radius: 50%;
        border: var(--icon-stroke, 1.5px) solid rgb(161 227 53 / 84%);
        background-color: #1c1c1c;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 2rem;
        left: -2rem;
        font-family: fontAwesome;
        transform: translateY(-50%);
        text-align: center;
        line-height: 4.5rem;
        font-size: 20px;
        color: rgb(161 227 53);
      }
      .zls_ContentBox_1::after {
        content: "\f19d";
      }
      .zls_ContentArea:nth-child(2) {
        justify-content: flex-start;
      }
      .zls_ContentArea:nth-child(3) {
        justify-content: flex-end;
      }
      .zls_ContentArea:nth-child(4) {
        justify-content: flex-start;
      }
      .zls_ContentBox_2::after {
        content: "\f19d";
      }
      .reverseBox::after {
        left: calc(100% - 2rem);
      }
      .zls_ContentBox_3::after {
        content: "\f19d";
      }
      .zls_ContentBox_4::after {
        content: "\f19d";
      }
      .reverseBox {
        flex-direction: row-reverse;
        background: linear-gradient(black, black) padding-box,
          linear-gradient(
              315deg,
              rgb(161 227 53 / 84%) 0%,
              rgba(251, 189, 45, 0) 49%
            )
            border-box;
        border-radius: 1.25rem;
        border: 2px solid transparent;
      }
      .testimonial-box {
        border-radius: 8px;
        padding: 2rem;
        border: 1px solid rgb(162 229 53 / 50%);
        background: rgb(183 235 97 / 11%);
      }
      .cont .cameron {
        font-size: 20px;
        font-weight: 600;
      }
      .testimonial-carousel .cmn__white {
        position: absolute;
        right: -1px;
        bottom: -1px;
        filter: drop-shadow(-1px -1px 0px rgb(162 229 53 / 50%));
        width: 75px!important;
      }
      .testimonial-box .quote {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 56px;
        min-width: 56px;
        height: 56px;
        border: 1px solid rgb(162 229 53 / 50%);
        background: rgb(183 235 97 / 11%);
        border-radius: 50%;
      }
      .testimonial-box .quote i {
        color: #111315;
        font-size: 25px;
      }
      .testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span{
        background: rgb(161 227 53);
        opacity: 1;

      }
      .testimonial-carousel.owl-theme .owl-dots .owl-dot span{
        background: rgb(161 227 53);
        opacity: 0.3;

      }
      .qote-sec{
        padding: 50px 100px;
            border: 1px solid rgb(162 229 53 / 50%);
    background: rgb(183 235 97 / 11%);
    border-radius: 40px;
    margin-top: 50px;
    min-height: 500px;
    display: flex;width: 100%;
    justify-content: center;align-items: center;
      }
       .OrbitOfRotatingCircle {
    position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
    width: 160px;
    aspect-ratio: 1;
    animation: rotateRight 10s linear infinite alternate-reverse;
    border-radius: 50%;
    transform-origin: center;
}.RotatingCircle {
    position: absolute;
    width: 250px;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.5;
}.RotatingCircle:nth-child(1) {
    top: 0;
    left: 0;
    background-color: #F5BE65;
    transform: translate(-50%, -50%);
}.RotatingCircle:nth-child(2) {
    bottom: -100%;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: #8DC63F;
}@keyframes rotateRight {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}
 .address-text ul {
                  padding-left: 0;
                }
                .address-text ul li {
                  list-style: none;

                  border: 1px solid rgb(162 229 53 / 50%);
                  background: rgb(183 235 97 / 11%);
                  margin-bottom: 15px;
                  border-radius: 30px;
                }
                .address-text ul li a {
                  color: #111315;
                  display: block;
                  padding: 10px;
                }
                .address-text ul li a i {
                  color: #8dc63f;
                }
.programs-overview-box {
        border: 1px solid rgba(255, 255, 255, 0.33);
        background: rgba(255, 255, 255, 0.13);
        backdrop-filter: blur(15px);
        padding: 80px;
        position: relative;
        border-radius: 30px;
        color: #fff;
      }

      .program-img-inner img {
        width: 100%;
      }
      .class-box {
        border: 1px solid rgb(162 229 53 / 50%);
        background: rgb(183 235 97 / 11%);
        backdrop-filter: blur(15px);
        display: inline-block;
        padding: 8px 15px;
        margin-bottom: 25px;
        border-radius: 30px;
      }
      .programs-overview-box h5 {
        margin-bottom: 15px;
        color: rgb(163 230 53);
        margin-top: 35px;
      }
      .programs-overview-box .nav-link {
        border: 1px solid rgb(162 229 53 / 50%);
        color: #fff;
      }

      .programs-overview-box .nav-item {
        margin-right: 25px;
      }
      .programs-overview-box .nav-link.active {
        background: rgb(163 230 53);
        color: #111315;
      }

      .programs-overview-box h3 {
        color: rgb(163 230 53);
        margin-bottom: 25px;
        font-size: 45px;
        font-weight: 500;
      }
      .programs-overview-box .tab-pane p strong {
        color: rgb(141 198 63);
      }
      .program-tabs {
        border: 1px solid rgba(255, 255, 255, 0.33);
        background: rgba(255, 255, 255, 0.13);
        border-radius: 50px;
        padding: 15px;
        justify-content: space-between;
      }
      .program-tabs .nav-link {
      color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid rgb(162 229 53 / 50%);
    font-size: 15px;
      }
      .program-tabs .nav-link.active {
        background: linear-gradient(
          186deg,
          rgba(163, 230, 53, 1) 0%,
          rgba(141, 198, 63, 1) 100%
        );
        color: #111315;
      }
 .media-text {
/*         position: absolute; */
        bottom: 0;
        left: 0;
        width: 100%;
     margin-top:25px;
/*         background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.9) 100%
        ); */
/*         display: flex;
        justify-content: end;
        flex-direction: column; */
	 
      }
      .media-img {
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid rgb(162 229 53 / 50%);
        height: 260px;
      }
      .media-img img {
        height: 100%;
        object-fit: cover;
      }
      .media-text .media-logo img {
        width: 100px;
        margin-bottom: 15px;
      }
      .media-card {
        padding: 25px;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid rgb(162 229 53 / 50%);
        background: rgb(183 235 97 / 11%);
        margin-bottom: 25px;
      }
      .media-title h4 {
        font-size: 20px;
      }
      .media-title h4 a {
        color: #111315;
      }
.media-title h4:first-letter{
	initial-letter:2 1;
	font-weight:800;
	padding-right:10px;
	color:rgb(141 198 63);

}
      .media-title .readmore {
        background: #a3e635;
        background: linear-gradient(
          186deg,
          rgba(163, 230, 53, 1) 0%,
          rgba(141, 198, 63, 1) 100%
        );
        color: #111315;
        border: none;
        border-radius: 30px;
        font-weight: 700;
        padding: 5px 15px;
        border: 2px solid #8dc63f;
        transition: 0.3s ease-in-out;
        margin-top: 15px;
        font-size: 14px;
        display: inline-block;
      }
      .media-title .readmore:hover {
        border: 2px solid #8dc63f;
        background: transparent;
        color: #111315;
      }
/*       .media-card:hover .media-text {
        backdrop-filter: blur(3px);
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
      } */
 .reg-btn {
            display: block;
    align-items: center;
    background: linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 5px 5px 24px #9e9e9ee3;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    bottom: 150px;
    padding: 15px 25px !important;
    position: fixed !important;
    right: 30px;
    z-index: 10;
      }
      .reg-btn::before {
        content: "";
        box-shadow: 0 0 60px rgba(163, 230, 53, 1);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all 0.3s ease-in-out 0s;
      }
      .reg-btn a {
        font-weight: 800;
        color: #111315;
		  display:block
      }
      .reg-btn::after {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 100%;
        border: 6px solid rgba(163, 230, 53, 1);
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: ring 1.5s infinite;
      }
      .reg-btn:hover::after,
      .reg-btn:focus::after {
        animation: none;
        display: none;
      }

      @keyframes ring {
        0% {
          width: 10px;
          height: 10px;
          opacity: 1;
        }

        100% {
          width: 190px;
          height: 190px;
          opacity: 0;
        }
      }
      .reg-btn:hover,
      .reg-btn:focus {
        color: #ffffff;
        transform: translateY(-6px);
      }

      .reg-btn:hover::before,
      .reg-btn:focus::before {
        opacity: 1;
      }
    .pedagogy-tab li {
        margin-bottom: 15px;
    }

 .demo-class-video-img {
          border-radius: 15px;
          overflow: hidden;
        }
        .demo-class-video-btn {
          width: 50px;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          color: #111315;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: #fff;
          border: 5px solid rgba(141, 198, 63, 1);
        }
        .demo-carousel .owl-nav {
          margin-top: 0;
        }
        .demo-carousel .owl-nav button i {
          color: #fff;
          font-size: 20px;
        }
        .demo-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
          background: transparent;
        }
        .demo-carousel.owl-carousel .owl-nav button.owl-next,
        .demo-carousel.owl-carousel .owl-nav button.owl-prev {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          border: 1px solid rgba(255, 255, 255, 0.33);
          background: rgba(255, 255, 255, 0.13);
          width: 50px;
          height: 50px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .demo-carousel.owl-carousel .owl-nav button.owl-prev {
          left: -70px;
        }
        .demo-carousel.owl-carousel .owl-nav button.owl-next {
          right: -70px;
        }
        .demo-class-video-img {
          height: 300px;
        }
        .demo-class-video-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .demo-clss-video {
          border: 1px solid rgb(162 229 53 / 50%);
          background: rgb(183 235 97 / 50%);
          padding: 10px;
          border-radius: 20px;
        }
  .faculty-review{
                                color: #fff;
                            }
                             .quote-review{
                                margin-bottom: 25px;
                             }
                            .quote-review i{
                                font-size: 50px;
                                background: -webkit-linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                            }
                             .faculty-review h5{
                                background: -webkit-linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
                                -webkit-background-clip: text;
                                -webkit-text-fill-color: transparent;
                                margin-top: 45px;
                                font-weight: 800;
                             }
                             .facultyModal .modal-body, .facultyModal .modal-header{
                                background: #111315;
                                padding: 25px;
                             }
                             .facultyModal .modal-header{
                               border-bottom: 1px solid rgb(163 230 53);
                             }
                             .facultyModal .modal-header h5{
                             color: #fff;
                             }
                             .facultyModal .modal-header .btn-close{
                                 filter: invert(1);
                                opacity: 1;
                             }
  .testimonial-video-card{
            border-radius: 20px;
            overflow: hidden;
          }
          .testimonial-video-text{
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 25px;
            display: flex;
            justify-content: space-between;
            width: 100%;
            background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
          }
          .testimonial-video-btn{
            display: flex;
            width: 50px;
            height: 50px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background: #fff;
           color: rgb(141 198 63);
          }
          .testimonial-video-title {
            color: #fff;
          }
            .testimonial-video-title p{
                margin-bottom: 0;
            }
              .testimonial-video-title h5{
                    background: -webkit-linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
              }
                .testimonial-video-carousel .owl-dots{
                    margin-top: 25px!important;
                }
           .testimonial-video-carousel .owl-dots .owl-dot span{
background: #111315;
opacity: 0.5;
           }
           .testimonial-video-carousel .owl-dots .owl-dot.active span{
background: #111315;
opacity: 1;
           }
.unit-btns{
                position: fixed;
                bottom: 0;
                left: 35px;
	z-index:9999;
            }
            .unit-btns a{
                display: block;
               background: linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
                padding: 10px 25px;
                border-radius: 10px 10px 0 0;
                    color: #000;
                    font-weight: 700;
				    box-shadow: 5px 5px 24px #9e9e9ee3;
            }
 .career-card {
                background: #fff;
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                border-radius: 10px;
                overflow: hidden;
                margin-bottom: 25px;
                transition: 0.3s ease-in;
                border: 1px solid transparent;

            }

            .career-card:hover {
                transform: translateY(-20px);
                border: 1px solid rgb(162 229 53 / 50%);
            }

            .career-card ul {
                display: flex;
                padding-left: 0;
                flex-wrap: wrap;
                gap: 10px;
                justify-content: space-between;
                margin-top: 25px;
            }

            .career-card ul li {
                width: 48%;
                flex-shrink: 0;
                list-style: none;
            }

            .career-card ul li span i {
                background: -webkit-linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .career-card h3 a {
                color: #111315;
            }

            .career-card h3 {
                text-align: center;
                margin-top: 25px;
                border-bottom: 1px solid rgb(163 230 53);
                padding-bottom: 10px;
            }

            .career-card .apply-btn {
                background: #A3E635;
                background: linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
                color: #111315;
                border: none;
                border-radius: 30px;
                font-weight: 700;
                padding: 10px 35px;
                border: 2px solid #8DC63F;
                transition: 0.3s ease-in-out;
                display: block;
                margin-top: 45px;
                text-align: center;
            }

            .career-card .apply-btn:hover {
                border: 2px solid #8DC63F;
                background: transparent;

            }

            .career-card img {
                border-radius: 10px;
            }

            .career-text {
                padding: 25px;
                padding-top: 0;
            }
  .career-banner-icon{
                width: 50px;
                text-align: center;
                margin: 0 auto;
                margin-bottom: 25px;
            }
             .career-banner-icon img{
                width: 100%;
             }
            .career-banner-sec::before{
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: #000;
                opacity: 0.5;
                z-index: 1;
            }
            .career-banner-box{
                padding: 45px;
                background: #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
                border-radius: 30px;
                z-index: 2;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            }
            .career-banner-box h2{
                font-size: 55px;
                margin-bottom: 15px;
            }
              .career-banner-box p{
                font-size: 20px;
                margin-bottom: 55px;
              }
               .career-banner-box a:hover{
color: #111315;
               }
.contact-form .wpcf7-list-item{
	margin: 0 1rem 0 0;
}
.contact-form .form-check{
	padding-left:0;margin-top:15px
}
.contact-form input[type = "radio"]{
	    display: none;
}
.contact-form .form-check .wpcf7-list-item-label{
	       padding: 10px 18px;
    border: 0.1em solid #8dc748;
    background-color: rgb(17 19 21);
    width: 100%;
    border-radius: 28px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
	    font-weight: 600;
    color: #fff;cursor:pointer
}
.contact-form input[type = "radio"]:checked+.wpcf7-list-item-label{
	    background: linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
    color: #111315;
}
    .unit-sec {
	position: fixed;
    top: 55%;
      
    right: -67px;

    transform: rotate(270deg);
    z-index: 1005;
   
    text-align: center;
/*     border: 1px solid rgba(255, 255, 255, 0.33); */
    /* background: rgba(255, 255, 255, 0.13); */
    font-weight: 600;
 
/*     overflow: hidden; */
/*     border: 3px solid transparent; */
/*     box-shadow: 0 0 5px rgb(163 230 53), 0 0 10px rgb(141 198 63); */
/* 		 animation: pulseShadow 1.8s infinite ease-in-out; */
	
        }
@keyframes pulseShadow {
  0%, 100% {
    box-shadow: 0 0 5px rgb(163, 230, 53), 0 0 10px rgb(141, 198, 63);
  }
  50% {
    box-shadow: 0 0 10px rgb(163, 230, 53), 0 0 20px rgb(141, 198, 63);
  }
}
        @keyframes shimmer {
          0% {
            background-position: -100% 0;
          }
          100% {
            background-position: 200% 0;
          }
        }

        .unit-sec a {
			display: block;
			 padding: 12px 18px;
			   border-radius: 20px 20px 0 0;
				box-shadow: 5px 5px 24px #9e9e9ee3;
			 background: linear-gradient(186deg, rgba(163, 230, 53, 1) 0%, rgba(141, 198, 63, 1) 100%);
/*           background: linear-gradient(
            120deg,
            rgba(163, 230, 53, 1),
            rgb(188 209 90),
            rgba(141, 198, 63, 1)
          );
          background-size: 300% 100%;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          animation: shimmer 3s linear infinite; */
          font-size: 13px;
/* 			text-transform: uppercase; */
			    font-weight: 700;
/*     letter-spacing: 1.3px; */
			color:#111315;
          font-weight: bold;
			  animation: scalePulse 1.5s infinite ease-in-out;
        }

@keyframes scalePulse {
  0%, 100% {
    transform: scale(1);     /* Normal size */
  }
  50% {
    transform: scale(1.1);   /* 10% bigger */
  }
}
@keyframes pulseFont {
  0%, 100% {
    font-size: 1rem;
  }
  50% {
    font-size: 1.15rem; /* Grows by 15% */
  }
}
 .curr-text p {
                    position: relative;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    z-index: 0;
                    overflow: hidden;
                    
                  }
                  .curr-text a {
                    content: "";
                    position: absolute;
                    bottom: 18px;
                    right: 0;
                    padding-left: 75px;
                    height: 1.2em;
                    background: #000000;
                    background: linear-gradient(
                      270deg,
                      rgba(0, 0, 0, 1) 0%,
                      rgba(0, 0, 0, 1) 82%,
                      rgba(0, 0, 0, 0) 100%
                    );
                    /* backdrop-filter: blur(1px); */
                    font-weight: 600;
                    color: rgb(163 230 53);
                    z-index: 1;
                  }
/* .curr-text p:last-child{
	display:none
} */
  .nav-name {
        background: -webkit-linear-gradient(
          186deg,
          rgba(163, 230, 53, 1) 0%,
          rgba(141, 198, 63, 1) 100%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
        margin-top: 5px;
        font-weight: 800;
	  font-size: 10.7px;
/* 	  text-align:center; */
	      letter-spacing: 1.3px;
      }
.nav-name a{
	display:inline-block;
	padding:3px 10px;    border: 1px solid rgba(255, 255, 255, 0.31);
	padding-top:5px;
	text-align: center;
	text-transform:uppercase;
    border-radius: 30px;
	    animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 3px 1px #8DC63F, 0 0 5px 1px #F5BE65;
  }
  50% {
    box-shadow: 0 0 8px 2px #8DC63F, 0 0 12px 2px #F5BE65;
  }
  100% {
    box-shadow: 0 0 3px 1px #8DC63F, 0 0 5px 1px #F5BE65;
  }
}
.fixed-top {
    background: #111315;
    box-shadow: rgba(0, 0, 0, .2) 0 10px 10px -10px;
    transition: .3s ease-in-out;
}
.fixed-top .navbar{
	padding:10px 0;
}