html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
input,
textarea {
  margin: 0;
  outline: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* End Reset */

/* html5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* Fonts */
@font-face {
  font-family: "averta_standardregular";
  src: url("../fonts/avertastandard-regular-webfont.woff2") format("woff2"),
    url("../fonts/avertastandard-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirNextCyrRegular";
  src: url("../fonts/AvenirNextCyrRegular.eot");
  src: url("../fonts/AvenirNextCyrRegular.eot") format("embedded-opentype"),
    url("../fonts/AvenirNextCyrRegular.woff2") format("woff2"),
    url("../fonts/AvenirNextCyrRegular.woff") format("woff"),
    url("../fonts/AvenirNextCyrRegular.ttf") format("truetype"),
    url("../fonts/AvenirNextCyrRegular.svg#AvenirNextCyrRegular") format("svg");
}

@font-face {
  font-family: "AvenirNextCyrUltraLight";
  src: url("../fonts/AvenirNextCyrUltraLight.eot");
  src: url("../fonts/AvenirNextCyrUltraLight.eot") format("embedded-opentype"),
    url("../fonts/AvenirNextCyrUltraLight.woff2") format("woff2"),
    url("../fonts/AvenirNextCyrUltraLight.woff") format("woff"),
    url("../fonts/AvenirNextCyrUltraLight.ttf") format("truetype"),
    url("../fonts/AvenirNextCyrUltraLight.svg#AvenirNextCyrUltraLight")
      format("svg");
}

@font-face {
  font-family: "AvenirNextCyrMedium";
  src: url("../fonts/AvenirNextCyrMedium.eot");
  src: url("../fonts/AvenirNextCyrMedium.eot") format("embedded-opentype"),
    url("../fonts/AvenirNextCyrMedium.woff2") format("woff2"),
    url("../fonts/AvenirNextCyrMedium.woff") format("woff"),
    url("../fonts/AvenirNextCyrMedium.ttf") format("truetype"),
    url("../fonts/AvenirNextCyrMedium.svg#AvenirNextCyrMedium") format("svg");
}

@font-face {
  font-family: "LBRITEI";
  src: url("../fonts/LBRITEI.eot");
  src: url("../fonts/LBRITEI.eot") format("embedded-opentype"),
    url("../fonts/LBRITEI.woff2") format("woff2"),
    url("../fonts/LBRITEI.woff") format("woff"),
    url("../fonts/LBRITEI.ttf") format("truetype"),
    url("../fonts/LBRITEI.svg#LBRITEI") format("svg");
}

@font-face {
  font-family: "AvenirNextCyrLight";
  src: url("../fonts/AvenirNextCyrLight.eot");
  src: url("../fonts/AvenirNextCyrLight.eot") format("embedded-opentype"),
    url("../fonts/AvenirNextCyrLight.woff2") format("woff2"),
    url("../fonts/AvenirNextCyrLight.woff") format("woff"),
    url("../fonts/AvenirNextCyrLight.ttf") format("truetype"),
    url("../fonts/AvenirNextCyrLight.svg#AvenirNextCyrLight") format("svg");
}

@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaNeue-Bold.otf") format("opentype"),
    url("../fonts/HelveticaNeue-Bold.woff") format("woff"),
    url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"),
    url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("../fonts/HelveticaNeue-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/HelveticaNeue-Light.otf") format("opentype"),
    url("../fonts/HelveticaNeue-Light.woff") format("woff"),
    url("../fonts/HelveticaNeue-Light.ttf") format("truetype"),
    url("../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

/* Default Font Styles
______________________*/
body,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #606060;
  line-height: 1.3;
  font-weight: 400;
}

/* Links
______________________*/
a {
  -webkit-transition: 0.2s ease-out 0.2s;
  -moz-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
}
a:hover {
  text-decoration: underline;
}

.align-right {
  float: right;
  margin: 0 0 18px 30px;
  border: 1px solid #dcdcdc;
}
.align-left {
  float: left;
  margin: 0 30px 18px 0;
  border: 1px solid #dcdcdc;
}

/* input , textarea , button
______________________*/

input,
textarea,
select {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  padding: 8px 10px;
  color: #000000;
  font-size: 14px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(../images/down-icon.png) no-repeat 96% center / 15px
    15px;
  cursor: pointer;
  padding: 6px 30px 6px 10px;
  color: #888888;
}

.blue-btn {
  background: #000000;
  border: 1px solid transparent;
  padding: 12px 25px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
  text-transform: lowercase;
  letter-spacing: 1;
}
.blue-btn:hover {
  border: 1px solid #000;
  background: none;
  color: #000;
  text-decoration: none;
}

.borderblue-btn {
  background: none;
  border: 1px solid #fff;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
  text-transform: lowercase;
}
.borderblue-btn:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #23baed;
  text-decoration: none;
}

.container-fluid {
  padding: 0 30px;
}

#header {
  padding: 30px 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  text-align: right;
  background: rgba(255, 255, 255, 0.9);
}
#header .menu-wrap {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#header .menu-wrap li {
  float: left;
}
#header .menu-wrap li a {
  display: block;
  font-size: 16px;
  color: #5e713f;
  text-decoration: none;
  padding: 20px 12px 15px 12px;
  text-transform: lowercase;
  position: relative;
  border-bottom: 4px solid transparent;
  font-family: "HelveticaNeue-Light";
  letter-spacing: 1px;
}
#header .menu-wrap li a::after {
  content: "";
  background: #becac1;
  height: 2px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
}
#header .menu-wrap li a:hover,
#header .menu-wrap li a.active {
  border-bottom: 4px solid #67ab4f;
  color: #5da543;
}
#header .button-content {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#header .search-btn {
  display: inline-block;
  vertical-align: middle;
}
#header .search-btn a {
  color: #8f9491;
  font-size: 30px;
}
#header .search-btn a:hover {
  color: #000;
}
#header .logo-area a {
  background: url(../images/top-logo.png) no-repeat;
  background-size: auto 100%;
  width: 90%;
  height: 90px;
  display: block;
}
.home-page #header .logo-area {
  display: none;
}
.navbar-header {
  display: none;
}
.navbar-header .collapse-button {
  background: none;
  border: none;
  height: 38px;
  padding-top: 10px;
  transition: all 450ms ease-out 0s;
  width: auto;
  vertical-align: middle;
}
.navbar-header .collapse-button span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 6px;
  background: #002157;
}
.navbar-header em {
  display: inline-block;
  font-style: normal;
  margin: 3px 0 0 5px;
  vertical-align: middle;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
#slider-wrap {
  background: url(../images/banner-bg.jpg) no-repeat center top;
  background-size: cover;
  height: 100vh;
  padding: 12% 30px 0;
  /* box-shadow: 0px 5px 30px rgba(0,0,0,0.1); */
}
/* Main Slider */
#slider-wrap {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#slider-wrap li {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
}
#slider-wrap .slidercontent-wrap {
  text-align: left;
  width: 100%;
}
#slider-wrap .container-fluid {
  height: 100%;
  position: relative;
}
#slider-wrap .slider-content {
  width: 43%;
  /* float: right; */
}
#slider-wrap .slider-content img {
  display: block;
  width: 100%;
  height: auto;
}
/* Controls */
#slider-wrap .bx-controls,
.slider-footer {
  position: absolute;
  left: 15%;
  bottom: 10%;
  width: 100%;
}
#slider-wrap .bx-pager-item {
  display: inline-block;
}
#slider-wrap .bx-pager-item .bx-pager-link {
  font-size: 0;
  background: url(../images/slide-btn.png) no-repeat;
  width: 34px;
  height: 34px;
  background-size: 100% auto;
  display: block;
  margin: 0 10px;
}
#slider-wrap .bx-pager-item .bx-pager-link.active {
  background: url(../images/slidebtn-active.png) no-repeat;
  width: 34px;
  height: 34px;
  background-size: 100% auto;
  display: block;
}
.slider-footer {
  left: 40px;
}
.slider-footer .social-media li {
  display: inline-block;
  margin-right: 30px !important;
}
.slider-footer .social-media li a {
  color: #fff;
  font-size: 20px;
}
.slider-footer .social-media li:hover a {
  color: #002157;
}
.arrow-icon {
  position: absolute;
  left: 50%;
  bottom: 15%;
}

#top-content {
  padding: 50px 0;
}
#top-content p {
  font-family: "HelveticaNeue-Light";
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-align: center;
}
#top-content .countersection-wrap {
  margin-bottom: 50px;
}
#top-content .countersection-wrap .row .col-sm-6 {
  /* padding-left: 15%; */
  text-align: center;
}
/* #top-content .countersection-wrap .row .col-sm-6:first-child {
  border-right: 1px solid #5e713f;
} */
#top-content .countersection-wrap {
  color: #002157;
}
#top-content .countersection-wrap .number,
#top-content .countersection-wrap .number-detail {
  display: inline-block;
  font-family: "HelveticaNeue-Light";
}
#top-content .countersection-wrap .number {
  font-size: 80px;
  /* margin-right: 15px; */
  display: block;
}
#top-content .countersection-wrap .number-detail {
  font-size: 35px;
}
.padding-less{
  padding-right: 0;
  padding-left: 0;
}
.padding-more{
  padding-top: 50px;
}
#top-content .countersection-wrap span {
  display: inline-block;
  width: auto;
  background: #05a0d4;
  padding: 7px 12px;
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 25px;
  letter-spacing: 1;
  margin-left: 10px;
}
#top-content.impactpage {
  background: #5da543;
  position: relative;
  padding-bottom: 80px;
}
#top-content.impactpage p {
  color: #fff;
  font-family: "HelveticaNeue-Light";
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 24px;
}
#top-content.impactpage .arrow-icon {
  bottom: 24%;
}

#features {
  text-align: center;
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#top-content.aboutpage {
  background: #002157;
  position: relative;
  padding: 50px 0 80px;
}
#top-content.aboutpage p {
  color: #fff;
}
#top-content.aboutpage .arrow,
#top-content.aboutpage .arrow:before {
  border-color: #fff;
}
#top-content.aboutpage .arrow-icon {
  bottom: 20%;
}
#keyarea-section {
  background: #5da543;
  position: relative;
}
#keyarea-section h2 {
  padding: 60px 0;
  font-family: "HelveticaNeue-Light";
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-transform: lowercase;
  margin: 0;
}
#keyarea-section .content-wrap {
  overflow: hidden;
  cursor: pointer;
}
#keyarea-section .content-wrap h5 {
  color: #fff;
  font-size: 20px;
  text-transform: lowercase;
  margin: 0;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  font-family: "HelveticaNeue-Light";
  line-height: 28px;
  padding: 0 20px;
  z-index: 9;
  text-shadow: 0px 2px 4px #000;
}
#keyarea-section .content-wrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: ease-in-out 0.5s;
  filter: grayscale(100%);
}
#keyarea-section .row {
  margin: 0;
}
#keyarea-section .row .col-sm-3 {
  padding: 0;
}
#keyarea-section .arrow,
#keyarea-section .arrow:before,
#missionvision-section .arrow,
#missionvision-section .arrow:before {
  border-color: #fff !important;
}
#keyarea-section .content-wrap {
  position: relative;
}
#keyarea-section .content-wrap .keyarea-overlay {
  background: #000;
  opacity: 0.35;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.2s;
}
#keyarea-section .content-wrap:hover img {
  filter: grayscale(0);
}
#keyarea-section .content-wrap:hover .keyarea-overlay {
  opacity: 0.2;
}

