@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  color: #ee8337;
}

html {
  scroll-behavior: smooth;
}

#wrapper {
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .container {
    width: 90% !important;
  }
}

.menu-list {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: none;
}

.menu-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-list li a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

#nav-icon2, #nav-icon-mobile {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span, #nav-icon-mobile span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even), #nav-icon-mobile span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd), #nav-icon-mobile span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2), #nav-icon-mobile span:nth-child(1), #nav-icon-mobile span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4), #nav-icon-mobile span:nth-child(3), #nav-icon-mobile span:nth-child(4) {
  top: 18px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6), #nav-icon-mobile span:nth-child(5), #nav-icon-mobile span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6), #nav-icon-mobile.open span:nth-child(1), #nav-icon-mobile.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5), #nav-icon-mobile.open span:nth-child(2), #nav-icon-mobile.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1), #nav-icon-mobile.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2), #nav-icon-mobile.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3), #nav-icon-mobile.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4), #nav-icon-mobile.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5), #nav-icon-mobile.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}

#nav-icon2.open span:nth-child(6), #nav-icon-mobile.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

.slide-out-menu {
  right: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: #ee8337;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4em;
}

@media (min-width: 60em) {
  .slide-out-menu {
    display: none;
  }
}

.slide-out-menu.active {
  top: 0;
}

.slide-out-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-out-menu ul li {
  color: white;
  padding: 1em 0;
}

.slide-out-menu ul li a {
  text-decoration: none;
  color: white;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
}

.home .brand {
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.body-scrolled .brand {
  opacity: 1;
}

.hero-banner {
  background-size: cover;
}

@media (min-width: 60em) {
  .hero-banner {
    background-size: 110% 110%;
    background-position: center center;
  }
}

@-webkit-keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}

.s-btn {
  position: relative;
}

