/*================================================
            [common-css] ====== Starts
================================================*/
body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Poppins";
}

* {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

:focus {
  outline: none !important;
}

section {
  width: 100%;
}

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

h1 {
  font-size: 36px;
  font-family: "Poppins";
  color: #333333;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-family: "Poppins";
  color: #333333;
  font-weight: 700;
}

p {
  color: #333333;
  line-height: 1.5;
  font-family: "Poppins";
  font-size: 16px;
}

.common_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.common_btn {
  font-size: 16px !important;
  padding: 10px 20px;
  font-family: "Poppins";
  background: #087f47;
  text-transform: uppercase;
  color: #fff !important;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  display: inline-block;
  font-weight: 700;
  border-radius: 10px;
}
.common_btn i {
  margin-left: 10px;
}
.common_btn:hover {
  opacity: 0.6;
}

.common_arrow img {
  width: 16px;
}
.common_arrow:after {
  display: none;
}

.swiper {
  height: 100%;
}

.swiper-slide {
  height: auto !important;
  text-align: center;
}

.swiper-content {
  height: 100% !important;
}

/*===== humburger-menu =====*/
.humburger {
  position: relative;
  color: #dadada;
  font-size: 20px;
}

.side-menu-show {
  right: 0 !important;
}

.cls-menu {
  color: #dadada;
  font-size: 20px;
  text-align: right;
}

.nv_open_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 10;
}

/*===== header-area-sticky =====*/
.animated {
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
header.header_area.pq-header-style-1.pq-has-sticky.pq-header-sticky {
  position: fixed;
  background: var(--white-color);
  top: 0;
  box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  background-color: #fff;
  z-index: 15;
}

.pq-header-sticky .header_area_top {
  display: none;
}

.pq-header-sticky .header_area_logo {
  width: 138px;
}

.pq-header-sticky .header_area_wrap {
  padding-block: 5px;
}

/*===== preloading =====*/
#pq-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#pq-loading img {
  height: 60px;
  width: auto;
  border-radius: 0;
}

/*===== Back to Top =====*/
#back-to-top .top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0px;
  color: #fff;
  background-color: #333333;
  backdrop-filter: blur(10px);
  z-index: 99999;
  font-size: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 99999;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#back-to-top .top:hover {
  background-color: #1db0e6;
}

/*================================================
            [common-css] ====== End
================================================*/
/*================================================
            [index] ====== Starts
================================================*/
/*===== header =====*/
.header_area_logo {
  width: 138px;
}
.header_area_wrap {
  background-color: #fff;
  padding-block: 5px;
}
.header_area .common_btn a {
  color: #fff !important;
  background: #087f47;
}
.header_area nav {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.header_area nav ul .current-menu-item a {
  color: #087f47;
}
.header_area nav ul li:not(:last-child) {
  margin-right: 40px;
}
.header_area nav ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #747474;
  font-weight: 700;
  font-family: "Poppins";
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.header_area nav ul li a:hover {
  color: #087f47;
}

.pq-header-sticky {
  width: 100%;
}
.pq-header-sticky .nav-bar ul li a {
  color: #000;
}

/*===== banner_area =====*/
.banner_area {
  position: relative;
  overflow: hidden;
}
.banner_area .container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0 auto;
  z-index: 1;
}

.ban_txt_img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  text-align: left;
  width: 50%;
}
.ban_txt_img h1 {
  color: #fff;
  font-size: 50px;
}
.ban_txt_img P {
  color: #fff;
  font-size: 18px;
  margin-block: 15px 20px;
}

.about-list li i {
  color: #018a48 !important;
}

/*===== impact_counter =====*/
.impact_counter {
  padding-block: 40px;
}

.counter_title {
  margin-bottom: 30px;
}

.impact_counter {
  background-color: #f8f9fa;
}
.impact_counter .col-lg-3 {
  position: relative;
}
.impact_counter .col-lg-3:not(:last-child):after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  background-color: #e7e9ed;
}
.impact_counter .col-lg-3:nth-child(1) .impact_box h3, .impact_counter .col-lg-3:nth-child(1) .impact_box i {
  color: #018a48;
}
.impact_counter .col-lg-3:nth-child(2) .impact_box h3, .impact_counter .col-lg-3:nth-child(2) .impact_box i {
  color: #137bc2;
}
.impact_counter .col-lg-3:nth-child(3) .impact_box h3, .impact_counter .col-lg-3:nth-child(3) .impact_box i {
  color: #f81141;
}
.impact_counter .col-lg-3:nth-child(4) .impact_box h3, .impact_counter .col-lg-3:nth-child(4) .impact_box i {
  color: #ffa213;
}