#missionvision-section {
  position: relative;
}
#missionvision-section .row {
  margin: 0;
}
#missionvision-section .col-sm-6 {
  padding: 0;
}
#missionvision-section .content-wrap {
  padding: 90px 60px 150px;
  height: 100%;
}
#missionvision-section .content-wrap h2 {
  font-family: "HelveticaNeue-Light";
  color: #fff;
  font-size: 40px;
  text-transform: lowercase;
  margin: 0 0 30px 0;
}
#missionvision-section .content-wrap p {
  font-family: "HelveticaNeue-Light";
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
}
#missionvision-section .dark {
  background: #0b9849;
}
#missionvision-section .light {
  background: #5da543;
}
#ownermsg-section {
  background: url(../images/owner-img.jpg) no-repeat left top;
  background-size: cover;
  padding: 75px 0 100px;
  min-height: 450px;
}
#ownermsg-section p {
  font-size: 25px;
  font-style: italic;
  line-height: 42px;
  color: #fff;
  padding-right: 180px;
  padding-top: 40px;
  background: url(../images/tweet-bg.png) no-repeat 90% top;
  background-size: 92px 80px;
}
#stayinformed-section {
  background: url(../images/informed-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
#stayinformed-section h2 {
  font-family: "HelveticaNeue-Light";
  text-align: center;
  color: #000;
  font-size: 50px;
  text-transform: lowercase;
  margin: 0 0 60px 0;
}
#footertop-section {
  background: #acaaa4;
  padding: 30px 0;
  text-align: center;
}
#footertop-section p {
  color: #fff;
  font-size: 26px;
  font-family: "HelveticaNeue-Light";
  text-transform: lowercase;
  letter-spacing: 1px;
}
#footer {
  background: #fff;
  padding: 30px 0;
}
.footer-top .footer-logo img {
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.footer-top .footer-menu {
  padding-left: 30px;
  padding-top: 20px;
}
.footer-top .footer-menu li {
  display: block;
  margin-bottom: 10px;
}
.footer-top .footer-menu li::before {
  content: "\2022";
  color: #5da543;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 16px;
}
.footer-top .footer-menu li a {
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-family: "HelveticaNeue-Light";
}
.footer-top .footer-menu li:hover a {
  color: #5da543;
}
.footer-bottom {
  border-top: 1px solid #707070;
  padding: 30px 0 0 0;
  margin-top: 30px;
  text-align: center;
}
.footer-bottom p {
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-family: "HelveticaNeue-Light";
}

/* About Page */
#banner-wrap {
  background: url(../images/aboutbanner-bg.jpg) no-repeat center top;
  background-size: cover;
  height: 100vh;
}
#banner-wrap.impact-page {
  background: url(../images/impact-bg.jpg) no-repeat center top;
  background-size: cover;
  height: 100vh;
}
.impact-innerbanner {
  padding: 15% 0 3%;
}
.impact-innerbanner img {
  display: block;
  width: 100%;
  height: auto;
}
.impact-bannercontent {
  text-align: center;
}
.impact-bannercontent .container-fluid {
  padding: 0 12%;
}
.impact-bannercontent h2 {
  color: #5da543;
  font-family: "HelveticaNeue-Light";
  font-size: 50px;
  text-transform: lowercase;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #5da543;
  padding-bottom: 20px;
}
.impact-bannercontent p {
  font-size: 22px;
  font-style: normal;
  line-height: 28px;
  color: #000;
}

#banner-wrap .aboutbanner-content {
  padding-top: 35%;
  text-align: right;
}
#banner-wrap .aboutbanner-content h2 {
  font-family: "HelveticaNeue-Light";
  text-align: right;
  color: #5da543;
  font-size: 50px;
  text-transform: lowercase;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #5da543;
}
#banner-wrap .aboutbanner-content p {
  font-size: 23px;
  font-style: normal !important;
  line-height: 40px;
  color: #000;
  margin-bottom: 25px;
}
#banner-wrap .aboutbanner-content .borderblue-btn {
  display: inline-block;
  border-color: #002157;
  color: #002157;
}
#banner-wrap .aboutbanner-content .borderblue-btn:hover {
  background: #002157;
  color: #fff;
}
#banner-wrap .aboutbanner-img {
  padding-top: 65px;
}
#banner-wrap .aboutbanner-img img {
  display: block;
  width: 100%;
  height: auto;
}
#aboutsection-white {
  background: #23baed;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
#aboutsection-white .container-fluid {
  padding: 0;
}
#aboutsection-white .aboutsection-content {
  text-align: right;
  padding: 25px 35px 0;
}
#aboutsection-white .aboutsection-content h2 {
  font-family: "HelveticaNeue-Light";
  color: #fff;
  font-size: 30px;
  text-transform: lowercase;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
}
#aboutsection-white .aboutsection-content p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-family: "HelveticaNeue-Light";
  margin-bottom: 10px;
  padding-left: 20px;
  letter-spacing: 2px;
}
#aboutsection-white .aboutsection-content .borderblue-btn {
  display: inline-block;
}
#aboutsection-white .blue-shadow {
  position: absolute;
  right: 60px;
  top: 30px;
}
#aboutsection-white .blue-shadow img {
  display: block;
  width: 100%;
  height: auto;
}
#aboutsection-white .sectionimg-wrap {
  width: 100%;
  margin: 0 auto;
}
#aboutsection-white .sectionimg-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#aboutsection-white .row {
  display: block;
  position: relative;
  z-index: 99;
}
#aboutsection-white .row .col-sm-6:first-child {
  float: right;
}
#aboutsection-white .row {
  margin: 0;
}
#aboutsection-white .row .col-sm-6 {
  padding: 0;
}
#aboutsection-white.grey {
  background: #0b9849;
  margin-top: 0;
}
#aboutsection-white.grey .row {
  display: flex;
}
#aboutsection-white.grey .row .col-sm-6:first-child {
  float: none;
}
#aboutsection-white.grey .aboutsection-content {
  text-align: left;
}
#aboutsection-white.grey .aboutsection-content p {
  padding: 0;
  padding-right: 20px;
}
#aboutsection-white.grey .blue-shadow {
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
}
#tab-section {
  padding-bottom: 60px;
}
.tabs-wrap {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}
.tabs-wrap .tabs-content {
  background: #fff;
}
.tabs-wrap .row {
  margin: 0;
}
.tabs-wrap .row .col-6 {
  padding: 0;
}
.tabs-wrap .tabs-content a {
  font-family: "HelveticaNeue-Light";
  text-align: right;
  color: #000;
  font-size: 25px;
  text-transform: lowercase;
  padding: 25px 0;
  display: block;
  padding-right: 100px;
  -webkit-transition: 0s ease-out 0s;
  -moz-transition: 0s ease-out 0s;
  transition: 0s ease-out 0s;
  letter-spacing: 2px;
}
.tabs-wrap .col-6:last-child .tabs-content a {
  padding-right: 0;
  padding-left: 100px;
  text-align: left;
}
.tabs-wrap .tabs-content:hover,
.tabs-wrap .tabs-content.active {
  background: #03a240;
}
.tabs-wrap .tabs-content:hover a,
.tabs-wrap .tabs-content.active a {
  color: #fff;
  text-decoration: none;
}
.content-tabs {
  display: none;
}
.content-tabs .heading-wrap {
  text-align: center;
}
.content-tabs .heading-wrap h2 {
  color: #2c2e30;
  font-family: "HelveticaNeue-Light";
  font-size: 38px;
  text-transform: lowercase;
  margin: 0 0 20px 0;
}
.content-tabs .heading-wrap p {
  padding: 0 28%;
  line-height: 24px;
}
.content-tabs .team-content {
  position: relative;
  margin-bottom: 30px;
}
.content-tabs .team-content .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.content-tabs .team-content .section-content {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.2s ease-out 0.2s;
  -moz-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
}
.content-tabs .team-content a {
  display: block;
}
.content-tabs .team-content a::before {
  content: "";
  background: -moz-linear-gradient(top, transparent 5%, #000000 100%);
  background: -webkit-gradient top, transparent 5%, #000000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 158px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}
.content-tabs .team-content:hover .section-content,
.content-tabs .team-content:hover a::before {
  opacity: 1;
}
.content-tabs .team-content h5 {
  font-family: "AvenirNextCyrRegular";
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.content-tabs .team-content span {
  display: block;
  font-family: "AvenirNextCyrRegular";
  color: #fff;
  font-size: 14px;
}

.leadership-topcontent {
  background: url(../images/blue-mask.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 50px 0;
}
.content-tabs .team-content em {
  color: #fff;
  display: block;
  margin-top: 5px;
}
.boarddirector-content {
  padding: 50px 0;
  background: #e1e1e1;
}
.boarddirector-content .heading-wrap {
  padding-bottom: 50px;
}
.directors-wrap .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.memberdetail-wrap {
  padding-top: 12%;
}
.memberdetail-wrap .back-btn a {
  font-size: 16px;
  color: #5da543;
  font-family: "HelveticaNeue-Light";
}
.memberdetail-wrap .back-btn i {
  display: inline-block;
  margin-right: 5px;
}
.memberdetail-wrap h4 {
  font-size: 40px;
  color: #2c2e30;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "HelveticaNeue-Light";
}
.memberdetail-wrap h5 {
  font-family: "HelveticaNeue-Light";
  font-size: 25px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.memberdetail-wrap span {
  color: #7e8085;
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
  text-transform: capitalize;
  display: block;
}
.memberdetail-wrap .top-content {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.main-membercontent {
  padding-bottom: 50px;
}
.main-membercontent .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.main-membercontent p {
  font-size: 18px;
  color: #2c2e30;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "HelveticaNeue-Light";
}

.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}

.arrow {
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
}

.arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

.counters {
  padding: 50px 0;
  background-color: #fff;
  color: #0d6fdd;
}
.common-box {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.counter-num {
  font-size: 60px;
  line-height: normal;
  font-weight: 900;
}
.counter-text {
  font-size: 26px;
  line-height: normal;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .blue-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 90px;
  margin-left: -45px;
  padding: 12px 60px;
  transform: translate(-50%, -50%);
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
#search form {
  display: block;
  width: 100%;
  height: 100%;
}
.mob-content {
  display: none;
}

#summary-content {
  /* padding: 50px 0; */
}
#summary-content h3, 
#summary-content_1 h3{
  color: #5e713f;
  font-family: "HelveticaNeue-Light";
  font-size: 38px;
  text-transform: lowercase;
  margin: 0 0 40px 0;
  text-align: center;
}
#summary-content .wrapper .content,
#summary-content_1 .wrapper .content{
  padding-bottom: 35px;
}
#summary-content .wrapper .content span,
#summary-content_1 .wrapper .content span{
  display: block;
  color: #000;
  font-family: "HelveticaNeue-Light";
  font-size: 20px;
  text-transform: lowercase;
  margin-bottom: 5px;
}
#summary-content .wrapper .content p,
#summary-content_1 .wrapper .content p{
  color: #5da543;
  font-family: "HelveticaNeue-Light";
  font-size: 38px;
  text-transform: capitalize;
}
#summary-content .wrapper .graph img,
#summary-content_1 .wrapper .graph img{
  display: block;
  width: 100%;
  height: auto;
}
#distribution-content,
#summary-content,
#summary-content_1  {
  border-top: 1px solid #cdcdcd;
  /* border-bottom: 1px solid #cdcdcd; */
}
#summary-content,
#summary-content_1 {
  border-top: none;
  padding-top: 30px;
}
#distribution-content .row,
#summary-content > .row,
#summary-content_1 > .row{
  margin: 0;
}
#summary-content > .row,
#summary-content_1 > .row{
  display: block;
}
#distribution-content .col-sm-6,
#summary-content > .row .col-sm-6 , 
#summary-content_1 > .row .col-sm-6 {
  padding: 0;
}
#summary-content > .row .col-sm-6:first-child,
#summary-content_1 > .row .col-sm-6:first-child {
  float: right;
}
#distribution-content .content-area,
#summary-content .content-area ,
#summary-content_1 .content-area {
  background: #fff;
  padding: 90px 60px 150px;
  height: 100%;
  text-align: right;
  min-height: 495px;
}
#distribution-content .content-area h2,
#summary-content .content-area h2 ,
#summary-content_1 .content-area h2 {
  color: #000;
  font-family: "HelveticaNeue-Light";
  font-size: 38px;
  text-transform: lowercase;
  margin-bottom: 30px;
}
#summary-content .content-area h2,
#summary-content_1 .content-area h2{
  text-align: left;
}
#distribution-content .content-area p {
  color: #000;
  font-family: "HelveticaNeue-Light";
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 24px;
}
#distribution-content .distribution-graph,
#summary-content .graph,
#summary-content_1 .graph{
  background: #fff;
  padding: 90px 60px 150px;
  /* height: 100%; */
}
#summary-content .graph,
#summary-content_1 .graph{
  padding-bottom: 100px;
  padding-top: 40px;
}
#summary-content_1 .graph{
  padding-bottom: 0;
}
#summary-content_1{
  padding-top: 0px !important;
}
#summary-content_1 h2{
  font-size: 80px !important;
}
#distribution-content .distribution-graph .graph img {
  display: block;
  width: 100%;
  height: auto;
}
#programfund-content {
  padding: 50px 0;
}
#programfund-content h2 {
  color: #2c2e30;
  font-family: "HelveticaNeue-Light";
  font-size: 38px;
  text-transform: lowercase;
  margin-bottom: 20px;
  text-align: center;
}
#programfund-content p {
  color: #7e8085;
  font-family: "HelveticaNeue-Light";
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0 30%;
  margin-bottom: 50px;
}
#programfund-content .grap-content span {
  display: block;
  font-family: "HelveticaNeue-Light";
  font-size: 20px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  font-weight: bold;
}
#programfund-content .grap-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#programfund-content .programfund-graph {
  padding-bottom: 40px;
}
#programfund-content .progressdetial-wrap {
  padding-bottom: 40px;
}
#programfund-content .progressdetial-wrap p span{
  text-transform: uppercase;
}
#programfund-content .progressdetial-wrap h3 {
  color: #000;
  font-family: "HelveticaNeue-Light";
  font-size: 20px;
  text-transform: lowercase;
  margin-bottom: 20px;
}
#programfund-content .progressdetial-wrap a{
  text-decoration: none;
}
#programfund-content .progressdetial-wrap .progress-detail h6 {
  color: #5e713f;
  font-family: "HelveticaNeue-Light";
  font-size: 18px;
  text-transform: lowercase;
  margin-bottom: 0 !important;
  letter-spacing: 1px;
}
#programfund-content .progressdetial-wrap .progress-detail p {
  padding: 0;
  text-align: left;
  color: #33558b;
  margin-bottom: 10px;
}
#programfund-content .progressdetial-wrap .progress {
  height: 8px;
}
#programfund-content .progressdetial-wrap .progress-bar {
  background-color: #5da543;
}
#programfund-content .progressdetial-wrap .row {
  margin-bottom: 30px;
}

