@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.sectionA {
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .sectionA .home-first-banner .first-bg {
    height: 722px;
  }
}
.sectionA .home-first-banner .first-bg img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .sectionA .home-first-banner .first-bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sectionA .home-first-banner .first-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 770px) {
  .sectionA .home-first-banner .first-wrapper {
    top: 40%;
  }
}
@media only screen and (max-width: 540px) {
  .sectionA .home-first-banner .first-wrapper {
    top: 50%;
  }
}
.sectionA .home-first-banner .content h1 {
  color: var(--white);
  text-transform: unset;
  margin: 0 auto 18px;
  max-width: 550px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .sectionA .home-first-banner .content h1 {
    font-size: 20px;
    line-height: 1.4;
    max-width: 90%;
  }
}
.sectionA .home-first-banner .content p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 30px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .sectionA .home-first-banner .content p {
    font-size: 14px;
    line-height: 1.4;
    width: 80%;
  }
}
.sectionA .home-first-banner .content .white-btn {
  padding: 14px 0;
  background: var(--white);
  color: var(--black);
  border-radius: 25px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  position: relative;
  transition: all ease 0.4s;
  overflow: hidden;
  margin: auto;
  width: 138px;
}
.sectionA .home-first-banner .content .white-btn:hover::after {
  bottom: 0;
  border-radius: 0;
  transition: all ease 0.4s;
}
.sectionA .home-first-banner .content .white-btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--primary);
  left: 0;
  bottom: -100%;
  border-radius: 50%;
}
.sectionA .home-first-banner .content .white-btn:hover a {
  color: var(--black);
}
.sectionA .home-first-banner .content .white-btn a {
  border-radius: 25px;
  padding: 14px 24px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  color: var(--black);
  z-index: 9;
  position: relative;
}

