html body .btn.btn-green@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("../fonts/ProximaNova-Light.eot");
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Th';
  src: url("../fonts/ProximaNova-Extrabld.eot");
  src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Bl';
  src: url("../fonts/ProximaNova-Black.eot");
  src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.ttf") format("truetype"), url("../fonts/ProximaNova-Black.svg#ProximaNova-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Th';
  src: url("../fonts/ProximaNovaT-Thin.eot");
  src: local("Proxima Nova Thin"), local("ProximaNovaT-Thin"), url("../fonts/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/ProximaNovaT-Thin.ttf") format("truetype"), url("../fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body {
  margin: 0;
  padding: 0;
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  /* timeline typography */
}

html body.menu-open {
  overflow: hidden;
}

html body a {
  text-decoration: none;
}

html body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}








html body .btndon {
  width: 150px;
  height: 50px;
  text-align: center;
	 background-color: #aecb06;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
	float: right;
}

/* 
@media (max-width: 767px) {
  html body .btndon {
    width: 240px;
    height: 55px;
	  visibility: hidden;
  }
}
 */

@media (max-width: 480px) {
  html body .btndon {
    width: 100;
    height: 50px;
    padding: 0 20px;
	   visibility: hidden;
  }
}

@media (max-width: 375px) {
  html body .btndon {
    padding: 0 15px;
	   visibility: hidden;
  }
}

html body .btndon.btn-green {
  background-color: #aecb06;
  color: #fff;
}

html body .btndon.btn-green:hover {
  border: 2px solid #aecb06;
  color: #aecb06;
  background-color: #4d897c;
}

html body .btn img {
  width: auto !important;
}



html body .btn {
  width: 272px;
  height: 66px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

@media (max-width: 767px) {
  html body .btn {
    width: 240px;
    height: 55px;
  }
}

@media (max-width: 480px) {
  html body .btn {
    width: auto;
    height: 50px;
    padding: 0 20px;
  }
}

@media (max-width: 375px) {
  html body .btn {
    padding: 0 15px;
  }
}

html body .btn.btn-green {
  background-color: #aecb06;
  color: #fff;
	margin-top: 20px;
}

html body .btn.btn-green:hover {
  border: 2px solid #aecb06;
  color: #aecb06;
  background-color: #4d897c;
}

html body .btn img {
  width: auto !important;
}

html body button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
}

html body .container {
  max-width: 1170px;
  margin: auto;
}

@media (max-width: 1200px) {
  html body .container {
    max-width: 970px;
  }
}

@media (max-width: 991px) {
  html body .container {
    max-width: 750px;
  }
}

@media (max-width: 767px) {
  html body .container {
    max-width: 94%;
  }
}

html body .container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

@media (min-width: 1440px) {
  html body .container-fluid {
    max-width: 1440px;
  }
}

html body .main-title {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin: 0;
}

@media (max-width: 991px) {
  html body .main-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  html body .main-title {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  html body .main-title {
    font-size: 32px;
  }
}

html body .grid {
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: -20px 0 0 -20px;
}

html body .grid .col {
  margin: 20px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html body .grid .col.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 20px);
          flex: 0 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
}

@media (max-width: 991px) {
  html body .grid .col.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33% - 20px);
            flex: 0 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}

@media (max-width: 767px) {
  html body .grid .col.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  html body .grid .col.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 20px);
            flex: 0 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

html body .grid .col.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33% - 20px);
          flex: 0 1 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
}

@media (max-width: 480px) {
  html body .grid .col.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 20px);
            flex: 0 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

html body .grid .col.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 20px);
          flex: 0 1 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

@media (max-width: 480px) {
  html body .grid .col.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 20px);
            flex: 0 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

html body header {
  width: 100%;
  display: block;
  position: relative;
  background: #fff;
  z-index: 9;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body header.shrink {
  position: sticky;
  position: -webkit-sticky;
  background-color: #fff;
  top: 0;
  z-index: 9;
}

html body header nav {
  width: 100%;
}

/* Logo responsive sizing - improved for both desktop and mobile */
html body header nav .logo .header-logo {
  width: 380px !important;
  height: auto;
  max-width: 100%;
  display: block;
}

@media (max-width: 1200px) {
  html body header nav .logo .header-logo {
    width: 340px !important;
  }
}

@media (max-width: 991px) {
  html body header nav .logo .header-logo {
    width: 300px !important;
  }
}

@media (max-width: 767px) {
  html body header nav .logo .header-logo {
    width: 280px !important;
  }
}

@media (max-width: 580px) {
  html body header nav .logo .header-logo {
    width: 260px !important;
  }
}

@media (max-width: 480px) {
  html body header nav .logo .header-logo {
    width: 240px !important;
  }
}

@media (max-width: 375px) {
  html body header nav .logo .header-logo {
    width: 220px !important;
  }
}
html body header nav .logo-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  html body header nav .logo-social .social-icon {
    display: none;
  }
}

html body header nav .logo-social .social-icon ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body header nav .logo-social .social-icon ul li {
  margin-right: 5px;
}

html body header nav .logo-social .social-icon ul li:last-child {
  margin-right: 0;
}

html body header nav .logo-social .social-icon ul li a {
  width: 30px;
  height: 30px;
  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;
  border: 1px solid #525252;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body header nav .logo-social .social-icon ul li a i {
  color: #525252;
  font-size: 18px;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body header nav .logo-social .social-icon ul li a:hover i {
  color: #4d897c;
}

html body header nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
}

@media (max-width: 767px) {
  html body header nav .logo img {
    width: 75%;
  }
}

html body header nav .responsive-menu-icon {
  display: none;
}