#banner-wrap.media-page {
  background: url(../images/medis-banner.png) no-repeat center top;
  background-size: cover;
  height: 400px;
  position: relative;
}
#banner-wrap.media-page h2 {
  font-family: "HelveticaNeue-Light";
  text-align: center;
  color: #5da543;
  font-size: 50px;
  text-transform: lowercase;
  position: absolute;
  left: 9%;
  bottom: 10%;
}
#banner-wrap.media-page h1 {
  font-family: "HelveticaNeue-Light";
  text-align: center;
  color: #5da543;
  font-size: 50px;
  text-transform: lowercase;
  position: absolute;
  left: 9%;
  bottom: 10%;
}
.content-tabs.media-page .heading-wrap {
  text-align: left;
}
.content-tabs.media-page .heading-wrap h2::after {
  content: "";
  background: #5da543;
  height: 3px;
  width: 5%;
  margin: 15px 0;
  display: block;
}
.content-tabs.media-page .heading-wrap p {
  padding: 0 40% 40px 0;
}
.media-wrap.gallery .box {
  position: relative;
}
.media-wrap.gallery .box .play-icon {
  width: 120px;
  height: 155px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.media-wrap.gallery .box .play-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.media-wrap .box .box-img {
  margin-bottom: 15px;
}
.media-wrap .box .box-img img {
  display: block;
  width: 100%;
  height: auto;
}
.media-wrap .box .box-content h5 {
  font-family: "HelveticaNeue-Bold";
  color: #5da543;
  font-size: 16px;
  text-transform: none;
  /* margin-bottom: 10px;
  border-bottom: 1px solid #000000; */
  padding-bottom: 20px;
}
.media-wrap .box .box-content p {
  font-family: "HelveticaNeue-Light";
  color: #9e9c9c !important;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  padding: 0 !important;
}
.media-wrap .box .box-content span{
  font-family: "HelveticaNeue-Light";
  color: #000;
  font-size: 13px;
  text-transform: none;
  display: block;
  margin-bottom: 5px;
}
.media-wrap .row {
  margin-bottom: 60px;
}
.media-wrap a {
  display: block;
  padding: 10px;
}
.media-wrap a:hover {
  text-decoration: none;
  box-shadow: 0 0px 14px rgba(0, 0, 0, 0.3);
}
.media-wrap a:hover img {
  opacity: 0.8;
}
.media-wrap {
  padding: 20px 0;
}
.media-page .back-btn {
  margin-bottom: 5px;
}
.media-page .back-btn a {
  font-size: 16px;
  color: #5da543;
  font-family: "HelveticaNeue-Light";
  text-transform: lowercase;
}
.media-page .back-btn i {
  display: inline-block;
  margin-right: 5px;
}
.media-detail .mediadetail-content .media-img {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.media-detail .mediadetail-content .media-img.video-wrap {
  height: 700px;
}
.media-detail .mediadetail-content .media-img.video-wrap iframe {
  width: 100%;
  height: 100%;
}
.media-detail .mediadetail-content .media-img img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 20px;
}
.media-detail .img-info {
  text-align: right;
  padding-bottom: 20px;
}
.media-detail .img-info p {
  font-size: 18px;
  color: #7e8085;
  line-height: 28px;
  font-family: "HelveticaNeue-Light";
}
.media-detail .img-detail p {
  font-size: 16px;
  color: #7e8085;
  line-height: 28px;
  font-family: "HelveticaNeue-Light";
  margin-bottom: 15px;
}
.media-detail {
  padding-bottom: 40px;
}
.media-detail .similar-media h3 {
  font-size: 30px;
  color: #5da543;
  line-height: 28px;
  font-family: "HelveticaNeue-Light";
  margin-bottom: 30px;
  text-transform: lowercase;
}
.media-detail .similar-media h3::after {
  content: "";
  background: #5da543;
  height: 3px;
  width: 25%;
  margin: 15px 0;
  display: block;
}
.media-detail .similar-media .media-wrap {
  margin-bottom: 50px;
}

#banner-wrap.patners {
  background: url(../images/patners-banner.jpg) no-repeat center bottom;
  background-size: cover;
  height: 100vh;
  padding-top: 10%;
}
#banner-wrap.patners .row {
  margin: 0;
}
#banner-wrap.patners .col-sm-6 {
  padding: 0;
}
.patnerbanner-content {
  background: rgba(93, 165, 67, 0.7);
  padding: 50px;
  height: 100%;
  color: #fff;
}
.patnerbanner-content h2 {
  font-family: "HelveticaNeue-Light";
  font-size: 50px;
  text-transform: lowercase;
  margin-bottom: 30px;
}
.patnerbanner-content p {
  font-family: "HelveticaNeue-Light";
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 20px;
}
.patnerbanner-img img {
  display: block;
  width: 100%;
  height: auto;
}
.patner-content {
  text-align: center;
  padding: 50px 0;
}
.patner-content h2 {
  font-family: "HelveticaNeue-Light";
  font-size: 50px;
  text-transform: lowercase;
  margin-bottom: 30px;
  color: #5da543;
  text-align: center;
}
.patner-content .heading-wrap h2::after {
  content: "";
  background: #5da543;
  height: 3px;
  width: 5%;
  margin: 15px auto;
  display: block;
}
.patner-content .heading-wrap {
  padding-bottom: 50px;
}
.patner-content p {
  line-height: 28px;
}
#patner-box .sectionimg-wrap {
  background: #fff;
  height: 100%;
  padding: 100px;
}
#patner-box .sectionimg-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#patner-box .patnerbox-content {
  background: #000;
  height: 100%;
}
#patner-box .container-fluid {
  padding: 0;
}
#patner-box .row {
  margin: 0;
}
#patner-box .col-sm-5,
#patner-box .col-sm-7 {
  padding: 0;
}
#patner-box .col-sm-4,
#patner-box .col-sm-8 {
  padding: 0;
}
#patner-box .patnerbox-content .img-wrap {
  position: relative;
  left: -30px;
}
#patner-box .patnerbox-content .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#patner-box .patnerbox-content .img-content {
  padding: 20px;
  text-align: left;
}
#patner-box .patnerbox-content p {
  text-align: left;
  margin-bottom: 15px;
  font-size: 13px;
  color: #fff;
  line-height: 22px;
}
#patner-box .patnerbox-content .img-content .borderblue-btn {
  display: inline-block;
  padding: 10px 20px;
}
#patner-box.invert .row {
  display: block;
}
#patner-box.invert .col-sm-5 {
  float: right;
}
#patner-box.invert .patnerbox-content .img-wrap {
  left: 30px;
}
#patner-box.invert .patnerbox-content p {
  text-align: right;
}
#patner-box.invert .patnerbox-content {
  background: #23baed;
}
#patner-box.invert .patnerbox-content .img-content {
  text-align: right;
  padding-top: 90px;
}
#patner-box.green .patnerbox-content {
  background: #5da543;
}
#investment {
  padding-bottom: 50px;
}
#investment h2 {
  font-family: "HelveticaNeue-Light";
  font-size: 48px;
  text-transform: lowercase;
  margin-bottom: 30px;
  color: #5da543;
  text-align: center;
}
#investment h2::after {
  content: "";
  background: #5da543;
  height: 3px;
  width: 5%;
  margin: 15px auto;
  display: block;
}
#investment .invest-img img {
  display: block;
  width: 100%;
  height: auto;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
  font-size: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* Alignments */
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}

