/*
  =========================================
  #Global Settting End
  =========================================
*/
/*
  =========================================
  #Global Settting End
  =========================================
*/
.index {
  position: relative;
  min-height: 100vh;
}
.index .fornt-image-text {
  width: 100%;
  z-index: 1;
}
.index .line-1 {
  color: white;
  font-weight: bold;
  font-size: 50px !important;
}
.index .line-2 {
  color: white;
  font-weight: bold;
  font-size: 40px !important;
}
.index .regular-btn {
  text-decoration: none;
}
.index .regular-btn:hover {
  color: white;
}
.index .title {
  font-family: Inter;
  font-size: 45px;
  font-weight: 700;
  line-height: 54.51px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #f4910f;
}
.index .desc {
  font-family: Inter;
  font-size: 45px;
  font-weight: 400;
  line-height: 54.51px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #09383a;
}
.index .section_box {
  width: 537px;
  height: 386px;
  border-radius: 8px;
  opacity: 0px;
  background: #d9d9d9;
}
.index .small_title {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.07px;
  text-align: left;
  color: #e05555;
}
.index .nws_letter {
  padding: 6px 10px 6px 10px;
  border-radius: 100px;
  border: 3px solid white;
  color: #e05555;
  width: 107px;
  height: 33px;
  background-color: white;
}
.index .sub_heading {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #09383a;
}
.index .long_desc {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.77px;
  text-align: left;
  color: #09383a;
}
.index form {
  margin: 0;
}
.index .wrapper {
  position: relative;
  background: white;
}
.index .wrapper > img {
  width: 100%;
  padding-left: 2%;
  scale: 0.8;
}
.index .infographic {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 10%;
}
.index .infographic .card1 {
  width: 300px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 25%;
}
.index .infographic .card1 img {
  width: 100px;
  height: 100px;
}
.index .infographic .card1 .info {
  position: absolute;
  width: 200px;
  height: 100px;
  bottom: 0px;
  right: 0;
}
.index .infographic .card1 .info h2 {
  color: #f4910f;
}
.index .infographic .card1 .info p {
  background: #09383a;
  color: white;
  padding: 5px;
  display: inline;
}
.index .infographic .card2 {
  width: 300px;
  height: 150px;
  position: absolute;
  top: 220px;
  right: 14%;
}
.index .infographic .card2 img {
  width: 100px;
  height: 100px;
}
.index .infographic .card2 .info {
  position: absolute;
  width: 200px;
  height: 100px;
  bottom: 0px;
  right: 0;
}
.index .infographic .card2 .info h2 {
  color: #f4910f;
}
.index .infographic .card2 .info p {
  background: #09383a;
  color: white;
  padding: 5px;
  display: inline;
}
.index .infographic .card3 {
  width: 300px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 14%;
}
.index .infographic .card3 img {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
.index .infographic .card3 .info {
  position: absolute;
  width: 200px;
  height: 100px;
  bottom: 0px;
  left: 0;
}
.index .infographic .card3 .info h2 {
  color: #f4910f;
}
.index .infographic .card3 .info p {
  background: #09383a;
  color: white;
  padding: 5px;
  display: inline;
}
.index .infographic .card4 {
  width: 300px;
  height: 150px;
  position: absolute;
  top: 145px;
  left: 5%;
}
.index .infographic .card4 img {
  width: 100px;
  height: 100px;
}
.index .infographic .card4 .info {
  position: absolute;
  width: 200px;
  height: 100px;
  bottom: 0px;
  right: 0;
}
.index .infographic .card4 .info h2 {
  color: #f4910f;
}
.index .infographic .card4 .info p {
  background: #09383a;
  color: white;
  padding: 5px;
  display: inline;
}
.index .infographic .card5 {
  width: 400px;
  height: 150px;
  position: absolute;
  top: 333px;
  left: 15%;
}
.index .infographic .card5 img {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
}
.index .infographic .card5 .info {
  position: absolute;
  width: 300px;
  height: 100px;
  bottom: 0px;
  left: 0px;
}
.index .infographic .card5 .info h2 {
  color: #f4910f;
}
.index .infographic .card5 .info p {
  background: #09383a;
  color: white;
  padding: 5px;
  display: inline;
}
.index .impact-section {
  background-color: #fff4e5;
  padding: 20px;
  border-radius: 8px;
  width: 350px;
  text-align: left; /* Align text to the left */
}
.index .impact-section .impact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.index .impact-section .impact-item .square {
  width: 35%; /* 50% of the parent width */
  height: 100px;
  background-color: #ff9100;
  margin-right: 10px;
}
.index .impact-section .impact-item .text {
  width: 65%; /* Remaining 50% for the text */
  display: flex;
  flex-direction: column;
  height: 100px;
  justify-content: end;
}
.index .impact-section .impact-item .text h2 {
  font-size: 24px;
  color: #ff9100;
  margin: 0;
  font-size: 40px;
}
.index .impact-section .impact-item .text p {
  font-size: 12px;
  color: #17322e;
  background-color: #17322e;
  padding: 2px 5px;
  color: #fff;
  margin-bottom: 0px !important;
}
.index .impact-section .impact-button {
  background-color: #ff9100;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
}
.index .impact-section .impact-button:hover {
  background-color: #e07a00;
}

.mission-vision {
  position: relative;
  min-height: 100vh;
}
.mission-vision .img-template {
  background: url(../../images/mission-vision.jpg);
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 10%;
}
.mission-vision .setup {
  width: 55%;
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.mission-vision .heading {
  font-size: 18px !important;
  font-weight: 500;
  background: #125B57;
  color: white;
  padding: 10px 15px;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.mission-vision .text-body {
  text-align: center;
  padding: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.mission-vision .text-content-1 {
  text-align: center;
  margin-bottom: 30px;
}
.mission-vision .text-content-2 {
  font-size: 20px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mission-vision .setup {
    width: 100%;
  }
  .mission-vision .eq-column {
    border: 1px solid gainsboro;
  }
}
.mission-vision .strg-goal {
  font-size: 30px !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.team {
  position: relative;
  min-height: 100vh;
}
.team .img-template {
  background: url(../../images/team.jpg);
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.team .information-box {
  color: #434343 !important;
}
.team .team-profile strong {
  color: #125B57 !important;
  cursor: pointer;
  color: #434343;
}
.team .team-profile strong:hover {
  text-decoration: underline;
}
.team .team-profile span {
  color: #434343;
}
.team .modal-header {
  background-color: #326332;
  color: white;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.team .modal-content {
  border-radius: 7px !important;
}
.team .btn-secondary {
  background-color: #326332 !important;
  border: #326332 !important;
}
.team .btn-secondary:hover {
  background-color: #326332 !important;
  border: #326332 !important;
}

.our-values {
  position: relative;
  min-height: 100vh;
}
.our-values .values-img-1 {
  height: 100px;
}
.our-values .values-img-2 {
  height: 120px;
}
.our-values .values-img-3 {
  height: 100px;
}
.our-values .values-img-4 {
  height: 100px;
}
.our-values .img-template {
  background: url(../../images/values.jpg);
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.our-values .information-box {
  color: #434343 !important;
}

.operating-model {
  position: relative;
  min-height: 100vh;
}
.operating-model .img-template {
  background: url(../../images/operating-model.jpg);
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.operating-model .information-box {
  color: #434343 !important;
}

.news {
  position: relative;
  min-height: 100vh;
}
.news .img-template {
  background: url(../../images/news.jpg);
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.news .information-box {
  color: #434343 !important;
}
.news .heading {
  color: #125B57;
  font-weight: 600;
}
.news .discription {
  font-size: 15px !important;
  padding-bottom: 60px;
}
.news .date {
  font-size: 15px !important;
  color: #125B57;
}
.news .news-title {
  font-size: 32px !important;
  font-weight: 700;
}
.news .seeAll {
  outline: none;
  border: none;
  color: white;
  cursor: pointer;
}
.news .btn-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.news .read-more {
  bottom: 10px;
}

.partners {
  position: relative;
  min-height: 100vh;
}
.partners .img-template {
  background: url(../../images/partners.jpg);
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.partners .graphic {
  background: white;
}
.partners .disc p {
  font-size: 18px !important;
  font-weight: 500;
}
.partners .moe {
  background: #4e4ecc;
}

.careers {
  position: relative;
  min-height: 100vh;
}
.careers .img-template {
  background: url(../../images/careers.jpg);
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.careers .graphic {
  background: white;
}
.careers .heading {
  color: #054906;
  font-weight: 600;
}
.careers .discription {
  font-size: 15px !important;
  padding-bottom: 60px;
}
.careers .date {
  font-size: 15px !important;
  color: #054906;
}
.careers .news-title {
  font-size: 32px !important;
  font-weight: 700;
}
.careers .seeAll {
  outline: none;
  border: none;
  color: white;
  cursor: pointer;
}
.careers .btn-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.careers .card-header {
  border-radius: 0px !important;
  font-weight: 500 !important;
  background-color: white !important;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}
.careers .fa-angle-down {
  transition: 0.3s;
  color: #bbafaf;
}
.careers .angle-up {
  color: #444040;
  transform: rotate(-90deg);
  transition: 0.3s;
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
}
.careers .border-animated {
  border: solid 2px #dd9e5c !important;
  transition: border-width 0.6s linear;
}
.careers .job-title {
  color: #F4910F;
  text-transform: uppercase;
}
.careers .pannel-container {
  border-top: 0px;
}
.careers .pannel-container-title {
  border-top: 1px solid gainsboro;
  padding: 15px;
  cursor: pointer;
}
.careers .pannel-container-dis {
  display: none;
  padding: 15px;
  border-top: 1px solid gainsboro;
}
.careers .jd {
  background-color: #7c4d25 !important;
}
.careers .job_description {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  color: #603a26;
  background-color: transparent !important;
  border: 2px solid #f4910f;
}
.careers .advertise {
  font-family: Roboto;
  font-size: 20px !important;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-align: left;
  color: #603a26;
  border-radius: 8px;
}
.careers .department {
  font-family: Inter;
  font-size: 24px !important;
  font-weight: 400;
  line-height: 29.07px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #603a26;
}
.careers .designation {
  font-family: Inter;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 29.07px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #603a26;
}
.careers .place_icon {
  color: #603a26;
  padding-right: 5px;
}
.careers .place {
  font-size: 14px !important;
  line-height: 18.77px;
  text-align: left;
  color: #603a26;
}
.careers .job_type {
  font-family: Roboto;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 18.77px;
  text-align: left;
  color: #603a26;
}
.careers .job_type_icon {
  color: #603a26;
  padding-right: 5px;
}
.careers .btn_box {
  display: flex;
  justify-content: end;
  align-items: center;
}

.our-story {
  position: relative;
  min-height: 100vh;
}
.our-story .img-template {
  background: url(../../images/our_story.jpg);
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.our-story .graphic {
  background: white;
}
.our-story .orange-pannel .year-border {
  position: relative;
  border-left: 1px solid white;
}
.our-story .orange-pannel .year-title {
  position: absolute;
  bottom: -18px;
  left: 15px;
  font-weight: 600;
  font-family: initial !important;
  font-size: 25px !important;
  color: #e88f0a;
}
.our-story .orange-pannel .dots {
  z-index: 1;
  background: #e88f0a;
  bottom: -9px;
  right: -11px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.our-story .orange-pannel .discription {
  position: relative;
  border-right: 1px solid white;
  border-bottom: 2px solid #e88f0a;
}
.our-story .orange-pannel .discription .discription-title {
  font-weight: 600;
  font-size: 25px !important;
}
.our-story .orange-pannel .discription .discription-text {
  padding-right: 25px;
  padding-bottom: 25px;
  text-align: justify;
}
.our-story .green-pannel .year-border {
  border-right: 1px solid white;
  position: relative;
}
.our-story .green-pannel .year-title {
  position: absolute;
  bottom: -18px;
  right: 15px;
  font-weight: 600;
  font-family: initial !important;
  font-size: 25px !important;
  color: #054906;
}
.our-story .green-pannel .dots {
  background: #054906;
  bottom: -9px;
  right: -11px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 1;
}
.our-story .green-pannel .discription {
  border-left: 1px solid white;
  border-bottom: 2px solid #054906;
}
.our-story .green-pannel .discription .discription-title {
  text-align: right;
  font-weight: 600;
  font-size: 25px !important;
}
.our-story .green-pannel .discription .discription-text {
  padding-left: 25px;
  padding-bottom: 25px;
  text-align: justify;
}
.our-story .page-bg {
  background-color: #dee3d3;
}
.our-story .img-pd {
  padding: 50px;
}
.our-story .last-gap {
  border-bottom: 0px;
  height: 100px !important;
  border-bottom: 0px solid #054906 !important;
}
.our-story .story-2022 {
  font-weight: 600;
  font-family: initial !important;
  font-size: 25px !important;
  color: #054906;
  margin-top: 20px;
}

.grow-forest {
  position: relative;
  min-height: 100vh;
}
.grow-forest .img-template {
  background: url(../../images/grow-forest.jpg);
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.grow-forest label {
  display: inline-block;
  margin-bottom: 0px;
}
.grow-forest input {
  margin-bottom: 5px;
  margin-top: 5px;
}
.grow-forest button:focus,
.grow-forest button:active {
  border: 1px solid #d2cbcb;
  outline: none;
}
.grow-forest button {
  border: 1px solid #dfd9d9;
  outline: none;
  margin-bottom: 5px;
  margin-top: 5px;
}
.grow-forest #decrease {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.grow-forest #increase {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.grow-forest .certificate-img {
  border-radius: 25px;
}
.grow-forest .note {
  padding: 0;
  margin: 0;
}
.grow-forest .note li {
  font-size: 14px;
  color: #8b8b8b !important;
  list-style: none !important;
}

.protect-forest {
  position: relative;
  min-height: 100vh;
}
.protect-forest .img-template {
  background: url(../../images/protect-forest.jpg);
  /* For WebKit*/
  /* Mozilla*/
  /* Opera*/
  background-size: cover;
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: 20% 40%;
}
.protect-forest #donationAmount {
  padding-left: 40px !important;
}
.protect-forest input:focus {
  border: 1px solid gray;
  outline: none;
}
.protect-forest .donation-amount {
  outline: none;
  border: none;
  border: 2px solid #054906;
  background-color: white;
}
.protect-forest .inr {
  position: absolute;
  top: 8px;
  left: 20px;
  color: #b5b5b5;
}
.protect-forest .note {
  padding: 0;
  margin: 0;
}
.protect-forest .note li {
  font-size: 14px;
  color: #8b8b8b !important;
  list-style: none !important;
}/*# sourceMappingURL=module.css.map */