body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #565A5F;
    font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
}

img {
 max-width: 100%;
}

.img-box, .img-col {
    line-height: 0;
}

.heading-section h1 {
    font-size: 52px;
    font-weight: 900;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .heading-section p {
    font-size: 18px;
    color: #232323;
    line-height: 1.6;
  }
  
  .heading-section .cta-box {
    margin-top: 35px;
  }
  
  .heading-section .cta-box a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    background: #106a4f;
    padding: 15px 25px;
    display: inline-block;
  }
  
  /* Banner style */
  .banner-section {
    padding: 95px 0px 160px;
    background-image: url('../images/banner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .banner-section .heading-section {
    max-width: 700px;
  }
  
  .banner-section .heading-section p {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
  }
  
  /* Banner style */


.heading-section h2 {
    color: #292D32;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin-bottom: 18px;
}

.heading-section h3 {
    color: #0C503B;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
}

header {
    padding: 15px 0;
    background: #E6EEF8;
}
header a img {
    max-width: 234px;
    width: 100%;
}
header a {
    display: inline-block;
}
header .right-col {
    display: flex;
    align-items: center;
    justify-content: end;
}
header .right-col p {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-right: 30px;
}
header .right-col a {
    color: #000000;
}
header .right-col .donate-cta {
    background: #106A4F;
    padding: 12px 35px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    border: none;
}

.about-section {
    padding: 105px 0;    
}
.about-section .row, .vision-section .row {
    align-items: center;   
    --bs-gutter-x: 3.5rem; 
}

.vision-section {
    padding: 80px 0;
    background: #E5EDF8;
}



/* Four column icons with content style */
.four-col-icons-with-content {
    padding: 85px 0px;
  }
  
  .four-col-icons-with-content .heading-section {
    text-align: center;
    margin-bottom: 25px;
  }
  .four-col-icons-with-content .heading-section h3 {
    font-weight: 900;
    color: #232323;
  }
  .four-col-icons-with-content .box {
    display: flex;
  }
  .four-col-icons-with-content .box .main-box {
    padding: 40px 15px;
    background: #106a4f;
    margin-top: 25px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
  }
  
  .four-col-icons-with-content .img-box {
    line-height: 0;
    margin-bottom: 12px;
  }
  .four-col-icons-with-content .img-box img {
    max-width: 50px !important;
	  height: 50px;
  }
  .four-col-icons-with-content .text-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
  }
  .four-col-icons-with-content .text-box p {
    font-size: 16px;
    font-weight: 400;
    color: #e0faf2;
    line-height: 1.6;
  }
  
  /* Four column icons with content style */


.services-section {
    padding: 85px 0;
}
.services-section .row {
    --bs-gutter-x: 1.5rem;
}
.services-section .heading-section {
    text-align: center;
    margin: auto;
    max-width: 728px;
    margin-bottom: 10px;
}
.services-section .heading-section h3 {
    color: #232323;
}
.services-section .service-col {
    margin-top: 40px;
}
.services-section .service-col .spacer .text-box {
    background: #E5EDF8;
    padding: 30px 35px 68px 28px;
    height: 100%;
    position: relative;
}

.services-section .service-col .spacer {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.services-section .service-col .spacer .text-box h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.services-section .service-col .spacer .text-box p {
    font-size: 16px;
    color: #444444;
    font-family: "Inter", sans-serif;
    margin-top: 12px;
}
.services-section .service-col .spacer .text-box .explore-cta {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    display: inline-block;
    text-transform: capitalize;
    color: #232323;
    position: absolute;
    bottom: 30px;
}


  /* members section style */
  .members-section {
    padding: 70px 0px;
    background: #e5edf8;
  }
  
  .members-section .heading-section {
    margin-bottom: 25px;
  }
  .members-section .heading-section p {
    max-width: 900px;
  }
  
  .members-section .box {
    display: flex;
  }
  .members-section .main-box {
    background: #ffffff;
    padding: 40px 20px;
    margin-top: 25px;
    text-align: center;
  }
  .members-section .img-box {
    line-height: 0;
    margin-bottom: 25px;
  }
  .members-section .img-box img {
    max-width: 132px !important;
    border-radius: 100%;
  }
  .members-section .text-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 6px;
  }
  .members-section .text-box h6 {
    font-size: 18px;
    color: #148564;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .members-section .text-box p {
    font-size: 16px;
    color: #565a5f;
    line-height: 1.6;
  }
  .members-section .text-box .divider {
    width: 85px;
    height: 3px;
    background-color: #d5b949;
    border-radius: 10px;
    margin: 12px auto 0;
  }
  
  /* members section style */