.modal-title {
  font-size: 23px;
}
.modal-header {
  background: #03a240;
  color: #fff;
}
.modal-header .close {
  color: #fff;
  font-size: 40px;
  padding: 0;
  opacity: 1;
  margin-bottom: 0 !important ;
}
.modal-body {
  padding: 2rem;
}
.modal-body p {
  font-family: "HelveticaNeue-Light";
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
.modal-body ul{
  padding: 5px 40px 20px;
}
.modal-body li{
  display: list-item;
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 10px;
  list-style: disc;
}
.modal-body p a{
  color: #5da543;
}
.item {
  padding: 0 200px;
}
#banner-wrap.resource-page {
  background: url(../images/resource-banner.jpg) no-repeat center top;
  background-size: cover;
  height: 350px;
  position: relative;
}
#banner-wrap.resource-page h2 {
  font-family: "HelveticaNeue-Light";
  text-align: center;
  color: #5da543;
  font-size: 50px;
  text-transform: lowercase;
  position: absolute;
  left: 9%;
  bottom: 20%;
}
#afterbanner {
  background: #5da543;
  padding: 50px 0;
}
#afterbanner p {
  font-family: "HelveticaNeue-Light";
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
#afterbanner .container {
  position: relative;
}
#afterbanner .resource-banner {
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: -40px;
}
#afterbanner .resource-banner img {
  display: block;
  width: 100%;
}
#confirmcases {
  padding: 50px 0;
  text-align: right;
}
#confirmcases h2 {
  font-family: "HelveticaNeue-Light";
  color: #000;
  font-size: 50px;
  text-transform: lowercase;
  display: inline-block;
}
#confirmcases h2::after {
  content: "";
  background: #5da543;
  height: 3px;
  width: 15%;
  margin: 10px 0 50px;
  display: block;
}
#confirmcases .casesreport-table {
  text-align: center;
}
#confirmcases .casesreport-table .blue {
  background: #23baed;
}
#confirmcases .casesreport-table .green {
  background: #03a240;
}
#confirmcases .casesreport-table .lightgreen {
  background: #d6e8d0;
}
#confirmcases .casesreport-table .table-responsive {
  padding-left: 19%;
}
#confirmcases .casesreport-table th,
#confirmcases .casesreport-table td {
  color: #fff;
  text-transform: lowercase;
  font-family: "HelveticaNeue-Light";
  letter-spacing: 1px;
}
#confirmcases .casesreport-table .table-responsive span {
  display: block;
}
#confirmcases .casesreport-table .red-text {
  color: #ff0000;
  font-size: 20px;
  font-weight: 600;
}
#confirmcases .casesreport-table .blue-text {
  color: #002157;
  font-size: 20px;
  font-weight: 600;
}
#confirmcases .casesreport-table .lightgreen-text {
  color: #5e713f;
  font-size: 25px;
  font-weight: 600;
}
#confirmcases .casesreport-table .black-text {
  color: #000;
  font-size: 25px;
  font-weight: 600;
}
#confirmcases .casesreport-table p {
  text-align: right;
  color: #000;
  text-transform: lowercase;
  font-family: "HelveticaNeue-Light";
}
#confirmcases .cases-banner {
  background: url(../images/cases-bg.png) no-repeat;
  width: 300px;
  height: 300px;
  line-height: 300px;
  text-align: center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 95px;
}
#confirmcases .cases-banner span {
  display: block;
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 80px;
  font-weight: 600;
}
#confirmcases .container {
  position: relative;
}
.resourcecenter-page {
  background: #f2f2f2;
}
.resourcecenter-page .box-content p {
  margin-bottom: 20px;
  line-height: 24px;
}
.resourcecenter-page span {
  display: block;
  font-size: 12px;
  color: #002157;
}
.resourcecenter-page .media-wrap .row {
  margin-bottom: 30px;
}
.pagination {
  display: block;
  text-align: right;
  padding-bottom: 30px;
}
.pagination a {
  color: black;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  box-shadow: none !important;
}
.pagination a.active {
  background-color: #3b86ff;
  color: white;
  border: 1px solid #3b86ff;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}

/**/

.involved-page {
  padding-top: 11%;
}
.involved-page .arrow-icon{
  z-index: 99;
  bottom: 25%;
}
.involved-page .involved-step1 {
}
.involved-page .involved-step1 .row {
  margin: 0;
}
.involved-page .involved-step1 .col-sm-6 {
  padding: 0;
}
.involved-page .involved-step1 .step1-left {
  /* background: url(../images/involvedimg-2.jpg) no-repeat;
  background-size: cover; */
  background: #fff;
  padding: 50px 40px 100px 50px;
  height: 100%;
}
.involved-page .involved-step1 .step1-right {
  background: url(../images/involvedimg-1.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 99;
}
.involved-page .involved-step1 .step1-right h1 {
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 50px;
  text-transform: lowercase;
  margin-bottom: 15px;
}
.involved-page .involved-step1 .step1-right h2 {
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 50px;
  text-transform: lowercase;
  margin-bottom: 15px;
}
.involved-page .involved-step1 .step1-left span {
  color: #000;
  font-family: "HelveticaNeue-Light";
  font-size: 25px;
  text-transform: lowercase;
  display: inline-block;
  margin-bottom: 30px;
}
.involved-page .involved-step1 .step1-left span::after {
  content: "";
  background: #5da543;
  height: 3px;
  width: 10%;
  margin: 8px 0;
  display: block;
}
.involved-page .involved-step1 .step1-left span i {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.involved-page .involved-step1 .step1-left em {
  float: right;
  font-style: normal;
  display: inline-block;
  background: #23baed;
  color: #fff;
  padding: 8px 15px;
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
  text-transform: lowercase;
  margin-top: 5px;
}
#info-modal {
  background: rgba(0, 0, 0, 0.8);
}
#info-modal .content h2,
.step1-left .content h2 {
  font-family: "HelveticaNeue-Bold";
  font-size: 25px;
  text-transform: lowercase;
  color: #000;
}
#info-modal .content h2::after,
.step1-left .content h2::after {
  content: "";
  background: #5da543;
  height: 3px;
  width: 10%;
  margin: 8px 0;
  display: block;
}
#info-modal .content p,
.step1-left .content p {
  color: #000;
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
}
#info-modal .content,
.step1-left .content {
  padding-bottom: 30px;
}
#info-modal .modal-content {
  background: none;
  box-shadow: none;
}
#info-modal .modal-dialog {
  max-width: 70%;
}
#info-modal .modal-header {
  background: none;
  border: none;
}
.involved-page .involved-step1 .form-content {
  padding-top: 15px;
}
.involved-page .involved-step1 .form-content input {
  margin-bottom: 10px;
  border-radius: 0;
}
.involved-page .radio-wrap {
  padding: 10px 0 10px 0;
}
.involved-page .radio-wrap h3 {
  font-family: "HelveticaNeue-Bold";
  font-size: 18px;
  text-transform: lowercase;
  color: #fff;
  margin-bottom: 10px;
}
.involved-page .radio-wrap label {
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
  text-transform: lowercase;
  line-height: 21px;
}
.involved-page .custom-control input:focus {
  border: none;
  outline: none;
}
.involved-page .custom-control-label::before {
  background: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color:#5da543;
  border-color: #5da543;
}
.involved-page .custom-control {
  margin-bottom: 5px;
}
.involved-page .custom-control input {
  margin: 0;
}
.involved-page .custom-control input.text-field {
  display: inline-block;
  width: 30%;
  background: none;
  padding: 0 15px;
  border-bottom: 1px solid #fff;
  float: right;
}
.involved-step1 .step1-right {
  padding: 50px 40px 100px 50px;
}
.involved-step1 .step1-right p {
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 16px;
  text-transform: inherit;
  line-height: 22px;
  margin-bottom: 20px;
}
.involved-step1 .step1-right h3 {
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 20px;
  text-transform: inherit;
}
.involved-step1 .step1-right h3::after {
  content: "";
  background: #5da543;
  height: 3px;
  width: 10%;
  margin: 8px 0;
  display: block;
}
.involved-step1 .step1-right ul {
  padding: 10px 0 20px;
}
.involved-step1 .step1-right li {
  display: block;
  padding-left: 40px;
  margin-bottom: 7px;
  position: relative;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.involved-step1 .step1-right li::before {
  content: "";
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 5px;
}
.involved-page .involved-step1 {
  position: relative;
}
.involved-page .involved-step1 .moresteps-wrap .row .col:first-child {
  display: none;
}
.involved-page .moresteps-wrap {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
}
.involved-page .moresteps-wrap .back-btn {
  background: #000;
  text-align: center;
}
.involved-page .moresteps-wrap .back-btn a {
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 20px;
  text-transform: lowercase;
  text-decoration: none;
  padding: 20px 30px;
  display: block;
}
.involved-page .moresteps-wrap .back-btn a i {
  margin: 0 20px;
  vertical-align: middle;
}
.involved-page .moresteps-wrap .next-btn {
  background: #03a240;
  text-align: center;
}
.involved-page .moresteps-wrap .next-btn a {
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 20px;
  text-transform: lowercase;
  text-decoration: none;
  padding: 20px 30px;
  display: block;
}
.involved-page .moresteps-wrap .next-btn a i {
  margin: 0 20px;
  vertical-align: middle;
}
.involved-page .moresteps-wrap .row {
  margin: 0;
}
.involved-page .moresteps-wrap .col {
  padding: 0;
}
.involved-page .moresteps-wrap .steps-roundbtn {
  padding: 20px 30px;
  text-align: right;
}
.involved-page .moresteps-wrap .steps-roundbtn li {
  display: inline-block;
  margin-left: 10px;
}
.involved-page .moresteps-wrap .steps-roundbtn li a {
  text-decoration: none;
  background: #c3d7ba;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: block;
}
.involved-page .moresteps-wrap .steps-roundbtn li a.active {
  background: #5da543;
}
.involved-page .involved-step2 {
  background: #fff url(../images/step3-bg.png) no-repeat;
  padding: 300px 12% 50px;
  background-size: 100% auto;
  text-align: center;
  position: relative;
  margin-top: -6%;
}
.involved-page .involved-step2 h3 {
  display: inline-block;
  color: #000000;
  font-family: "HelveticaNeue-Light";
  font-size: 25px;
  text-transform: lowercase;
  margin-bottom: 5px;
}
.involved-page .involved-step2 h3::after {
  content: "";
  background: #5da543;
  height: 3px;
  width: 20%;
  margin: 8px 0;
  display: block;
}
.involved-page .involved-step2 h3 em {
  font-style: normal;
  display: inline-block;
  background: #23baed;
  color: #fff;
  padding: 8px 15px;
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
  text-transform: lowercase;
  margin-top: 5px;
}
.involved-page .involved-step2 p {
  color: #000;
  font-family: "HelveticaNeue-Light";
  font-size: 16px;
  text-transform: lowercase;
  line-height: 22px;
  margin-bottom: 0;
  padding:10px 0;
}
.involved-step2 .addtable-wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.involved-step2 .addtable-wrap thead {
  background: #23baed;
  border: none;
}
.involved-step2 .addtable-wrap td {
  vertical-align: middle;
}
.involved-step2 .addtable-wrap input {
  margin: 0;
  border: 1px solid #ddd;
  padding: 5px;
}
.involved-step2 .addtable-wrap table {
  margin: 0;
}
.involved-step2 .addtable-wrap th {
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 12px;
  text-transform: lowercase;
  padding: 10px;
  vertical-align: middle;
}
.involved-step2 .deleteRow {
  color: #e64f4f;
}
.involved-step2 .amount-table {
  text-align: left;
  padding: 30px 30px 0;
  margin-left: 0;
}
.involved-step2 .amount-table table {
  width: 100%;
}
.involved-step2 .amount-table td {
  padding: 10px;
  color: #000;
  font-family: "HelveticaNeue-Bold";
  font-size: 16px;
  text-transform: lowercase;
}
.involved-step2 .amount-table em {
  color: #5da543;
  font-style: normal;
  font-family: "HelveticaNeue-Bold";
  font-size: 16px;
  text-transform: lowercase;
}
.involved-step2 .amount-table tfoot {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.involved-step2 .amount-table tfoot h5 {
  color: #000;
  font-family: "HelveticaNeue-Bold";
  font-size: 22px;
  text-transform: lowercase;
}
.involved-step2 .amount-table tfoot h6 {
  color: #5da543;
  font-family: "HelveticaNeue-Bold";
  font-size: 22px;
  text-transform: lowercase;
}
.involved-step2 {
  position: relative;
}
.involved-page .involved-step3 {
  background: #fff url(../images/step3-bg.png) no-repeat;
  padding: 0 12% 100px;
  background-size: 100% auto;
  background: none;
}
.involved-page .involved-step3 h3 {
  display: inline-block;
  color: #000000;
  font-family: "HelveticaNeue-Light";
  font-size: 25px;
  text-transform: lowercase;
  margin-bottom: 5px;
}
.involved-page .involved-step3 h3::after {
  content: "";
  background: #5da543;
  height: 3px;
  width: 10%;
  margin: 8px 0;
  display: block;
}
.involved-page .involved-step3 h3 em {
  font-style: normal;
  display: inline-block;
  background: #23baed;
  color: #fff;
  padding: 8px 15px;
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 14px;
  text-transform: lowercase;
  margin-top: 5px;
}
.involved-page .involved-step3 p {
  color: #000;
  font-family: "HelveticaNeue-Light";
  font-size: 16px;
  text-transform: lowercase;
  line-height: 22px;
  margin-bottom: 30px;
}
.involved-step3 .row {
  margin: 0;
}
.involved-step3 .col-sm-4,
.involved-step3 .col-sm-8 {
  padding: 0;
}
.involved-step3 .calendar-steps {
  padding-top: 50px;
}
.involved-step3 .calendar-steps li {
  display: block;
  border: 1px solid #707070;
}
.involved-step3 .calendar-steps li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  transition: none;
}
.involved-step3 .calendar-steps li em,
.involved-step3 .calendar-steps li i {
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: #bfbfbf;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: "HelveticaNeue-Light";
  font-size: 12px;
  text-transform: lowercase;
  margin-right: 15px;
  vertical-align: middle;
}
.involved-step3 .calendar-steps li i {
  display: none;
}
.involved-step3 .calendar-steps li span {
  display: inline-block;
  color: #5da543;
  font-family: "HelveticaNeue-Light";
  font-size: 20px;
  text-transform: lowercase;
  vertical-align: middle;
}
.involved-step3 .calendar-steps li:hover a,
.involved-step3 .calendar-steps li.active a {
  background: #5da543;
}
.involved-step3 .calendar-steps li:hover em,
.involved-step3 .calendar-steps li.active i {
  color: #fff;
  background: #86bc72;
}
.involved-step3 .calendar-steps li.active em {
  display: none;
}
.involved-step3 .calendar-steps li.active i {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
}
.involved-step3 .calendar-steps li:hover span,
.involved-step3 .calendar-steps li.active span {
  color: #fff;
}
.involved-step3 .calender-wrap {
  border: 1px solid #000;
}
.involved-step3 .calender-wrap .calender-img {
  float: left;
  width: 39%;
}
.involved-step3 .calender-wrap .calender-img img {
  display: block;
  width: 100%;
  height: auto;
}
.involved-step3 .calender-wrap .calender {
  float: right;
  width: 60%;
  padding: 30px 30px 0;
}
.involved-step3 .calender-wrap .calendar td {
  font-size: 12px;
}
.involved-step3 .calender-wrap .title {
  margin-bottom: 20px;
}
.involved-step3 .calender-wrap .calendar header .btn {
  background: none;
  border: none;
  color: #cbd1d2;
  box-shadow: none;
}
.involved-step3 .calender-wrap .btn {
  border-radius: 5px;
  background: #3b86ff;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  display: inline-block;
}
.calendar table {
  margin-bottom: 5px;
}
.involved-step3 {
  position: relative;
}
.involved-page .involved-step4 .step1-left em {
  float: none;
}
.involved-step4 p {
  color: #333;
  margin-bottom: 15px;
  text-transform: lowercase;
}
.involved-step4 form {
  margin-bottom: 30px;
}
.involved-page .involved-step4 .custom-control {
  color: #fff;
  margin-bottom: 15px !important;
}
.involved-step4 .custom-control-label {
  display: initial;
  padding-top: 3px;
  color: #000;
}
.involved-page .involved-step4 form .row {
  margin-left: -15px;
  margin-right: -15px;
}
.involved-page .involved-step4 form .col-sm-6 {
  padding: 0 15px;
}
.involved-page .involved-step4 .moresteps-wrap .row .col:first-child {
  display: block;
}
.involved-page .involved-step4 .step1-right {
  background: #fff;
}
.involved-step4 .step1-right p {
  color: #333;
  margin-bottom: 15px;
  font-size: 14px;
}
.involved-step4 .step1-right textarea {
  background: #f0f2f8;
  margin-bottom: 8px;
}
.involved-step4 .step1-right li {
  color: #333;
  font-size: 13px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out,
    background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}
.files {
  position: relative;
}
.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.color input {
  background-color: #f1f1f1;
}
.files:before {
  position: absolute;
  bottom: -12px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
.involved-page .involved-step4 .step1-left,
.involved-page .involved-step4 .step1-right {
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
}

/* new key area */
#newkeyare-section {
  background: #5da543;
  padding: 50px 0;
}
#newkeyare-section .keyarea-heading h2 {
  padding: 0 60px;
  font-family: "HelveticaNeue-Light";
  color: #fff;
  font-size: 48px;
  text-transform: lowercase;
  margin: 0 0 50px;
  text-align: center;
}
#newkeyare-section .newarea-content {
  padding: 0 60px;
}
.newarea-content .newarea-box li {
  display: inline-block;
  width: 45%;
  margin: 0 20px 20px 0;
  vertical-align: top;
}
.newarea-content .newarea-box li a {
  display: block;
  position: relative;
}
.newarea-content .newarea-box li a::after {
  content: "";
  background-image: -webkit-linear-gradient(left, #05a0d4 0%, #05a0d4 100%);
  background-image: -o-linear-gradient(left, #05a0d4 0%, #05a0d4 100%);
  background-image: linear-gradient(to right, #05a0d4 0%, #05a0d4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5AA427", endColorstr="#FF93C16D", GradientType=1);
  height: 7px;
  width: 0%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newarea-content .newarea-box li a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
.newarea-content .newarea-box li h6 {
  color: #fff;
  font-size: 17px;
  text-transform: lowercase;
  margin: 20px 0;
  text-align: center;
  font-family: "HelveticaNeue-Light";
}
.newarea-content .newarea-box li:hover img,
.newarea-content .newarea-box li.active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.newarea-content .newarea-box li:hover a::after,
.newarea-content .newarea-box li.active a::after {
  width: 100%;
}
.newarea-content .newarea-contentwrap {
  background: #ccc;
  height: 580px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.newarea-content .newarea-content {
  background-size: 100%;
  background-position: 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  transform: translateX(-100%);
  transition: transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.8s;
}
.newarea-content .newarea-content.active {
  transition-delay: 0s;
  z-index: 4;
  transform: translateX(0);
}
.newarea-content .newarea-content .content-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 40px;
}
.newarea-content .newarea-content .content-info::before {
  content: "";
  background: -moz-linear-gradient(top, transparent 8%, #000000 100%);
  background: -webkit-gradient top, transparent 5%, #000000 100%;
  background: -webkit-linear-gradient(top, transparent 5%, #000000 100%);
  background: -o-linear-gradient(top, transparent 5%, #000000 100%);
  background: -ms-linear-gradient(top, transparent 5%, #000000 100%);
  background: linear-gradient(to bottom, transparent 5%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF000000", GradientType=0);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 1;
  left: 0;
}
.newarea-content .newarea-content .content-info h4 {
  color: #fff;
  font-size: 32px;
  text-transform: lowercase;
  margin: 0 0 30px 0;
  width: 100%;
  font-family: "HelveticaNeue-Light";
  line-height: 28px;
  z-index: 9;
  text-shadow: 0px 2px 4px #000;
  position: relative;
  z-index: 9;
}
.newarea-content .newarea-content .content-info p {
  font-family: "HelveticaNeue-Light";
  font-size: 17px;
  line-height: 25px;
  text-align: justify;
  color: #fff;
  position: relative;
  z-index: 9;
}
.leadershipmodal {
  background: rgba(0, 0, 0, 0.8);
}
.leadershipmodal .content {
  padding-bottom: 20px;
}
.leadershipmodal .modal-content {
  background: none;
  box-shadow: none;
  border: none;
}
.leadershipmodal .modal-dialog {
  max-width: 70%;
}
.leadershipmodal .modal-header {
  background: none;
  border: none;
}
.leadershipmodal h4,
.leadershipmodal h5,
.leadershipmodal p {
  color: #fff !important;
}
.leadershipmodal .memberdetail-wrap {
  padding-top: 0 !important;
}
#header .menu-wrap li.mob-btn {
  display: none;
}
#header .button-content .blue-btn:hover {
  border: 1px solid #000;
  color: #000;
}
.involved-page .involved-step4 {
  background: #fff url(../images/step2-bg.png) no-repeat;
  padding: 100px;
  background-size: cover;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: none;
  background: url('../images/checkarrow.png') no-repeat;
  background-size: 100% auto;
}
.involved-page .involved-step4 .step1-left span{
  color: #000;
}
.content-tabs .directors-wrap .team-content a::before{
  opacity:1 !important;
}
.content-tabs .directors-wrap .team-content .section-content{
  opacity:1 !important;
}
.involved-page .involved-step2{
  padding: 200px 100px 100px 100px;
}
.step2-wrapper{
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  box-shadow:0px 5px 35px 5px rgba(0,0,0,0.1);
}
.step2-wrapper .form-content{
  padding-top: 15px;
}
.step2-wrapper .form-content input {
  margin-bottom: 10px;
  border-radius: 0;
}
.step2-wrapper .radio-wrap h3 {
  font-family: "HelveticaNeue-Bold";
  font-size: 18px;
  text-transform: lowercase;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.step2-wrapper .radio-wrap h3::after{
  display: none;
}
.step2-wrapper .custom-control {
  margin-bottom: 5px;
}
.step2-wrapper .form-content input {
  margin-bottom: 10px;
  border-radius: 0;
}
.step2-wrapper .radio-wrap label{
  color: #000;
}
.step2-wrapper .radio-wrap{
  text-align: left;
}

#container {
  height: 500px; 
  min-width: 310px; 
  max-width: 800px; 
  margin: 0 auto; 
}
.loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}
.highcharts-credits{
display: none!important;
}
.highcharts-exporting-group{
  display : none!important; 
  }
.involved-step1 .arrow,
.involved-step1 .arrow:before{
  border-color: #000 !important;
}
.alert-box{
  text-transform: inherit !important;
}
#covidinformed-section{
  padding: 40px 0;
}

/* Focus Page */
#banner-wrap.focuspage{
  background: url(../images/ourfocus-bannerbg.jpg) no-repeat center top;
}
#banner-wrap.focuspage .aboutbanner-img{
  padding-top: 20%;
}
#banner-wrap.focuspage .aboutbanner-img img{
  width: 70%;
  margin: 0 auto;
}
#banner-wrap.focuspage .aboutbanner-content h2{
  color: #5da543;
  position: relative;
  border: none;
  font-size: 50px;
}
#banner-wrap.focuspage .aboutbanner-content h2::after{
  content: "";
    position: absolute;
    right: 22%;
    background: #5da543;
    height: 2px;
    width: 10%;
    margin: 10px 0 50px;
    display: block;
    text-align: center;
}
#banner-wrap.focuspage .aboutbanner-content{
  padding-top: 25%;
}
.focuspage-wrap #aboutsection-white{
  background: none;
  padding: 40px 0;
}
.focuspage-wrap #aboutsection-white .aboutsection-content h2{
  font-family: "HelveticaNeue-Light";
  color: #2c2e30;
  font-size: 40px;
  text-transform: lowercase;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
  position: relative;
  line-height: 1;
  display: inline-block;
}
.focuspage-wrap #aboutsection-white .aboutsection-content h2::after{
  content: "";
  position: absolute;
  left:0;
  background: #5da543;
  height: 3px;
  width: 20%;
  margin: 10px 0 99px;
  display: block;
  text-align: center;
}
.focuspage-wrap #aboutsection-white .aboutsection-content p {
  font-size: 15px;
  line-height: 24px !important;
  color: #7e8085;
  margin: 0;
}
.focuspage-wrap #aboutsection-white .aboutsection-content{
  padding: 0 40px 0 0;
}
.focuspage-wrap #aboutsection-white.grey .aboutsection-content{
  padding: 0 0 0 40px;
}
.videoplayer-wrap iframe{
  width: 100%;
  height: 450px;
}
.videomodal .modal-body{
  padding: 0;
}

