@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");
body,
html {
  font-family: "Fira Sans Condensed", "Arial", sans-serif, "Helvetica";
}

.title, .aboutus-news .about-card__title .title {
  font-size: 2em;
  text-transform: capitalize;
  color: #d2b665;
  font-weight: 600;
}

img {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

 .tick-list-container {
   width:100%;
   margin: auto;
 
 }

 .tick-list-container h2 {
   margin-bottom: 20px;
   color: #222;
 }

 .tick-list {
   list-style: none;
   padding: 0;
   margin: 0;
 }

 .tick-list li {
   font-size: 1rem;
   margin-bottom: 15px;
   display: flex;
   align-items: center;
   color: #333;
 }

 .tick-icon {
   display: inline-flex;
   width: 24px;
   height: 24px;
   justify-content: center;
   align-items: center;
   font-size: 16px;
   margin-right: 12px;
   background-color: #ffc60a;
   color: #fff;
   border-radius: 4px;
   font-weight: bold;
 }

body,
html {
  padding: 0;
 
margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 
  color: #333;

  font-size: 18px;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}


/**pledge scroll down**/
.scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #086fc1;
  /* Text color black */
  margin-top: -10rem;
  animation: fadeIn 1.5s ease-in;
  padding-bottom: 50px;
}

.scroll-down .arrow {
  width: 24px;
  height: 24px;
  border-left: 3px solid black;
  border-bottom: 3px solid gold;
  transform: rotate(-45deg);
  margin-bottom: 0.5rem;
  animation: bounce 2s infinite;
}

.scroll-down span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) rotate(-45deg);
  }

  40% {
    transform: translateY(8px) rotate(-45deg);
  }

  60% {
    transform: translateY(4px) rotate(-45deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 600px) {
  .scroll-down {
    font-size: 0.875rem;
  }

  .scroll-down .arrow {
    width: 18px;
    height: 18px;
    border-left: 2px solid black;
    border-bottom: 2px solid gold;
  }
}


/**end scrool**/


.global-impact {
  background-color: #001f3f;
  /* Deep UN blue */
  color: white;
  padding: 60px 20px;
  text-align: left;
}



.impact-item h2 {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
}

.impact-item p {
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.9;
}

.impact-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  width: 100%;
  padding: 0 20px;
}








::selection {
  background: #fff7cc;
}

p,
span {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}


/**Pledge form css **/

 .hero-section {
   padding: 120px 120px;
   background-color: #f4f4f4;
 }

 .hero-content {
   margin: 0 auto;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   background-color: #fff;
   color: #333;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   max-width: 2400px;
   gap: 40px;
 }

 .text-block {
   flex: 1 1 500px;
   padding: 5em;
 }

 .text-block h1 {
   font-size: 48px;
   font-weight: 700;
   margin-bottom: 10px;
 }

 .text-block h2 {
   font-size: 32px;
   font-weight: 400;
   margin-bottom: 20px;
   color: #444;
 }

 .text-block p {
   font-size: 20px;
   line-height: 1.6;
   max-width: 600px;
 }

 .image-block {
   flex: 1 1 400px;
   text-align: center;
 }

 .image-block img {
   max-width: 70%;
   height: auto;
   border-radius: 4px;
 }

 /* ---------------------
   Responsive Styles
----------------------*/

 /* Tablets and smaller */
 @media (max-width: 768px) {
   .hero-section {
     padding: 60px 20px;
   }

   .hero-content {
     flex-direction: column;
     gap: 20px;
     padding: 0 10px;
     text-align: center;
   }

   .text-block {
     padding: 2em 1em;
   }

   .text-block h1 {
     font-size: 36px;
   }

   .text-block h2 {
     font-size: 24px;
   }

   .text-block p {
     font-size: 18px;
     max-width: 100%;
   }
 }

 /* Phones (small screens) */
 @media (max-width: 480px) {
   .text-block h1 {
     font-size: 28px;
   }

   .text-block h2 {
     font-size: 20px;
   }

   .text-block p {
     font-size: 16px;
   }

   .text-block {
     padding: 1.5em 1em;
   }

   .video-trigger p {
     font-size: 14px;
   }

   .hero-section {
     padding: 40px 10px;
   }
 }


/**pledge form **/
 .container {
   display: flex;
   flex-wrap: wrap;
   
   padding: 20px;
 }

 .column {
   flex: 1 1 100%;
 
 
   box-sizing: border-box;
 }

 @media (min-width: 768px) {
   .column {
     flex: 1 1 48%;
   }
 }











.cta {
  border: 2px solid #000;
  outline: none;
  background: #e4e4e4;
  color: #000;
  border-radius: 3px;
  padding: 8px 30px;
  margin-top: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  width: unset;
  position: relative;
  transition: 250ms ease-in-out;
  display: table;
  padding: 20px 75px 20px 25px;
  margin: 25px auto 0 auto;
  border: 1px solid #403f41;
  padding: 20px 75px 20px 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 20px;
  cursor: pointer;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}

.cta:hover {
  color: #fff;
  border-color: #403f41;
  text-decoration: none;
  background: inherit;
}

.cta:hover::after {
  backface-visibility: hidden !important;
  transform: scaleY(1);
}

.cta:hover .font {
  color: #000;
}

.cta .font {
  color: #fff;
}

.cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #403f41;
  z-index: -1;
  transition: transform 0.3s;
}

.primary-button, .skew-button, .home-projects__block .tile .flex a .blank-btn, .home-projects__block .tile .flex .donation-button {
  border: none;
  outline: none;
  background: #ffc60a;
  color: #fff;
  display: table;
  border-radius: 3px;
  padding: 8px 30px;
  margin-top: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  width: unset;
  position: relative;
  transition: 250ms ease-in-out;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}

.primary-button:hover, .skew-button:hover, .home-projects__block .tile .flex a .blank-btn:hover, .home-projects__block .tile .flex .donation-button:hover {
  color: #fff;
  transition: 250ms ease-in-out;
  background: #ffe283;
}

.skew-button {
  transform: skew(-20deg);
}

.slider {
  overflow: hidden;
}

.banner {
  height: 70vh;
  position: relative;
  padding: 0 0px;
}

.banner img {
  object-fit: cover;
}

.banner-content {
  width: 40%;
  color: #fff;
  padding: 1em 2em;
  position: absolute;
  bottom: 33px;
  left: 6%;
  text-align: center;
}

.banner-content .title {
  text-shadow: 0 0 1rem #0a0701;
}

.banner-content .title, .banner-content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .banner-content .title {
  color: #fff;
}

.banner-content .inside {
  background: #000000c9;
  color: #fff;
  padding: 1em 2em;
  text-align: center;
  border-radius: 0.8rem 0.8rem 20rem 0.8rem;
}

.banner-content .inside-title {
  font-size: 2em;
  font-weight: 600;
  color: #ffc60a;
}

.banner-content .inside p {
  width: 100%;
  color: #fff;
}

.banner .breadtitle {
  text-transform: capitalize;
}

.owl-dots {
  position: absolute;
  bottom: 15px;
  left: 47%;
}

.owl-dots .owl-dot {
  outline: none;
}

.owl-dots .owl-dot.active span {
  background: #fff !important;
  color: #000 !important;
}

.owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  background: #000 !important;
  position: relative;
  color: #fff;
}

.owl-dots .owl-dot span::after {
  position: absolute;
  content: ".";
  top: -12px;
  font-weight: 600;
  left: 5px;
  /* font-size: 1em; */
  font-size: 19px;
}

.slick-prev {
  left: 19px;
  z-index: 2;
  color: #000;
  background: url("/static/img/arrow.png") no-repeat center;
  height: 100%;
  width: 8%;
}

.slick-prev:hover {
  background: url("/static/img/arrow.png") no-repeat center;
}

.slick-prev:focus {
  background: url("/static/img/arrow.png") no-repeat center;
}

.slick-prev::before {
  content: "";
}

.slick-next {
  right: 19px;
  z-index: 2;
  color: #000;
  background: url("/static/img/arrow.png") no-repeat center;
  height: 100%;
  width: 8%;
  transform: rotate(180deg);
  top: 0;
}

.slick-next:hover {
  background: url("/static/img/arrow.png") no-repeat center;
}

.slick-next:focus {
  background: url("/static/img/arrow.png") no-repeat center;
}

.slick-next::before {
  content: "";
}

.owl-theme .owl-nav {
  display: flex;
  position: absolute;
  top: -13%;
  width: 100%;
  right: 10%;
  color: #fff;
  width: unset;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  background: #fff !important;
  padding: 7px 12px !important;
  border-radius: 0.3em;
  color: #000;
  box-shadow: 1px 3px 5px 0px #00000026;
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
  color: #000;
}

.owl-theme .owl-nav button.owl-prev:focus,
.owl-theme .owl-nav button.owl-next:focus {
  outline: none;
}

.crossanimation {
  color: white;
  position: relative;
  display: block;
  letter-spacing: 0.2em;
}

.crossanimation:hover::before {
  transform-origin: left top;
  transform: scaleX(1);
}