.sectionB {
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .sectionB .home-two-banner .two-bg {
    height: 1028px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 770px) {
  .sectionB .home-two-banner .two-bg {
    height: 1208px;
  }
}
@media only screen and (max-width: 540px) {
  .sectionB .home-two-banner .two-bg {
    height: 1028px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sectionB .home-two-banner .two-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionB .home-two-banner .two-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.home-secB {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0;
  overflow: hidden;
  padding-bottom: 0;
}
.home-secB .graphs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .home-secB .graphs {
    display: block;
  }
}
.home-secB .graphs .box {
  height: auto;
}
.home-secB .graphs .left .one {
  height: auto;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  margin-bottom: 60px;
  padding: 30px;
}
@media only screen and (max-width: 770px) {
  .home-secB .graphs .left .one {
    margin-bottom: 20px;
    padding: 30px 18px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .left .one {
    margin-bottom: 20px;
    padding: 30px 18px;
  }
}
.home-secB .graphs .left .one h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 45px;
  color: var(--white);
  margin-bottom: 30px;
}
@media only screen and (max-width: 615px) {
  .home-secB .graphs .left .one h3 {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
}
.home-secB .graphs .left .one .pie {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 770px) {
  .home-secB .graphs .left .one .pie {
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .left .one .pie {
    gap: 20px;
  }
}
.home-secB .graphs .left .one .pie .pie-chart {
  width: 241px;
}
@media only screen and (max-width: 615px) {
  .home-secB .graphs .left .one .pie .pie-chart {
    width: 100px;
  }
}
.home-secB .graphs .left .one .pie .pie-chart-content .point-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .home-secB .graphs .left .one .pie .pie-chart-content .point-text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .left .one .pie .pie-chart-content .point-text p {
    font-size: 14px;
  }
}
.home-secB .graphs .left .one .pie .pie-chart-content .point-text .circle {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: var(--white);
}
.home-secB .graphs .left .one .pie .pie-chart-content .point-text .green {
  border: 8px solid #118040;
}
.home-secB .graphs .left .one .pie .pie-chart-content .point-text .pastel-green {
  border: 8px solid #b3e8c9;
}
.home-secB .graphs .left .one .pie .pie-chart-content .point-text .medium-dark-green {
  border: 8px solid #608165;
}
.home-secB .graphs .left .one .pie .pie-chart-content .point-text .vibrant-green {
  border: 8px solid #bfdc80;
}
.home-secB .graphs .left .one .pie .pie-chart-content h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  max-width: 200px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 770px) {
  .home-secB .graphs .left .one .pie .pie-chart-content h5 {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .left .one .pie .pie-chart-content h5 {
    font-size: 15px;
    line-height: 1.3;
  }
}
.home-secB .graphs .left .two {
  height: 148px;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 30px;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 770px) {
  .home-secB .graphs .left .two {
    margin-bottom: 20px;
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .left .two {
    margin-bottom: 20px;
    padding: 30px 10px;
  }
}
.home-secB .graphs .left .two .progress-chart {
  width: 100px;
}
.home-secB .graphs .left .two .content h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: var(--white);
  margin-bottom: 10px;
}
@media only screen and (max-width: 770px) {
  .home-secB .graphs .left .two .content h3 {
    font-size: 17px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .left .two .content h3 {
    font-size: 17px;
    line-height: 1.3;
  }
}
.home-secB .graphs .left .two .content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 320px;
}
@media only screen and (max-width: 770px) {
  .home-secB .graphs .left .two .content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .left .two .content p {
    font-size: 14px;
  }
}
.home-secB .graphs .right .three {
  height: auto;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  margin-bottom: 30px;
  padding: 30px;
}
@media only screen and (max-width: 770px) {
  .home-secB .graphs .right .three {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .right .three {
    padding: 30px 10px;
  }
}
.home-secB .graphs .right .three h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  margin-bottom: 30px;
}
@media only screen and (max-width: 770px) {
  .home-secB .graphs .right .three h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .right .three h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 770px) {
  .home-secB .graphs .right .three .bar-chart {
    height: auto;
    width: 600px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .right .three .bar-chart {
    height: auto;
    width: 320px;
  }
}
.home-secB .graphs .right .three .bar-chart canvas {
  width: 100% !important;
  height: 100% !important;
}
.home-secB .graphs .right .four {
  height: auto;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .right .four {
    padding: 30px 10px;
  }
}
.home-secB .graphs .right .four h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secB .graphs .right .four h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

.sectionC {
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
}
.sectionC .three-bg img {
  width: 100vw;
}

.home-secC {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  overflow: hidden;
}
@media only screen and (max-width: 770px) {
  .home-secC {
    padding-top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding-top: 0;
  }
}
.home-secC .container .heading h3 {
  max-width: 646px;
  margin: auto;
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secC .container .heading h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.home-secC .container .tab-section .home-tab-nav {
  padding: 10px 0;
  display: flex;
  gap: 40px;
  padding: 10px 0;
  height: auto;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .home-secC .container .tab-section .home-tab-nav {
    overflow-x: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .container .tab-section .home-tab-nav {
    overflow-x: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.home-secC .container .tab-section .tab-nav-content .tabs {
  opacity: 0;
  scale: 0;
}
.home-secC .container .tab-section .tab-nav-content .active {
  opacity: 1;
  scale: 1;
  transition: 1s;
}
.home-secC .container .tab-section ul {
  padding: 0 10px;
}
.home-secC .container .tab-section ul li {
  display: flex;
  max-width: 201px;
  padding-bottom: 10px;
  opacity: 0.7;
  transition: 0.2s ease;
  position: relative;
}
.home-secC .container .tab-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secC .container .tab-section ul li {
    max-width: 400px;
    width: 400px;
  }
}
@media only screen and (max-width: 770px) {
  .home-secC .container .tab-section ul li {
    max-width: 400px;
    width: 400px;
  }
}
.home-secC .container .tab-section ul li img {
  margin-right: 20px;
  max-width: 35px;
}
@media only screen and (max-width: 540px) {
  .home-secC .container .tab-section ul li span {
    width: 145px;
  }
}
@media only screen and (max-width: 770px) {
  .home-secC .container .tab-section ul li span {
    width: 145px;
  }
}
.home-secC .container .tab-section ul li a {
  list-style-type: none;
  color: var(--white);
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 540px) {
  .home-secC .container .tab-section ul li a {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 770px) {
  .home-secC .container .tab-section ul li a {
    line-height: 1.3;
  }
}
.home-secC .container .tab-section ul .active {
  opacity: 1;
}
.home-secC .container .tab-section ul .active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.5s ease;
  height: 2px;
  background-color: var(--white);
}
.home-secC .container .tab-section .home-tab-nav-content {
  padding: 10px 0;
  height: auto;
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secC .container .tab-section .home-tab-nav-content {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .home-secC .container .tab-section .home-tab-nav-content {
    display: block;
  }
}
.home-secC .container .tab-section .home-tab-nav-content .box {
  width: 50%;
}
.home-secC .container .tab-section .home-tab-nav-content .title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 770px) {
  .home-secC .container .tab-section .home-tab-nav-content .title {
    width: 100%;
    justify-content: left;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .container .tab-section .home-tab-nav-content .title {
    width: 100%;
    justify-content: left;
  }
}
.home-secC .container .tab-section .home-tab-nav-content .title h2 {
  color: var(--white);
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
}
@media only screen and (max-width: 540px) {
  .home-secC .container .tab-section .home-tab-nav-content .title h2 {
    font-size: 35px;
    line-height: 0.1;
    text-align: center;
  }
}
@media only screen and (max-width: 770px) {
  .home-secC .container .tab-section .home-tab-nav-content .title h2 {
    font-size: 35px;
    line-height: 0.1;
    text-align: center;
  }
}
.home-secC .container .tab-section .home-tab-nav-content .title h2 span {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 55px;
  color: #148347;
  display: block;
}
@media only screen and (max-width: 540px) {
  .home-secC .container .tab-section .home-tab-nav-content .title h2 span {
    font-size: 35px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 770px) {
  .home-secC .container .tab-section .home-tab-nav-content .title h2 span {
    font-size: 35px;
    line-height: 74px;
  }
}
.home-secC .container .tab-section .home-tab-nav-content .main-title {
  justify-content: center;
}
.home-secC .container .tab-section .home-tab-nav-content .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 20px;
  padding: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secC .container .tab-section .home-tab-nav-content .content {
    width: 100%;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 770px) {
  .home-secC .container .tab-section .home-tab-nav-content .content {
    width: 100%;
    padding: 30px 0;
  }
}
.home-secC .container .tab-section .home-tab-nav-content .content .info .title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: var(--white);
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secC .container .tab-section .home-tab-nav-content .content .info .title {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 770px) {
  .home-secC .container .tab-section .home-tab-nav-content .content .info .title {
    line-height: 1.3;
  }
}
.home-secC .container .tab-section .home-tab-nav-content .content .info .description {
  color: rgba(255, 255, 255, 0.6980392157);
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.sectionD {
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 0;
  position: relative;
}
.sectionD .home-four-banner .four-bg img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 540px) {
  .sectionD .home-four-banner .four-bg img {
    height: 1140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
  .sectionD .home-four-banner .four-bg {
    height: 1200px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: -2px;
  }
}
@media only screen and (max-width: 770px) {
  .sectionD .home-four-banner .four-bg {
    height: 960px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 550px) {
  .sectionD .home-four-banner .four-bg {
    height: 1200px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: -2px;
  }
}
.sectionD .home-four-banner .four-wrapper {
  position: absolute;
  top: 60px;
  width: 100%;
}
.home-secD {
  background: linear-gradient(360deg, #FFFFFF 0%, #F5E6FF 100%);
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
  margin-top: -110px;
}
@media only screen and (max-width: 770px) {
  .home-secD {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD {
    padding-top: 4rem;
    padding-bottom: 10rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.home-secD .lab-section {
  font-family: "Poppins", sans-serif;
}
.home-secD .lab-section .container {
  max-width: 1200px;
  margin: auto;
}
.home-secD .lab-section .container .title h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: var(--secondary);
}
.home-secD .lab-section .container .heading h3 {
  max-width: 646px;
  margin: auto;
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: var(--black);
}
@media only screen and (max-width: 540px) {
  .home-secD .lab-section .container .heading h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.home-secD .lab-section .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 912px) {
  .home-secD .lab-section .content-wrapper {
    display: block;
  }
}
.home-secD .lab-section .content-wrapper .image-section {
  flex: 1;
  position: relative;
}
.home-secD .lab-section .content-wrapper .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.home-secD .lab-section .content-wrapper .image-wrapper::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.home-secD .lab-section .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100% !important;
  display: block;
  position: relative;
}
.home-secD .lab-section .content-wrapper .wrapper-content .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home-secD .lab-section .content-wrapper .wrapper-content .text-content {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.home-secD .lab-section .content-wrapper .wrapper-content .text-content .number span {
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
}
.home-secD .lab-section .content-wrapper .wrapper-content .text-content .lab span {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
}
.home-secD .lab-section .content-wrapper .text-section {
  flex: 1;
}
.home-secD .lab-section .content-wrapper .text-section .timeline {
  border-left: 1px solid #724791;
  padding-left: 20px;
  height: 620px;
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .home-secD .lab-section .content-wrapper .text-section .timeline {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD .lab-section .content-wrapper .text-section .timeline {
    padding-top: 40px;
    margin-top: 20px;
  }
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item {
  margin-bottom: 30px;
  position: relative;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: var(--white);
  position: absolute;
  left: -33px;
  top: 1px;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .circle.purple {
  border: 8px solid #6D448A;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .circle.green {
  border: 8px solid #118040;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text {
  padding-left: 20px;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text .tab-section .tab-nav {
  display: flex;
  gap: 10px;
  margin: 20px 0 5px 0;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text .tab-section .tab-nav h3 {
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
  font-size: 21px;
  background: #e2e2e2;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  color: white;
  transition: 0.5s ease;
  position: relative;
  color: black;
}
@media only screen and (max-width: 540px) {
  .home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text .tab-section .tab-nav h3 {
    font-size: 16px;
  }
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text .tab-section .tab-nav .active {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  background: #118040;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: white;
  position: relative;
  transition: 0.5s ease;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text .green-text {
  color: #118040;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text .purple-text {
  color: #724791;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 30px;
}
@media only screen and (max-width: 540px) {
  .home-secD .lab-section .content-wrapper .text-section .timeline .timeline-item .text p {
    font-size: 14px;
  }
}
.home-secD .lab-section .content-wrapper .text-section .timeline .enquire-button {
  margin-left: 20px;
  width: 149px;
  height: 40px;
  border-radius: 25px;
  border-width: 2px;
  padding: 0;
  gap: 10px;
  border: 2px solid #118040;
  position: relative;
  transition: all ease 0.4s;
  overflow: hidden;
}
@media only screen and (max-width: 380px) {
  .home-secD .lab-section .content-wrapper .text-section .timeline .enquire-button {
    left: 20%;
    margin-left: 0px;
  }
}
.home-secD .lab-section .content-wrapper .text-section .timeline .enquire-button:hover::after {
  bottom: 0;
  border-radius: 0;
  transition: all ease 0.4s;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .enquire-button::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--primary);
  left: 0;
  bottom: -100%;
  border-radius: 50%;
}
.home-secD .lab-section .content-wrapper .text-section .timeline .enquire-button:hover a {
  color: var(--black);
}
.home-secD .lab-section .content-wrapper .text-section .timeline .enquire-button a {
  border-radius: 25px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  color: #118040;
  z-index: 9;
  position: relative;
}

.home-secE {
  background: linear-gradient(360deg, #FFFFFF 0%, #F4E5C3 100%);
  padding-bottom: 5rem;
  width: 100%;
  height: auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secE {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .main-slide {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .upper-sec {
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 770px) {
  .home-secE .upper-sec .swiper-nav {
    right: 30px;
  }
}
.home-secE .tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 10px 0 50px;
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav {
    padding: 0px 0 30px;
  }
}
.home-secE .tab-nav p {
  color: #412F21;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav p {
    font-size: 14px;
  }
}
.home-secE .tab-nav li {
  font-size: 18px;
  padding: 5px 22px;
  border-radius: 25px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav li {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.home-secE .tab-nav li:hover, .home-secE .tab-nav li.active {
  background-color: var(--primary);
  color: var(--white);
}
.home-secE .home-news-slider .news-col .figinfo p {
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .home-secE .home-news-slider .news-col .figcaption {
    --pdt: 9px;
    --pdlr: 10px;
    --pdb: 20px;
    --btnsize: 40px;
    --btnmargin: 10px;
  }
  .home-secE .home-news-slider .news-col .figcaption a:not(.btn) {
    font-size: 18px;
  }
  .home-secE .home-news-slider .news-col .figcaption p {
    font-size: 14px;
  }
  .home-secE .home-news-slider .news-col .figcaption a.btn {
    font-size: 14px;
  }
}

@keyframes progress {
  0% {
    --percentage:0;
  }
  100% {
    --percentage:var(--value);
  }
}
@property --percentage {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
[role=progressbar] {
  --percentage:var(--value);
  --primary:#118040;
  --secondary:#fff;
  --size:100px;
  animation: progress 2s 0.5s forwards;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
[role=progressbar]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
  -webkit-mask: radial-gradient(white 55%, transparent 0);
          mask: radial-gradient(white 55%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(rgba(0, 0, 0, 0) 55%, #000 0);
  -webkit-mask-mode: alpha;
}
[role=progressbar]::after {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  [role=progressbar]::after {
    font-size: calc(var(--size) / 6);
  }
}/*# sourceMappingURL=home.css.map */