.mobile-text{
  display: none !important;
}

.lang-dropdown{
  display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.lang-dropdown nav{
  padding: 0;
}
.lang-dropdown nav a{
  color: #000;
  padding: 0 !important;
}
.lang-dropdown nav span{
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.lang-dropdown .dropdown-toggle::after{
  vertical-align: middle;
  margin-left: 5px;
}
.lang-dropdown .dropdown-menu{
    padding: 9px 15px;
    line-height: 1;
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    min-width: 50px;
}

.images a{
  cursor:inherit !important;
}

/* New impact page */
.newsection-onehead{
  /* border-top: 1px solid #9F9F9F; */
  padding: 10px 0 0;
}
.newsection-onehead h2{
  color: #2c2e30;
    font-family: "HelveticaNeue-Light";
    font-size: 22px;
    text-transform: lowercase;
    width: 100%;
    line-height: 35px;
    position: relative;
    letter-spacing: 1px;
    margin: 0 100px 30px;
}
.newsection-onehead h2::after {
  content: "";
  position: absolute;
  left: 0;
  background: #5da543;
  height: 2px;
  width: 43%;
  display: block;
  text-align: center;
  top: 34px;
}
.newsection-onehead h2 span{
  color: #5da543;
  font-weight: bold;
}
#summary-content .newsection-onehead .graph{
  padding-bottom: 50px;
}
.newsection-one{
  padding: 0 15px;
  overflow: hidden;
}
.newsection-two{
  margin-bottom: 80px;
}
.newsection-two .newsectiontwo-wrapper{
  background: #67A156;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding-left: 20px;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap{
  background: #fff;
  border: 1px solid #00713D;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 30px 40px 30px 130px;
  position: relative;
  border-left: none;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap > .row{
  display: block;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap > .row .col-sm-4{
  float: right;
}
.newsection-two.newsection-three .newsectiontwo-wrapper .newsectiontwo-wrap > .row{
  display: flex;
}
.newsection-two.newsection-three .newsectiontwo-wrapper .newsectiontwo-wrap > .row .col-sm-4{
  float: none;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap h4{
  font-size: 28px;
  color: #010101;
  font-family: "HelveticaNeue-Light";
  line-height: 40px;
  position: relative;
  margin-right: 50px;
  margin-top: 70px;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap h4::after{
  content: "";
  position: absolute;
  left: 0;
  background: #5da543;
  height: 1px;
  width: 100%;
  display: block;
  text-align: center;
  top: 43px;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap .rotate-section{
  background: #00713D;
  padding: 30px 20px 20px;
  text-align: center;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  position: absolute; /* only handy here because its parent is set to `position: relative;` */
    left: 0;
    top: 0px;
    /* writing-mode: sideways-lr;   /* Webkit browsers don't support `sideways-lr` yet */
    writing-mode: vertical-rl;  /* `vertical-rl` and a rotation will achieve the same effect */
    transform: scaleX(-1) scaleY(-1);
    height: 100%;
    line-height: 2;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap .rotate-section span{
  display: block;
  color: #fff;
  font-size: 28px;
  font-family: "HelveticaNeue-Light";
}
.newsection-two.newsection-three .newsectiontwo-wrapper .newsectiontwo-wrap .rotate-section{
  background: #3F7D42;
}
.newsection-two.newsection-three .newsection-box{
  background: #fff;
  border: 1px solid #67A156;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  min-height: 540px;
}
.newsection-two.newsection-three .newsection-box ul > li{
  display: block;
}
.newsection-two.newsection-three .newsection-box ul > li::after{
  margin: 30px auto;
  content: "";
  background: rgba(103, 106, 186, 0.34);
  width: 80%;
  display: block;
  height: 1px;
}
.newsection-two.newsection-three .newsection-box ul li .roundbig-btn,
.newsection-two.newsection-three .newsection-box ul li .roundsmall-btnblue,
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnblack,
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnred,
.newsection-two.newsection-three .newsection-box ul li .roundsmall-btnred{
  background: #67A156;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 10px 50px;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  border: 2px solid transparent;
}
.newsection-two.newsection-three .newsection-box ul li .roundsmall-btnblue{
  background: #03A9F4;
  padding: 10px 30px;
  font-size: 15px;
}
.newsection-two.newsection-three .newsection-box ul li .roundsmall-btnred{
  background: #C50000;
  padding: 10px 30px;
  font-size: 15px;
}
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnblack{
  background: #000;
  padding: 5px 15px;
  font-size: 12px;
}
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnred{
  background: #C50000;
  padding: 5px 15px;
  font-size: 12px;
}
.newsection-two.newsection-three .newsection-box ul li .roundbig-btnborder,
.newsection-two.newsection-three .newsection-box ul li .roundsmall-btnborder,
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnborder{
  background: none;
  border: 2px solid #67A156;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  color: #010101;
  text-align: center;
  padding: 10px 50px;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}
.newsection-two.newsection-three .newsection-box ul li .roundsmall-btnborder{
  padding: 10px 30px;
  font-size: 15px;
  color: #67A156;
}
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnborder{
  padding: 5px 15px;
  font-size: 12px;
  color: #67A156;
}
.newsection-two.newsection-three .newsection-box ul li i,
.newsection-two.newsection-three .newsection-box ol li i{
  font-style: normal;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #010101;
  font-weight: bold;
}
.newsection-two.newsection-three .newsection-box ol li i{
  font-size: 11px;
}
.newsection-two.newsection-three .newsection-box ol li i.redtext{
  color: #C50000;
}
.newsection-two.newsection-three .newsection-box .newgraph-wrap img{
  display: block;
  width: 100%;
  height: auto;
}
.newsection-two.newsection-three .newsection-box .newgraph-wrap em{
  font-style: normal;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #010101;
  font-weight: bold;
}
.newsection-two.newsection-three .newsection-box .newgraph-wrap em.greentext{
  color: #67A156;
}
.newsection-two.newsection-three .newsection-box ol li{
  display: inline-block;
}
.newsection-two.newsection-three .newsection-box ol.xs-section li i {
  font-size: 11px;
}
.newsection-two.newsection-three .newsection-box ol.xs-section li i.greentext {
  font-size: 11px;
  color: #67A156;
}
.newsection-two.newsection-three .newsection-box ol.xs-section li i.redtext {
  font-size: 11px;
  color: #C50000;
}
.newsection-two.newsection-four .newsectiontwo-wrapper .newsectiontwo-wrap .rotate-section{
  background: #000;
}
.newsection-two.newsection-four .newgraph-wrap img{
  display: block;
  width: 100%;
  height: auto;
}
.newsection-two.newsection-four h3{
  color: #010101;
  border: none;
  margin: 20px 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.newsection-two.newsection-four .graph-indication li{
  display: block;
  margin-bottom: 10px;
}
.newsection-two.newsection-four .graph-indication li span.docavailable{
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: #1DE9B6;
  vertical-align: middle;
  border: 1px solid #707070;
}
.newsection-two.newsection-four .graph-indication li span.session{
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: #03A9F4;
  vertical-align: middle;
  border: 1px solid #707070;
}
.newsection-two.newsection-four .graph-indication li em{
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  margin-left: 10px;
}
.newsection-two.newsection-four{
  margin-bottom: 0;
}
.whitepaper{
  background: #fff;
  padding: 25px;
  text-align: center;
  margin-bottom: 50px;
}
.whitepaper h2{
  margin-bottom: 10px;
}
.whitepaper p{
  font-size: 22px;
  color: #000;
  position: static !important;
  width: 100% !important;
  text-align: center !important;
}
.whitepaper p a{
  color: #5da543 !important;
}
.patnernew-page .tabs-wrap .tabs-content a{
  text-align: center;
  padding: 25px;
  font-size: 22px;
  min-height: 106px;
}
.patnernew-page .team-content{
    min-height: 350px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2)
}
.borderbtn-visit{
  display: inline-block;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 1px;
}
.borderbtn-visit:hover{
  color: #2c2e30;
}
#nav-profile .nav li{
  margin: 0 0 5px 0;
  display: block;
  width: 100%;
}
#nav-profile .nav a{
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 18px;
}
#nav-profile .nav-tabs .nav-item.show .nav-link, 
#nav-profile .nav-tabs .nav-link.active{
  background: #03a240;
  display: block;
  width: 100%;
  border-radius: 0 !important;
  color: #fff;
}


/* Responsive */
@media (max-width: 1400px) {
  #summary-content_1 .graph{
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  #slider-wrap .bx-controls,
  .slider-footer {
    bottom: 2%;
  }
  .mob-content {
    display: block;
  }
  #slider-wrap {
    height: 50vh;
    padding: 30% 0 0;
  }
  #slider-wrap .slider-content {
    width: 65%;
    float: none;
  }
  #top-content .countersection-wrap {
    text-align: center;
    margin-bottom: 30px;
  }
  #top-content .countersection-wrap .row .col-sm-6:first-child {
    border: none;
    border-bottom: 1px solid #5e713f;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  #top-content .countersection-wrap .row .col-sm-6 {
    padding-left: 15px;
  }
  #top-content .countersection-wrap .number {
    font-size: 50px;
  }
  #top-content .countersection-wrap span {
    font-size: 20px;
  }
  #footertop-section p {
    font-size: 18px;
  }
  .footer-top .footer-logo img {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-top .footer-menu {
    padding-left: 0;
    text-align: center;
  }
  .navbar-header {
    display: block;
  }
  #header .menu-wrap nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #5da543;
    text-align: left;
  }
  #header .menu-wrap .navbar-header {
    position: absolute;
    left: 10px;
    top: 0;
  }
  .blue-btn {
    padding: 10px 25px;
    font-size: 13px;
  }
  .arrow-icon {
    display: none;
  }
  #header .menu-wrap li {
    float: none;
    display: block;
    width: 100%;
  }
  #header .menu-wrap li a {
    color: #fff;
  }
  .mob-content {
    padding: 40px 30px;
  }
  .mob-logo {
    width: 60%;
  }
  .mob-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .mob-content a {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 20px;
  }
  #header .menu-wrap li a:hover,
  #header .menu-wrap li a.active {
    background: #fff;
  }
  #keyarea-section h2 {
    padding: 30px 0;
    font-size: 25px;
  }
  #top-content {
    padding: 30px 0;
  }
  #missionvision-section .content-wrap {
    padding: 30px 30px 30px;
  }
  #missionvision-section .content-wrap h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #missionvision-section .content-wrap p {
    font-size: 16px;
    line-height: 26px;
  }
  #ownermsg-section {
    padding: 30px 0 30px;
    min-height: inherit;
  }
  #ownermsg-section p {
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    color: #fff;
    padding-right: 0;
    padding-top: 29px;
    background: url(../images/tweet-bg.png) no-repeat right top;
    background-size: 42px 30px;
  }
  #stayinformed-section {
    padding: 30px 0;
  }
  #stayinformed-section h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .footer-logo {
    width: 50%;
    margin: 0 auto 10px;
  }
  .footer-top .footer-menu {
    padding-top: 0;
  }
  #search input[type="search"] {
    font-size: 30px;
  }
  #header .logo-area a {
    height: 100px;
  }
  #banner-wrap .aboutbanner-content {
    padding-top: 70%;
    text-align: center;
  }
  #banner-wrap .aboutbanner-content h2 {
    text-align: center;
    font-size: 35px;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
  }
  #banner-wrap .aboutbanner-content p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .aboutbanner-img {
    display: none;
  }
  #banner-wrap {
    height: 80vh;
  }
  #tab-section {
    padding-bottom: 30px;
  }
  .tabs-wrap .tabs-content a {
    font-size: 15px;
    padding: 15px !important;
    text-align: center !important;
  }
  .content-tabs .heading-wrap p {
    padding: 0 10px;
    line-height: 18px;
  }
  #aboutsection-white .row .col-sm-6:first-child {
    float: none;
  }
  #aboutsection-white .aboutsection-content {
    padding: 40px;
    text-align: center;
  }
  #aboutsection-white .aboutsection-content p {
    padding-left: 0;
  }
  #aboutsection-white.grey .aboutsection-content {
    text-align: center;
  }
  #aboutsection-white.grey .aboutsection-content p {
    padding-right: 0;
  }
  .memberdetail-wrap {
    padding-top: 55%;
  }
  .main-membercontent .img-wrap {
    margin-bottom: 20px;
  }
  .main-membercontent {
    padding-bottom: 25px;
  }
  .main-membercontent p {
    text-align: center;
  }
  .impact-innerbanner {
    padding: 60% 0 3%;
  }
  .impact-bannercontent .container-fluid {
    padding: 0 20px;
  }
  .impact-bannercontent h2 {
    font-size: 30px !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
  .impact-bannercontent p {
    font-size: 16px;
    line-height: 22px;
  }
  #banner-wrap.impact-page {
    height: 75vh;
  }
  #top-content.impactpage {
    padding-bottom: 30px;
  }
  #summary-content,
  #summary-content_1 {
    padding: 30px 0 10px;
    text-align: center;
  }
  #summary-content h3,
  #summary-content_1 h3 {
    margin: 0 0 30px 0;
    font-size: 30px;
  }
  #summary-content .wrapper .content span,
  #summary-content_1 .wrapper .content span {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #summary-content .wrapper .content p,
  #summary-content_1 .wrapper .content p {
    font-size: 22px;
  }
  #summary-content .wrapper .content,
  #summary-content_1 .wrapper .content {
    padding-bottom: 25px;
  }
  #summary-content .wrapper,
  #summary-content_1 .wrapper {
    padding-bottom: 20px;
  }
  #distribution-content .content-area {
    padding: 40px;
    text-align: center;
    min-height: auto;
  }
  #distribution-content .distribution-graph {
    padding: 40px;
  }
  #distribution-content .content-area h2,
  #summary-content .content-area h2,
  #summary-content_1 .content-area h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #distribution-content .content-area p {
    font-size: 13px;
    line-height: 20px;
  }
  #programfund-content {
    padding: 40px 0;
  }
  #programfund-content h2 {
    font-size: 25px;
    margin-bottom: 0px;
  }
  #programfund-content p {
    padding: 0;
    margin-bottom: 20px;
  }
  #programfund-content .grap-wrap {
    margin-bottom: 30px;
  }
  #programfund-content .progressdetial-wrap .progress-detail {
    margin-bottom: 20px;
  }
  #programfund-content .progressdetial-wrap .row {
    margin-bottom: 0;
  }
  #programfund-content .progressdetial-wrap {
    padding-bottom: 0;
  }
  #banner-wrap.media-page {
    height: 350px;
  }
  .content-tabs.media-page .heading-wrap p {
    padding-right: 0;
  }
  .media-wrap .row {
    margin-bottom: 0;
  }
  .media-detail .similar-media .media-wrap {
    margin-bottom: 0;
  }
  .content-tabs .heading-wrap h2 {
    font-size: 25px;
  }
  .media-detail .mediadetail-content .media-img.video-wrap {
    height: 400px;
  }
  #banner-wrap.patners {
    padding-top: 55%;
    height: 100%;
  }
  .patnerbanner-content {
    padding: 20px;
  }
  .patnerbanner-content h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .patnerbanner-content p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .patner-content {
    padding: 25px 0;
  }
  .patner-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .patner-content .heading-wrap h2::after {
    width: 50px;
  }
  #patner-box .patnerbox-content .img-wrap {
    position: static;
  }
  #patner-box.invert .row {
    display: flex;
  }
  #patner-box.invert .col-sm-5 {
    float: none;
  }
  #patner-box .patnerbox-content .img-content {
    padding: 20px !important;
    text-align: center !important;
  }
  #patner-box .patnerbox-content p {
    text-align: center;
  }
  #patner-box.invert .patnerbox-content p {
    text-align: center;
  }
  #investment h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #investment h2::after {
    width: 50px;
  }
  #banner-wrap.resource-page h2 {
    bottom: 10%;
    font-size: 30px;
    width: 100%;
    left: 0;
  }
  #afterbanner .resource-banner {
    width: 100%;
    height: auto;
    position: static;
  }
  #confirmcases {
    padding: 20px 0;
    text-align: center;
  }
  #confirmcases h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  #confirmcases h2::after {
    display: none;
  }
  #confirmcases .cases-banner {
    position: static;
    margin: 0 auto 20px;
  }
  #confirmcases .casesreport-table .table-responsive {
    padding: 0;
  }
  #confirmcases .casesreport-table .red-text,
  #confirmcases .casesreport-table .blue-text,
  #confirmcases .casesreport-table .lightgreen-text,
  #confirmcases .casesreport-table .black-text {
    font-size: 14px !important;
  }
  .pagination {
    text-align: center;
    padding-bottom: 15px;
  }
  .pagination a {
    padding: 6px 9px;
  }

  .involved-page {
    padding-top: 50%;
  }
  .involved-page .involved-step1 .step1-left {
    padding: 30px;
  }
  .involved-page .moresteps-wrap {
    width: 100%;
  }
  .involved-page .involved-step2 {
    padding: 30px;
  }
  .involved-page .involved-step2 p {
    padding: 0;
  }
  .involved-step2 .addtable-wrap {
    width: 550px;
    overflow-x: auto;
  }
  .involved-step2 .addtable-wrap th {
    font-size: 13px;
    text-transform: lowercase;
    vertical-align: middle;
  }
  .involved-step2 .addtable-wrap td {
    vertical-align: middle;
    padding: 4px;
  }
  .involved-step2 .addtable-wrap input {
    margin: 0;
    border: 1px solid #ddd;
    padding: 5px;
  }
  .involved-step2 .addtable-wrap td span {
    font-size: 12px;
  }
  .involved-step2 .amount-table {
    text-align: left;
    padding: 20px 0;
    margin-left: 0;
  }
  .involved-step2 .amount-table tfoot h5 {
    font-size: 17px;
  }
  .involved-page .moresteps-wrap .back-btn a,
  .involved-page .moresteps-wrap .next-btn a {
    font-size: 12px;
    padding: 10px;
  }
  .involved-page .moresteps-wrap .steps-roundbtn {
    padding: 10px;
  }
  .involved-page .moresteps-wrap .steps-roundbtn li a {
    width: 10px;
    height: 10px;
  }
  .involved-step3 .calendar-steps {
    padding-top: 0;
  }
  .involved-step3 .calender-wrap {
    margin-top: 20px;
  }
  .involved-step3 .calender-wrap .calender-img {
    display: none;
  }
  .involved-step3 .calender-wrap .calender {
    float: none;
    width: 100%;
    padding: 20px;
  }
  .involved-page .involved-step4 .step1-right {
    padding: 30px 30px 70px;
  }
  .leadershipmodal .modal-dialog {
    max-width: 100%;
  }
  .memberdetail-wrap h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .memberdetail-wrap h5 {
    font-size: 17px;
  }
  #newkeyare-section .keyarea-heading h2 {
    text-align: center;
    padding: 0 20px;
    font-size: 30px;
    margin: 0 0 30px;
  }
  #newkeyare-section .newarea-content {
    padding: 0 20px;
  }
  .newarea-content .newarea-box li {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 30px 0;
  }
  .newarea-content .newarea-box li a img {
    display: none;
  }
  .newarea-content .newarea-box li a {
    height: 100%;
    position: absolute;
    bottom: -15px;
    width: 100%;
  }
  .newarea-content .newarea-content .content-info p {
    font-size: 14px;
    line-height: 22px;
  }
  .newarea-content .newarea-content .content-info {
    padding: 20px;
  }
  #header .menu-wrap li.mob-btn {
    display: block;
  }
  .involved-page .involved-step2{
    margin: 0 !important;
  }
  .involved-page .involved-step4{
    padding: 30px;
  }
  .involved-page .involved-step4 .step1-right {
    padding: 0 30px 70px;
}
.modal-body{
  padding: 0;
}
.modal-body .memberdetail-wrap h4{
  font-size: 25px;
  margin-bottom: 10px;
  margin: 10px 0 0;
  line-height: 34px;
}
.modal-body .memberdetail-wrap p{
  text-align: left;
}
.modal-body ul {
  padding: 0 0 15px;
}