.crossanimation::before {
  position: absolute;
  content: "";
  top: 22px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.space {
  margin: 40px 0;
}

.flex {
  display: flex;
}

.icon svg {
  fill: white;
  height: 24px !important;
  width: 24px !important;
}

.icon svg path {
  stroke: white;
}

@media only screen and (max-width: 800px) {
  .banner-content {
	width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  .space {
	margin: 20px 0;
  }
  .banner-content {
	width: 100%;
  }
}

body,
html {
  font-family: "Fira Sans Condensed", "Arial", "Helvetica", sans-serif;
}

.title, .aboutus-news .about-card__title .title {
  font-size: 2em;
  text-transform: capitalize;
  color: #e4b703;
  font-weight: 600;
}



@media only screen and (max-width: 768px) {
  .footer-section__list {
	margin-left: 3em;
  }
}


@media only screen and (max-width: 1200px) {
  header .navbar-list {
	font-size: 0.8em;
  }
  header .navbar-list li {
	margin-left: 1.5em;
  }
  header .navbar-list li a {
	font-size: 1em;
  }
}



@media only screen and (max-width: 712px) {
  header .navbar-top {
	font-size: 0.6em;
  }
  header .navbar-top__list li {
	margin: 0 0.8em;
  }
}

@media only screen and (max-width: 585px) {
  header .navbar-top {
	font-size: 0.6em;
  }
  header .navbar-top__list li {
	margin: 0 0.4em;
  }
}

@media only screen and (max-width: 545px) {
  header .navbar-list li.mobileabout {
	display: flex;
  }
  header .navbar-list li.mobileabout .dropdown-content {
	left: -150px;
	transition: none;
  }
  header .navbar-list li.mobileabout .dropdown:hover .dropdown-content {
	width: 300px;
	left: -250px;
	padding: 1em 2em;
	display: block;
	right: 0;
	overflow: scroll;
	height: 400px;
  }
  header .navbar-list li.mobileabout .dropdown:hover .dropdown-content .dropdown-newsroom .newsroom-card__image .title {
	width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  header .navbar {
	top: 90px;
  }
  header .navbar-top__list {
	flex-wrap: wrap;
	justify-content: flex-start;
  }
  header .navbar-top__list li a {
	font-size: 0.9em;
  }
}

@media only screen and (max-width: 350px) {
  header .navbar {
	top: 90px;
  }
  header .navbar-top__list {
	flex-wrap: wrap;
	justify-content: flex-start;
  }
  header .navbar-top__list li a {
	font-size: 0.9em;
  }
}

#accordion {
  margin: 3em 0;
  background: #fff;
  color: #000;
  padding: 1em;
}

#accordion .panel {
  border: unset;
  box-shadow: 1px 1px 2px 0px #00000029;
}

#accordion .panel-heading {
  padding: 0;
  background: #fff;
}

#accordion .panel-heading a {
  color: #ffc60a;
}

#accordion .panel-title {
  text-transform: capitalize;
}

#accordion .panel-title a {
  padding: 1.3em;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.2em;
}

#accordion .panel-title a:focus {
  text-decoration: none;
}

#accordion .panel-title a[data-toggle="collapse"]::after {
  content: "+";
}

#accordion .panel-title a[aria-expanded="true"]::after {
  content: "X";
}

#accordion .panel-title a .icon-active::after {
  content: "+";
}

#accordion .panel-title a .icon-deactive::after {
  content: "X";
}

#accordion .panel-body p {
  margin: 1em 0;
}

.modal .title, .modal .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .modal .title {
  color: #000;
}

.modal-title {
  padding-bottom: 0;
}

.modal-header {
  border: unset;
}

.modal-body__content {
  padding-top: 1em;
}

.modal-footer {
  display: flex;
  justify-content: center;
  border: unset;
  padding-top: 0;
}

.modal-footer .skew-button {
  color: #000;
}

.home-mail__content form .form-group .primary-button, .home-mail__content form .form-group .skew-button, .home-mail__content form .form-group .home-projects__block .tile .flex a .blank-btn, .home-projects__block .tile .flex a .home-mail__content form .form-group .blank-btn, .home-mail__content form .form-group .home-projects__block .tile .flex .donation-button, .home-projects__block .tile .flex .home-mail__content form .form-group .donation-button {
  margin-top: 0;
  background-color: transparent;
  border: 2px solid #8f0001;
  color: #000;
  font-size: 0.9em;
  padding: 3px 10px;
  display: flex;
  align-items: center;
}

.home-mail__content form .form-group .primary-button .material-icons, .home-mail__content form .form-group .skew-button .material-icons, .home-mail__content form .form-group .home-projects__block .tile .flex a .blank-btn .material-icons, .home-projects__block .tile .flex a .home-mail__content form .form-group .blank-btn .material-icons, .home-mail__content form .form-group .home-projects__block .tile .flex .donation-button .material-icons, .home-projects__block .tile .flex .home-mail__content form .form-group .donation-button .material-icons {
  transform: rotate(180deg);
  font-size: 20px;
  margin-left: 0.2em;
}

.home-events {
  padding: 3em 0;
}

.no-event {
  margin: 0.5rem 0rem;
  color: rgb(197, 196, 193);
  font-size: 1.3rem;
  border: 1px solid #f8f5f2;
  display: inline-block;
  padding: 4rem;
  border-radius: 4px;
  background-color: #faf9f6;
}

.home-events__content .title, .home-events__content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .home-events__content .title {
  color: rgb(49, 49, 47);
}

.home-events__content .text {
  color: darkslategray;
}

.home-events__list {
  margin: 1em 0;
}

.home-events__list .events-list {
  display: flex;
  margin-bottom: 1.5em;
}