.s-btn:before {
  position: absolute;
  content: "";
  right: -1em;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-left: 19px solid white;
  border-bottom: 24px solid transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.n-btn {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.midhome:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.7;
  position: absolute;
}

@media (min-width: 60em) {
  .midhome:before {
    opacity: 0;
  }
}

.news-sc .container {
  max-width: 90%;
}

@media (min-width: 48em) {
  .news-sc .container {
    max-width: 45em;
  }
}

@media (min-width: 60em) {
  .news-sc .container {
    max-width: 1200px;
  }
}

.news-sc .container .news-box:hover .baks {
  background-color: white;
}

.news-sc .container .news-box:hover h1, .news-sc .container .news-box:hover p, .news-sc .container .news-box:hover span {
  color: #ee8337 !important;
}

.news-sc .container .news-box h1, .news-sc .container .news-box p, .news-sc .container .news-box span, .news-sc .container .news-box .baks {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.news-sc .container .bcon-img p {
  display: none;
}

.news-sc .container .bcon-img p:nth-child(1) {
  color: white;
  font-size: 1em;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
}

.news-sc .container .bcon p {
  display: none;
}

.news-sc .container .bcon p:nth-child(1) {
  display: block;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 1em;
  font-weight: 400;
}

.news-sc .container .bcon p:nth-child(2) {
  color: white;
  font-size: 1em;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
}

.bg-grade-mo .news-box:hover .baks {
  background-color: white;
}

.bg-grade-mo .news-box:hover h1, .bg-grade-mo .news-box:hover p, .bg-grade-mo .news-box:hover span {
  color: #ee8337 !important;
}

.bg-grade-mo .news-box h1, .bg-grade-mo .news-box p, .bg-grade-mo .news-box span, .bg-grade-mo .news-box .baks {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.bg-grade-mo .bcon-img p {
  display: none;
}

.bg-grade-mo .bcon-img p:nth-child(1) {
  color: white;
  font-size: 1em;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
}

.bg-grade-mo .bcon p {
  display: none;
}

.bg-grade-mo .bcon p:nth-child(1) {
  display: block;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 1em;
  font-weight: 400;
}

.bg-grade-mo .bcon p:nth-child(2) {
  color: white;
  font-size: 1em;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
}

.other-news .bcon-img p {
  display: none;
}

.other-news .bcon-img p:nth-child(1) {
  color: #ee8337;
  font-size: 1em;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
}

.other-news .bcon p {
  display: none;
}

.other-news .bcon p:nth-child(1) {
  color: #ee8337;
  font-size: 1em;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: "Roboto", sans-serif;
}

.other-news .baks {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.other-news .baks .ltd {
  width: 100%;
}

@media (min-width: 48em) {
  .other-news .baks .ltd {
    width: calc(100% - 25em);
  }
}

.other-news .baks .ltd h1, .other-news .baks .ltd p, .other-news .baks .ltd span {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.other-news .baks .excerpt h1, .other-news .baks .excerpt p, .other-news .baks .excerpt span {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.other-news .baks:hover {
  background-color: #ee8337;
}

.other-news .baks:hover .ltd h1, .other-news .baks:hover .ltd p, .other-news .baks:hover .ltd span {
  color: white;
}

.other-news .baks:hover .excerpt h1, .other-news .baks:hover .excerpt p, .other-news .baks:hover .excerpt span {
  color: white;
}

section.cta form#cta_form .dform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

section.cta form#cta_form .dform .dform_element {
  width: 100%;
  margin: 0.5em 0;
}

@media (min-width: 48em) {
  section.cta form#cta_form .dform .dform_element {
    width: 49%;
  }
}

@media (min-width: 60em) {
  section.cta form#cta_form .dform .dform_element {
    width: 32.5%;
  }
}

section.cta form#cta_form .dform .dform_element input {
  width: 100%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.6);
  min-height: 2.6em;
  padding: 0.8em 1.7em;
  text-transform: capitalize;
  color: #1f5c30;
  opacity: 1;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

section.cta form#cta_form .dform .dform_element input::-webkit-input-placeholder {
  opacity: 0.6;
  color: #1f5c30;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

section.cta form#cta_form .dform .dform_element input:-ms-input-placeholder {
  opacity: 0.6;
  color: #1f5c30;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

section.cta form#cta_form .dform .dform_element input::-ms-input-placeholder {
  opacity: 0.6;
  color: #1f5c30;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

section.cta form#cta_form .dform .dform_element input::placeholder {
  opacity: 0.6;
  color: #1f5c30;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

section.cta form#cta_form .dform .submit_button input {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

section.cta form#cta_form .dform .submit_button input:hover {
  background-color: #1f5c30;
  color: white;
}

footer, .privacy-policy .banner {
  background: #b1ae9b;
  background: -webkit-gradient(linear, left bottom, left top, from(#b1ae9b), color-stop(68%, #c9c6b0), to(rgba(206, 203, 181, 0.959821)));
  background: linear-gradient(0deg, #b1ae9b 0%, #c9c6b0 68%, rgba(206, 203, 181, 0.959821) 100%);
}

.bg-grade-mo {
  background: #b1ae9b;
  background: -webkit-gradient(linear, left bottom, left top, from(#b1ae9b), color-stop(68%, #c9c6b0), to(rgba(206, 203, 181, 0.959821)));
  background: linear-gradient(0deg, #b1ae9b 0%, #c9c6b0 68%, rgba(206, 203, 181, 0.959821) 100%);
}

.showmore:before, .lus:before {
  left: 0;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #1f5c30;
  content: "";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.showmore:hover:before, .lus:hover:before {
  width: 100%;
}

.news.single .body p {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

.news.single .social-share svg path {
  fill: #cbc7b1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.news.single .social-share svg:hover path {
  fill: #1f5c30;
}

.about section.mission p {
  color: white !important;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  line-height: 2em;
  letter-spacing: 1px;
}

.about section.impact p {
  color: #1f5c30;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom: 2em;
}

span.eeFrontEdit {
  display: none !important;
}

.team.single .bio {
  width: 100%;
}

@media (min-width: 60em) {
  .team.single .bio {
    width: calc(100% - 20em);
  }
}

.team.single .bio p {
  color: #1f5c30;
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom: 2em;
  font-weight: 500;
}

section.special-box .colab-content p {
  width: 100%;
  max-width: 100%;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom: 2em;
  font-weight: 400;
}

@media (min-width: 48em) {
  section.special-box .colab-content p {
    max-width: 30em;
    margin-right: 8em;
  }
}

.partners .icons img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.partners .icons:hover img {
  opacity: 0.8;
}

.privacy-policy .the-content h1, .privacy-policy .the-content h2, .privacy-policy .the-content h3, .privacy-policy .the-content h4, .privacy-policy .the-content h5, .privacy-policy .the-content h6, .privacy-policy .the-content span, .privacy-policy .the-content p, .privacy-policy .the-content ul, .privacy-policy .the-content li, .privacy-policy .the-content a {
  font-family: "Roboto", sans-serif;
  color: #1f5c30;
  margin-bottom: 1em;
  font-weight: 500;
}

.privacy-policy .the-content h1 {
  font-size: 2.6em;
}

.privacy-policy .the-content h2 {
  font-size: 2.4em;
}

.privacy-policy .the-content h3 {
  font-size: 2em;
}

.privacy-policy .the-content h4 {
  font-size: 1.8em;
}

.privacy-policy .the-content h5 {
  font-size: 1.5em;
}

.privacy-policy .the-content h6 {
  font-size: 1.2em;
}

.privacy-policy .the-content p, .privacy-policy .the-content span {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom: 2em;
}

.error-404 .body-content a {
  position: relative;
}

.error-404 .body-content a:before {
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
  background-color: white;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.error-404 .body-content a:hover:before {
  width: 100%;
}

.ani-btn {
  position: relative;
}

.ani-btn:before {
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
  background-color: white;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.ani-btn:hover:before {
  width: 100%;
}

.relative {
  position: relative;
}

body.collaborations #nav-icon2 span {
  background-color: white;
}

body.collaborations .menu-list li a {
  color: white;
}

body.collaborations .icon-container .icons {
  width: 50%;
  margin: 0;
  padding: 1em 3em;
}

@media (min-width: 48em) {
  body.collaborations .icon-container .icons {
    width: 25%;
  }
}

@media (min-width: 60em) {
  body.collaborations .icon-container .icons {
    width: 20%;
  }
}

body.about #nav-icon2 span, body.news #nav-icon2 span {
  background-color: white;
}

body.about .menu-list li a, body.news .menu-list li a {
  color: white;
}
/*# sourceMappingURL=main.css.map */