#top-content{
  padding-bottom: 0 !important;
}
#newkeyare-section{
  padding-top: 0 !important;
  text-align: center;
}
#newkeyare-section .keyarea-heading h2,
#stayinformed-section h2{
  font-size: 30px !important;
  margin: 0 !important;
}
#newkeyare-section .keyarea-heading h2::after{
  margin: 10px 0 10px !important;
}
.newarea-content .newarea-box li h6{
  font-size: 17px !important;
}
.newarea-box{
  margin-top: 0 !important;
  padding: 0 !important;
  margin-bottom: 10px !important;
}
#header{
  padding: 20px 0 20px;
}
#header .logo-area a{
  margin-bottom: 20px;
  width: 100%;
  display: block;
  height: 75px;
}
#banner-wrap .aboutbanner-content{
  padding-top: 60%;
}
.leadership-topcontent{
  padding: 20px 0;
}
.boarddirector-content .heading-wrap{
  padding-bottom:20px;
}
.impact-innerbanner {
  padding: 50% 0 10%;
}
#summary-content{
  padding-top: 0;
}
#summary-content h2{
  font-size: 25px !important;
  position: relative;
}
#summary-content h2::after{
  left: 10px !important;
}
#header .menu-wrap nav{
  background: rgba(255, 255, 255, 0.95);
}
.mob-content a{
  color: #000;
}
#header .menu-wrap li a {
  color: #5da543;
}
#header .menu-wrap li a.active{
  color: #fff;
  background: #5da543 !important;
}
#distribution-content .content-area h2 {
  font-size: 26px !important;
  margin-bottom: 0 !important;
}
#programfund-content h2 {
  display: block !important;
  text-align: center!important;
}
#programfund-content h2::after{
  position: absolute !important;
  left: 16% !important;
}
#covidinformed-section h2 {
  font-family: "HelveticaNeue-Light";
  text-align: center !important;
  color: #000 !important;
  font-size: 27px !important;
  text-transform: lowercase !important;
  display: block !important;
  margin-bottom: 0px !important;
}
#covidinformed-section h2::after {
  content: "" !important;
  background: #727a6e !important;
  height: 3px !important;
  width: 15% !important;
  margin: 10px 0 20px !important;
  display: block !important;
  position: absolute !important;
  left: 18% !important;
}
#confirmcases h2 {
  font-size: 27px !important;
  margin-bottom: 15px !important;
}
#covidinformed-section h3{
  font-size: 25px !important;
}
#myCarousel h4{
  font-size: 23px !important;
}