.home-events__list .events-list__date {
  background: #ffdd01;
  font-size: 1.6em;
  font-weight: 600;
  flex: 0.36;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.home-events__list .events-list__date .day {
  line-height: 1;
  font-size: 1.5;
  padding-right: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-events__list .events-list__date .month {
  line-height: 1;
  font-size: 1.5;
  color: #516a8e;
  text-transform: uppercase;
  font-weight: 600;
}

.home-events__list .events-list__content {
  margin-left: 1.5em;
}

.home-events__list .events-list__content a {
  display: flex;
}

.home-events__list .events-list__content .title {
  color: #000;
  font-size: 1.5em;
}

.home-events__list .events-list__content .date {
  font-size: 0.9em;
  color: darkslategray;
}

.home-events__list .events-list__content .location {
  color: darkslategray;
  font-size: 0.9em;
  text-transform: uppercase;
}

.home-events__partnerlogo {
  height: 300px;
}

.home-events__partnerlogo img {
  object-fit: contain;
}

.home-cta__block {
  margin: 3em 0;
  position: relative;
  padding: 0.4rem 1rem;
}

.home-cta .container  {
	width: 88%;
}

.home-cta__block .imagepart {
  position: relative;
  display: block;
}

.home-cta__block .imagepart.partfirst {
  
}

.home-cta__block .imagepart.partsecond {
  ;
}

.home-cta__block .imagepart.partthird {
  
}

.home-cta__block .imagepart img {

  width:15rem;
  display: block;
  margin: 0rem auto;

}

.home-cta__block .content {
	
  margin-bottom: 2em;
  text-align: center;
  text-align: left;

}

.home-cta__block .content .title {
  color: #474747;
  font-weight: 600;
  text-align: center;
  margin: 1rem auto;
}

.home-cta__block .content .text{
	text-align: center;
	font-weight: 100;
	color: #606060;
	line-height: 1.5rem;
 }
.home-cta__block .content a {
  display: flex;
  justify-content: center;
}

.home-cta__block .content a .skew-button {
  width: 100%;
  color: #000;
  background: #ffc60a;
}

.home-projects {
  padding: 3em 0;
}

.home-projects .title, .home-projects .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .home-projects .title {
  color: #000;
}

.home-projects__block {
  margin: 1em 0;
}

.home-projects__block .top-tile {
  display: flex;
}

.home-projects__block .top-tile .tile {
  flex: 1;
  flex-wrap: wrap;
  
}

.home-projects__block .tile {
  flex: 1;
  margin: 0.2rem;
}

.home-projects__block .tile-image {
  height: 400px;
}

.home-projects__block .tile-image img {
  object-fit: cover;
}

.home-projects__block .tile-content {
  background: #6f6f6f;
  padding: 2em;
  color: #fff;
}

.home-projects__block .tile-content .title {
  padding-bottom: 1em;
  color: #fff;
}

.home-projects__block .tile-content .text {
  padding-bottom: 1em;
}

.home-projects__block .tile .flex {
  justify-content: space-around;
}

.home-projects__block .tile .flex a .blank-btn {
  background: transparent;
}

.home-projects__block .tile .flex a .blank-btn:hover {
  color: #fff;
  background: transparent;
}

.home-projects__block .tile .flex .donation-button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.home-projects__block .tile .flex .donation-button:hover {
  color: #fff;
  background: transparent;
}

.home-projects__block .bot-tile {
  display: flex;
}

.home-projects__block .bot-tile .tile {
  display: flex;
  flex-direction: row;
}

.home-projects__block .bot-tile .tile-content {
  flex: 0.3;
  background: #6f6f6fbf;
}

.home-projects__block .bot-tile .tile-content .flex {
  flex-wrap: wrap;
}

.home-projects__block .bot-tile .tile-image {
  height: 500px;
  flex: 0.7;
}

@media only screen and (max-width: 800px) {
  .banner {
	height: 40vh;
  }
  .home-projects__block .top-tile {
	flex-direction: column;
  }
  .home-projects__block .top-tile .responsivetile {
	display: flex;
	flex-direction: column-reverse;
  }
  .home-projects__block .bot-tile .tile {
	flex-direction: column-reverse;
  }
  .home-chairman__content .text {
	width: 90%;
  }
  .home-mail__content {
	width: 80%;
  }
  .home-mail__content .title, .home-mail__content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .home-mail__content .title {
	font-size: 1.8em;
  }
  .home-mail__content form {
	display: block;
  }
  .home-cta__block .imagepart.partfirst, .home-cta__block .imagepart.partsecond, .home-cta__block .imagepart.partthird {
	background-position: center;
  }
  .home-cta__block .imagepart.partfirst img, .home-cta__block .imagepart.partsecond img, .home-cta__block .imagepart.partthird img {
	left: 45%;
  }
  .home-cta .content {
	margin: 0 auto;
  }
}

@media only screen and (max-width: 425px) {
  .home-projects__block .top-tile .tile .flex {
	flex-direction: column;
  }
  .home-projects__block .top-tile .tile .flex a {
	display: flex;
	justify-content: center;
  }
  .home-events__list .events-list {
	flex-wrap: wrap;
  }
  .home-events__list .events-list__date {
	padding: 0.6em;
	margin-bottom: 0.6em;
  }
  .home-events__list .events-list__content {
	margin-left: 0;
  }
}

.aboutus {
  margin: 3em 0;
}

.aboutus-top {
  margin: 4em 0;
}

.aboutus-top__content {
  /*background: #ffdd01;*/
  background: rgb(255, 239, 180);
  padding: 2em 2em 6em 2em;
  position: relative;
  background-image: url("/static/img/layer01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.aboutus-top__content .title, .aboutus-top__content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .aboutus-top__content .title {
  color: #000;
  font-size: 3.5em;
  margin: 1em 0 0.5em 0;
}

.aboutus-top__content .text {
  margin: 1em 0;
  font-size: 0.9em;
}

.aboutus-top__content .history {
  display: flex;
  justify-content: center;
}

.aboutus-top__content .history a .skew-button {
  color: #eee;
  font-weight: 600;
  background: #000;
}

.aboutus-places__content {
  margin: 5em 0;
}

.aboutus-places__content .title, .aboutus-places__content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .aboutus-places__content .title {
  font-size: 3em;
  margin: 1em 0 0.5em 0;
  color: #000;
}

.aboutus-places__image {
  height: 500px;
}

.aboutus-places__image img {
  object-fit: contain;
}

.aboutus-news {
  margin: 3em 0;
}

.aboutus-news .about-card__image {
  height: 150px;
  width: 120px;
  display: inline-block;
}

.aboutus-news .about-card__image img {
  object-fit: contain;
}

.aboutus-news .about-card__title {
  border-top: 5px solid #ffc60a;
  padding: 0.7em 0;
}

.aboutus-news .about-card__title .title {
  color: #000;
  font-size: 1.6em;
}

.aboutus-news .about-card__title span {
  display: block;
  font-size: 0.9em;
  font-weight: 600;
}

.aboutus-news .about-card__text {
  font-size: 0.77em;
  padding-bottom: 1em;
}

.aboutus-news .about-card__redirect a {
  font-weight: 600;
  font-size: 0.9em;
  border-bottom: 2px solid #ffc60a;
}

.director {
  margin: 4em 0;
}

.director-top {
  background: #ffd400;
  padding: 2em 0 5em 0;
  background-image: url("/static/img/layer01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.director-top .title, .director-top .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .director-top .title {
  margin-bottom: 0.5em;
  color: #000;
}

.director-top .text {
  width: 76%;
}

.director-list {
  margin: 3em 0;
}

.director-list__block {
  margin: 2em 0;
  display: flex;
}

.director-list__block .block-image {
  margin-right: 3em;
}

.director-list__block .block-image img {
  height: 300px;
  width: 300px;
}

.director-list__block .block-content .position {
  text-transform: uppercase;
}

.director-list__block .block-content .title {
  text-transform: capitalize;
  color: #000;
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 740px) {
  .director-list__block {
	flex-wrap: wrap;
  }
  .director-list__block .block-content {
	margin-top: 2em;
  }
}

.causes-page {
  background-image: url(/static/img/map.jpg);
  background-repeat: no-repeat;
  margin: 4em 0;
  min-height: 100vh;
  background-position: top center;
  padding: 4em 0;
  background-position-y: 3rem;
}

.causes-page .small-title {
  text-align: center;
  text-transform: uppercase;
}

.causes-page .title, .causes-page .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .causes-page .title {
  text-align: center;
  color: #000;
  font-size: 3em;
  padding: 1em 3em 0 3em;
  text-transform: capitalize;
}

.causes-page__list {
  margin: 3em 0;
}

.causes-page__list .causes-card {
	margin: 2em 0;
	border: 1px solid #0000000a;
	box-shadow: 0px 3px 2px 1px #00000008;
}

.causes-page__list .causes-card__image {
  height: 250px;
}

.newsslide-carousel__card .causes-card__image  {
	height: 18rem;	
}

.causes-page__list .causes-card__image img {
  object-fit: cover;
}

.causes-page__list .causes-card__content {
  padding: 1em;
  background: #fff;
}

.causes-page__list .causes-card__content .title {
  font-size: 1.4em;
  padding: unset;
  line-height: 1.1;
  text-align: unset;
}

.causes-page__list .causes-card__content .text {
  color: #2f2f2f;
  margin: 1em 0;
}

.causes-page__list .causes-card__content .range {
  background: #bdb8ab;
  height: 7px;
  position: relative;
  margin: 2em 0;
}

.causes-page__list .causes-card__content .range::after {
  content: "";
  background: #f52d18;
  width: 10%;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  padding: 2px;
}

.causes-page__list .causes-card__content .range-percentage {
  position: absolute;
  top: -27px;
  font-size: 0.8em;
  left: calc(10% - 9%);
}

.causes-page__list .causes-card__content .flex {
  justify-content: space-between;
}

.causes-page__list .causes-card__content .flex a {
  text-transform: capitalize;
  color: #f52d18;
  border-bottom: 1px solid #f52d18;
}

.causes-page__list .causes-card__content .flex a span {
  color: #f52d18;
}

@media only screen and (max-width: 425px) {
  .causes-page .title, .causes-page .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .causes-page .title {
	padding: unset;
  }
}

.sponsorship-banner {
  background: url("/static/img/sponsorshippic.jpg") no-repeat;
  height: 70vh;
  background-size: cover;
  position: relative;
}

.sponsorship-banner__content {
  color: #fff;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.sponsorship-banner__content .title, .sponsorship-banner__content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .sponsorship-banner__content .title {
  color: #fff;
}

.sponsorship-banner__content .bgshade {
  background: rgba(52, 49, 43, 0.73);
  padding: 3em 2em;
  border-radius: 40px 4px 0px 0px
}

.sponsorship-banner__content .bgshade .text {
  margin-top: 2em;
}

.sponsorship-content {
  padding: 3em 0;
  background: #dfd4b461;
}

.sponsorship-content__part {
  background: #ffc60a;
  padding: 3em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sponsorship-content__part .number {
  font-size: 3em;
  font-weight: 600;
}

.sponsorship-content__part .text {
  font-size: 2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sponsorship-content__part a .primary-button, .sponsorship-content__part a .skew-button, .sponsorship-content__part .home-projects__block .tile .flex a .blank-btn, .home-projects__block .tile .flex .sponsorship-content__part a .blank-btn, .sponsorship-content__part a .home-projects__block .tile .flex .donation-button, .home-projects__block .tile .flex .sponsorship-content__part a .donation-button {
  background: #fff;
  color: #000;
}

.sponsorship-content__part a .primary-button:hover, .sponsorship-content__part a .skew-button:hover, .sponsorship-content__part .home-projects__block .tile .flex a .blank-btn:hover, .home-projects__block .tile .flex .sponsorship-content__part a .blank-btn:hover, .sponsorship-content__part a .home-projects__block .tile .flex .donation-button:hover, .home-projects__block .tile .flex .sponsorship-content__part a .donation-button:hover {
  background: #ffe283;
}

.sponsorship-content__contents {
  margin-left: 3em;
}

.sponsorship-content__contents .title, .sponsorship-content__contents .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .sponsorship-content__contents .title {
  color: #000;
}

.sponsorship-content__contents .text {
  margin: 1em 0;
}

.sponsorship-content__contents a {
  display: inline-block;
}

.sponsorship-content__contents a .primary-button, .sponsorship-content__contents a .skew-button, .sponsorship-content__contents .home-projects__block .tile .flex a .blank-btn, .home-projects__block .tile .flex .sponsorship-content__contents a .blank-btn, .sponsorship-content__contents a .home-projects__block .tile .flex .donation-button, .home-projects__block .tile .flex .sponsorship-content__contents a .donation-button {
  color: #000;
}

.sponsorship-form {
  margin: 3em 0;
}

.sponsorship-form .title, .sponsorship-form .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .sponsorship-form .title {
  color: #000;
  text-align: center;
}

.sponsorship-form .text {
  margin-top: 0.3em;
}

.sponsorship-form form {
  margin-top: 3em;
}

.sponsorship-form form .form-group label {
  text-transform: capitalize;
}

.sponsorship-form form .form-group label span {
  color: red;
}

.sponsorship-form form .form-group .flex {
  justify-content: center;
}

.sponsorship-form form .form-group .flex .skew-button {
  background: #272216;
  color: #f8ca16;
}

.sponsorship-form form .form-group .flex .skew-button:hover {
  background: #ffc60a;
  color: #000;
}

.sponsorship-lastsection {
  background: #fbbc03;
  display: flex;
}

.sponsorship-lastsection__content {
  padding: 2em 0;
  width: 77%;
}

.sponsorship-lastsection__content .title, .sponsorship-lastsection__content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .sponsorship-lastsection__content .title {
  color: #000;
}

.sponsorship-lastsection__content .second-title {
  text-transform: uppercase;
  color: #fff;
}

.sponsorship-lastsection__content .text {
  margin: 1em 0 2em 0;
}

@media only screen and (max-width: 800px) {
  .sponsorship-lastsection {
	flex-wrap: wrap;
  }
}

@media only screen and (max-width: 425px) {
  .sponsorship-lastsection__content {
	width: 100%;
  }
}

.trustees {
  margin: 8em 0;
}

.trustees-quotation {
  margin: 2em 0;
}

.trustees-quotation .quote-block {
  margin-right: 5em;
}

.trustees-quotation .name {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 2em;
  margin: 1em 0;
  text-align: center;
}

.trustees-person {
  margin: 5em 0;
}

.trustees-person .trustees-person__card {
  margin-bottom: 1.5em;
  width: 96%;
  margin: auto;
}

.trustees-person .trustees-person__card span {
  line-height: 1.6rem;
}

.trustees-person .trustees-person__card .person__card--image {
  height: 380px;
  border-radius: 2rem;
  overflow: hidden;
}

.trustees-person .trustees-person__card .person__card--image img {
  object-fit: cover;
}

.trustees-person .trustees-person__card .person__card--name {
  font-size: 2em;
  font-weight: 600;
  padding-top: 0.4em;
  border-top: 6px solid #df7121;
  margin-top: 0.6em;
  color: #262625;
}

.trustees-person .trustees-person__card .person__card .post {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0.6em;
  color: #b3b3b3;
}

.trustees-content {
  margin: 0 auto;
  width: 60%;
}

.trustees-content .title, .trustees-content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .trustees-content .title {
  color: #000;
}

.trustees-content .text {
  margin: 1.5em 0;
  line-height: 1.65rem;
}

@media only screen and (max-width: 768px) {
  .trustees {
	margin: 6em 0;
  }
  .trustees-quotation .quote-block {
	margin-right: 1em;
  }
  .trustees-content {
	width: 90%;
  }
}

@media only screen and (max-width: 500px) {
  .trustees {
	margin: 4em 0;
  }
}

.staff-topsection {
  background: rgb(255, 239, 180);
  padding: 2em 2em 5em 2em;
  margin: 2em 0;
  background-image: url("/static/img/layer01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}


.staff-topsection__content .title, .staff-topsection__content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .staff-topsection__content .title {
  color: #000;
  font-size: 3em;
  margin: 1em 0 0.5em 0;
  
}

.staff-topsection__content .text {
  margin: 0.4em 0 1.4rem 0rem;
  line-height: 1.5rem;
}

.staff-topsection__image {
  height: 400px;
}

.staff-topsection__image img {
  object-fit: cover;
}

.staff-list {
  margin-bottom: 3em;
}

.staff-list .staff-list__card {
  display: flex;
  margin: 2em 0;
}

.staff-list .staff-list__card .card-image {
  height: 9.5rem;
  width: 10rem;
  border: 2px solid #f2f2f2;;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1em;
}

.staff-list .staff-list__card .card-image img {
  object-fit: cover;
}

.staff-list .staff-list__card .card-content {
  width: 75%;
}

.staff-list .staff-list__card .card-content .name {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1.6em;
}

.staff-list .staff-list__card .card-content .text,
.staff-list .staff-list__card .card-content p {
  font-size: 0.9em;
  margin-top: 1.4em;
  line-height: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .staff-list .staff-list__card .card-image {
	height: 180px;
  }
}

@media only screen and (max-width: 560px) {
  .staff-list .staff-list__card {
	flex-wrap: wrap;
  }
  .staff-list .staff-list__card .card-image {
	width: 35%;
  }
  .staff-list .staff-list__card .card-content {
	margin-top: 1.5em;
	width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  .staff-list .staff-list__card .card-image {
	width: 45%;
  }
}

.mission-banner {
  background-image: url("/static/img/missionpage/mission-bg_mission-bg-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0% 0% 50% 50%;
  /* padding: 200px 0 10px; */
  height: 100vh;
  background-size: cover;
  position: relative;
}

.mission-banner__content {
  bottom: 76px;
  position: absolute;
  width: 100%;
}

.mission-banner__content .statement {
  display: flex;
  justify-content: center;
  align-content: center;
}

.mission-banner__content .statement span img {
  width: 76px;
  height: auto;
  position: relative;
  top: -2rem;
}

.mission-banner__content .statement .title {
  margin-left: 1em;
  color: #fff;
}

.mission-banner__content .block {
  width: 60%;
  margin: 0 auto;
  background: #ffda59;
  padding: 0.6em;
  border-radius: 2px;
}

.mission-banner__content .block p {
  margin: 0.5em 0;
  text-align: center;
  font-weight: 600;
  color: #22211e;
}

.mission-content {
  background: #ffda59;
  margin: 3em 0;
  padding: 6em 0;
}

.mission-content__vision {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mission-content__vision .vision-image img {
  width: 200px;
}

.mission-content__vision .vision-name {
  font-size: 2em;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0.6em 0;
}

.mission-content__vision p {
  text-align: center;
  width: 82%;
  font-size: 1.4em;
}

.mission-content__blankimg {
  height: 300px;
}

.mission-content__blankimg img {
  object-fit: contain;
}

.mission-values {
  border-radius: 50% 50% 0 0;
  background: #e9e9e9;
  padding: 200px 0;
}

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

.mission-values__corevalue span {
  width: 7%;
}

.mission-values__corevalue .title, .mission-values__corevalue .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .mission-values__corevalue .title {
  margin-left: 0.6em;
  color: #000;
}

.mission-values__list {
  margin: 4em 0 2em 0;
}

.mission-values__list .values-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 1.5em;
}

.mission-values__list .values-block:hover .values-block__hoverwords {
  display: flex;
}

.mission-values__list .values-block__icon {
  height: 108px;
  width: 100px;
}

.mission-values__list .values-block h2 {
  margin-top: 0.4em;
  text-transform: uppercase;
  opacity: 0.7;
}

.mission-values__list .values-block__hoverwords {
  position: absolute;
  background: #ffda59;
  padding: 1em;
  text-align: center;
  font-style: 0.8em;
  display: none;
  bottom: -145px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  z-index: 2;
  width: 20rem;
  border-radius: 0.6em;
}

@media only screen and (max-width: 800px) {
  .mission-banner {
	border-radius: unset;
  }
  .mission-values {
	border-radius: unset;
  }
}

@media only screen and (max-width: 425px) {
  .mission-banner__content .block {
	width: 90%;
  }
  .mission-content__blankimg {
	margin-top: 3em;
  }
  .mission-values {
	padding: 40px 0;
  }
}

.message-top {
  background: #ffdd01;
  background-image: url("/static/img/bg-1-scaled-inverted.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.message-top .title, .message-top .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .message-top .title {
  color: #000;
  padding: 0.6em 0;
  font-size: 3em;
}

.message-profile {
  margin: 3em 0;
}

.message-profile .profile-card {
  background-image: url("/static/img/bg-1-scaled-inverted.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5em;
}

.message-profile .profile-card__name {
  text-transform: capitalize;
  font-size: 1.4em;
  font-weight: 600;
}

.message-profile .profile-card .post {
  color: #8f0001;
  text-transform: capitalize;
  font-weight: 600;
}

.message-profile .profile-card__image {
  text-align: center;
}

.message-profile .profile-card__image img {
  width: 80%;
}

.message-profile .profile-card__cta {
  margin: 1em 0;
}

.message-profile .profile-card__cta  a, .message-profile .profile-card__cta button{
  color: #f8f8f8;
}

.message-profile .profile-card__cta .skew-button {
  background: #000;
}

.message-joinblock {
  margin: 3em 0;
  background: #f5f2e9; 
}

.message-joinblock__content {
  padding: 2em;
}

.message-joinblock__content .title, .message-joinblock__content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .message-joinblock__content .title {
  margin: 1em 0;
  color: #000;
}

.message-joinblock__content .text {
  margin-top: 0.4em;
}

.message-joinblock__image {
  position: relative;
}

.message-joinblock__image .inside {
  top: 50%;
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
}

.message-joinblock__image .inside .inside-text {
  font-size: 1.5em;
  font-family: "Alex Brush", cursive;
  text-transform: capitalize;
}

.message-joinblock__image .inside p {
  font-size: 0.8em;
}

.history-heading {
  background: url("/static/img/historytop.png") no-repeat;
  background-position: top center;
  background-size: contain;
  height: 30vh;
}

.history-heading .title, .history-heading .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .history-heading .title {
  text-align: center;
  padding-top: 1em;
  font-size: 3em;
}

.history-content {
  margin: 3em 0;
}

.history-content__timesection {
  position: relative;
}

.history-content__timesection .timeline-block {
  height: 200px;
  margin-bottom: 2em;
  width: 200px;
}

.history-content__timesection .timeline-block__image {
  height: 180px;
  width: 200px;
}

.history-content__timesection .timeline-block__image img {
  object-fit: contain;
}

/*
.history-content__timesection .timeline-block__detail {
   text-align: right; 
}
*/

.history-content__timesection .timeline-block__detail .year {
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
}

.history-content__timesection .timeline-block__detail p {
  font-size: 0.7em;
  text-align: center;
}

.history-content__words {
  background-color: #ffc60a;
  padding: 4em 2em;
  background-image: url("/static/img/layer01.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.history-content__words p {
  font-size: 0.9em;
  margin: 0.5em 0;
}

.history-content__words #text {
  height: 30vh;
  overflow: hidden;
}

.history-content__words .expanding {
  height: unset !important;
  overflow: unset !important;
}

.history-content__words .readmore {
  display: flex;
  justify-content: center;
}

.history-content__words .readmore .primary-button, .history-content__words .readmore .skew-button, .history-content__words .readmore .home-projects__block .tile .flex a .blank-btn, .home-projects__block .tile .flex a .history-content__words .readmore .blank-btn, .history-content__words .readmore .home-projects__block .tile .flex .donation-button, .home-projects__block .tile .flex .history-content__words .readmore .donation-button {
  background-color: #8f2410;
}

@media only screen and (max-width: 1200px) {
  .history-content__timesection .timeline-strap {
	display: none;
  }
}

@media only screen and (max-width: 768px) {
  .history-content__timesection {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .history-content__timesection .timeline-block {
	width: unset;
  }
  .history-content__timesection .timeline-block__image {
	width: unset;
  }
}

.events-upcomingpart {
  margin: 8em 0 4em 0;
}

.events-upcomingpart__image {
  height: 450px;
}

.events-upcomingpart__image img {
  object-fit: cover;
}

.events-upcomingpart__detail .title span, .events-upcomingpart__detail .aboutus-news .about-card__title .title span, .aboutus-news .about-card__title .events-upcomingpart__detail .title span {
  color: #000;
}

.events-upcomingpart__detail .text {
  margin: 0.7em 0;
}

.events-upcomingpart__detail .date {
  font-size: 1.4em;
  text-transform: capitalize;
  font-weight: 600;
}

.events-upcomingpart__detail .organizer {
  font-weight: 600;
}

.events-upcomingpart__detail .organizer span {
  color: #d2a621;
}

.events-upcomingpart__detail .events-name {
  font-weight: 600;
  width: 80%;
  padding: 0.5em 0 0.5em 0;
  margin-bottom: 1em;
  font-size: 1.6em;
  position: relative;
}

.events-upcomingpart__detail .events-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 4px;
  background: #b1b1b1;
}

.events-upcomingpart__detail .events-name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  z-index: 1;
  width: 42px;
  background: #22c122;
}

.events-upcomingpart__detail .events-schedule {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

.events-upcomingpart__detail .events-schedule .time {
  display: flex;
  align-content: center;
}

.events-upcomingpart__detail .events-schedule .time p {
  margin-left: 1em;
  font-weight: 600;
  text-transform: capitalize;
}

.events-upcomingpart__detail .events-schedule .location {
  display: flex;
  align-content: center;
}

.events-upcomingpart__detail .events-schedule .location p {
  margin-left: 1em;
  font-weight: 600;
}

.events-cardsection {
  margin: 4em 0;
}

.events-cardsection .events-singlecard {
  background: #fff;
  margin-bottom: 2em;
  border-radius: 4px;
  overflow: hidden;
}

.events-cardsection .events-singlecard__image {
  height: 270px;
  position: relative;
  margin-bottom: 2.5em;
}

.events-cardsection .events-singlecard__image .date {
  background: #ffdd01;
  padding: 0.5em;
  text-align: center;
  position: absolute;
  width: 15%;
  bottom: -35px;
  left: 10%;
}

.events-cardsection .events-singlecard__image .date p {
  margin: 0.1em;
  font-weight: 600;
  text-transform: capitalize;
}

.events-cardsection .events-singlecard__contentwrap {
  padding: 1.6em;
}

.events-cardsection .events-singlecard__contentwrap .title {
  color: #000;
}

.events-cardsection .events-singlecard__contentwrap .text {
  margin: 0.6em 0;
}

.events-cardsection .events-singlecard__contentwrap .schedule {
  display: flex;
  position: relative;
  padding-top: 1em;
}

.events-cardsection .events-singlecard__contentwrap .schedule::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 4px;
  background: #b1b1b1;
}

.events-cardsection .events-singlecard__contentwrap .schedule::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  z-index: 1;
  width: 42px;
  background: #22c122;
}

.events-cardsection .events-singlecard__contentwrap .schedule .time {
  display: flex;
  align-content: center;
}

.events-cardsection .events-singlecard__contentwrap .schedule .time p {
  margin-left: 1em;
  font-weight: 600;
  text-transform: capitalize;
}

.events-cardsection .events-singlecard__contentwrap .schedule .location {
  display: flex;
  margin-left: 1em;
  align-content: center;
}

.events-cardsection .events-singlecard__contentwrap .schedule .location p {
  margin-left: 1em;
  font-weight: 600;
}

@media only screen and (max-width: 800px) {
  .events-cardsection .events-singlecard__image {
	height: 370px;
  }
   .history-heading {
	 height: 10rem;
 }
}

@media only screen and (max-width: 425px) {
  .events-cardsection .events-singlecard__image {
	height: 270px;
  }
   .history-heading {
	 height: 10rem;
 }
}

.resource-top {
  margin: 2em 0;
}

.resource-top .title, .resource-top .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .resource-top .title {
  font-size: 2.5em;
  color: #000;
}

.resource-top .title-second {
  font-size: 2em;
  margin: 1em 0;
}

.resource-top .text {
  width: 60%;
}

.resource-top .text span {
  border-bottom: 2px solid #8f0001;
}

.resource-border {
  margin: 2em 0;
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.resource-border .border {
  flex: 0.8;
  background: #8f0001;
  height: 8px;
}

.resource-border .form-group {
  flex: 0.2;
  margin-left: 0.6em;
}

.resource-border .form-group label {
  text-transform: capitalize;
}

.resource-list {
  margin: 4em 0;
}

.resource-list .list {
  margin: 2em 0;
}

.resource-list .list-smalltitle {
  text-transform: uppercase;
}

.resource-list .list .title {
  color: #000;
}

.resource-list .list .date {
  font-size: 1em;
}

.resource-list .list p {
  margin: 0.4em 0;
}

.resource-list .list a {
  color: #000;
  font-weight: 600;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #8f0001;
}

@media only screen and (max-width: 560px) {
  .resource-top .text {
	width: 80%;
  }
  .resource-border .border {
	flex: 0.7;
  }
  .resource-border .form-group {
	flex: 0.3;
  }
   .history-heading {
	 height: 10rem;
 }
}

@media only screen and (max-width: 465px) {
  .resource-border .border {
	flex: 0.5;
  }
  .resource-border .form-group {
	flex: 0.5;
  }
}
 .history-heading {
	 height: 10rem;
 }
.newsroom-heading {
  margin: 2em 0;
  padding: 2em 0;
  background: url("/static/img/bg-1-scaled-inverted.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}

.newsroom-heading .flex {
  justify-content: space-between;
}

.newsroom-heading .title, .newsroom-heading .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .newsroom-heading .title {
  color: #000;
  text-transform: capitalize;
}

.newsroom-heading .form-group {
  display: flex;
}

.newsroom-heading .form-group .search-icon {
  height: 34px;
}

.newsroom-content {
  margin: 3em 0;
}

.newsroom-content .title, .newsroom-content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .newsroom-content .title {
  color: #000;
  text-transform: uppercase;
}

.newsroom-content__card {
  margin: 3em 0;
  display: flex;
}

.newsroom-content__card .card-image {
  flex: 0.4;
  height: 350px;
}

.newsroom-content__card .card-image img {
  object-fit: cover;
}

.newsroom-content__card .card-content {
  flex: 0.6;
  margin-left: 1.5em;
}

.newsroom-content__card .card-content__tags {
  display: flex;
}

.newsroom-content__card .card-content__tags .tags {
  padding: 0.5em 1em;
  color: #fff;
  margin-bottom: 1em;
}

.newsroom-content__card .card-content__tags .tags.purpose {
  background: #8f0001;
  text-transform: capitalize;
}

.newsroom-content__card .card-content__tags .tags.time {
  margin-left: 1.4em;
  text-transform: uppercase;
  background: green;
}

.newsroom-content__card .card-content__title {
  margin: 0.4em 0;
}

.newsroom-content__card .card-content .text {
  margin: 1em 0;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.newsroom-content__card .card-content__shortdescribe {
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
  border-top: 1px solid #e4e4e4;
}

.newsroom-content__card .card-content__shortdescribe .speaker,
.newsroom-content__card .card-content__shortdescribe .date,
.newsroom-content__card .card-content__shortdescribe .keyword {
  text-transform: capitalize;
  font-weight: 600;
}

.newsroom-carousel {
  padding: 2em 0 4em 0;
  background-color: #f8f7f4;
}

.newsroom-carousel .tags {
  padding: 0.5em 1em;
  color: #fff;
  margin-bottom: 2em;
  background-color: #8f0001;
  display: inline-block;
  font-size: 0.7em;
}

.newsroom-carousel .heading {
  font-size: 2.1em;
  font-weight: 600;
}

.newsroom-carousel .newsslide-carousel__card {
  background-color: #fff;
  border-radius: 0.2em;
  padding: 2.3em 2em;
  position: relative;
  margin: 2em 0;
  box-shadow: 1px 3px 5px 0px #00000005;
}

.newsroom-carousel .newsslide-carousel__card .rating .star-color {
  margin-right: 0.2em;
  color: #ffc60a;
}

.newsroom-carousel .newsslide-carousel__card .text {
  color: #616060;
  margin: 1em 0;
}

.newsroom-carousel .newsslide-carousel__card .name {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.4em;
}

.newsroom-carousel .newsslide-carousel__card .position {
  color: #0cb10c;
  font-size: 0.9em;
  text-transform: capitalize;
}

.newsroom-carousel .newsslide-carousel__card .quoteicon {
  color: #fff;
  display: inline-block;
  padding: 1.2em 1.3em;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.newsroom-carousel .newsslide-carousel__card .quoteicon.red {
  background: red !important;
}

.newsroom-carousel .newsslide-carousel__card .quoteicon.green {
  background: #49bdb2 !important;
}

@media only screen and (max-width: 1024px) {
  .newsroom-content__card .card-content__shortdescribe {
	flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .newsroom-content__card {
	display: block;
  }
  .newsroom-content__card .card-image {
	margin-bottom: 2em;
  }
  .newsroom-content__card .card-content {
	margin-left: 0;
  }
}

@media only screen and (max-width: 425px) {
  .newsroom-heading .flex {
	flex-wrap: wrap;
  }
}

.workwithus-banner {
  background: url("/static/img/sponsorshippic.jpg") no-repeat;
  height: 70vh;
  background-size: cover;
  position: relative;
}

.workwithus-banner__content {
  padding-bottom: 3em;
}

.workwithus-banner__content .title, .workwithus-banner__content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .workwithus-banner__content .title {
  margin-top: 2em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.workwithus-banner__content .text {
  text-align: center;
}

.workwithus-banner__donate {
  position: relative;
  padding: 1em;
  background: #fff;
  border: 5px solid #bbadad;
  text-align: center;
  width: 65%;
  margin: 0 auto;
}

.workwithus-banner__donate .primary-button {
	background-color: #415568 !important;
}

.workwithus-banner__donate .hearticon {
  position: absolute;
  top: -30px;
  left: 50%;
  font-size: 2em;
  color: red;
  display: none;
}

.workwithus-banner__donate .bold {
  font-weight: 600;
}

.workwithus-banner__donate .donatebtn {
  display: flex;
  justify-content: center;
}

.workwithus-banner__donate .donatebtn a .primary-button, .workwithus-banner__donate .donatebtn a .skew-button, .workwithus-banner__donate .donatebtn .home-projects__block .tile .flex a .blank-btn, .home-projects__block .tile .flex .workwithus-banner__donate .donatebtn a .blank-btn, .workwithus-banner__donate .donatebtn a .home-projects__block .tile .flex .donation-button, .home-projects__block .tile .flex .workwithus-banner__donate .donatebtn a .donation-button {
  background: blue;
}

.workwithus-block {
  margin: 3em 0;
}

.workwithus-block__words {
  background: #292947;
  height: 400px;
  padding: 2em;
  color: #fff;
}

.workwithus-block__words .title, .workwithus-block__words .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .workwithus-block__words .title {
  color: #fff;
  text-transform: capitalize;
  padding: 1em 0;
}

.workwithus-block__words .text {
  margin: 0.5em 0;
}

.workwithus-block__image {
  height: 400px;
  position: relative;
}

.workwithus-block__image img {
  object-fit: cover;
}

.workwithus-block__image .innerwords {
  position: absolute;
  bottom: 0;
  padding: 0.5em;
  text-transform: capitalize;
  font-weight: 600;
  background: #ffc60a;
  z-index: 1;
}

.workwithus-block__image .innerwords p {
  font-weight: normal;
}

.workwithus-block__form .wordswrap {
  margin: 1em 0;
}

.workwithus-block__form .wordswrap .title {
  text-transform: capitalize;
  text-align: center;
  color: #000;
}

.workwithus-block__form .wordswrap .text {
  margin: 0.3em 0;
}

.workwithus-block__form form {
  margin-top: 2em;
}

.workwithus-block__form form .form-group label {
  text-transform: capitalize;
}

.workwithus-block__form form .form-group label span {
  color: red;
}

.workwithus-block__form form .form-group .flex {
  justify-content: center;
}

.workwithus-block__form form .form-group .flex .skew-button {
	background: #272216;
	color: #f8ca16;
	margin-left: 0rem;
}

.endowments-banner {
  background-image: url("/static/img/missionpage/mission-bg_mission-bg-scaled.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 60vh;
  background-size: cover;
  position: relative;
}

.endowments-donatebanner {
  position: absolute;
  top: 0;
  left: 20%;
  width: 20%;
  padding: 1em;
  background: #fb3535cc;
  color: #fff;
}

.endowments-donatebanner .title, .endowments-donatebanner .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .endowments-donatebanner .title {
  font-weight: 600;
  text-transform: capitalize;
}

.endowments-donatebanner .text {
  font-weight: 600;
}

.endowments-donatebanner .paragraph {
  margin: 1em 0;
}

.endowments-donatebanner .waiting {
  margin: 1em 0;
}

.endowments-donatebanner .form-group label {
  text-transform: capitalize;
}

.endowments-donatebanner .form-group label span {
  color: red;
}

.endowments-donatebanner .form-group .primary-button, .endowments-donatebanner .form-group .skew-button, .endowments-donatebanner .form-group .home-projects__block .tile .flex a .blank-btn, .home-projects__block .tile .flex a .endowments-donatebanner .form-group .blank-btn, .endowments-donatebanner .form-group .home-projects__block .tile .flex .donation-button, .home-projects__block .tile .flex .endowments-donatebanner .form-group .donation-button {
  background: #fff;
  color: #000;
}

.endowments-content {
  background: #ffc60a;
  color: #fff;
  border-radius: 0% 0% 50% 50%;
  padding: 2em 0 11em 0;
}

.endowments-content .contentwrap {
  display: flex;
  justify-content: flex-end;
}

.endowments-content .contentwrap .flex {
  width: 50%;
  flex-direction: column;
}

.endowments-content .title, .endowments-content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .endowments-content .title {
  color: #15120b;
  text-transform: uppercase;
}

.endowments-content .text {
  color: #000;
  margin: 2em 0;
}

@media only screen and (max-width: 1024px) {
  .endowments-donatebanner {
	width: 40%;
	left: 0;
  }
}

@media only screen and (max-width: 800px) {
  .endowments-donatebanner {
	width: 60%;
	left: 0;
  }
  .endowments-content {
	border-radius: unset;
  }
  .endowments-content .contentwrap {
	padding-top: 6em;
	justify-content: center;
  }
  .endowments-content .contentwrap .flex {
	width: 80%;
  }
}

@media only screen and (max-width: 425px) {
  .endowments-content .contentwrap {
	padding-top: 13em;
	justify-content: center;
  }
  .endowments-content .contentwrap .flex {
	width: 90%;
  }
}

.donate-banner {
  background-image: url("/static/img/donatebanner.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 65vh;
  background-size: cover;
  position: relative;
}


.donate-banner__content .title {
  color: #dd6d03 !important;
  margin-bottom: 1rem; 
  font-size: 25px;
  text-align: center;}

.donate-line {
  background: #dd6d01;
  padding: 1.5em 0; }

.donate-banner__content li .number {
  color: #dd6d03;
  margin-top: -0.6rem; }

.donate-banner__content .text {
  color: #535251 !important;
  line-height: 1.5rem; 
  font-size: 20px;}



.donate-banner__content {
  position: absolute;
  top: auto;
  left: 16%; 
  background:#ffffff;
  padding: 3em;
  font-size: 0.85em;
  bottom: 0;
  width: 650px;
  padding-top: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
}

.donate-banner__content li {
  display: flex;
  margin-bottom: 1em;
}

.donate-banner__content li .number {
  margin-right: 0.5em;
  font-weight: 600;
  color: darkorange;
  font-size: 2.4em;
}

.donate-banner__content li .title, .donate-banner__content li .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .donate-banner__content li .title {
  color: #000;
  font-size: 1.3em;
}

.donate-line {
  background: #dd6d01;
  padding: 1.5em 0;
}

.donate-line .title, .donate-line .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .donate-line .title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.donate-detail {
  padding: 3em 0;
  background: black;
  color: #fff;
}

.donate-detail__contact ul {
  padding: 1em 0;
}

.donate-detail__contact .donationlist {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #eee;
}

.donate-detail__contact .donationlist li span {
  margin-right: 0.4em;
  color: #ffc60a;
}

.donate-detail__contact .donatecampaign .skew-button {
  color: #000;
}

.donate-detail__right .title, .donate-detail__right .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .donate-detail__right .title {
  color: #fff;
}

.donate-content {
  margin: 3em 0;
}

.donate-content__icon {
  padding: 1em;
  margin: 2em 0;
  background: #f7f7f7;
  transition: all 0.6s ease;
  border: 2px solid #eee;
  border-radius: 1em;
}

.donate-content__icon .image {
  display: flex;
  justify-content: center;
  width: 12rem;
  margin: 0.8rem auto;
}

.donate-content__icon .image img {
  height: 180px;
  object-fit: contain;
}

.donate-content__icon .text,
.donate-content__icon .name {
  text-align: center;
  text-transform: capitalize;
  color: #26d142;
  font-weight: 200;
}

.donate-content__icon .text,
.donate-content__icon .name {
  color: #575757;
}

.donate-content__form .donatelist label .hiddeninput:checked + .inside .name,
 .donate-content__form .donatelist label .hiddeninput:checked + .inside .text{
	color: #26d142 !important;
}


.donate-content__icon .name {
  font-weight: 600;
}

.donate-content__form .donatelist label {
  width: 100%;
}

.donate-content__form .donatelist label .inside {
  background: #f7f7f7;
  color: #000;
  width: 100%;
  padding: 1em 2em;
  text-align: center;
  cursor: pointer;
}

.donate-content__form .donatelist label .inside:hover {
  background: #f3fff7;
}

.donate-content__form .donatelist label span {
  margin-right: 15px;
}

.donate-content__form .donatelist label .hiddeninput {
  opacity: 0;
}

.donate-content__form .donatelist label .hiddeninput:checked + .inside {
  width: 100%;
  height: 100%;
  border-color: #26d142 !important;
  background-color: #f3fff7 !important;
  color: #26d142 !important;
}

.donate-content__form .donatename {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}

.donate-content__form .duration {
  display: flex;
  justify-content: space-between;
}

.donate-content__form .duration .form-group {
  width: 100%;
}

.donate-content__form .duration .form-group.leftspace {
  padding-left: 20px;
}

.donate-content__form .duration .form-group label {
  width: 100%;
}

.donate-content__form .duration .form-group label .inside {
  background: #f7f7f7;
  color: #000;
  width: 100%;
  padding: 1em 2em;
  text-align: center;
  cursor: pointer;
}

.donate-content__form .duration .form-group label span {
  margin-right: 15px;
}

.donate-content__form .duration .form-group label .hiddeninput {
  opacity: 0;
}

.donate-content__form .duration .form-group label .hiddeninput:checked + .inside {
  width: 100%;
  height: 100%;
  background: #ffc60a;
}

.donate-content__form .donateamount {
  display: flex;
}

.donate-content__form .donateamount .form-group {
  margin-left: 20px;
}

.donate-content__form .donateamount .form-group:first-child {
  margin: 0;
}

.donate-content__form .donateamount .form-group label {
  width: 100%;
}

.donate-content__form .donateamount .form-group label .inside {
  background: #f7f7f7;
  color: #000;
  width: 100%;
  padding: 0.8em 1.2em;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  font-size: 1rem;
  font-weight: 600;
}

.donate-content__form .donateamount .form-group label span {
  margin-right: 15px;
}

.donate-content__form .donateamount .form-group label .hiddeninput {
  opacity: 0;
}

.donate-content__form .donateamount .form-group label .hiddeninput:checked + .inside {
  width: 100%;
  height: 100%;
  background: #ffc60a;
}

.donate-content__form #donateOtherAmount {
  display: none;
}

.donate-content__form .donate-paymentlist {
  display: flex;
  margin-top: 1.5em;
  flex-wrap: wrap;
}

.donate-content__form .donate-paymentlist .form-group {
  margin-right: 1em;
  cursor: pointer;
}

.donate-content__form .donate-paymentlist .form-group .hiddeninput {
  display: none;
}

.donate-content__form .donate-paymentlist .form-group .hiddeninput:checked + .image {
	  border: 1px solid #f7efa8 !important;
	background-color: #fffadb !important;
}

.donate-content__form .donate-paymentlist .form-group .image {
  height: 100px;
  border-radius: 0.4em;
  width: 150px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  pointer-events: none;
}

.donate-content__form .donate-paymentlist .form-group .image img {
  padding: 10px;
  object-fit: contain;
}

.donate-content__form .donate-paymentlist__block .ebank {
  display: none;
}

.donate-content__form .donate-paymentlist__block .paypal {
  display: none;
}

.donate-content__form .donateform {
  margin: 2em 0;
}

.donate-content__form .donateform label {
  text-transform: capitalize;
}

.donate-content__form .donateform label span {
  color: red;
}

.donate-content__form .donateform .skew-button {
  color: #000;
}

.donate-content__right .image {
  height: 250px;
}

.donate-content__right .image img {
  object-fit: cover;
}

.donate-content__right .raisedamount {
  margin: 2em 0;
}

.donate-content__right .raisedamount .flex {
  justify-content: space-between;
  text-transform: uppercase;
  margin: 2em 0;
}

.donate-content__right .raisedamount .amountlabel {
  background: url(../img/donate-v-lines.svg) repeat-x center center  transparent;
	position: relative;
	height: 20px;
 
}

.donate-content__right .raisedamount .amountlabel::before {
	  content: "";
	position: absolute;
	top: 0px;
	background: #fd5c35;
	height: 20px;
	width: 40%;
	
}

.donate-content__right .raisedamount .amountlabel-percentage {
	left: calc(31%);
	position: absolute;
	font-size: 0.8em;
	top: -35px;
	background: #fd5c35;
	color: rgba(255, 255, 255, 1);
	padding: 0.2em 0.4em;
	border-radius: 2px;
}

.donate-content .content .heading {
  text-transform: capitalize;
  font-weight: 600;
  margin: 1em 0;
  font-size: 1.5em;
}

.donate-content .content .text {
  margin: 0.5em 0;
}

.donate-content .content .flex {
  margin: 1em 0;
  text-transform: uppercase;
}

.donate-content .content .flex .socialmedia {
  margin-left: 0.5em;
  display: flex;
}

.donate-content .content .flex .socialmedia .fb {
  background: #3b5b97;
  color: #fff;
  margin: 0 0.3em;
  border-radius: 50%;
  padding: 0.3em 0.7em;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.donate-content .content .flex .socialmedia .twitter {
  background: #1ea1f1;
  color: #fff;
  font-size: 1em;
  margin: 0 0.3em;
  border-radius: 50%;
  padding: 0.3em 0.7em;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donate-content .content .flex .socialmedia .linkedin {
  background: #007bb6;
  color: #fff;
  margin: 0 0.3em;
  border-radius: 50%;
  padding: 0.3em 0.7em;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .donate-banner__content {
	width: 100%;
	left: 0;
  }
  .donate-content__form .donateamount {
	flex-wrap: wrap;
  }
}

@media only screen and (max-width: 425px) {
  .donateform .image {
	height: 73px;
	width: 73px;
  }
  .donateform .image img {
	object-fit: contain;
  }
}

.contact {
  padding: 2em 0;
}

.contact .title, .contact .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .contact .title {
  color: #000;
}

.contact-map iframe {
  width: 100% !important;
  height: 400px !important;
}

.contact-heading {
  padding: 3em 0;
}

.contact-heading .title, .contact-heading .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .contact-heading .title {
  font-size: 3em;
}

.contact-body {
  margin: 2em 0 4em 0;
}

.contact-body__general {
  margin-bottom: 2em;
}

.contact-body__form {
  background: #ffdd01;
  padding: 3em 2em;
  color: #fff;
}

.contact-body__form form label {
  color: #000;
  text-transform: capitalize;
}

.contact-body__form form label span {
  color: red;
}

.contact-body__form form .skew-button {
  background: #272216;
  color: #f8ca16;
}

@media only screen and (max-width: 800px) {
  .contact-heading {
	padding: 2em 0 0 0;
  }
}

.newssingle-banner {
  height: 60vh;
  position: relative;
}

.newssingle-banner img {
  object-fit: cover;
}

.newssingle-banner__content {
  position: absolute;
  background-color: #000000a1;
  color: #ffc60a;
  bottom: 0;
  width: 100%;
  padding: 1em 2em;
  height: 20vh;
  font-size: 2em;
}

.newssingle-flex {
  justify-content: center;
  display: flex;
}

.newssingle-content {
  background-color: #fefbf2;
  width: 65%;
  padding: 2em;
  margin: 2em 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.newssingle-content .title, .newssingle-content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .newssingle-content .title {
  color: #000;
}

.newssingle-content p {
  margin: 1em 0;
}

.newssingle-gallery {
  background-color: #ffc60a;
  padding: 3em 1em;
}

.newssingle-gallery .newssingle-image {
  height: 200px;
}

.newssingle-gallery .newssingle-image img {
  object-fit: cover;
}

.newssingle-target {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d4d4d4;
  margin: 3em 0;
  flex-wrap: wrap;
  padding: 1em 2em;
}

.newssingle-target .block .target {
  text-transform: uppercase;
  font-size: 0.8em;
}

.newssingle-target .block .postname {
  font-weight: 600;
  font-size: 0.834em;
}

.newssingle-target__previous {
  display: flex;
  align-items: center;
  border-right: 1px solid #d4d4d4;
  padding-right: 2em;
  flex: 0.5;
  justify-content: flex-start;
}

.newssingle-target__previous .material-icons {
  margin-right: 1em;
}

.newssingle-target__next {
  display: flex;
  align-items: center;
  padding-left: 2em;
  border-left: 1px solid #d4d4d4;
  flex: 0.5;
  justify-content: flex-end;
}

.newssingle-target__next .material-icons {
  margin-left: 1em;
}

@media only screen and (max-width: 768px) {
  .newssingle-content {
	width: 85%;
  }
  .newssingle-banner__content {
	font-size: 1.2em;
  }
}

@media only screen and (max-width: 500px) {
  .newssingle-target {
	padding: 1em 0.5em;
  }
  .newssingle-target__previous {
	flex: unset;
	border: unset;
  }
  .newssingle-target__next {
	margin-top: 1em;
	flex: unset;
	border: unset;
  }
}

.donate-getinvolved {
  padding: 3em 0;
}

.donate-getinvolved .title, .donate-getinvolved .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .donate-getinvolved .title {
  text-align: center;
  color: #000;
  margin: 0.6em 0;
}

.donate-getinvolved .text {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.donate-getinvolved__pictures {
  margin: 2em 0;
}

.donate-getinvolved__pictures img {
  object-fit: cover;
}

.donate-getinvolved__pictures .long {
  height: 400px;
}

.donate-getinvolved__pictures .half {
  height: 200px;
}

.donate-getinvolved__pictures .half-top {
  margin-bottom: 1em;
}

.donate-getinvolved__content .title, .donate-getinvolved__content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .donate-getinvolved__content .title {
  text-align: center;
  color: #ffc60a;
}

.donate-getinvolved__content .contentbox {
  margin: 2.5em 0 0 0;
  background: #ffc60a;
}

.donate-getinvolved__content .contentbox .text {
  padding: 1.5em;
}

.getinvolved-content {
  position: absolute;
  top: 20%;
  width: 50%;
}

.getinvolved-content .title, .getinvolved-content .aboutus-news .about-card__title .title, .aboutus-news .about-card__title .getinvolved-content .title {
  color: #fff;
}

.getinvolved-content .text {
  font-size: 0.9em;
  color: #fff;
}

.getinvolved-content .primary-button, .getinvolved-content .skew-button, .getinvolved-content .home-projects__block .tile .flex a .blank-btn, .home-projects__block .tile .flex a .getinvolved-content .blank-btn, .getinvolved-content .home-projects__block .tile .flex .donation-button, .home-projects__block .tile .flex .getinvolved-content .donation-button {
  color: #000;
}

@media only screen and (max-width: 800px) {
  .getinvolved-content {
	width: 80%;
  }
  .donate-getinvolved__pictures .long {
	height: unset;
	margin-bottom: 1em;
  }
  .donate-getinvolved__pictures .half {
	height: unset;
	margin-bottom: 1em;
  }
}


.toast {
  width:auto;
  height:50px;
  position:fixed;
  left: 10px; 
  bottom: 30px; 
  background: #222222;
  color: #ffc60a;
  font-family: inherit;
  font-size: 20px;
  padding:16px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
  -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
  box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.is--hidden {
  display: none;
}        

.is--shown {
  display: block;
}

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 250px;
}
.my-gallery figcaption {
  display: none;
}


.donate-project-card {
  border: 1px solid #ebebeb;
  padding: 0.5rem;
  margin: 0 auto;
  width: 90%;
  border-radius: 1rem;
  margin-top: 1rem; }

.donate-content__right .image {
  border-radius: 0.6rem;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}

.donate-project-card label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.donate-line.pladge {
  /* background-color: #4F3D24; */
}

.donate-detail__right .rightimage {
  border-radius: 0.4rem;
  overflow: hidden;
}

.donate-line.pladge p {
  font-size: 1.5rem !important;
  text-transform: capitalize;
}

.pledge {
	background-color: #5a4e3d !important;
}

.donate-content__form .donateform label.radio-container {
  font-size: 1.2rem !important;
  color: #4f4f4f !important;
  font-weight: 500 !important;
  margin-right: 0.8rem;
  line-height: 1.5rem;
}

.pledge-payments {
  padding-left: 0.2rem;
}
.donate-paymentlist.pledge-payments .form-group {
  flex: 0 0 1;
}

.donate-paymentlist.pledge-payments .form-group img {
  width: 90px;
  display: block;
  margin: auto;
}
.donate-banner__title {
  font-weight: 600;
  text-align: center;
color: rgb(0, 0, 0);

}
.donate-detail__right .info {
  margin-bottom: 1rem;
  text-transform: capitalize;
}

[data-intl] {
  display: none;
}

.amount-box {
    border: 1px solid #eeeeee;
    padding: 0.4rem 1rem;
    width: 50%;
    border-radius: 4px;
    font-size: 2rem;
    color: #131312;
    margin-top: 40px;
}

.amount-box #donateAmt {
  font-size: 2rem;
  font-weight: 600;
}

.bank-details {
  padding: 0.8rem 1rem;
}
.sub-title-donte {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
}
.sub-title {
  margin-top: 1rem;
}
.qrcode img {
  width: 8rem;
  margin-top: 0.5rem;
}

.video-trigger-hldr {
  position: absolute;
  bottom: 50%;
  right: 20%;
  background-color: transparent;
  transform: translateY(50%);
}

.video-trigger {
background: transparent;
  border: none;
  padding: 10px;
  border-radius: 50%;
  /* Makes it circular */
  cursor: pointer;
  transition: background 0.3s ease;
}


.video-trigge:hover {
  background: red;
}
.video-trigger img {
  width: 10rem;
}

.video-trigger p {
  color: #000;
  font-weight: 600;
  margin-top: 0.8rem;
 /** text-shadow: 0px 0px 8px #00000072;**/
}

.popup__cancel .cancel {
	border-radius: 16px;
	padding: 0rem;
	border: 1px solid transparent;
	background-color: transparent;
	color: #fff;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0.4rem;
	padding: 0.1rem 0.2rem;
	position: relative;
	outline: none;
	cursor: pointer;
	line-height: normal;
}

.popup__cancel.video-cancel .cancel {
	background-color: transparent;
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
	z-index: 99999;
	width: 70px;
	height: 70px;
	background-size: 40%;
	opacity: 0.9;
}

.video-modal .popup__cancel .cancel img {
	filter: invert(0);
	width: 1.5rem;
}

.video-modal {
	position: fixed;
	border: 1px solid black;
	width: 100%;
	height: 100%;
	top: 50%;
	bottom: 0rem;
	right: 0rem;
	left: 0rem;
	z-index: 999;
	margin: 0rem auto;
	background-color: rgba(0, 0, 0, 0.822);
	transform: translateY(-50%);
	display: none;
}
.video-modal .modal-content {
  background-color: transparent;
}
.video-section .video-box video, .video-modal .video-box video
 {
	margin: 0rem auto;
	border: 1px solid transparent;
	border-radius: 8px;
	position: relative;
	left: 0rem;
	right: 0rem;
	outline: none;
	margin: 0rem auto;
	display: block;
}

.video-modal.hidden {
	display: none;
	z-index: 0;
}

.video-modal.show {
	display: block;
}

.video-box {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}