/* Gallery Section Style*/
.galler-section {
  padding: 100px 0px 0px;
  background-color: #fff;
}
.galler-section .heading-section {
  text-align: center;
}
.galler-section .heading-section h3 {
  font-weight: 900;
  color: #232323;
}
.galler-section .gallery-warrep {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  height: 508px;
  margin-top: 60px;
  line-height: 0;
}
.galler-section .gallery-warrep img {
  max-width: 100%;
  width: 100%;
  height: 254px;
}
.galler-section .gallery-warrep img:nth-child(5) {
  object-fit: cover;
  height: 508px;
}
    
    /* Gallery Section Style */
    
    /* Form Section Style */
    .form-section {
    padding: 85px 0px;
    background-color: #e5edf8;
    }
.form-section .row {
    --bs-gutter-x: 3.5rem;
}
    .form-section input, .form-section select, .form-section textarea {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #1F7B76 !important;
    outline: none;
    stroke: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: 23px 20px 23px 5px;
	font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.3;
}
.form-section textarea::-webkit-scrollbar {
    display: none;
}
.form-section textarea {
    height: auto;
    max-height: 105px;
    overflow-y: scroll;
}
.form-section .wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 14px;
	font-family: 'Inter', sans-serif;
	margin-top: -10px;
}
form .wpcf7-response-output {
    font-size: 15px;
}
.form-section input::-ms-input-placeholder, .form-section select::-ms-input-placeholder, .form-section textarea::-ms-input-placeholder { 
  color: #7B828A;
  font-size: 16px;
  font-family: Figtree, sans-serif;
}
.form-section input::placeholder, .form-section select::placeholder, .form-section textarea::placeholder {
color: #7B828A;
  font-size: 16px;
  font-family: Figtree, sans-serif;
}
.form-section input.submit-cta {
    background: #106A4F;
    color: #ffffff;
    padding: 16px 57px;
    width: max-content;
    font-size: 20px;
	margin-top: 28px;
	cursor: pointer;
}
    .form-section .heading-section {
    margin-bottom: 30px;
    }
    
    .form-section .contact-details h4 {
    font-size: 20px;
    font-weight: 800;
    color: #083528;
    margin-top: 20px;
    margin-bottom: 8px;
    }
    
    .form-section .contact-details .contact-no {
    display: flex;
    align-items: center;
    }
    .form-section .contact-details a,
    .form-section .contact-details p {
    font-size: 16px;
    color: #565a5f;
    }
    /* Form Section Style */


.map-section p {
    line-height: 0;
}
.map-section iframe {
    width: 100%;
    height: 490px;
	border: none;
}

footer {
    background-color: #083528;
    padding: 60px 0 20px;    
    color: #E0FAF2;
}
footer .row {
    align-items: end;
}
footer ul {  
    list-style: none;
    padding-left: 0;
}
footer a {  
    color: #E0FAF2;
	word-break: break-word;
}
footer ul li {
    font-size: 16px;
    margin-top: 16px;
    display: flex;
    align-items: center;
}
footer p {
    font-size: 14px;
}
footer img {
    margin-bottom: 30px;
}
.footer .top-footer a img {
    max-width: 234px;
    width: 100%;
}
footer h3 {
    margin-bottom: 22px;
}