.impact_box {
  text-align: center;
}
.impact_box .counter_impact_icon {
  font-size: 35px;
}
.impact_box h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-block: 15px;
  font-family: "Poppins";
}
.impact_box p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins";
}

.top_head_txt {
  color: #018a48;
  font-weight: 700;
  font-size: 18px;
  font-family: "Poppins";
}

/*===== banner_bottom_sec =====*/
.banner_bottom_sec {
  padding-block: 40px;
  overflow: hidden;
}
.banner_bottom_sec_txt {
  margin-bottom: 15px;
}
.banner_bottom_sec_txt p {
  margin-block: 10px 0;
}
.banner_bottom_sec_cards .col-md-4:nth-child(1) h2, .banner_bottom_sec_cards .col-md-4:nth-child(1) a {
  color: #018a48;
}
.banner_bottom_sec_cards .col-md-4:nth-child(1) .cntry_icn {
  background-color: #018a48;
}
.banner_bottom_sec_cards .col-md-4:nth-child(2) h2, .banner_bottom_sec_cards .col-md-4:nth-child(2) a {
  color: #137bc2;
}
.banner_bottom_sec_cards .col-md-4:nth-child(2) .cntry_icn {
  background-color: #137bc2;
}
.banner_bottom_sec_cards .col-md-4:nth-child(3) h2, .banner_bottom_sec_cards .col-md-4:nth-child(3) a {
  color: #ffa213;
}
.banner_bottom_sec_cards .col-md-4:nth-child(3) .cntry_icn {
  background-color: #ffa213;
}

.each_ban_bottom_box {
  border: 1px solid rgb(221, 222, 222);
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.each_ban_bottom_box_img {
  position: relative;
}
.each_ban_bottom_box .cntry_icn {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: -22px;
  left: 15px;
}
.each_ban_bottom_box_txt {
  padding: 42px 20px 20px 20px;
}
.each_ban_bottom_box_txt h2 {
  font-size: 20px;
}
.each_ban_bottom_box_txt p {
  margin-block: 12px;
}
.each_ban_bottom_box_txt a {
  font-weight: 700;
}
.each_ban_bottom_box_txt a:hover {
  opacity: 0.6;
}
.each_ban_bottom_box_txt a i {
  font-size: 14px;
  margin-left: 5px;
}

/*===== donate_area =====*/
.donate_area {
  padding: 30px;
}
.donate_area .common_btn {
  background-color: #fff;
  color: #3d5949 !important;
  border-radius: 10px;
  font-size: 18px !important;
  width: 100%;
  text-align: center;
  padding-block: 10px;
  font-weight: 700;
  font-family: "Lato";
}
.donate_area .common_btn i {
  margin-left: 10px;
}

.donate_box {
  display: flex;
  align-items: center;
}
.donate_box img {
  width: 100px;
  margin-right: 20px;
}
.donate_box h4 {
  width: calc(100% - 150px);
  color: #fff;
  font-size: 20px;
}

/*===== footer =====*/
.footer_area {
  background-color: #001e12;
  padding-top: 40px;
}

.footer_bottom {
  border-top: 1px solid #3d5949;
  padding-top: 20px;
  margin-top: 20px;
}
.footer_bottom .each_foot_box p,
.footer_bottom .each_foot_box a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-family: "Lato";
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.footer_bottom .each_foot_box a {
  display: inline-block;
}
.footer_bottom .each_foot_box a:hover {
  color: #fff;
}
.footer_bottom .each_foot_box ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.footer_bottom .each_foot_box ul li {
  position: relative;
}
.footer_bottom .each_foot_box ul li::after {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #8c8989;
}
.footer_bottom .each_foot_box ul li:last-child:after {
  display: none;
}

.foot_logo img {
  width: 150px;
  margin-bottom: 20px;
}

.each_foot_info p {
  font-size: 14px;
  color: #fff;
  font-family: "Lato";
}

.social_icon {
  display: flex;
  list-style: none;
  gap: 10px;
  margin-top: 15px;
}
.social_icon li a {
  background-color: #1a2f26;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 100%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-family: "Lato";
}
.social_icon li a i {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.social_icon li a:hover i {
  transform: rotate(360deg);
}

.link_list {
  flex-direction: column;
  list-style: none;
  gap: 15px;
  display: flex;
}
.link_list a {
  font-size: 16px;
  font-size: 16px;
  color: #fff;
  display: block;
  position: relative;
  font-family: "Lato";
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.link_list a:hover {
  opacity: 0.6;
}
.link_list a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 50px;
  font-size: 16px;
  color: #fff;
  top: 0;
}

.each_foot_info h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.each_form {
  margin-bottom: 10px;
}
.each_form input, .each_form textarea {
  width: 100%;
  border: 1px solid #3d5949;
  border-radius: 10px;
  padding: 5px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Lato";
  background-color: transparent;
}
.each_form input:focus, .each_form textarea:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: #fff;
}
.each_form textarea {
  height: 70px;
}

.wpcf7-response-output {
  color: #fff;
}

.submit_btn {
  width: 100% !important;
  text-align: center;
  border: unset;
  height: 45px;
  text-transform: uppercase;
  background-color: #038346;
  font-weight: 700;
  letter-spacing: 0.6px;
  border-radius: 10px;
  font-family: "Lato";
}
.submit_btn i {
  margin-left: 5px;
}

/*================================================
            [healthcare] ====== Starts
================================================*/
.inner_ban {
  height: 40vw;
  overflow: hidden;
}
.inner_ban .ban_txt_img {
  top: auto;
  transform: translateY(auto);
  transform: translateX(-50%);
  left: 50%;
  bottom: 15px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  text-align: center;
  width: 100%;
}

.inner_ban .swiper-slide-active .ban_txt_img {
  bottom: 50px;
}

.health_content_txt p {
  font-size: 16px;
}
.health_content_txt ul {
  list-style: none;
  padding-left: 20px;
}
.health_content_txt ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}
.health_content_txt ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  background-color: #333333;
}

