.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.notify {
  background-color: red;
  background-image: linear-gradient(90deg, #4ebb4a, #1287c4);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.notifyhead {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.notifylink {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-link {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph {
  color: #393939;
  text-align: left;
  justify-content: center;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  line-height: 23px;
  display: block;
}

.paragraph.notify-para {
  color: #fff;
  font-size: 12px;
}

.notify-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-view {
  border-right: 1px solid #fff;
  height: 15px;
  margin-left: 0;
  margin-right: 6px;
  padding-right: 8px;
}

.brand {
  width: 11%;
  padding-top: 0;
}

.nav-menu {
  float: none;
}

.nav-link {
  padding-left: 28px;
  padding-right: 28px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.nav-link.w--current {
  color: #4ebb4a;
}

.nav-link.navbutton {
  color: #4ebb4a;
  border: 1px solid #4ebb4a;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  padding: 10px 18px;
  font-size: 11px;
  font-weight: 500;
}

.container {
  color: #333;
  text-align: left;
  width: auto;
  min-width: 0;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.container.content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 1170px;
  height: 100%;
  display: flex;
}

.navbar {
  background-color: #fff;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.section {
  margin-top: 60px;
}

.section.sectionbg {
  background-image: url('../images/group-children.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.footerbg {
  background-image: url('../images/footerbg.png');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
}

.section.section-about {
  background-image: url('../images/about-banner.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 430px;
  margin-top: 0;
  display: flex;
}

.section.section-program {
  background-image: url('../images/programs-banner.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 430px;
  margin-top: 0;
  display: flex;
}

.section.section-news-bg {
  background-color: #ddd;
  justify-content: center;
  align-items: center;
  height: 430px;
  margin-top: 0;
  display: flex;
}

.section.logo-section {
  background-color: #1287c408;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.section-get {
  background-image: url('../images/get-banner.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 430px;
  margin-top: 0;
  display: flex;
}

.section.contribute-sec {
  background-color: #fbfbfb;
  padding-bottom: 80px;
}

.section.slider-bg {
  background-color: #f8fbfd;
  padding-top: 40px;
  padding-bottom: 10px;
}

.grid-section {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.grid-card {
  justify-content: center;
  align-items: flex-start;
}

.heading {
  text-align: left;
  letter-spacing: .1px;
  margin-top: 15px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.heading.center {
  text-align: center;
}

.heading-text {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.impact-grid {
  grid-column-gap: 125px;
  grid-row-gap: 125px;
}

.impact-view {
  background-color: #ffffff1a;
  border: 1px solid #ffffff4f;
  border-radius: 5px;
  align-items: center;
}

.impact-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
}

.impact-icon {
  width: 17%;
}

.image-2 {
  width: auto;
}

.impact-head {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.impact-count {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text {
  font-family: Quicksand, sans-serif;
  font-size: 41px;
}

.collaborators-grid {
  justify-content: center;
  align-items: center;
}

.slide {
  background-image: url('../images/wild-naturebanner.webp');
  background-position: 0 0;
  background-size: 100% 100%;
}

.slide-2 {
  background-image: url('../images/nature-banner.webp');
  background-position: 0 0;
  background-size: 100% 100%;
}

.slide-heading {
  color: #fff;
  text-align: center;
  max-width: 56%;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Quicksand, sans-serif;
  font-size: 63px;
  line-height: 60px;
}

.slider {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: block;
}

.slide-para {
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  width: 80%;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  line-height: 25px;
}

.header-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0%;
  max-width: 84%;
  display: flex;
}

.slide-3 {
  background-image: url('../images/Get-involved.webp');
  background-position: 0 0;
  background-size: 100% 100%;
}

.slide-4 {
  background-image: url('../images/Shop.webp');
  background-position: 0 0;
  background-size: 100% 100%;
}

.footer-inner {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
}

.footer-first-sec {
  width: 34%;
}

.link-block {
  width: 170px;
}

.footer-aboutsec {
  color: #fff;
  letter-spacing: .5px;
  width: 88%;
  margin-top: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.footer-heading {
  color: #fff;
  font-family: Bona Nova, sans-serif;
  font-size: 19px;
}

.contact-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.contact-txt {
  color: #fff;
  font-weight: 400;
}

.contact-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 25px;
  text-decoration: none;
}

.contact-img {
  height: 21px;
}

.footer-third-sec {
  width: 39%;
}

.footer-third-grid {
  display: flex;
}

.footer-icon-list {
  width: 50%;
}

.footer-menu-link {
  color: #fff;
  margin-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer-icon-link {
  width: 50%;
}

.social-icon-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-3 {
  width: 30px;
  height: 30px;
}

.copy-right-section {
  background-image: linear-gradient(#060606, #060606);
}

.heading-3 {
  color: #fff;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.slide-head {
  color: #333;
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.slide-5 {
  background-image: linear-gradient(#0000, #0000);
}

.slide-para-view {
  color: #393939;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  line-height: 25px;
}

.slide-button {
  color: #676767;
  background-color: #0000;
  border: 2px solid #4ebb4a;
  padding: 10px 35px;
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.slider-2 {
  background-color: #0000;
}

.slide-view {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4, .image-5 {
  width: 100%;
}

.banner-heading {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 45px;
  font-weight: 600;
  display: block;
}

.banner-head {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.about-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.story-para {
  color: #393939;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  line-height: 25px;
}

.story-head {
  color: #1287c4;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
}

.story-first-content {
  display: flex;
}

.story-first-content.story-view {
  margin-top: 20px;
}

.story-pick {
  width: 100%;
}

.teamgrid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.team-member {
  align-items: center;
}

.member-name {
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
}

.member-para {
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.member-position {
  color: #393939;
  margin-top: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.member-img {
  width: 58%;
}

.program-head {
  color: #333;
  margin-top: 0;
  font-size: 35px;
}

.program-para {
  color: #393939;
  border: 0 solid #393939;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.bold-para {
  color: #1287c4;
}

.know-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.insta-pick {
  height: 2em;
}

.link {
  color: #000;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.program-view {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-cover {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.gallery-section-carousel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.gallery-carousel-image-square {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  padding: 12px;
  box-shadow: 0 1px 2px #23272e14;
}

.gallery-carousel-image-landscape {
  aspect-ratio: 3 / 2;
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.gallery-carousel-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.gallery-carousel {
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.code-embed {
  display: none;
}

.gallery-section-7 {
  background-color: #f6f7f9;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.news-heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.get-heading {
  color: #fff;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.get-head {
  color: #333;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.quick-para {
  color: #393939;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.list-head {
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.contribute-part {
  display: flex;
}

.contribute-view {
  justify-content: center;
  align-items: center;
  width: 54%;
  display: flex;
}

.contribute-content {
  width: 71%;
}

.qr-sec {
  width: 29%;
  padding-left: 20px;
  padding-right: 20px;
}

.contribute-address {
  width: 46%;
}

.contribute-address-part {
  background-color: #1287c4;
  padding: 25px;
}

.para-content-detail {
  color: #fff;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  line-height: 34px;
}

.volunteer-link {
  color: #4ebb4a;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.get-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.get-dots {
  margin-top: -7px;
}

.getpara {
  color: #393939;
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.dots {
  color: #6ec1e4;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 59px;
  line-height: 0;
}

.link-3 {
  text-decoration: none;
}

.come-text {
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 60px;
}

.shop-grid {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.shop-pick {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.shop-lightbox {
  display: block;
}

.shop-image {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
}

.logo-flow {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.logo-slider {
  width: 25%;
}

.slider-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  flex: none;
}

.slide-featured-view {
  width: 25%;
  overflow: hidden;
}

.logo-image {
  width: 192px;
}

.contact-banner-sec {
  background-image: url('../images/contact-banner.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 430px;
  display: flex;
}

.cotact-heading {
  letter-spacing: .1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
}

.info-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.contact-info-icon {
  width: 23px;
  height: 23px;
}

.contact-info-view {
  color: #393939;
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.contact-form-part {
  border: 1px solid #bababa;
  margin-bottom: 0;
  padding: 38px;
  display: block;
}

.contact-form {
  justify-content: space-between;
  display: flex;
}

.contact-form-view {
  width: 44%;
  padding-bottom: 30px;
}

.submit-button {
  float: right;
  color: #676767;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #0000;
  border: 2px solid #4ebb4a;
  border-radius: 4px;
  width: 152px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 9px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
}

.form-block {
  margin-bottom: 0;
}

.map-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.map-section.map-section-first {
  padding-top: 90px;
  padding-left: 70px;
  padding-right: 70px;
}

.map-section.map-section-second {
  padding-top: 95px;
  padding-left: 120px;
  padding-right: 120px;
}

.map-section.map-section-third {
  padding-top: 93px;
  padding-left: 70px;
  padding-right: 70px;
}

.map-section.map-section-fourth {
  padding-top: 83px;
  padding-left: 120px;
  padding-right: 120px;
}

.map-section.map-section-fifth {
  padding-top: 90px;
  padding-left: 120px;
  padding-right: 120px;
}

.map-view {
  width: 33%;
}

.map-view.map-view-part {
  width: 55%;
}

.map-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.map-pick {
  flex: none;
  order: 0;
  width: 75px;
  display: flex;
}

.map-para {
  color: #393939;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.map-road {
  background-image: url('../images/roar.webp');
  background-position: 0 0;
  background-size: cover;
  min-height: 1081px;
}

.news-para {
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.contact-icon-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link-icon-detail {
  height: 2em;
}

.field-label {
  font-size: 14px;
}

.star {
  color: red;
  font-size: 16px;
}

.qr-head {
  color: #1287c4;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.map-single-road {
  display: none;
}

.text-field {
  border-top: 0 solid red;
  border-bottom: 1px solid #4ebb4a;
  border-left: 0 solid red;
  border-right: 0 solid #0000;
}

.text-field-2, .text-field-3, .text-field-4, .textarea {
  border: 1px solid #0000;
  border-bottom-color: #4ebb4a;
}

.dropdown-links {
  background-color: #fff;
}

.dropdown-links:hover {
  color: #4ebb4a;
  border-bottom: 0 #00fd8f;
}

.page-wrapper {
  padding-top: 100px;
}

.page-top {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.text-block {
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.clients-one-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 85px;
}

.clients-one-logo-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 60px;
}

.client-one-logo {
  flex: none;
}

.client-icon {
  margin-top: 8px;
}

.platform-one-position-image-one {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.platform-one-position-image-two {
  z-index: 1;
  position: absolute;
  inset: 10% 12% auto auto;
}

.reviews-one-iconbox {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  letter-spacing: -.18px;
  justify-content: flex-start;
  align-items: center;
}

.platform-one-content {
  flex: 1;
}

.platform--one-background-color {
  background-image: linear-gradient(225deg, #f5e4f9, #bfbdff1f);
  width: 397px;
  height: 512px;
  position: absolute;
  inset: auto 0% 0% 70px;
}

.platform--one-background-color.border-radius-twenty {
  bottom: 0%;
}

.platform-one-image-wrap {
  flex: 1;
  max-width: 610px;
  padding-top: 263px;
  padding-bottom: 50px;
  padding-left: 158px;
  position: relative;
}

.gradient-color-text-one {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(254deg, #4d5ff8, #ee6b60);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
}

.platform-one-position-image {
  box-shadow: 5px 4px 25px #ede4f080;
}

.platform-one-content-text {
  width: 100%;
  max-width: 513px;
  padding-top: 9px;
  padding-bottom: 14px;
  position: relative;
}

.platform-one-content-text.variations-one-content-two {
  padding-bottom: 20px;
}

.color-dark {
  color: #171a35;
}

.body-text-color {
  color: #5e6075;
}

.reviews-one-iconbox-text {
  color: #171a35;
}

.reviews-one-iconbox-text.reviewstwo-iconbox-text {
  font-size: 20px;
  font-weight: 500;
}

.client-marquee-container {
  max-width: 1060px;
}

.heading-style-h6 {
  color: #171a35;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.platform-three {
  padding-top: 95px;
}

.platform-one-heading {
  max-width: 440px;
  padding-top: 9px;
  padding-bottom: 26px;
}

.container-2 {
  width: 100%;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.platform-one-image {
  z-index: 1;
  position: relative;
  bottom: 0;
}

.platform-one-main-image {
  box-shadow: 5px 4px 25px #ede4f080;
}

.marquee-one-wrapper {
  justify-content: flex-start;
  align-items: center;
}

.platform-one-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.border-radius-twenty {
  border-radius: 20px;
}

.platform-one-inner-content {
  padding-bottom: 23px;
}

.platform-one-inner-content.two {
  padding-bottom: 0;
}

.platform-one-line {
  background-color: #d7d7d7;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.grid-2 {
  grid-column-gap: 22px;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
  place-items: start;
}

.div-block {
  display: flex;
}

.grid-3 {
  grid-column-gap: 18px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.seltzer {
  width: 100%;
  max-width: none;
}

.lacroix {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}

.lacroix.cran-raspberry, .lacroix.pure, .lacroix.lime, .lacroix.passionfruit {
  background-image: linear-gradient(#0000, #0000);
  align-items: stretch;
  padding: 0%;
}

.lacroix.apricot {
  background-image: linear-gradient(#0000, #0000);
  justify-content: flex-start;
  align-items: stretch;
  padding: 0%;
}

.lacroix.lemon, .lacroix.berry {
  background-image: linear-gradient(#0000, #0000);
  align-items: stretch;
  padding: 0%;
}

.div-part {
  display: flex;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-slider-img {
  width: 200px;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.heading-slider {
  color: #333;
  text-align: center;
  font-size: 32px;
}

.text-block-2 {
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
}

.home-category-image-2 {
  width: 220px;
  position: absolute;
  bottom: 17px;
  right: 21px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #a5c926;
  border-radius: 24px;
  justify-content: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px #a5c92680;
}

.button.small {
  border-radius: 20px;
  height: 40px;
  padding: 8px 24px;
  font-size: 13px;
  line-height: 24px;
}

.home-category-info-1 {
  margin-left: 224px;
}

.home-categories {
  justify-content: center;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.home-category-info-2 {
  text-align: right;
  margin-right: 224px;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.home-category-image-1 {
  width: 220px;
  position: absolute;
  bottom: 26px;
  left: 15px;
}

.home-category-card {
  color: #fff;
  background-color: #ffc12c;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.home-category-card.red {
  background-color: #fb416b;
  justify-content: flex-end;
}

.dfsdf {
  width: 100%;
}

.dfsdf.w--open {
  width: 600px;
  max-width: 500px;
}

@media screen and (min-width: 1280px) {
  .clients-one-logo-wrapper {
    padding-bottom: 120px;
  }

  .platform-one-content {
    flex: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
  }

  .nav-link.navbutton {
    margin-bottom: 10px;
    margin-left: 28px;
  }

  .container {
    min-width: 0;
  }

  .section.contribute-sec {
    padding-bottom: 40px;
  }

  .slide-heading {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
  }

  .slider {
    height: 400px;
  }

  .header-div {
    justify-content: space-between;
  }

  .footer-inner {
    flex-flow: column;
  }

  .footer-first-sec {
    width: 100%;
  }

  .footer-aboutsec, .footer-third-sec {
    width: 50%;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon-2 {
    color: #333;
  }

  .story-first-content {
    justify-content: center;
    align-items: center;
  }

  .teamgrid {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .member-name {
    color: #333;
  }

  .gallery-carousel {
    height: 350px;
  }

  .contribute-part {
    flex-flow: column;
  }

  .contribute-view, .contribute-address {
    width: 100%;
  }

  .map-section, .map-road {
    display: none;
  }

  .map-single-road {
    background-image: url('../images/single-road.png');
    background-position: 50%;
    background-repeat: repeat-y;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .map-single-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: right;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .map-single-vie {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 44%;
    display: flex;
  }

  .map-single-vie.margin-road {
    text-align: left;
    flex-flow: row;
    margin-top: 100px;
  }

  .map-single {
    height: 60px;
  }

  .single-para {
    color: #393939;
    font-family: Nunito Sans, sans-serif;
    font-size: 13px;
    line-height: 22px;
  }

  .paragraph-2 {
    font-family: Nunito Sans, sans-serif;
    font-size: 13px;
    line-height: 22px;
  }

  .dropdown-links {
    padding-left: 35px;
  }

  .clients-one-logo-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 57px;
  }

  .clients-one-logo-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-right: 40px;
  }

  .platform-one-position-image-one {
    display: none;
    position: static;
    left: 20%;
  }

  .platform-one-position-image-two {
    display: none;
  }

  .reviews-one-iconbox {
    justify-content: flex-start;
    align-items: center;
  }

  .platform-one-content {
    width: 100%;
  }

  .platform--one-background-color.border-radius-twenty {
    display: none;
  }

  .platform-one-image-wrap {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .heading-style-h6 {
    font-size: 20px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .dropdown-toggle, .dropdown-toggle-2 {
    padding-left: 28px;
  }

  .home-category-image-2 {
    width: 176px;
  }

  .button:hover {
    transform: none;
  }

  .home-category-info-1 {
    margin-left: 176px;
  }

  .home-categories {
    flex-direction: column;
    max-width: 480px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-category-info-2 {
    margin-right: 182px;
  }

  .home-category-image-1 {
    width: 176px;
    left: 10px;
  }

  .home-category-card {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
  }

  .home-category-card.red {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .notify {
    display: none;
  }

  .brand {
    width: 22%;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    margin-top: 20px;
  }

  .section.section-about, .section.section-program, .section.section-news-bg, .section.section-get {
    height: 345px;
  }

  .section.slider-bg {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .grid-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .impact-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bold-text {
    font-size: 29px;
    line-height: 28px;
  }

  .slide-heading {
    color: #fff;
    max-width: 95%;
    font-size: 30px;
    line-height: 35px;
  }

  .slider {
    height: 345px;
  }

  .slide-para {
    width: 95%;
  }

  .slide-content {
    max-width: 95%;
  }

  .footer-inner {
    flex-flow: column;
    margin-top: 30px;
  }

  .footer-first-sec {
    width: 100%;
  }

  .footer-aboutsec {
    width: 88%;
  }

  .footer-third-sec {
    width: 100%;
    padding-left: 0;
  }

  .footer-third-grid {
    flex-flow: column;
  }

  .footer-icon-list, .footer-icon-link {
    width: 100%;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon-2 {
    color: #333;
  }

  .slide-head {
    font-size: 25px;
  }

  .slider-2 {
    height: auto;
  }

  .slide-view {
    flex-flow: wrap-reverse;
  }

  .banner-heading {
    font-size: 35px;
  }

  .about-heading {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .story-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .story-content {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .story-first-content {
    flex-flow: column;
  }

  .teamgrid {
    padding-left: 0;
    padding-right: 0;
  }

  .program-head {
    font-size: 25px;
  }

  .program-content, .progran-image-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .program-view {
    flex-flow: row-reverse wrap-reverse;
  }

  .gallery-section-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .news-heading {
    font-size: 25px;
  }

  .get-heading {
    font-size: 35px;
  }

  .get-image-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .get-head {
    font-size: 25px;
  }

  .contribute-view {
    flex-flow: column;
  }

  .contribute-content {
    width: 100%;
  }

  .qr-sec {
    width: 100%;
    padding-bottom: 10px;
  }

  .come-text {
    font-size: 30px;
  }

  .contact-banner-sec {
    height: 345px;
  }

  .cotact-heading {
    font-size: 25px;
  }

  .contact-form-part {
    padding: 20px;
  }

  .contact-part-detail {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-icon-link {
    margin-bottom: 20px;
  }

  .map-single-road {
    padding-left: 10px;
    padding-right: 10px;
  }

  .map-single-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .map-single-vie {
    flex-flow: column;
    align-items: flex-end;
  }

  .map-single-vie.margin-road {
    flex-flow: column;
    align-items: flex-start;
  }

  .get-content {
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper {
    padding-top: 60px;
  }

  .clients-one-logo-wrapper {
    padding-top: 38px;
    padding-bottom: 60px;
  }

  .platform-one-position-image-one {
    position: static;
  }

  .platform-one-content {
    align-items: stretch;
    padding-bottom: 30px;
  }

  .platform-one-image-wrap {
    max-width: none;
    padding-bottom: 0;
  }

  .platform-one-content-text {
    max-width: none;
  }

  .reviews-one-iconbox-text.reviewstwo-iconbox-text, .heading-style-h6 {
    font-size: 18px;
  }

  .platform-one-heading {
    max-width: none;
  }

  .platform-one-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .page-padding.s0 {
    margin-top: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown-toggle, .dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 28px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 35%;
  }

  .nav-menu {
    background-color: #fff;
  }

  .container {
    min-width: 0%;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .slide-heading {
    max-width: 95%;
    font-size: 30px;
    line-height: 35px;
  }

  .slider {
    height: 345px;
  }

  .slide-para {
    width: 95%;
  }

  .footer-inner {
    flex-flow: column;
  }

  .footer-first-sec, .footer-third-sec {
    width: 100%;
  }

  .footer-third-grid {
    flex-flow: column;
  }

  .footer-icon-list, .footer-icon-link {
    width: 100%;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .icon-2 {
    color: #333;
  }

  .teamgrid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-section-carousel, .gallery-carousel-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .gallery-carousel {
    height: 200px;
  }

  .contact-form-part {
    padding: 20px;
  }

  .contact-form {
    flex-flow: column;
  }

  .contact-form-view {
    width: 100%;
  }

  .clients-one-logo-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-right: 30px;
  }

  .platform-one-position-image-two {
    display: none;
  }

  .reviews-one-iconbox {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .reviews-one-iconbox-text.no-margin {
    margin-top: -5px;
  }

  .platform-one-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 0;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .home-category-image-2 {
    margin-top: -48px;
    margin-bottom: 12px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .home-category-info-1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .home-category-info-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .home-category-image-1 {
    width: 80%;
    margin-top: -48px;
    margin-bottom: 16px;
    margin-left: -8px;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .home-category-card {
    flex-direction: column;
    padding-top: 0;
  }

  .home-category-card.red {
    margin-top: 80px;
  }
}

#w-node-_2994694d-403e-aa0d-0cc1-b0d90e9575f6-2b669668, #w-node-_2e7a331a-75b0-aa73-d870-391973cd6759-2b669668, #w-node-_57d25d43-cea0-c097-d0e6-602bc5e0b2ef-2b669668 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7cd18c77-9438-f24b-1264-e1a998b84bd1-2b669668 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0c31fc40-1c9c-7b6b-8919-d995b8a6ae3c-2b669668 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_46691e0d-182d-0bd1-2fa3-0039c4b850ef-634ca419 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3eed1fde-382d-5f2d-5a8f-307dd31212d3-86e8f407 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  #w-node-_46691e0d-182d-0bd1-2fa3-0039c4b850ef-634ca419 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2994694d-403e-aa0d-0cc1-b0d90e9575f6-2b669668, #w-node-_2e7a331a-75b0-aa73-d870-391973cd6759-2b669668, #w-node-_57d25d43-cea0-c097-d0e6-602bc5e0b2ef-2b669668, #w-node-_7cd18c77-9438-f24b-1264-e1a998b84bd1-2b669668 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0c31fc40-1c9c-7b6b-8919-d995b8a6ae3c-2b669668 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_46691e0d-182d-0bd1-2fa3-0039c4b850ef-634ca419 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3eed1fde-382d-5f2d-5a8f-307dd31212d3-86e8f407 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2994694d-403e-aa0d-0cc1-b0d90e9575f6-2b669668, #w-node-_2e7a331a-75b0-aa73-d870-391973cd6759-2b669668, #w-node-_57d25d43-cea0-c097-d0e6-602bc5e0b2ef-2b669668 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3eed1fde-382d-5f2d-5a8f-307dd31212d3-86e8f407 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


