* {
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none !important;
}

.orangeClass {
  color: #f47933;
}

.Whoweare h1 {
  font-size: 44px;
  color: black;
  font-family: "Red Hat Display";
}
.Whoweare p {
  font-size: 20px;
  font-family: "Source Sans Pro";
  color: #727272;
  font-weight: bold;
  width: 50%;
}

.photoSection {
  height: 42vw;
}
.photoSection .borderBox {
  width: 100%;
  border: 2px solid #f47933;
  height: 100%;
}
.photoSection .coloredBox {
  background-color: #fdf0e4;
  width: 100%;
  transform: rotate(-2deg);
  height: 100%;
}
.photoSection img {
  width: 100%;
  transform: rotate(3deg);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.journey {
  padding-top: 100px;
}
.journey h1 {
  font-size: 44px;
  color: black;
  font-weight: bold;
  font-family: "Red Hat Display";
}

.borderClass {
  display: flex;
}
.borderClass span {
  width: 120px;
  height: 2px;
  border: 1px solid #82a137;
  background-color: #82a137;
}
.borderClass .para2012 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding-top: 10px;
  word-spacing: 2px;
  line-height: 34px;
  color: #727272;
}
.borderClass .jouneyImage {
  width: 541px;
  max-width: 100%;
  height: 280px;
  -o-object-fit: fill;
     object-fit: fill;
}

.Roadmap {
  display: flex;
}
.Roadmap span {
  width: 120px;
  height: 2px;
  border: 1px solid #82a137;
  background-color: #82a137;
}
.Roadmap .Parar {
  width: 65%;
}
.Roadmap .year {
  width: 224px;
  max-width: 100%;
}
.Roadmap .para2012 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding-top: 10px;
  word-spacing: 2px;
  line-height: 34px;
  color: #727272;
}
.Roadmap .jouneyImage {
  width: 800px;
  max-width: 100%;
  height: 100%;
}

.GreenContainer {
  position: relative;
  background-color: #82a137;
  height: 100%;
  width: 100%;
}
.GreenContainer .container h2 {
  background-image: url("/assets/Group (10).png");
  background-repeat: no-repeat;
  background-position: right;
  padding: 10px;
  width: 100%;
}