.copyright-section {
    padding: 18px 0 0;
    border-top: 1px solid #ffffff;
}
footer .top-footer p {
    max-width: 398px;
}
footer .top-footer {
    padding-bottom: 70px;
}
footer .copyright-section a {
    text-decoration: underline;
    color: #E0FAF2;
    text-align: right;
    display: block;
    font-size: 12px;
    transition: 0.4s all;
}
footer .copyright-section a {
    text-decoration: none;
}
.top-footer ul li span {
    line-height: 0;
}
footer .top-footer ul li img {
  width: 25px;
  margin-right: 18px;
  margin-bottom: 0;
  max-width: 25px;
}
footer .col {
  margin-top: 24px;
}
	.form-section .contact-details a, .form-section .contact-details p {
    line-break: anywhere;
}


@media (min-width: 992px) and (max-width: 1199.98px) {
  .galler-section .gallery-warrep {
    column-count: 4;
  }
	.galler-section .gallery-warrep img {
		object-fit: cover;
		border: 1px solid #ffffff;
	}

}

@media (min-width: 768px) and (max-width: 991.98px) {
	.heading-section h1{
		max-width:550px;
		font-size: 46px;
	}
  .galler-section .gallery-warrep {
    height: auto;
    column-count: 2;
  }
  .galler-section .gallery-warrep img {
    object-fit: cover;
    border: 1px solid #fff;
  }
  header .right-col p {
    margin-right: 12px;
  }
  header .right-col .donate-cta {
    padding: 12px 30px;
  }
  .banner-section .heading-section p {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .header .logo-brand {
    text-align: center;
  }
  .header .right-col {
    justify-content: center;
    margin-top: 15px;
  }
  header .right-col .donate-cta {
    padding: 10px 20px;
  }
  .about-section,
  .vision-section,
  .services-section,
  .four-col-icons-with-content,
  .members-section,
  .form-section {
    padding: 50px 0;
  }

  .about-section .img-col,
  .vision-section .text-col {
    margin-top: 30px;
  }
	.form-section .row {
		--bs-gutter-x: 1.5rem;
	}
  .map-section iframe {
    height: 350px;
  }
  footer {
    padding: 26px 0 18px;
  }
  .copyright-section {
    text-align: center;
  }
  footer .copyright-section a {
    text-align: center;
    margin-top: 8px;
  }
  footer .top-footer {
    padding-bottom: 50px;
  }
  footer img {
    margin-bottom: 20px;
    width: 200px;
  }

  .banner-section {
    background-position: 60%;
    padding: 80px 0px;
  }
  .heading-section h1 {
    font-size: 38px;
  }
  .banner-section .heading-section p {
    font-size: 18px;
  }
  .about-section .row,
  .vision-section .row {
    align-items: center;
    --bs-gutter-x: 1.5rem;
  }

  .galler-section {
    padding: 50px 0px 0px;
  }

  .galler-section .gallery-warrep {
    height: auto;
    column-count: 2;
    margin-top: 40px;
  }
  .galler-section .gallery-warrep img {
    object-fit: cover;
    border: 1px solid #fff;
  }
	body {
    font-size: 16px;
}
	.heading-section p {
    font-size: 16px;
}
	footer ul li {
    font-size: 15px;
}
	footer .top-footer ul li img {
    margin-right: 14px;
}
.heading-section .cta-box a {
    padding: 14px 22px;
}
	.map-section iframe {
    height: 350px;
}
	.form-section input.submit-cta {
    padding: 12px 45px;
    font-size: 18px;
}
}

@media (max-width: 575.98px) {
  .galler-section .gallery-warrep {
    column-count: 1;
  }
  .galler-section .gallery-warrep img {
    height: auto;
    border: 0;
  }
  .heading-section h3 {
    font-size: 28px;
  }
  header .right-col p {
    font-size: 14px;
  }
  .header .logo-brand a img {
    max-width: 180px;
  }
}

@media (max-width: 425.98px) {
  .heading-section h1 {
    font-size: 32px;
  }
  .heading-section .cta-box a {
    font-size: 15px;
  }
  header .right-col .donate-cta {
    padding: 10px 14px;
    font-size: 12px;
}
  header .right-col p {
    font-size: 11px;
    margin-right: 13px;
}
}