@media (max-width: 767px) {
  html body header nav .responsive-menu-icon {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    display: block;
    z-index: 12399994;
  }
  html body header nav .responsive-menu-icon::before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #aecb06;
    content: '';
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
  }
  html body header nav .responsive-menu-icon::after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #aecb06;
    border-bottom: 2px solid #aecb06;
    content: '';
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
  }
  html body header nav .responsive-menu-icon.menu-opened::before {
    top: 23px;
    background: #202020;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  html body header nav .responsive-menu-icon.menu-opened::after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #202020;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

html body header nav .main-navigation {
  width: 100%;
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
  background-color: #fff;
}

@media (max-width: 767px) {
  html body header nav .main-navigation {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: height .3s ease-in;
    -webkit-transition: height .3s ease-in;
    -moz-transition: height .3s ease-in;
    -ms-transition: height .3s ease-in;
    -o-transition: height .3s ease-in;
    visibility: hidden;
    position: absolute;
  }
  html body header nav .main-navigation.open {
    height: calc(100vh - 84px);
    opacity: 1;
    visibility: visible;
    overflow: auto;
  }
  html body header nav .main-navigation.open .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body header nav .main-navigation.open ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
  html body header nav .main-navigation.open ul li {
    height: auto;
    margin: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html body header nav .main-navigation.open ul li a {
    width: 100%;
    text-align: center;
  }
  html body header nav .main-navigation.open ul li a.open {
    background-color: #aecb06;
    color: #fff;
  }
  html body header nav .main-navigation.open ul li.dropdown .dropdown-menu, html body header nav .main-navigation.open ul li:hover .dropdown-menu {
    position: relative;
    width: 100%;
    top: 10px;
    background-color: #ececec;
  }
  html body header nav .main-navigation.open ul li.dropdown .dropdown-menu li, html body header nav .main-navigation.open ul li:hover .dropdown-menu li {
    margin: 0;
  }
}

html body header nav .main-navigation .social-icon.mob-block {
  display: none;
}

@media (max-width: 767px) {
  html body header nav .main-navigation .social-icon.mob-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  html body header nav .main-navigation .social-icon.mob-block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html body header nav .main-navigation .social-icon.mob-block ul li {
    padding: 0;
    margin: 0 2px;
  }
  html body header nav .main-navigation .social-icon.mob-block ul li:last-child {
    background-color: transparent;
  }
  html body header nav .main-navigation .social-icon.mob-block ul li a {
    width: 30px;
    height: 30px;
    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;
    border: 1px solid #525252;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
  }
  html body header nav .main-navigation .social-icon.mob-block ul li a i {
    color: #525252;
    font-size: 18px;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
  }
  html body header nav .main-navigation .social-icon.mob-block ul li a:hover i {
    color: #4d897c;
  }
}

html body header nav .main-navigation ul {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 60px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}

html body header nav .main-navigation ul li {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  html body header nav .main-navigation ul li {
    padding: 0 20px;
  }
}

html body header nav .main-navigation ul li.dropdown:hover .dropdown-menu {
  display: block !important;
  top: 60px;
  opacity: 1;
  height: auto;
  visibility: visible;
}

html body header nav .main-navigation ul li a {
  font-family: 'Proxima Nova Lt';
  font-size: 18px;
  font-weight: 600;
  color: #202020;
  text-transform: uppercase;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body header nav .main-navigation ul li a:hover {
  color: #4d8a7e;
}

html body header nav .main-navigation ul li a.open ~ .dropdown-menu {
  display: block;
  top: 60px;
  opacity: 1;
  height: auto;
  visibility: visible;
}

html body header nav .main-navigation ul li:last-child {
  background-color: #aecb06;
}

html body header nav .main-navigation ul li:last-child a {
  color: #fff;
}

html body header nav .main-navigation ul li .dropdown-menu {
  display: none;
  position: absolute;
  top: 0px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: height .3s;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
}

html body header nav .main-navigation ul li .dropdown-menu li {
  padding: 0;
  border-bottom: 1px solid #ececec;
}

html body header nav .main-navigation ul li .dropdown-menu li:last-child {
  border-bottom: none;
  background-color: transparent;
}

html body header nav .main-navigation ul li .dropdown-menu li a {
  padding: 12px 10px;
  font-size: 16px;
  color: #202020;
}

html body header nav .main-navigation ul li .dropdown-menu li a:hover {
  color: #aecb06;
}

html body header nav .right-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 1px;
  height: 60px;
  background-color: #aecb06;
  z-index: 9;
}

@media (max-width: 767px) {
  html body header nav .right-color {
    display: none;
  }
}

/* Logo responsive sizing - improved for both desktop and mobile */
.header-logo {
  width: 380px;
  height: auto;
  max-width: 100%;
  display: block;
}

@media (max-width: 1200px) {
  .header-logo {
    width: 600px;
  }
}

@media (max-width: 991px) {
  .header-logo {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .header-logo {
    width: 300px;
  }
}

@media (max-width: 580px) {
  .header-logo {
    width: 300px;
  }
}

@media (max-width: 480px) {
  .header-logo {
    width: 300px;
  }
}

@media (max-width: 375px) {
  .header-logo {
    width: 300px;
  }
}

html body .slider__section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -120px;
  z-index: 1;
}

@media (max-width: 1200px) {
  html body .slider__section {
    margin-top: -80px;
  }
}

@media (max-width: 991px) {
  html body .slider__section {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  html body .slider__section {
    margin-top: 0px;
  }
}

html body .slider__section .slider__section-wrapper {
  width: 100%;
  display: block;
}

html body .slider__section .slider__section-wrapper .item {
  width: 100%;
}

html body .slider__section .slider__section-wrapper .item .slider__content {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 580px) {
  html body .slider__section .slider__section-wrapper .item .slider__content {
    height: 320px;
  }
  html body .slider__section .slider__section-wrapper .item .slider__content img {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}

@media (max-width: 480px) {
  html body .slider__section .slider__section-wrapper .item .slider__content {
    height: 280px;
  }
  html body .slider__section .slider__section-wrapper .item .slider__content img {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}

html body .slider__section .slider__section-wrapper .item .slider__content .slider__text {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 530px;
  
}

@media (max-width: 1200px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text {
    margin-top: 0px;
    max-width: 480px;
  }
}

@media (max-width: 480px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text {
    max-width: 100%;
  }
}

html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1 {
  font-size: 52px;
  color: #fff;
  margin: 0;
}

html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1.font-42 {
  font-size: 42px;
}

@media (max-width: 1200px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1 {
    font-size: 48px;
  }
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1.font-42 {
    font-size: 38px;
  }
}

@media (max-width: 992px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1 {
    font-size: 42px;
  }
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1.font-42 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1 {
    font-size: 38px;
  }
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1.font-42 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1 {
    font-size: 32px;
  }
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1.font-42 {
    font-size: 24px;
  }
}

@media (max-width: 375px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1 {
    font-size: 28px;
  }
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text h1.font-42 {
    font-size: 20px;
  }
}

html body .slider__section .slider__section-wrapper .item .slider__content .slider__text p {
  font-size: 32px;
  color: #fff;
  margin: 0;
}

@media (max-width: 1200px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text p {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text p {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text p {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text p {
    font-size: 22px;
    padding-right: 15px;
  }
}

html body .slider__section .slider__section-wrapper .item .slider__content .slider__text .btn {
  margin-top: 30px;
}

html body .slider__section .slider__section-wrapper .item .slider__content .slider__text .btn img {
  width: auto;
  height: auto;
}

@media (max-width: 480px) {
  html body .slider__section .slider__section-wrapper .item .slider__content .slider__text .btn {
    max-width: 250px;
  }
}

html body .rular__development {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
}

@media (max-width: 991px) {
  html body .rular__development {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  html body .rular__development {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  html body .rular__development {
    padding: 30px 0;
  }
}

html body .rular__development .rular__development-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html body .rular__development .rular__development-wrapper h2 {
  text-align: center;
  font-size: 32px;
  color: #525252;
  font-weight: 500;
  margin-top: 0;
}

@media (max-width: 991px) {
  html body .rular__development .rular__development-wrapper h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  html body .rular__development .rular__development-wrapper h2 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  html body .rular__development .rular__development-wrapper h2 {
    font-size: 20px;
  }
}

html body .rular__development .rular__development-wrapper h2 span {
  font-weight: 600;
}

html body .rular__development .rular__development-wrapper .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html body .rular__development .rular__development-wrapper .box .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .rular__development .rular__development-wrapper .box .img-box img {
  width: 100%;
}











html body .rular__development .rular__development-wrapper .box .content-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .rular__development .rular__development-wrapper .box .content-box h3 {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 38px;
  font-weight: 500;
  color: #525252;
  text-transform: uppercase;
  max-width: 80%;
  text-align: center;
}

@media (max-width: 991px) {
  html body .rular__development .rular__development-wrapper .box .content-box h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  html body .rular__development .rular__development-wrapper .box .content-box h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  html body .rular__development .rular__development-wrapper .box .content-box h3 {
    font-size: 20px;
  }
}

html body .our__impact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-color: #aecb06;
	
}

html body .our__impact .bg {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0;
  background: url("../img/home_banner/stats_bg.jpg") no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

@media (max-width: 767px) {
  html body .our__impact .bg {
    background: url("../img/home_banner/stats_bg.jpg") no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }
}

html body .our__impact .bg::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 750px;
  
  opacity: 0.9;
}

html body .our__impact .bg .main-title {
  font-weight: 600;
  position: relative;
}

html body .our__impact .bg .impact__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 30px;
}

html body .our__impact .bg .impact__content .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px 0 0 -20px;
}

@media (max-width: 767px) {
  html body .our__impact .bg .impact__content .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -10px 0 0 -10px;
  }
  html body .our__impact .bg .impact__content .grid .col-3 {
    margin: 10px 0 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 100%;
  }
}

@media (max-width: 767px) and (max-width: 580px) {
  html body .our__impact .bg .impact__content .grid .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  html body .our__impact .bg .impact__content .grid .col-3 .box {
    margin-bottom: 20px;
  }
}

html body .our__impact .bg .impact__content .grid .box {
  width: 100%;
  text-align: center;
}

html body .our__impact .bg .impact__content .grid .box .count {
  font-size: 68px;
  color: #edfc00;
  font-weight: 600;
}

@media (max-width: 991px) {
  html body .our__impact .bg .impact__content .grid .box .count {
    font-size: 58px;
  }
}

@media (max-width: 767px) {
  html body .our__impact .bg .impact__content .grid .box .count {
    font-size: 54px;
  }
}

@media (max-width: 480px) {
  html body .our__impact .bg .impact__content .grid .box .count {
    font-size: 48px;
  }
}

@media (max-width: 375px) {
  html body .our__impact .bg .impact__content .grid .box .count {
    font-size: 42px;
  }
}

html body .our__impact .bg .impact__content .grid .box .title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 991px) {
  html body .our__impact .bg .impact__content .grid .box .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  html body .our__impact .bg .impact__content .grid .box .title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  html body .our__impact .bg .impact__content .grid .box .title {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html body .our__impact .bg .impact__content .grid .box .title {
    font-size: 14px;
  }
}

html body .our__impact .banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

html body .our__impact .banner .banner-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: url(../img/impact-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

html body .our__impact .banner .banner-image img {
  width: 100%;
}

@media (max-width: 767px) {
  html body .our__impact .banner .banner-image img {
    display: none;
  }
}

html body .our__impact .banner .banner-image .banner__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  html body .our__impact .banner .banner-image .banner__overlay {
    position: relative;
    padding: 80px 0;
  }
}

@media (max-width: 640px) {
  html body .our__impact .banner .banner-image .banner__overlay {
    position: relative;
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  html body .our__impact .banner .banner-image .banner__overlay {
    position: relative;
    padding: 40px 0;
  }
}

html body .our__impact .banner .banner-image .banner__overlay .container {
  width: 100%;
}

html body .our__impact .banner .banner-image .banner__overlay .overlay-text {
  width: 100%;
  max-width: 570px;
}

html body .our__impact .banner .banner-image .banner__overlay .overlay-text h2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  color: #333333;
  margin-top: 0;
}

@media (max-width: 991px) {
  html body .our__impact .banner .banner-image .banner__overlay .overlay-text h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  html body .our__impact .banner .banner-image .banner__overlay .overlay-text h2 {
    font-size: 42px;
  }
}

@media (max-width: 480px) {
  html body .our__impact .banner .banner-image .banner__overlay .overlay-text h2 {
    font-size: 38px;
  }
}

@media (max-width: 375px) {
  html body .our__impact .banner .banner-image .banner__overlay .overlay-text h2 {
    font-size: 32px;
  }
}

html body .our__impact .banner .banner-image .banner__overlay .overlay-text h2 span {
  font-weight: 600;
  font-size: 78px;
}

@media (max-width: 991px) {
  html body .our__impact .banner .banner-image .banner__overlay .overlay-text h2 span {
    font-size: 72px;
  }
}

@media (max-width: 767px) {
  html body .our__impact .banner .banner-image .banner__overlay .overlay-text h2 span {
    font-size: 65px;
  }
}

@media (max-width: 480px) {
  html body .our__impact .banner .banner-image .banner__overlay .overlay-text h2 span {
    font-size: 58px;
  }
}

@media (max-width: 375px) {
  html body .our__impact .banner .banner-image .banner__overlay .overlay-text h2 span {
    font-size: 48px;
  }
}

html body .our__impact .banner .banner-image .banner__overlay .overlay-text .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .our__impact .banner .banner-image .banner__overlay .overlay-text .button .btn:first-child {
  margin-right: 12px;
}

@media (max-width: 480px) {
  html body .our__impact .banner .banner-image .banner__overlay .overlay-text .button .btn:first-child {
    margin-right: 10px;
  }
}

html body .our__solutiond {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
}



html body .our__solution {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 0;
}

@media (max-width: 991px) {
  html body .our__solution {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  html body .our__solution {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  html body .our__solution {
    padding: 40px 0;
  }
}

html body .our__solution .our__solution-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 960px;
}

@media (max-width: 767px) {
  html body .our__solution .our__solution-content {
    max-width: 100%;
  }
}

html body .our__solution .our__solution-content .main-title {
  color: #525252;
  width: 100%;
}

html body .our__solution .our__solution-content p {
  font-size: 16px;
  
  line-height: 31px;
  color: #525252;
  margin: 10px auto 0 auto;
  width: 810px;
  text-align: center;
}


html body .our__solution .our__solution-content  ol{
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 31px;
  color: #525252;
  margin: 10px auto 0 auto;
  width: 810px;
  text-align: left;
}

html body .our__solution .our__solution-content_donation  li{
  font-size: 24px;

  color: #525252;
  width: 500px;
  text-align: left;
}

@media (max-width: 767px) {
  html body .our__solution .our__solution-content_donation p {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  html body .our__solution .our__solution-content_donation p {
    font-size: 20px;
  }
}





html body .our__solution .our__solution-content  li{
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 31px;
  color: #525252;
  
}

@media (max-width: 767px) {
  html body .our__solution .our__solution-content p {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  html body .our__solution .our__solution-content p {
    font-size: 20px;
  }
}

html body .our__solution .our__solution-content .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px 0 0 -20px;
  margin-top: 60px;
}

@media (max-width: 991px) {
  html body .our__solution .our__solution-content .grid {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  html body .our__solution .our__solution-content .grid {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  html body .our__solution .our__solution-content .grid {
    margin-top: 30px;
  }
}

@media (max-width: 375px) {
  html body .our__solution .our__solution-content .grid {
    margin-top: 20px;
  }
}

html body .our__solution .our__solution-content .grid .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .our__solution .our__solution-content .grid .box .img-box {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body .our__solution .our__solution-content .grid .box .img-box img {
  max-width: 75%;
  width: 75%;
  display: block;
}

html body .our__solution .our__solution-content .grid .box .img-box:hover .box-overlay {
  opacity: 1;
  visibility: visible;
}

html body .our__solution .our__solution-content .grid .box .img-box .box-overlay {
  margin: 36px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(76, 76, 76, 0.478431);
  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;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

@media (max-width: 991px) {
  html body .our__solution .our__solution-content .grid .box .img-box .box-overlay {
    margin: 30px 30px;
  }
}

@media (max-width: 767px) {
  html body .our__solution .our__solution-content .grid .box .img-box .box-overlay {
    margin: 30px 20px;
  }
}

@media (max-width: 580px) {
  html body .our__solution .our__solution-content .grid .box .img-box .box-overlay {
    margin: 30px 10px;
  }
}

@media (max-width: 480px) {
  html body .our__solution .our__solution-content .grid .box .img-box .box-overlay {
    margin: 30px 10px;
  }
}

@media (max-width: 375px) {
  html body .our__solution .our__solution-content .grid .box .img-box .box-overlay {
    margin: 20px;
  }
}

html body .our__solution .our__solution-content .grid .box .img-box .box-overlay .overlay-title {
  text-align: center;
}

html body .our__solution .our__solution-content .grid .box .img-box .box-overlay .overlay-title h3 {
  font-size: 38px;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  html body .our__solution .our__solution-content .grid .box .img-box .box-overlay .overlay-title h3 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  html body .our__solution .our__solution-content .grid .box .img-box .box-overlay .overlay-title h3 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  html body .our__solution .our__solution-content .grid .box .img-box .box-overlay .overlay-title h3 {
    font-size: 36px;
    padding: 0 30px;
  }
}

@media (max-width: 375px) {
  html body .our__solution .our__solution-content .grid .box .img-box .box-overlay .overlay-title h3 {
    font-size: 28px;
    padding: 0 10px;
  }
}

html body .our__solution .our__solution-content .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

@media (max-width: 991px) {
  html body .our__solution .our__solution-content .button {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  html body .our__solution .our__solution-content .button {
    margin-top: 60px;
  }
}

@media (max-width: 480px) {
  html body .our__solution .our__solution-content .button {
    margin-top: 40px;
  }
}

@media (max-width: 375px) {
  html body .our__solution .our__solution-content .button {
    margin-top: 20px;
  }
}

html body .our__program {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .our__program .our__solution-content {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html body .our__program .our__solution-content .accordion-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

html body .our__program .our__solution-content .accordion-container .accordion-item {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ececec;
}

html body .our__program .our__solution-content .accordion-container .accordion-item > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-size: 20px;
  color: #538e80;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body .our__program .our__solution-content .accordion-container .accordion-item .content {
  display: none;
  padding: 0 20px 20px;
  border-top: 1px solid #ececec;
  overflow: hidden;
}
html body .our__program .our__solution-content .accordion-container .accordion-item .content .table-responsive {
  width: 100%;
  overflow: auto;
}
html body .our__program .our__solution-content .grid {
  margin-top: 0;
}

@media (max-width: 767px) {
  html body .our__program .our__solution-content .grid .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(11) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(12) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(13) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  html body .our__program .our__solution-content .grid .col-2:nth-child(14) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}

@media (max-width: 767px) {
  html body .our__program .our__solution-content .grid .box .img-box img {
    width: auto;
  }
}

html body .our__program .our__solution-content .grid .box .content-box {
  padding: 0 70px;
  width: 100%;
}

@media (max-width: 1200px) {
  html body .our__program .our__solution-content .grid .box .content-box {
    padding: 0 50px;
  }
}

@media (max-width: 1024px) {
  html body .our__program .our__solution-content .grid .box .content-box {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  html body .our__program .our__solution-content .grid .box .content-box {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  html body .our__program .our__solution-content .grid .box .content-box {
    padding: 0 0px;
  }
  html body .our__program .our__solution-content .accordion-container .accordion-item > a {
    padding: 16px 15px;
  }
}

html body .our__program .our__solution-content .grid .box .content-box h1 {
  font-size: 36px;
  color: #595959;
}

@media (max-width: 1200px) {
  html body .our__program .our__solution-content .grid .box .content-box h1 {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  html body .our__program .our__solution-content .grid .box .content-box h1 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  html body .our__program .our__solution-content .grid .box .content-box h1 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  html body .our__program .our__solution-content .grid .box .content-box h1 {
    margin-top: 0;
  }
}

html body .our__program .our__solution-content .grid .box .content-box p {
  font-size: 16px;
  color: #595959;
  width: auto;
  text-align: left;
}

@media (max-width: 1024px) {
  html body .our__program .our__solution-content .grid .box .content-box p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  html body .our__program .our__solution-content .grid .box .content-box p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  html body .our__program .our__solution-content .grid .box .content-box p {
    text-align: center;
  }
}

html body .our__program .our__solution-content .grid .box .content-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  font-size: 36px;
  color: #595959;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}


html body .our__program .our__solution-content .grid .box .content-box a.new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  font-size: 16px;
  color: #595959;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

@media (max-width: 1200px) {
  html body .our__program .our__solution-content .grid .box .content-box a {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  html body .our__program .our__solution-content .grid .box .content-box a {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  html body .our__program .our__solution-content .grid .box .content-box a {
    font-size: 28px;
  }
  html body .our__program .our__solution-content .grid .box .content-box a img {
    width: 35px;
  }
}

@media (max-width: 767px) {
  html body .our__program .our__solution-content .grid .box .content-box a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
  }
  html body .our__program .our__solution-content .grid .box .content-box a img {
    width: 32px;
  }
}

@media (max-width: 480px) {
  html body .our__program .our__solution-content .grid .box .content-box a {
    font-size: 22px;
  }
  html body .our__program .our__solution-content .grid .box .content-box a img {
    width: 28px;
  }
}

html body .our__program .our__solution-content .grid .box .content-box a img {
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body .our__program .our__solution-content .grid .box .content-box a:hover {
  color: #010101;
}

html body .our__program .our__solution-content .grid .box .content-box a:hover img {
  margin-left: 10px;
}













html body .our__donation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .our__donation .our__solution-content {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html body .our__donation .our__solution-content .accordion-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

html body .our__donation .our__solution-content .accordion-container .accordion-item {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ececec;
}

html body .our__donation .our__solution-content .accordion-container .accordion-item > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-size: 20px;
  color: #538e80;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

html body .our__donation .our__solution-content .accordion-container .accordion-item .content {
  display: none;
  padding: 0 20px 20px;
  border-top: 1px solid #ececec;
  overflow: hidden;

}

html body .our__donation .our__solution-content .grid {
  margin-top: 0;
}

@media (max-width: 767px) {
  html body .our__donation .our__solution-content .grid .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(9) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(10) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(11) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(12) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(13) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  html body .our__donation .our__solution-content .grid .col-2:nth-child(14) {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
}

@media (max-width: 767px) {
  html body .our__donation .our__solution-content .grid .box .img-box img {
    width: auto;
  }
}

html body .our__donation .our__solution-content .grid .box .content-box {
  padding: 0 70px;
  width: 100%;
}

@media (max-width: 1200px) {
  html body .our__donation .our__solution-content .grid .box .content-box {
    padding: 0 50px;
  }
}

@media (max-width: 1024px) {
  html body .our__donation .our__solution-content .grid .box .content-box {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  html body .our__donation .our__solution-content .grid .box .content-box {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  html body .our__donation .our__solution-content .grid .box .content-box {
    padding: 0 0px;
  }
  html body .our__donation .our__solution-content .accordion-container .accordion-item > a {
    padding: 16px 15px;
  }
}

html body .our__donation .our__solution-content .grid .box .content-box h1 {
  font-size: 36px;
  color: #595959;
}

@media (max-width: 1200px) {
  html body .our__donation .our__solution-content .grid .box .content-box h1 {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  html body .our__donation .our__solution-content .grid .box .content-box h1 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  html body .our__donation .our__solution-content .grid .box .content-box h1 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  html body .our__donation .our__solution-content .grid .box .content-box h1 {
    margin-top: 0;
  }
}

html body .our__donation .our__solution-content .grid .box .content-box p {
  font-size: 24px;
  color: #595959;
  width: auto;
  text-align: left;
}

@media (max-width: 1024px) {
  html body .our__donation .our__solution-content .grid .box .content-box p {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  html body .our__donation .our__solution-content .grid .box .content-box p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  html body .our__donation .our__solution-content .grid .box .content-box p {
    text-align: center;
  }
}

html body .our__donation .our__solution-content .grid .box .content-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 16px;
  color: #595959;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}


html body .our__donation .our__solution-content .grid .box .content-box a.new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  font-size: 16px;
  color: #595959;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

@media (max-width: 1200px) {
  html body .our__donation .our__solution-content .grid .box .content-box a {
    font-size: 34px;
  }
  html body .our__donation .our__solution-content .grid .box .content-box .table-responsive table td a {
      font-size: 16px;
  }
}

@media (max-width: 1024px) {
  html body .our__donation .our__solution-content .grid .box .content-box a {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  html body .our__donation .our__solution-content .grid .box .content-box a {
    font-size: 28px;
  }
  html body .our__donation .our__solution-content .grid .box .content-box a img {
    width: 35px;
  }
}

@media (max-width: 767px) {
  html body .our__donation .our__solution-content .grid .box .content-box a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
  }
  html body .our__donation .our__solution-content .grid .box .content-box a img {
    width: 32px;
  }
}
@media (max-width: 640px) {
    html body .our__donation .our__solution-content .grid .box .content-box .table-responsive table td {
        display: block;
        text-align: center;
    }
    html body .our__donation .our__solution-content .grid .box .content-box .table-responsive table td a {
        margin: auto;
    }
}
@media (max-width: 480px) {
  html body .our__donation .our__solution-content .grid .box .content-box a {
    font-size: 22px;
  }
  html body .our__donation .our__solution-content .grid .box .content-box a img {
    width: 28px;
  }
}

html body .our__donation .our__solution-content .grid .box .content-box a img {
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body .our__donation .our__solution-content .grid .box .content-box a:hover {
  color: #010101;
}

html body .our__donation .our__solution-content .grid .box .content-box a:hover img {
  margin-left: 10px;
}








html body .development__goal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
  padding: 90px 0;
}

@media (max-width: 991px) {
  html body .development__goal {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  html body .development__goal {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  html body .development__goal {
    padding: 40px 0;
  }
}

html body .development__goal .grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
}

html body .development__goal .grid .col {
  margin: 0;
}

html body .development__goal .grid .col .img-box img {
  width: 100%;
	margin-top: 50px;
}

html body .development__goal .grid .col .box .content-box h3 {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 38px;
  font-weight: 500;
  color: #525252;
  text-transform: uppercase;
  max-width: 100%;
  text-align: center;
}

html body .development__goal .grid .col.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  max-width: 40%;
}

@media (max-width: 991px) {
  html body .development__goal .grid .col.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

html body .development__goal .grid .col.col-2:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 56%;
          flex: 0 1 56%;
  max-width: 56%;
}

@media (max-width: 991px) {
  html body .development__goal .grid .col.col-2:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

html body .development__goal .grid .col.col-2 .grid {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: -10px 0 0 -10px;
}

@media (max-width: 991px) {
  html body .development__goal .grid .col.col-2 .grid {
    width: calc(65% + 10px);
  }
}

@media (max-width: 767px) {
  html body .development__goal .grid .col.col-2 .grid {
    width: calc(75% + 10px);
  }
}

@media (max-width: 640px) {
  html body .development__goal .grid .col.col-2 .grid {
    width: calc(85% + 10px);
  }
}

@media (max-width: 580px) {
  html body .development__goal .grid .col.col-2 .grid {
    width: calc(90% + 10px);
  }
}

@media (max-width: 480px) {
  html body .development__goal .grid .col.col-2 .grid {
    width: calc(100% + 10px);
  }
}

html body .development__goal .grid .col.col-2 .grid .col {
  margin: 10px 0 0 10px;
}

html body .development__goal .grid .col.col-2 .grid .col.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33% - 10px);
          flex: 0 1 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
}

@media (max-width: 375px) {
  html body .development__goal .grid .col.col-2 .grid .col.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

html body .development__goal .grid .col.col-2 .grid .col .img-box {
  width: 100%;
}

html body .development__goal .grid .col.col-2 .grid .col .img-box img {
  width: 100%;
  display: block;
}

html body .development__goal .grid .col .development-goal {
  text-align: center;
  padding: 0 40px;
}

@media (max-width: 991px) {
  html body .development__goal .grid .col .development-goal {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  html body .development__goal .grid .col .development-goal {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  html body .development__goal .grid .col .development-goal {
    padding: 0;
  }
}

html body .development__goal .grid .col .development-goal p {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 31px;
  color: #525252;
}

@media (max-width: 767px) {
  html body .development__goal .grid .col .development-goal p {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  html body .development__goal .grid .col .development-goal p {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  html body .development__goal .grid .col .development-goal p {
    font-size: 18px;
  }
}














html body .development__trustee {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  padding: 90px 0;
}

@media (max-width: 991px) {
  html body .development__trustee {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  html body .development__trustee {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  html body .development__trustee {
    padding: 40px 0;
  }
}

html body .development__trustee .grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
}

html body .development__trustee .grid .col {
  margin: 0;
}

html body .development__trustee .grid .col .img-box img {
  width: 100%;
	margin-top: 50px;
}

html body .development__trustee .grid .col .box .content-box h3 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 500;
  color: #525252;
  text-transform: uppercase;
  max-width: 100%;
  text-align: center;
}


html body .development__trustee  p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 500;
  color: #525252;
  text-transform: uppercase;
  max-width: 100%;
  text-align: center;
}

html body .development__trustee .grid .col.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  max-width: 40%;
}

@media (max-width: 991px) {
  html body .development__trustee .grid .col.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

html body .development__trustee .grid .col.col-2:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 56%;
          flex: 0 1 56%;
  max-width: 56%;
}

@media (max-width: 991px) {
  html body .development__trustee .grid .col.col-2:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

html body .development__trustee .grid .col.col-2 .grid {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: -10px 0 0 -10px;
}

@media (max-width: 991px) {
  html body .development__trustee .grid .col.col-2 .grid {
    width: calc(65% + 10px);
  }
}

@media (max-width: 767px) {
  html body .development__trustee .grid .col.col-2 .grid {
    width: calc(75% + 10px);
  }
}

@media (max-width: 640px) {
  html body .development__trustee .grid .col.col-2 .grid {
    width: calc(85% + 10px);
  }
}

@media (max-width: 580px) {
  html body .development__trustee .grid .col.col-2 .grid {
    width: calc(90% + 10px);
  }
}

@media (max-width: 480px) {
  html body .development__trustee .grid .col.col-2 .grid {
    width: calc(100% + 10px);
  }
}

html body .development__trustee .grid .col.col-2 .grid .col {
  margin: 10px 0 0 10px;
}

html body .development__trustee .grid .col.col-2 .grid .col.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33% - 10px);
          flex: 0 1 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
}

@media (max-width: 375px) {
  html body .development__trustee .grid .col.col-2 .grid .col.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

html body .development__trustee .grid .col.col-2 .grid .col .img-box {
  width: 100%;
}

html body .development__trustee .grid .col.col-2 .grid .col .img-box img {
  width: 100%;
  display: block;
}

html body .development__trustee .grid .col .development-trustee {
  text-align: center;
  padding: 0 40px;
}

@media (max-width: 991px) {
  html body .development__trustee .grid .col .development-trustee {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  html body .development__trustee .grid .col .development-trustee {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  html body .development__trustee .grid .col .development-trustee {
    padding: 0;
  }
}

html body .development__trustee .grid .col .development-trustee p {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 31px;
  color: #525252;
}

@media (max-width: 767px) {
  html body .development__trustee .grid .col .development-trustee p {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  html body .development__trustee .grid .col .development-trustee p {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  html body .development__trustee .grid .col .development-trustee p {
    font-size: 18px;
  }
}



html body .our__testimonials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  html body .our__testimonials {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  html body .our__testimonials {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  html body .our__testimonials {
    padding: 30px 0;
  }
}

html body .our__testimonials .our__partnet-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html body .our__testimonials .our__partnet-content .main-title {
  color: #525252;
}

html body .our__testimonials .our__partnet-content p {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 31px;
  margin: 10px auto 0 auto;
  max-width: 810px;
  text-align: center;
}

@media (max-width: 767px) {
  html body .our__testimonials .our__partnet-content p {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  html body .our__testimonials .our__partnet-content p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 375px) {
  html body .our__testimonials .our__partnet-content p {
    font-size: 18px;
    line-height: 24px;
  }
}

html body .our__testimonials .our__partnet-content .testimonials-logos {
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 991px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos {
    margin-top: 20px;
  }
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-item .item {
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 1200px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos .owl-item .item {
    padding: 0 0px;
  }
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-item .item img {
  width: 150px;
  vertical-align: middle;
  display: inline-block;
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-prev,
html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-prev span,
html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-next span {
  font-size: 0;
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-prev {
  left: -30px;
  background: url(../img/nav-arrow.svg) no-repeat;
  width: 23px;
  height: 44px;
  background-size: cover;
}

@media (max-width: 991px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-prev {
    left: -20px;
  }
}

@media (max-width: 767px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-prev {
    left: -10px;
  }
}

@media (max-width: 640px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-prev {
    display: none;
  }
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-next {
  right: -30px;
  background: url(../img/nav-arrow.svg) no-repeat;
  width: 23px;
  height: 44px;
  background-size: cover;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 991px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-next {
    right: -20px;
  }
}

@media (max-width: 767px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-next {
    right: -10px;
  }
}

@media (max-width: 640px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos .owl-nav .owl-next {
    display: none;
  }
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-dots {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos .owl-dots {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos .owl-dots {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  html body .our__testimonials .our__partnet-content .testimonials-logos .owl-dots {
    margin-top: 20px;
  }
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-dots button {
  position: relative;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  margin: 0 3px;
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-dots button span {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: block;
  background-color: #5b5b5b;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body .our__testimonials .our__partnet-content .testimonials-logos .owl-dots button.active span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #43a13d;
}





















html body .our__partner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  html body .our__partner {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  html body .our__partner {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  html body .our__partner {
    padding: 30px 0;
  }
}

html body .our__partner .our__partnet-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html body .our__partner .our__partnet-content .main-title {
  color: #525252;
}

html body .our__partner .our__partnet-content p {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 31px;
  margin: 10px auto 0 auto;
  max-width: 810px;
  text-align: center;
}

@media (max-width: 767px) {
  html body .our__partner .our__partnet-content p {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  html body .our__partner .our__partnet-content p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 375px) {
  html body .our__partner .our__partnet-content p {
    font-size: 18px;
    line-height: 24px;
  }
}

html body .our__partner .our__partnet-content .partner-logos {
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 991px) {
  html body .our__partner .our__partnet-content .partner-logos {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  html body .our__partner .our__partnet-content .partner-logos {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  html body .our__partner .our__partnet-content .partner-logos {
    margin-top: 20px;
  }
}

html body .our__partner .our__partnet-content .partner-logos .owl-item .item {
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 1200px) {
  html body .our__partner .our__partnet-content .partner-logos .owl-item .item {
    padding: 0 0px;
  }
}

html body .our__partner .our__partnet-content .partner-logos .owl-item .item img {
  width: 150px;
  vertical-align: middle;
  display: inline-block;
}

html body .our__partner .our__partnet-content .partner-logos .owl-nav {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
}

html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-prev,
html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-prev span,
html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-next span {
  font-size: 0;
}

html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-prev {
  left: -30px;
  background: url(../img/nav-arrow.svg) no-repeat;
  width: 23px;
  height: 44px;
  background-size: cover;
}

@media (max-width: 991px) {
  html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-prev {
    left: -20px;
  }
}

@media (max-width: 767px) {
  html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-prev {
    left: -10px;
  }
}

@media (max-width: 640px) {
  html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-prev {
    display: none;
  }
}

html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-next {
  right: -30px;
  background: url(../img/nav-arrow.svg) no-repeat;
  width: 23px;
  height: 44px;
  background-size: cover;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 991px) {
  html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-next {
    right: -20px;
  }
}

@media (max-width: 767px) {
  html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-next {
    right: -10px;
  }
}

@media (max-width: 640px) {
  html body .our__partner .our__partnet-content .partner-logos .owl-nav .owl-next {
    display: none;
  }
}

html body .our__partner .our__partnet-content .partner-logos .owl-dots {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  html body .our__partner .our__partnet-content .partner-logos .owl-dots {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  html body .our__partner .our__partnet-content .partner-logos .owl-dots {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  html body .our__partner .our__partnet-content .partner-logos .owl-dots {
    margin-top: 20px;
  }
}

html body .our__partner .our__partnet-content .partner-logos .owl-dots button {
  position: relative;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  margin: 0 3px;
}

html body .our__partner .our__partnet-content .partner-logos .owl-dots button span {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: block;
  background-color: #5b5b5b;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body .our__partner .our__partnet-content .partner-logos .owl-dots button.active span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #43a13d;
}

html body .contribution__banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

html body .contribution__banner .bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media (max-width: 767px) {
  html body .contribution__banner .bg {
    background: url(../img/banner2.jpg) no-repeat;
    background-size: cover;
    background-position: center left;
  }
}

html body .contribution__banner .bg img {
  width: 100%;
}

@media (max-width: 767px) {
  html body .contribution__banner .bg img {
    display: none;
  }
}

html body .contribution__banner .bg .banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  html body .contribution__banner .bg .banner-overlay {
    position: relative;
    padding: 80px 0;
  }
}

@media (max-width: 640px) {
  html body .contribution__banner .bg .banner-overlay {
    position: relative;
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  html body .contribution__banner .bg .banner-overlay {
    position: relative;
    padding: 40px 0;
  }
}

html body .contribution__banner .bg .banner-overlay .overlay-content {
  width: 100%;
}

html body .contribution__banner .bg .banner-overlay .overlay-content .container {
  width: 100%;
}

html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text {
  width: 100%;
  max-width: 400px;
}

@media (max-width: 580px) {
  html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text {
    max-width: 100%;
  }
}



html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text h2 {
  font-size: 51px;
  line-height: 51px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 991px) {
  html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text h2 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text h2 {
    font-size: 42px;
    line-height: 42px;
  }
}

@media (max-width: 480px) {
  html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text h2 {
    font-size: 38px;
    line-height: 38px;
  }
}

@media (max-width: 375px) {
  html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text p {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 31px;
  color: #FFFFFF;
  margin-top: 10px;
}

@media (max-width: 767px) {
  html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text p {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text p {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text p {
    font-size: 18px;
  }
}

html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text .button .btn:first-child {
  margin-right: 12px;
}

@media (max-width: 480px) {
  html body .contribution__banner .bg .banner-overlay .overlay-content .overlay-text .button .btn:first-child {
    margin-right: 10px;
  }
}

html body .theoryofchange {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

html body .theoryofchange .bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media (max-width: 767px) {
  html body .theoryofchange .bg {
    background: url(../img/banner2.jpg) no-repeat;
    background-size: cover;
    background-position: center left;
  }
}

html body .theoryofchange .bg img {
  width: 100%;
}

@media (max-width: 767px) {
  html body .theoryofchange .bg img {
    display: none;
  }
}

html body .theoryofchange .bg .banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  html body .theoryofchange .bg .banner-overlay {
    position: relative;
    padding: 80px 0;
  }
}

@media (max-width: 640px) {
  html body .theoryofchange .bg .banner-overlay {
    position: relative;
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  html body .theoryofchange .bg .banner-overlay {
    position: relative;
    padding: 40px 0;
  }
}

html body .theoryofchange .bg .banner-overlay .overlay-content {
  width: 100%;
}

html body .theoryofchange .bg .banner-overlay .overlay-content .container {
  width: 100%;
}

html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text {
  width: 100%;
  max-width: 570px;
}

@media (max-width: 580px) {
  html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text {
    max-width: 100%;
  }
}



html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text h2 {
  font-size: 51px;
  line-height: 51px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
}

@media (max-width: 991px) {
  html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text h2 {
    font-size: 48px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text h2 {
    font-size: 42px;
    line-height: 42px;
  }
}

@media (max-width: 480px) {
  html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text h2 {
    font-size: 38px;
    line-height: 38px;
  }
}

@media (max-width: 375px) {
  html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text p {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 31px;
  color: #525252;
  margin-top: 10px;
}

@media (max-width: 767px) {
  html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text p {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text p {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text p {
    font-size: 18px;
  }
}

html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text .button .btn:first-child {
  margin-right: 12px;
}

@media (max-width: 480px) {
  html body .theoryofchange .bg .banner-overlay .overlay-content .overlay-text .button .btn:first-child {
    margin-right: 10px;
  }
}



















/* 
html body footer {
  width: 100%;
  padding: 50px 0;
  background-color: #aecb06;
}

@media (max-width: 991px) {
  html body footer {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  html body footer {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  html body footer {
    padding: 30px 0;
  }
}
 */

/* Updated Footer Styles - Replace existing footer section with this */

html body footer {
  width: 100%;
  background: linear-gradient(135deg, #8BC34A 0%, #CDDC39 100%);
  color: #2E2E2E;
  padding: 40px 0 20px;
  margin-top: auto;
}

@media (max-width: 991px) {
  html body footer {
    padding: 40px 0 20px;
  }
}

@media (max-width: 767px) {
  html body footer {
    padding: 30px 0 15px;
  }
}

@media (max-width: 480px) {
  html body footer {
    padding: 25px 0 15px;
  }
}

/* New Footer Container Structure */
html body footer .footer-container {
  max-width: 1170px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto auto;
  gap: 40px;
  align-items: start;
  padding: 0 15px;
}

/* Logo Section - First Row */
html body footer .footer-logo {
  text-align: center;
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

html body footer .footer-logo img {
  max-width: 700px;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  html body footer .footer-logo img {
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  html body footer .footer-logo img {
    max-width: 350px;
  }
}

/* Content Grid - Second Row */
html body footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: center;
}

/* Mobile Styles */
@media (max-width: 767px) {
  html body footer .footer-content {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }
  
  html body footer .footer-container {
    gap: 30px;
  }
}

/* Address Section */
html body footer .address-section {
  background: rgba(255, 255, 255, 0.15);
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

html body footer .address-section h3 {
  margin: 0 0 15px 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #1B5E20;
}

html body footer .address-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: #2E2E2E;
  font-weight: 500;
}

/* Contact Section */
html body footer .contact-section {
  background: rgba(255, 255, 255, 0.15);
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

html body footer .contact-section h3 {
  margin: 0 0 20px 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #1B5E20;
}

html body footer .contact-item {
  margin-bottom: 15px;
}

html body footer .contact-item:last-child {
  margin-bottom: 0;
}

/* Email styling to prevent spam crawling */
html body footer .email-link {
  color: #1B5E20;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  display: inline-block;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

html body footer .email-link:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: #1B5E20;
  transform: translateY(-2px);
}

/* Donation Button */
html body footer .donate-btn {
  background: #FF6B35;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  border: none;
  cursor: pointer;
}

html body footer .donate-btn:hover {
  background: #E55A2B;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

/* Footer Bottom */
html body footer .footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #2E2E2E;
  font-size: 0.9em;
}

/* Keep existing social media styles but update for new structure */
html body footer .footer-about .social-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

html body footer .footer-about .social-icon ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body footer .footer-about .social-icon ul li {
  padding-right: 40px;
}

html body footer .footer-about .social-icon ul li:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  html body footer .footer-about .social-icon ul li {
    padding-right: 30px;
  }
}

@media (max-width: 375px) {
  html body footer .footer-about .social-icon ul li {
    padding-right: 25px;
  }
}

html body footer .footer-about .social-icon ul li a {
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body footer .footer-about .social-icon ul li a i {
  color: #fff;
  font-size: 28px;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body footer .footer-about .social-icon ul li a:hover i {
  color: #4d897c;
}

/* Desktop Styles */
@media (min-width: 1024px) {
  html body footer .footer-container {
    gap: 50px;
  }

  html body footer .footer-logo {
    text-align: center;
  }

  html body footer .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: left;
  }

  html body footer .address-section,
  html body footer .contact-section {
    padding: 30px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  html body footer .email-link,
  html body footer .donate-btn {
    transition: none;
  }
  
  html body footer .email-link:hover,
  html body footer .donate-btn:hover {
    transform: none;
  }
}

/* 
html body footer .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: -20px 0 0 -20px;
}

@media (max-width: 767px) {
  html body footer .grid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
  html body footer .grid .col {
    margin: 0;
  }
  html body footer .grid .col.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}

html body footer .footer-about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 580px) {
  html body footer .footer-about .logo img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  html body footer .footer-about .logo img {
    width: 75%;
  }
}

html body footer .footer-about .social-icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  html body footer .footer-about .social-icon {
    margin-bottom: 20px;
  }
}

html body footer .footer-about .social-icon ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body footer .footer-about .social-icon ul li {
  padding-right: 40px;
}

html body footer .footer-about .social-icon ul li:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  html body footer .footer-about .social-icon ul li {
    padding-right: 30px;
  }
}

@media (max-width: 375px) {
  html body footer .footer-about .social-icon ul li {
    padding-right: 25px;
  }
}

html body footer .footer-about .social-icon ul li a {
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body footer .footer-about .social-icon ul li a i {
  color: #fff;
  font-size: 28px;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body footer .footer-about .social-icon ul li a:hover i {
  color: #4d897c;
}

html body footer .footer-about p {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 31px;
  color: #fff;
}

html body footer .quick-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body footer .quick-links ul {
  -webkit-column-count: 2;
          column-count: 2;
}
 */

html body footer .quick-links ul li a {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 31px;
  color: #fff;
}

html body .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

html body.common .our__program .our__solution-content .grid .box .content-box .more {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 320px;
}

html body.common .our__program .our__solution-content .grid .box .content-box .more-link {
  margin-top: 30px !important;
  font-size: 24px !important;
  text-decoration: underline;
}

html body.common .our__program .our__solution-content .grid .box .content-box a {
  font-size: 24px;
  cursor: pointer;
}

html body.common .slider__section .slider__section-wrapper .item {
  position: relative;
}

html body.common .slider__section .slider__section-wrapper .item .slider__content h1 {
  max-width: 660px;
  position: relative;
  z-index: 1;
  padding: 20px 100px 20px 0;
}

html body.common .slider__section .slider__section-wrapper .item .slider__content h1::before {
  content: '';
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.588235);
  width: 100%;
  z-index: -1;
}

html body.common.farmer__empowerment .our__solution .our__solution-content p {
  width: 77.6%;
}

@media (max-width: 767px) {
  html body.common.farmer__empowerment .our__solution .our__solution-content p {
    width: 100%;
  }
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 70px;
  line-height: 50px;
  /*width: 100%;*/
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list {
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 30px;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list {
    margin-left: 60px;
  }
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
  
  color: #525252;
  margin-right: 20px;
  font-size: 24px;
  color: #595959;
  text-align: center;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
}

@media (max-width: 1100px) {
  html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 22px;
  }
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list li::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background-color: #aecb06;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

@media (max-width: 991px) {
  html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list li::after {
    height: 6px;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list li::after {
    height: 4px;
    bottom: -10px;
  }
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list li.current::after {
  opacity: 1;
  visibility: visible;
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .list li img {
  width: 40px;
  display: inline-block;
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  top: 12px;
  z-index: 1;
  display: none !important;
}

@media (max-width: 1180px) {
  html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .scroller {
    display: block !important;
  }
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .scroller i {
  background: url(../img/nav-arrow.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  width: 10px;
  height: 20px;
  position: relative;
  display: inline-block;
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .scroller-right {
  right: 0;
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .scroller-right i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab__wrapper .scroller-left {
  left: 0;
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab-content {
  display: none;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab-content.current {
  display: block;
}

html body.common.farmer__empowerment .our__solution .our__solution-content .tab-content p.mt-10 {
  margin-top: 80px;
}




html body.common.healthcarenew .our__solution .our__solution-content p {
  width: 77.6%;
}

@media (max-width: 767px) {
  html body.common.healthcarenew .our__solution .our__solution-content p {
    width: 100%;
  }
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 70px;
  line-height: 50px;
  /*width: 100%;*/
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list {
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 30px;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list {
    margin-left: 60px;
  }
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
  
  color: #525252;
  margin-right: 20px;
  font-size: 24px;
  color: #595959;
  text-align: center;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
}

@media (max-width: 1100px) {
  html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 22px;
  }
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list li::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background-color: #ca5961;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

@media (max-width: 991px) {
  html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list li::after {
    height: 6px;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list li::after {
    height: 4px;
    bottom: -10px;
  }
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list li.current::after {
  opacity: 1;
  visibility: visible;
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .list li img {
  width: 40px;
  display: inline-block;
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  top: 12px;
  z-index: 1;
  display: none !important;
}

@media (max-width: 1180px) {
  html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .scroller {
    display: block !important;
  }
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .scroller i {
  background: url(../img/nav-arrow.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  width: 10px;
  height: 20px;
  position: relative;
  display: inline-block;
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .scroller-right {
  right: 0;
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .scroller-right i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

html body.common.healthcarenew .our__solution .our__solution-content .tab__wrapper .scroller-left {
  left: 0;
}

html body.common.healthcarenew .our__solution .our__solution-content .tab-content {
  display: none;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body.common.healthcarenew .our__solution .our__solution-content .tab-content.current {
  display: block;
}

html body.common.healthcarenew .our__solution .our__solution-content .tab-content p.mt-10 {
  margin-top: 80px;
}














html body.common.rural__development header nav .right-color {
  background-color: #a07435;
}

html body.common.rural__development header nav .main-navigation ul li:last-child {
  background-color: #a07435;
}

html body.common.rural__development .our__solution .our__solution-content p {
  width: 77.6%;
}

@media (max-width: 767px) {
  html body.common.rural__development .our__solution .our__solution-content p {
    width: 100%;
  }
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 70px;
  line-height: 50px;
 /* width: 100%;*/
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list {
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 30px;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 480px) {
  html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list {
    margin-left: 60px;
  }
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
  font-size: 20px;
  color: #525252;
  margin-right: 20px;
  font-size: 36px;
  color: #595959;
  text-align: center;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
  margin: 0 20px;
}

@media (max-width: 1100px) {
  html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 22px;
  }
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list li::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background-color: #a07435;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

@media (max-width: 991px) {
  html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list li::after {
    height: 6px;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list li::after {
    height: 4px;
    bottom: -10px;
  }
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list li.current::after {
  opacity: 1;
  visibility: visible;
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .list li img {
  width: 40px;
  display: inline-block;
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  top: 12px;
  z-index: 1;
  display: none !important;
}

@media (max-width: 1180px) {
  html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .scroller {
    display: block !important;
  }
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .scroller i {
  background: url(../img/nav-arrow.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  width: 10px;
  height: 20px;
  position: relative;
  display: inline-block;
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .scroller-right {
  right: 0;
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .scroller-right i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

html body.common.rural__development .our__solution .our__solution-content .tab__wrapper .scroller-left {
  left: 0;
}

html body.common.rural__development .our__solution .our__solution-content .tab-content {
  display: none;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body.common.rural__development .our__solution .our__solution-content .tab-content.current {
  display: block;
}

html body.common.rural__development .our__solution .our__solution-content .tab-content p.mt-10 {
  margin-top: 80px;
}

html body.common.rural__development .our__impact {
  background-color: #a07435;
}

html body.common.rural__development .our__impact .bg::before {
  background-color: #a07435;
}

html body.common.rural__development .contribution__banner .bg .banner-overlay .overlay-content .overlay-text .button .btn-green {
  background-color: #a07435;
}

html body.common.rural__development footer {
  background-color: #a07435;
}

html body.common.lively__hood header nav .right-color {
  background-color: #62a16e;
}

html body.common.lively__hood header nav .main-navigation ul li:last-child {
  background-color: #62a16e;
}

html body.common.lively__hood .our__impact {
  background-color: #62a16e;
}

html body.common.lively__hood .our__impact .bg::before {
  background-color: #62a16e;
}

html body.common.lively__hood footer {
  background-color: #62a16e;
}

html body.common.skill__development header nav .right-color {
  background-color: #474c80;
}

html body.common.skill__development header nav .main-navigation ul li:last-child {
  background-color: #474c80;
}

html body.common.skill__development .our__solution .our__solution-content p {
  width: 77.6%;
}

@media (max-width: 767px) {
  html body.common.skill__development .our__solution .our__solution-content p {
    width: 100%;
  }
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 70px;
  line-height: 50px;
  /*width: 100%;*/
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list {
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 30px;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 480px) {
  html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list {
    margin-left: 60px;
  }
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
  font-size: 20px;
  color: #525252;
  margin-right: 20px;
  font-size: 36px;
  color: #595959;
  text-align: center;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
  margin: 0 20px;
}

@media (max-width: 1100px) {
  html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 22px;
  }
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list li::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background-color: #474c80;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

@media (max-width: 991px) {
  html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list li::after {
    height: 6px;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list li::after {
    height: 4px;
    bottom: -10px;
  }
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list li.current::after {
  opacity: 1;
  visibility: visible;
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .list li img {
  width: 40px;
  display: inline-block;
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  top: 12px;
  z-index: 1;
  display: none !important;
}

@media (max-width: 1180px) {
  html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .scroller {
    display: block !important;
  }
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .scroller i {
  background: url(../img/nav-arrow.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  width: 10px;
  height: 20px;
  position: relative;
  display: inline-block;
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .scroller-right {
  right: 0;
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .scroller-right i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

html body.common.skill__development .our__solution .our__solution-content .tab__wrapper .scroller-left {
  left: 0;
}

html body.common.skill__development .our__solution .our__solution-content .tab-content {
  display: none;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body.common.skill__development .our__solution .our__solution-content .tab-content.current {
  display: block;
}

html body.common.skill__development .our__solution .our__solution-content .tab-content p.mt-10 {
  margin-top: 80px;
}

html body.common.skill__development .our__impact {
  background-color: #474c80;
}

html body.common.skill__development .our__impact .bg::before {
  background-color: #474c80;
}

html body.common.skill__development footer {
  background-color: #474c80;
}

html body.common.healthcarenew header nav .right-color {
  background-color: #ca5961;
}

html body.common.healthcarenew header nav .main-navigation ul li:last-child {
  background-color: #ca5961;
	
}

html body.common.healthcarenew .our__impact {
  background-color: #ca5961;
}

html body.common.healthcarenew .our__impact .bg::before {
  background-color: #ca5961;
}

html body.common.water__resource header nav .right-color {
  background-color: #0081c1;
}

html body.common.water__resource header nav .main-navigation ul li:last-child {
  background-color: #0081c1;
}

html body.common.water__resource .our__solution .our__solution-content p {
  width: 77.6%;
}

@media (max-width: 767px) {
  html body.common.water__resource .our__solution .our__solution-content p {
    width: 100%;
  }
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 70px;
  line-height: 50px;
  width: 100%;
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list {
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 30px;
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 480px) {
  html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list {
    margin-left: 60px;
  }
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
  
  color: #525252;
  margin-right: 20px;
  font-size: 24px;
  color: #595959;
  text-align: center;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
  margin: 0 20px;
}

@media (max-width: 1100px) {
  html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list li {
    font-size: 22px;
  }
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list li::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background-color: #0081c1;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

@media (max-width: 991px) {
  html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list li::after {
    height: 6px;
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list li::after {
    height: 4px;
    bottom: -10px;
  }
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list li.current::after {
  opacity: 1;
  visibility: visible;
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .list li img {
  width: 40px;
  display: inline-block;
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  top: 12px;
  z-index: 1;
  display: none !important;
}

@media (max-width: 1180px) {
  html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .scroller {
    display: block !important;
  }
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .scroller i {
  background: url(../img/nav-arrow.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  width: 10px;
  height: 20px;
  position: relative;
  display: inline-block;
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .scroller-right {
  right: 0;
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .scroller-right i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

html body.common.water__resource .our__solution .our__solution-content .tab__wrapper .scroller-left {
  left: 0;
}

html body.common.water__resource .our__solution .our__solution-content .tab-content {
  display: none;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}

html body.common.water__resource .our__solution .our__solution-content .tab-content.current {
  display: block;
}

html body.common.water__resource .our__solution .our__solution-content .tab-content p.mt-10 {
  margin-top: 80px;
}

html body.common.water__resource .our__impact {
  background-color: #0081c1;
}

html body.common.water__resource .our__impact .bg::before {
  background-color: #0081c1;
}

html body.common.water__resource .contribution__banner .bg .banner-overlay .overlay-content .overlay-text .button .btn-green {
  background-color: #0081c1;
}

html body.common.water__resource footer {
  background-color: #0081c1;
}

html body.common .morecontent span {
  display: none;
}

html body.common .morelink {
  display: block;
}

html body.our__issue {
  width: 100%;
  position: relative;
}

html body.our__issue .our__issue_contnet {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
}

@media (max-width: 991px) {
  html body.our__issue .our__issue_contnet {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  html body.our__issue .our__issue_contnet {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  html body.our__issue .our__issue_contnet {
    padding: 20px 0;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .main-title {
  max-width: 74%;
  margin: auto;
}

@media (max-width: 991px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .main-title {
    max-width: 96%;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .main-title h1 {
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 45px;
  color: #525252;
  font-weight: 400;
}

@media (max-width: 991px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .main-title h1 {
    font-size: 38px;
    line-height: 41px;
  }
}

@media (max-width: 767px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .main-title h1 {
    font-size: 33px;
    line-height: 38px;
  }
}

@media (max-width: 480px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .main-title h1 {
    font-size: 29px;
    line-height: 32px;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .main-title h1 span {
  font-weight: 600;
}

html body.our__issue .our__issue_contnet .our__issue-wrapper ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

@media (max-width: 991px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper ul {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper ul {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper ul {
    margin-top: 20px;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper ul li {
  font-size: 33px;
  letter-spacing: 2px;
  line-height: 45px;
  color: #525252;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper ul li {
    margin-bottom: 40px;
    font-size: 29px;
    line-height: 41px;
  }
}

@media (max-width: 767px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper ul li {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 38px;
  }
}

@media (max-width: 480px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper ul li {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper ul li:last-child {
  margin-bottom: 0;
}

html body.our__issue .our__issue_contnet .our__issue-wrapper ul li span {
  font-size: 59px;
  font-weight: 600;
  color: #aecb06;
}

@media (max-width: 991px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper ul li span {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper ul li span {
    font-size: 46px;
  }
}

@media (max-width: 480px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper ul li span {
    font-size: 40px;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .quote {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
}

@media (max-width: 991px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote {
    -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;
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote {
    padding: 20px 0 0;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .img-box {
  margin-right: 100px;
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .img-box img {
  width: 100%;
}

@media (max-width: 1200px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .img-box {
    margin-right: 50px;
  }
}

@media (max-width: 1100px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .img-box {
    margin-right: 20px;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box {
  position: relative;
  margin-top: 100px;
}

@media (max-width: 991px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box {
    margin-top: 0px;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p {
  font-size: 33px;
  letter-spacing: 1px;
  line-height: 45px;
  color: #525252;
  position: relative;
  padding: 40px 50px 0;
  margin: 0;
}

@media (max-width: 991px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p {
    font-size: 29px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p {
    font-size: 26px;
    line-height: 38px;
  }
}

@media (max-width: 480px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p {
    font-size: 22px;
    line-height: 33px;
    padding: 20px 0;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 59px;
  height: 59px;
  background: url(../img/quote-left.svg) no-repeat;
  background-size: cover;
}

@media (max-width: 1100px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p::before {
    left: -30px;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p::before {
    left: -10px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 480px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p::before {
    display: none;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p::after {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  width: 59px;
  height: 59px;
  background: url(../img/quote-right.svg) no-repeat;
  background-size: cover;
}

@media (max-width: 1100px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p::after {
    right: -30px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 767px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p::after {
    right: -10px;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p::after {
    display: none;
  }
}

html body.our__issue .our__issue_contnet .our__issue-wrapper .quote .content-box p span {
  color: #aecb06;
  font-weight: 600;
}

html body.our__issue .development__lead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #525252;
  background-color: #aecb06;
  padding: 120px 0;
}

@media (max-width: 991px) {
  html body.our__issue .development__lead {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  html body.our__issue .development__lead {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  html body.our__issue .development__lead {
    padding: 40px 0;
  }
}

html body.our__issue .development__lead .lead__wrapper {
  width: 100%;
  position: relative;
}

html body.our__issue .development__lead .lead__wrapper .grid {
  width: calc(100% + 10px);
  margin: -20px 0 0 -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body.our__issue .development__lead .lead__wrapper .grid .col {
  margin: 20px 0 0 20px;
}

html body.our__issue .development__lead .lead__wrapper .grid .col.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 20px);
          flex: 0 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
}

@media (max-width: 991px) {
  html body.our__issue .development__lead .lead__wrapper .grid .col.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33% - 20px);
            flex: 0 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}

@media (max-width: 700px) {
  html body.our__issue .development__lead .lead__wrapper .grid .col.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 411px) {
  html body.our__issue .development__lead .lead__wrapper .grid .col.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 20px);
            flex: 0 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

html body.our__issue .development__lead .lead__wrapper .grid .col .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html body.our__issue .development__lead .lead__wrapper .grid .col .box .img-box {
  width: 100%;
}

html body.our__issue .development__lead .lead__wrapper .grid .col .box .img-box img {
  width: 100%;
  display: block;
}

html body.our__issue .development__lead .lead__wrapper .grid .col .box .content-box {
  text-align: center;
}

html body.our__issue .development__lead .lead__wrapper .grid .col .box .content-box h3 {
  font-size: 29px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #ffffff;
}

@media (max-width: 1100px) {
  html body.our__issue .development__lead .lead__wrapper .grid .col .box .content-box h3 {
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width: 991px) {
  html body.our__issue .development__lead .lead__wrapper .grid .col .box .content-box h3 {
    font-size: 24px;
    line-height: 31px;
  }
}

@media (max-width: 767px) {
  html body.our__issue .development__lead .lead__wrapper .grid .col .box .content-box h3 {
    font-size: 22px;
    line-height: 29px;
  }
}

@media (max-width: 767px) {
  html body.our__issue .development__lead .lead__wrapper .grid .col .box .content-box h3 {
    font-size: 19px;
    line-height: 26px;
  }
}

html body .our-team, html body .awards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
}

@media (max-width: 991px) {
  html body .our-team, html body .awards {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  html body .our-team, html body .awards {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  html body .our-team, html body .awards {
    padding: 20px 0;
  }
}

html body .our-team .main-title, html body .awards .main-title {
  color: #202020;
  text-align: center;
  
}

@media (max-width: 991px) {
  html body .our-team .main-title, html body .awards .main-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  html body .our-team .main-title, html body .awards .main-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  html body .our-team .main-title, html body .awards .main-title {
    margin-bottom: 15px;
  }
}

html body .our-team .grid, html body .awards .grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

html body .our-team .grid .team-member, html body .awards .grid .team-member {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ececec;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  html body .our-team .grid .team-member, html body .awards .grid .team-member {
    -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;
  }
}

html body .our-team .grid .team-member:last-child, html body .awards .grid .team-member:last-child {
  margin-bottom: 0;
}

html body .our-team .grid .team-member .img-box, html body .awards .grid .team-member .img-box {
  max-width: 200px;
  max-height: 250px;
  width: 100%;
}

html body .our-team .grid .team-member .img-box img, html body .awards .grid .team-member .img-box img {
  width: 100%;
  height: 100%;
}

html body .our-team .grid .team-member .content-box, html body .awards .grid .team-member .content-box {
  width: calc(100% - 200px);
  padding: 20px 30px;
}

@media (max-width: 767px) {
  html body .our-team .grid .team-member .content-box, html body .awards .grid .team-member .content-box {
    width: 100%;
  }
}

html body .our-team .grid .team-member .content-box h2, html body .awards .grid .team-member .content-box h2 {
  margin: 0;
}

html body .our-team .grid .team-member .content-box p, html body .awards .grid .team-member .content-box p {
  margin-bottom: 0;
}

html body .table-responsive {
  width: 100%;
  overflow-x: auto;
}

html body .table-responsive table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

html body .table-responsive table th {
  padding: 8px 20px;
  background: #4e897d;
  color: #fff;
}

html body .table-responsive table td {
  padding: 8px 20px;
  background: #EFF1F6;
}

html body .table-responsive table tr th {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  -webkit-box-shadow: 2px 2px 1px #e5dfcc;
          box-shadow: 2px 2px 1px #e5dfcc;
  border-top: 1px solid #bbb;
}

html body .table-responsive table tr th:first-child {
  border-left: 1px solid #bbb;
}

html body .table-responsive table tr td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  -webkit-box-shadow: 2px 2px 1px #e5dfcc;
          box-shadow: 2px 2px 1px #e5dfcc;
}

html body .table-responsive table tr td:first-child {
  border-left: 1px solid #bbb;
}

html body .table-responsive table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

html body .table-responsive table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

html body .table-responsive table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

html body .table-responsive table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

html body .timeline {
  position: relative;
  margin-top: 55px;
  margin-left: 15px;
}

@media (min-width: 1024px) {
  html body .timeline {
    margin-left: 0px;
  }
}

html body .timeline:before {
  /* vertical line*/
  content: '';
  position: absolute;
  top: 10px;
  /* to align with midline*/
  left: 26px;
  width: 2px;
  height: 97%;
  display: none;
  background-color: #cad2d6;
}

@media (min-width: 1024px) {
  html body .timeline:before {
    left: 50%;
    margin-left: -1px;
    display: block;
  }
}

html body .timeline__block {
  position: relative;
  margin-top: 42px;
  margin-bottom: 42px;
  padding-left: 15px;
}

@media (max-width: 1024px) {
  html body .timeline__block::before {
    content: '';
    position: absolute;
    top: 10px;
    /* to align with midline*/
    left: 8px;
    width: 2px;
    height: 157%;
    background-color: #cad2d6;
  }
  html body .timeline__block:last-child::before {
    display: none;
  }
}

html body .timeline__block:last-child {
  margin-bottom: 3em;
}

html body .timeline__block:after {
  content: "";
  display: table;
  clear: both;
}

html body .timeline__midpoint {
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #aecb06;
}

@media (min-width: 1024px) {
  html body .timeline__midpoint {
    left: 50%;
    margin-left: -8px;
  }
}

html body .timeline__midpoint:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 15px;
  border-top: 1px solid #c5e1ec;
}

@media (min-width: 1024px) {
  html body .timeline__midpoint:before {
    width: 40px;
  }
}

@media (min-width: 1024px) {
  html body .timeline__midpoint::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 40px;
    border-top: 1px solid #c5e1ec;
  }
}

html body .timeline__content {
  position: relative;
  margin-left: 20px;
}

@media (min-width: 1024px) {
  html body .timeline__content {
    width: 50%;
  }
}

html body .timeline__content p + p {
  padding-top: 0;
}

html body .timeline__content:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1024px) {
  html body .timeline__content.timeline__content--left {
    margin-left: -5%;
    padding-left: 5%;
  }
  html body .timeline__content.timeline__content--left .timeline__year {
    left: 122%;
  }
  html body .timeline__content.timeline__content--right {
    float: right;
    width: 53%;
    left: 90px;
    padding-right: 90px;
  }
  html body .timeline__content.timeline__content--right .timeline__year {
    right: 134%;
    text-align: right;
  }
}

html body .timeline__midpoint--highlight > .timeline__year {
  display: none;
}

html body .timeline__content .timeline__year {
  color: #202020;
  text-align: left;
  line-height: 18px;
}

@media (min-width: 1024px) {
  html body .timeline__content .timeline__year {
    position: absolute;
    width: 100%;
    margin-top: 0;
  }
}

html body .timeline__midpoint--highlight .timeline__year {
  color: #fff;
  line-height: 4;
}

html body .timeline__year,
html body .timeline__midpoint--highlight + .timeline__content {
  font-weight: 600;
}

html body .timeline__content > p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

@media (min-width: 1024px) {
  html body .timeline__content > p.timeline__text--left {
    padding-right: 25px;
    text-align: right;
  }
}
/*# sourceMappingURL=style.css.map */
.goal__content .main-title {
	color: #525252;
}














@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap');
body{
  background:#CDDC39;
  font-family: 'Arimo', sans-serif;
}
h2{
  color:#000;
  text-align:center;
  font-size:2em;
}
.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#aecb06;
  display:inline-block;
  color:#fff;
  border-radius:3px 3px 0px 0px;
 box-shadow: 0 0.5rem 0.8rem #00000080;
}
.panels{
  background:#fffffff6;
 
  min-height:200px;
  width:100%;
  max-width:800px;
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,{
  background:#fffffff6;
  color:#000;
  border-top: 3px solid #000;
}

.donation_text{
	
	
	font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;color:#707070;
    padding-left: 22px;
}

.donation_list{
	
	border: 1px solid #e6e6e6;padding: 10px 15px;float: left;margin-bottom: 30px;margin-right: 2%;
	width: 100%; height: auto;
}

.donation_ul{
	
	list-style: none;display: inline-block;margin: 10px 0 0;padding: 0;vertical-align: top;width: 100%;
}

.donation_label{
	font-size: 22px;
    line-height: 26px;
        margin-bottom: 8px
}

.text-area{
	
	font-size: 14px;
	height: 50px;
	width: 100px;
	padding-left: 10px;
	
}

.contacttb{
	
	height: 50px;
	width: 400px;
	padding: 10px;
	margin: 10px;
	
}

.contacttbta{
	
	height: 200px;
	width: 400px;
	padding: 10px;
	margin: 10px;
	
}

.paypal{
	
	position: relative;
	text-align: center;
	
}