#top-content p{
  font-size: 18px;
  line-height: 28px;
}
#top-content .pb-5{
  padding-bottom: 10px !important;
}
#newkeyare-section .keyarea-heading h2::after{
  width: 100% !important;
}
#stayinformed-section h2::after{
  width: 100% !important;
  position: static;
  display: block;
  height: 2px !important;
}
#ownermsg-section p{
  text-align: center !important;
}
.lead_heading{
  text-align: center;
  display: block;
}
.content-tabs .heading-wrap p{
  font-size: 17px !important;
  line-height: 27px !important;
}
#summary-content .container > h2,
#summary-content_1 .container > h2{
  margin-bottom: 30px !important;
}
#summary-content .container > h2::after,
#summary-content_1 .container > h2::after{
  position: static !important;
  width: 100% !important;
  margin-bottom: 30px !important;
}
#summary-content > .row,
#summary-content_1 > .row {
  display: flex;
}
#summary-content > .row .col-sm-6:first-child,
#summary-content_1 > .row .col-sm-6:first-child {
  float: none;
}
#summary-content .content-area,
#summary-content_1 .content-area{
  padding: 40px;
  min-height: auto;
}
#distribution-content .distribution-graph {
  padding: 20px 20px 60px 20px;
}
#summary-content .graph,
#summary-content_1 .graph{
  padding: 20px !important;
}
#programfund-content h2::after{
  width: 100% !important;
  position: static !important;
  margin-bottom: 30px !important;
}
.patner-content .heading-wrap h2::after{
  width: 100%;
  height: 2px;
}
.patner-content .top-text{
  padding: 0px !important;
    color: #2c2e30 !important;
    font-size: 16px !important;
    line-height: 22px !important;
}
#patner-box .patnerbox-content h2{
  text-align: center !important;
}
#patner-box .patnerbox-content p{
  text-align: center !important;
}
#covidinformed-section h2::after{
  position: static !important;
  background: #5da543 !important;
  width: 100% !important;
}
.content-tabs.media-page .heading-wrap h2::after{
  width: 100%;
  height: 2px;
}
.involved-page {
  padding-top: 40%;
}
.involved-step1 .step1-right{
  padding: 40px;
}
.involved-page .involved-step1 .step1-right h2{
  font-size: 40px;
}
.involved-step1 .step1-right p{
  font-size: 15px;
  line-height: 24px;
}
.involved-page .involved-step1 .step1-left span{
  font-size: 30px;
  display: block;
}
.involved-page .involved-step1 .step1-left span::after{
  width: 100%;
}
#info-modal .content h2, .step1-left .content h2{
  font-size: 22px;
}
#info-modal .content p, .step1-left .content p{
  font-size: 16px;
  line-height: 28px;
}
.involved-page .involved-step2 h3{
  display: block;
  width: 100%;
  text-align: left;
}
.involved-page .involved-step2 h3::after{
  width: 100%;
}
.step2-wrapper .form-content{
  padding-bottom: 15px;
}
.involved-page .involved-step3 {
  padding: 10px 30px 70px;
}
.involved-page .involved-step3 h3{
  display: block;
}
.involved-page .involved-step3 h3::after{
  width: 100%;
}
.involved-page #involved_step4 .step1-left span{
  font-size: 20px;
  margin-bottom: 10px;
}
.involved-page .involved-step4 .step1-right {
  padding: 0 30px 40px;
}
.involved-page .moresteps-wrap{
  z-index: 99;
}
#covidinformed-section {
  padding: 20px 0;
}