.firstFour {
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.firstFour img {
  width: 280px;
  max-width: 100%;
  height: 310px;
  -o-object-fit: contain;
     object-fit: contain;
}
.firstFour .topImage {
  bottom: 25px;
}
.firstFour .semiCircle {
  width: 280px;
  max-width: 100%;
  height: auto;
  background-color: white;
  border-radius: 150px 150px 0px 0px;
}
.firstFour .semiCircle .heading {
  bottom: 50%;
  font-weight: bold;
  right: 36%;
  color: black;
}
.firstFour .semiCircle .desc {
  bottom: 30%;
  right: 10%;
  text-align: center;
  /* margin: auto; */
  width: 75%;
  display: flex;
  color: black;
  justify-content: center;
}

.GreenContainer::after {
  content: "";
  background-color: #fff;
  border: 2px solid #f47933;
  height: 200px;
  width: 100%;
  bottom: -50px;
  position: absolute;
}

.GreenContainer::before {
  content: url("/assets/Ellipse 27.png");
  position: absolute;
  top: 0;
  left: 0;
}

.greenHeight {
  height: 870px;
}

.greenSection {
  background-color: #82a137;
  position: relative;
  height: 700px;
}
.greenSection .container {
  z-index: 2;
}
.greenSection .container .firstFour {
  display: flex;
  gap: 60px;
}
.greenSection .container .firstFour img {
  max-width: 280px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.greenSection .container .firstFour .white {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.greenSection .container .firstFour .white .heading {
  font-weight: bold;
  color: black;
  margin-bottom: 100px;
}
.greenSection .container .firstFour .white .desc {
  text-align: center;
  width: 90%;
  display: flex;
  color: black;
  justify-content: center;
}
.greenSection .container .firstFour .topImage {
  position: relative;
  bottom: 25px;
}
.greenSection .container .firstFour .semiCircle {
  max-width: 280px;
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 150px 150px 0px 0px;
}
.greenSection .container .firstFour .semiCircle .heading {
  bottom: 50%;
  font-weight: bold;
  right: 36%;
  color: black;
}
.greenSection .container .firstFour .semiCircle .desc {
  bottom: 30%;
  right: 10%;
  text-align: center;
  /* margin: auto; */
  width: 75%;
  display: flex;
  color: black;
  justify-content: center;
}

.greenSection::after {
  content: url("/assets/Ellipse 27.png");
  position: absolute;
  top: 0;
  left: 0;
}

.greenSection::before {
  content: url("/assets/Group (10).png");
  position: absolute;
  left: 90%;
  top: 0;
}

.boardSection h1 {
  font-size: 44px;
  font-weight: bold;
  color: black;
}
.boardSection .firstFour {
  display: flex;
  gap: 60px;
}
.boardSection .firstFour img {
  width: 280px;
  max-width: 100%;
  height: 310px;
  -o-object-fit: contain;
     object-fit: contain;
}
.boardSection .firstFour .topImage {
  bottom: 25px;
}
.boardSection .firstFour .white {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.boardSection .firstFour .white .heading {
  font-weight: bold;
  color: black;
  margin-bottom: 100px;
}
.boardSection .firstFour .white .desc {
  text-align: center;
  width: 90%;
  display: flex;
  color: black;
  justify-content: center;
}
.boardSection .firstFour .semiCircle {
  width: 280px;
  max-width: 100%;
  height: 310px;
  background-color: #99755c;
  border-radius: 150px 150px 0px 0px;
}
.boardSection .firstFour .semiCircle .heading {
  bottom: 50%;
  font-weight: bold;
  right: 36%;
  color: black;
}
.boardSection .firstFour .semiCircle .desc {
  bottom: 30%;
  right: 10%;
  text-align: center;
  /* margin: auto; */
  width: 75%;
  display: flex;
  color: black;
  justify-content: center;
}

.ourPatners h1 {
  font-size: 44px;
  font-weight: bold;
  color: black;
}
.ourPatners .patners {
  left: 0;
  display: flex;
  overflow-x: hidden;
}
.ourPatners .patners img {
  width: 350px;
  max-width: 100%;
  height: 350px;
}

.footer {
  display: flex;
  position: relative;
  border-bottom: 1px solid #cccaca;
  justify-content: space-between;
}
.footer .provide {
  width: 30%;
}
.footer .provide p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
.footer .newsletter {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.footer .emailINput {
  display: flex;
  align-items: center;
}
.footer input {
  padding: 17px;
  position: relative;
  padding-inline: 60px;
}
.footer .sms {
  position: absolute;
  z-index: 1;
  padding-left: 15px;
}
.footer .arrow {
  position: absolute;
  left: 88%;
}
.footer .links p {
  position: absolute;
  right: 0%;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0b0f18;
}
.footer .links span {
  padding-inline: 10px;
}

.footerEnd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #727272;
  font-size: 16px;
}
.footerEnd a {
  color: #727272;
}

@media (max-width: 1400px) {
  .greenHeight {
    height: 770px;
  }
  .greenSection {
    height: 650px;
  }
}
@media (max-width: 1200px) {
  .greenHeight {
    height: 670px;
  }
  .greenSection {
    height: 560px;
  }
  .footer .provide {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .greenHeight {
    height: 570px;
  }
  .greenSection {
    height: 100%;
  }
  .greenSection::before {
    left: 84%;
  }
  .footer {
    flex-direction: column;
  }
  .footer .provide {
    width: 100%;
  }
  .footer .arrow {
    left: 42%;
  }
  .footer .links p {
    position: relative;
  }
  .footer .links span {
    padding-inline: 2px;
  }
}
@media (max-width: 768px) {
  .logoImage img {
    width: 60%;
  }
  .Whoweare h1 {
    font-size: 32px;
  }
  .Whoweare p {
    width: 85%;
    font-size: 18px;
  }
  .Whoweare img {
    height: 70px;
  }
  .journey h1 {
    font-size: 32px;
  }
  .greenHeight {
    height: auto;
  }
  .greenSection .container .firstFour {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .greenSection .container .firstFour .topImage {
    bottom: 0;
    float: right;
  }
  .greenSection .container .firstFour .white {
    justify-content: flex-end;
  }
  .greenSection .container .firstFour .white .heading {
    right: 17%;
  }
  .greenSection .container .firstFour .white .desc {
    right: 10px;
    width: 50%;
  }
  .greenSection::after {
    content: "";
  }
  .greenSection::before {
    content: "";
  }
  .Roadmap {
    flex-direction: column;
  }
  .Roadmap span {
    width: 70px;
  }
  .boardSection .firstFour {
    gap: 40px;
    flex-direction: column;
  }
  .boardSection .firstFour .white {
    justify-content: start;
  }
  .boardSection .firstFour .white .heading {
    left: 19%;
  }
  .boardSection .firstFour .white .desc {
    width: 50%;
  }
  .footer {
    flex-direction: column;
  }
  .footer .provide {
    width: 100%;
  }
  .footer input {
    width: 90%;
  }
  .footer .arrow {
    left: 75%;
  }
  .footer .links p {
    position: relative;
  }
  .emailINput {
    padding-top: 10px;
  }
  .footerEnd {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .greenSection .container .firstFour {
    gap: 30px;
  }
  .greenSection .container .firstFour .white .heading {
    right: 19%;
  }
  .greenSection .container .firstFour .white .desc {
    width: 55%;
  }
  .ourPatners .patners {
    display: flex;
    overflow-x: auto;
  }
  .footer .links p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .Whoweare h1 {
    font-size: 24px;
  }
  .Whoweare p {
    width: 100%;
    font-size: 16px;
  }
  .Whoweare img {
    height: 50px;
  }
  .journey h1 {
    font-size: 24px;
  }
  .Roadmap .para2012 {
    font-size: 18px;
  }
  .boardSection .firstFour .white .heading {
    left: 30%;
  }
  .boardSection .firstFour .white .desc {
    width: 90%;
  }
  .greenSection .container .firstFour {
    gap: 30px;
  }
  .greenSection .container .firstFour .white .heading {
    right: 28%;
  }
  .greenSection .container .firstFour .white .desc {
    width: 70%;
  }
  .footer .links p {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .greenSection .container .firstFour {
    gap: 30px;
  }
  .greenSection .container .firstFour .white .heading {
    right: 30%;
  }
  .greenSection .container .firstFour .white .desc {
    width: 92%;
  }
}/*# sourceMappingURL=Second.css.map */