html,
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #f2fcfa;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.no-scroll {
  overflow: hidden;
}

:root {
  --gradient-background: linear-gradient(
    94.2deg,
    #00805d 0.87%,
    #4fa825 99.61%
  );
  --chinese-black-pera: #13171799;
}

body .header-meunu-active {
  color: #00805d;
}
/* alertBox marquee Start */
.marquee {
  animation: marquee 40s linear infinite;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
/* alertBox marquee End */

/* Header Start */

.sign-up-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(94.2deg, #00805d 0.87%, #4fa825 99.61%) border-box;
  border: 1px solid transparent;
  z-index: -1;
}

.sign-up-btn:hover::before {
  background: linear-gradient(94.2deg, #00805d 0.87%, #4fa825 99.61%);
  color: #fff !important;
}

.sign-up-btn:hover {
  -webkit-text-fill-color: #fff;
}

.sign-up-btn {
  position: relative;
  background: linear-gradient(94.2deg, #00805d 0.87%, #4fa825 99.61%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

/* Header End */

/* Index Start */
.arrow:before {
  transform: rotatex(180deg);
}

@media (max-width: 1280px) {
  .products-services-content-first:after {
    content: "";
    background-image: url(../images/products-services-mobile.png);
    height: 70px;
    width: 70px;
    display: block;
    background-position: center;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: -85px;
    left: -10px;
  }
}

/* 
[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

.tab.active {
    color: #fff;
    font-weight: 700;
}

.resources-tab li {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #ffffff80;
    cursor: pointer;
}
 */

.dpi-now-btn a {
  background: linear-gradient(94.2deg, #00805d 0.87%, #4fa825 99.61%);
  padding: 10px 17px;
  white-space: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 0px 21px 4px #fafafa5c inset;
  border: 1px solid #ffffffb0;
  border-radius: 50px;
  position: relative;
  z-index: 3;
}

.dpi-now-btn::before {
  content: "";
  background: linear-gradient(94.2deg, #00805d 0.87%, #4fa825 99.61%);
  position: absolute;
  width: 106%;
  height: 120%;
  top: -5px;
  left: -6px;
  z-index: 1;
  border-radius: 50px;
}

.about-dpi-btn a {
  background: linear-gradient(to right, #00805d, #4fa825);
  color: transparent;
  background-clip: text;
  white-space: nowrap;
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 5;
  padding: 13px 15px;
}

@media (max-width: 641px) {
  .dpi-now-btn::before {
    top: -4px;
    left: -5px;
  }
}

.about-dpi-btn {
  position: relative;
}

.about-dpi-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(262.44deg, #41abd9 -39.9%, #0a9d4c 91.96%) border-box;
  border: 2px solid transparent;
  border-radius: 30px;
  z-index: 1;
}
/* Index End */

/* education Start */
.education-hero-image:before {
  content: "";
  width: 600px;
  height: 600px;
  background-image: url(../images/blur-bg.png);
  display: block;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1;
  left: -150px;
  top: -90px;
}

.education-hero-image::after{
  content: "";
  width: 240px;
  height: 290px;
  background-image: url(../images/communities-arrow.png);
  display: block;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
  left: -27%;
  top: 200px;
  background-repeat: no-repeat;
}

.our-mission-line:before {
  background-size: 100% 75%;
}

.our-mission-before:before {
  content: "1";
  width: 32.63px;
  height: 32.63px;
  border: 2px solid #ffffff;
  background: linear-gradient(94.2deg, #00805d 0.87%, #4fa825 99.61%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-weight: 800;
  line-height: 25.2px;
  color: white;
  position: absolute;
  left: -64px;
  z-index: 1;
}


.our-mission-before:nth-child(2):before {
  content: "2";
}

.our-mission-before:nth-child(3):before {
  content: "3";
}

@media (max-width: 767px) {
  .our-mission-before:before {
    left: -60px;
  }

  body .our-mission-line:before {
    background-size: 100% 55%;
    left: 15px;
  }
  .education-hero-image::after{
    display: none;
  }
}


/* education End */

/* contact Start  */

.details-form-msg input::placeholder {
  color: #ffffff66;
}

.social-icon-contact:hover {
  background: #fff;
}

.social-icon-contact:hover svg {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7485%)
    hue-rotate(201deg) brightness(112%) contrast(99%);
}

/* contact End  */

/* Footer Start */
footer {
  background: linear-gradient(180deg, #00805d 0%, #004734 100%);
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 640px) {
  footer {
    background: black !important;
  }
}
/* Footer End */