#banner-wrap.focuspage{
  padding-top: 30%;
}
#banner-wrap.focuspage .aboutbanner-content h2::after,
#banner-wrap .aboutbanner-content h2::after,
.impact-bannercontent h2::after{
  display: block !important;
  position: static !important;
  width: 100% !important;
  margin:5px 0 10px !important;
  height: 2px !important;
}
.focuspage-wrap #aboutsection-white .sectionimg-wrap{
  margin-bottom: 20px;
}
.focuspage-wrap #aboutsection-white .aboutsection-content h2{
  display: block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}
.focuspage-wrap #aboutsection-white .aboutsection-content h2::after{
  display: block;
  position: static;
  width: 100%;
  margin-bottom:0;
}
.focuspage-wrap #aboutsection-white .aboutsection-content{
  padding: 0;
}
.focuspage-wrap #aboutsection-white{
  padding: 20px 0;
}
.focuspage-wrap #aboutsection-white.grey .aboutsection-content{
  padding: 0;
}

.desktop-text{
  display: none !important;
}
.mobile-text{
  display: block !important;
  text-align: center !important;
}
#banner-wrap.focuspage .aboutbanner-content h2{
  font-size: 30px;
  margin: 0;
}
.focuspage-wrap #aboutsection-white .aboutsection-content h2{
  font-size: 25px;
}
.patner-content .heading-wrap{
  padding-bottom: 25px;
}
#afterbanner{
  padding: 30px 0;
}
#afterbanner p {
  font-family: "HelveticaNeue-Light";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.lang-dropdown .collapse:not(.show){
  display: block;
}
.lang-dropdown .dropdown-menu{
  position: absolute;
}
#header .menu-wrap nav{
  z-index: 9;
}

.newsection-onehead{
  padding: 0;
}
.newsection-onehead h2{
  letter-spacing: 0;
  margin: 0;
}
.newsection-onehead h2 br{
  display: none;
}
.newsection-onehead h2::after{
  position: static;
  height: 3px;
  width: 100%;
  margin: 10px 0;
}
.newsection-two .newsectiontwo-wrapper{
  border-radius: 10px;
    padding-left: 0;
    padding-top: 10px
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap{
  border: 1px solid #00713D !important;
  border-radius: 10px;
  padding: 15px;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap .rotate-section{
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  position: static;
  writing-mode: initial;
  transform: none;
  height: auto;
  line-height: inherit;
  margin-bottom: 20px;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap .rotate-section span{
  font-size: 16px;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap h4{
  font-size: 20px;
  line-height: 28px;
  margin-right: 0;
  margin-top: 10px;
  text-align: center;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap h4::after{
  position: static;
  height: 2px;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap > .row{
  display: flex;
}
.newsection-two .newsectiontwo-wrapper .newsectiontwo-wrap > .row .col-sm-4{
  float: none;
}
.newsection-two {
  margin-bottom: 20px;
}
.newsection-two.newsection-three .newsection-box{
  padding: 15px;
  min-height: inherit;
  margin-bottom: 20px;
}
.newsection-two.newsection-three .newsection-box ul li .roundbig-btn, 
.newsection-two.newsection-three .newsection-box ul li .roundsmall-btnblue, 
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnblack, 
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnred, 
.newsection-two.newsection-three .newsection-box ul li .roundsmall-btnred,
.newsection-two.newsection-three .newsection-box ul li .roundbig-btnborder, 
.newsection-two.newsection-three .newsection-box ul li .roundsmall-btnborder, 
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnborder{
  padding: 5px 40px;
  font-size: 14px;
}
.newsection-two.newsection-three .newsection-box ul li i, 
.newsection-two.newsection-three .newsection-box ol li i{
  margin-top: 10px;
  font-size: 12px;
}
.newsection-two.newsection-three .newsection-box ul > li::after{
  margin: 20px auto;
}
.newsection-two.newsection-three .newsection-box .newgraph-wrap em{
  margin-top: 20px;
  font-size: 14px;
}
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnblack, 
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnred,
.newsection-two.newsection-three .newsection-box ul li .roundxs-btnborder{
  padding: 5px 10px;
  font-size: 10px;
}
.newsection-two.newsection-four h3{
  text-align: center;
  margin:0 0 20px 0;
    font-size: 15px;
}
.newsection-two.newsection-four .graph-indication{
  text-align: center;
  margin-bottom: 20px;
}
.newsection-two.newsection-four .graph-indication li{
  display: inline-block;
  margin: 0 10px 10px 0;
}
.newsection-two.newsection-four .graph-indication li span.docavailable,
.newsection-two.newsection-four .graph-indication li span.session{
  width: 10px;
  height: 10px;
}
.newsection-two.newsection-four .graph-indication li em{
  font-size: 13px;
  margin-left: 3px;
}
}

@media (max-width: 640px) {
}

@media (max-width: 480px) {
}

/*
#piechart_personal_protective_equipment_donated_section .row,
#summary-content > .row {
  margin: 0;
}
#summary-content > .row{
  display: block;
}
#piechart_personal_protective_equipment_donated_section .col-sm-6,
#summary-content > .row .col-sm-6 {
  padding: 0;
}
#summary-content > .row .col-sm-6:first-child {
  float: right;
}
#piechart_personal_protective_equipment_donated_section .content-area,
#summary-content .content-area {
  background: #fff;
  padding: 90px 60px 150px;
  height: 100%;
  text-align: right;
}
#piechart_personal_protective_equipment_donated_section .content-area h2,
#summary-content .content-area h2 {
  color: #000;
  font-family: "HelveticaNeue-Light";
  font-size: 38px;
  text-transform: lowercase;
  margin-bottom: 30px;
}
#summary-content .content-area h2{
  text-align: left;
}
#piechart_personal_protective_equipment_donated_section .content-area p {
  color: #000;
  font-family: "HelveticaNeue-Light";
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 24px;
}
#piechart_personal_protective_equipment_donated_section .distribution-graph,
#summary-content .graph{
  background: #fff;
  padding: 90px 60px 150px;
  height: 100%;
}
#summary-content .graph{
  padding-bottom: 100px;
  padding-top: 40px;
}
#piechart_personal_protective_equipment_donated_section .distribution-graph .graph img {
  display: block;
  width: 100%;
  height: auto;
}

#piechart_personal_protective_equipment_donated_section .content-area h2 {
  color: #000;
  font-family: "HelveticaNeue-Light";
  font-size: 80px !important;
  text-transform: lowercase;
  margin-bottom: 30px;
}*/



#site_title{
  color:#fff;
  
}