/*================================================
            [about] ====== Starts
================================================*/
.awrad_sec {
  background-color: #81d742;
}
.awrad_sec .health_content_txt li:after {
  display: none;
}
.awrad_sec .health_content_txt li h5 {
  font-size: 24px;
  margin-bottom: 10px;
}
.awrad_sec .health_content_txt p {
  color: #000;
}
.awrad_sec .health_content_txt p b {
  color: #000;
}

.our_misson_sec .each_ban_bottom_box {
  border: unset;
}

/*================================================
            [donation] ====== Starts
================================================*/
.page-id-129 .site-main {
  padding-block: 80px;
}
.page-id-129 form {
  text-align: center;
}
.page-id-129 form p {
  font-size: 30px;
  font-family: "Lato";
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.page-id-129 form input {
  padding: 10px;
  height: 45px;
  background-color: #dedede;
  border: unset;
}
.page-id-129 form level {
  font-size: 16px;
  font-family: "Lato";
  color: #333333;
}
.page-id-129 form .give-submit {
  font-size: 16px !important;
  padding: 10px 20px;
  font-family: "Poppins";
  background: #087f47;
  text-transform: uppercase;
  color: #fff !important;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  display: inline-block;
  font-weight: 700;
  border-radius: 10px;
}
.page-id-129 form .give-submit i {
  margin-left: 10px;
}
.page-id-129 form .give-submit:hover {
  opacity: 0.6;
}

.donation_page {
  padding-block: 70px;
}

/*================================================
            [contact] ====== Starts
================================================*/
.page-id-60 .foot_page_pr {
  padding-block: 20px;
}

/*================================================
            [donation failed] ====== Starts
================================================*/
.page-id-130 .site-main {
  height: 100%;
}
.page-id-130 .site-main p {
  font-size: 22px;
  font-family: "Lato";
  color: #ff0000;
  font-weight: 700;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*================================================
            [fundraising-campaign] ====== Starts
================================================*/
.page-id-133 .site-main {
  padding-block: 100px;
}
.page-id-133 .wp-block-group {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.page-id-133 .givewp-campaign-donations-block,
.page-id-133 .givewp-campaign-donors-block {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
}
.page-id-133 .givewp-campaign-donors-block {
  margin-top: 25px;
}

/*================================================
            [campaign] ====== Starts
================================================*/
/*================================================
            [gallery_home] ====== Starts
================================================*/
.gallery_home {
  padding-block: 40px;
}

.gallery-item {
  border-radius: 15px;
  overflow: hidden;
  height: 140px;
}

.love_underline {
  position: relative;
  width: 100px;
  margin: 5px auto;
  display: inline-flex;
  justify-content: center;
}
.love_underline::after, .love_underline::before {
  content: "";
  width: calc(100% - 65px);
  height: 1px;
  background-color: #098c52;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.love_underline::after {
  left: 0;
}
.love_underline::before {
  right: 0;
}
.love_underline i {
  font-size: 15px;
  color: #098c52;
}/*# sourceMappingURL=style.css.map */