.aboutus {
  font-size: 32px;

  font-weight: 700;
  color: #fff;
  margin: 24px 0 40px 0;
}

.hero__three {
  margin: 0 0;
  background-image:unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* padding: 130px 0 76px 0; */
}

/* General Donation Section */
.donation {
overflow-x: hidden;
padding: 50px 0 60px!important;
}

@media screen and (min-width: 1200px) {
.donation {
  /* padding: 66px 0 !important; */
}
}

/* Grid for Donation Content */
.donation__mt {
margin: 30px 0 0;
display: grid;
align-items: center;
}

@media screen and (min-width: 568px) {
.donation__mt {
  grid-template-columns: repeat(2, 1fr);
}
}

/* Heading Styles */
.donation__heading {
margin-bottom: 24px;
font-size: 28px; /* Default font size */
}

@media screen and (min-width: 992px) {
.donation__heading {
  font-size: 35px;
}
}

@media screen and (min-width: 1200px) {
.donation__heading {
  font-size: 42px;
}
}

/* Description Text */
.donation__desc {
font-size: 16px;
line-height: 28px !important;
}

@media screen and (max-width: 768px) {
.donation__desc {
  font-size: 14px;
  line-height: 24px;
}
}

/* Donation Button */
a.donation__btn {
margin-top: 30px;
color: #00715D;
background: #eaf3f1;
border: 2px solid #00715D;
font-weight: 600;
border-radius: 8px;
padding: 16px 30px;
text-transform: capitalize;
transition: all 0.2s linear;
text-decoration: none;
}

a.donation__btn:hover {
background: #00715D;
color: #fff;
}

/* Donation Image Container */
.donation__img {
margin-top: 0px; /* Default for larger screens */
justify-content: center;
}

@media (max-width: 992px) {
.donation__img {
  margin-top: 0px;
  margin-bottom: 40px; /* Medium screens (tablets) */
  justify-content: flex-start !important;
}
.what-we-do.style-two .bottom-rotten-curve {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background: url(../images/rotten-curve-5.png) center bottom no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.video-section .text-column .inner {
position: relative;
display: block;
padding-top: 30px;
}
}

@media (max-width: 768px) {
.donation__img {
  margin-top: 20px;
}
}

@media (max-width: 576px) {
.donation__img {
  margin-top: 10px;
}
}

/* Donation Image */
.donation__img img {
border-radius: 50%;
width: 100%;
max-width: 530px; /* Maximum size for larger screens */
height: 533px; /* Maintain aspect ratio */
border: 2px solid #00715D;
padding: 2px;
box-shadow: -8px 21px 50px 20px rgba(206, 206, 206, 1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
animation: leftRightMove 1s ease-in-out infinite alternate;
}

@media screen and (max-width: 768px) {
.donation__img img {
  /* max-width: 300px; */ /* Smaller size for mobile screens */
  box-shadow: -4px 10px 20px 10px rgba(206, 206, 206, 1);
  height: 400px;
}
}

.donation__img img:hover {
transform: scale(1.05); /* Slight zoom effect */
box-shadow: -8px 21px 50px 20px rgb(0 113 93 / 18%);
}

/* Animated Element */
@keyframes leftRightMove {
0% {
  transform: translateX(0);
}
100% {
  transform: translateX(10px);
}
}

/* Element Decorations */
.donation__element {
position: absolute;
top: 0;
}

.donation__element2 {
position: absolute;
right: 0;
top: -9%;
z-index: -2;
transform: rotateY(170deg);
width: 100px;
height: 130px;
}

.donation__element3 {
position: absolute;
top: 0;
right: 0;
transform: rotateY(190deg);
}

@media screen and (min-width: 992px) {
.donation__element3 {
  width: 16%;
}
}

@media screen and (min-width: 1200px) {
.donation__element3 {
  width: auto;
}
}

/* about us css end */


/*** ====================================================================
What We Do Style Two
====================================================================

***/

.what-we-do.style-two {
  position: relative;
  padding: 70px 0px 70px;
  background: #25283a;
  color: #ffffff;
}

.what-we-do.style-two.centered-style{
text-align:center;
}

.what-we-do .image-layer{
position:absolute;
left:0;
top:0;
width:100%;
height: 100%;
background-size:cover;
background-position:center center;  
}

.what-we-do .image-layer:before{
content:'';
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:#131419;
opacity:0.70; 
}

.what-we-do.centered-style .image-layer:before{
background:#1e2436;
opacity:0.93; 
}

.what-we-do.style-two .top-rotten-curve{
position:absolute;
left:0;
top:0px;
width:100%;
height:20px;
background:url(../images/rotten-curve-4.png) center bottom no-repeat;
background-size:100% 100%;
z-index:1;
}

.what-we-do.style-two .bottom-rotten-curve{
position:absolute;
left:0;
bottom:0px;
width:100%;
height:20px;
background:url(../images/rotten-curve-5.png) center bottom no-repeat;
background-size:100% 100%;
z-index:1;
}

.what-we-do.style-two .sec-title{
margin:0 0 50px;
}

.what-we-do.style-two .sec-title h2{
font-size:48px;
color:#ffffff;
}

.what-we-do.style-two .sec-title .text{
color:#bfcdc7;
}
.service-block h3{
position:relative;
font-size:24px;
line-height:1.2em;
margin:0 0 12px;
}

.service-block .text{
position:relative;
font-size:15px;
margin:0;
}

.what-we-do .bottom-image{
position:relative;
text-align:center;  
}
.what-we-do.centered-style .sec-title{
max-width:750px;
margin:0 auto 60px; 
}

.what-we-do.style-two .service-block{
margin-bottom:50px; 
}

.what-we-do.style-two .service-block .text{
color:#bfcdc7;
}
.sec-title .text {
  position: relative;
  display: block;
  padding-top: 20px;
  font-size: 16px;
  color: #25283a;
  margin: 0;
}
.service-block .icon-box {
  position: relative;
  display: inline-block;
  min-width: 95px;
  font-size: 52px;
  padding-top: 30px;
  line-height: 1.1em;
  text-align: left;
  margin: 0 0 28px;
}
.what-we-do .service-block:nth-child(1) .icon-box:after, .services .service-block:nth-child(1) .icon-box:after, .what-we-do .service-block:nth-child(9) .icon-box:after, .services .service-block:nth-child(9) .icon-box:after {
  background: #3cc88f;
}
.service-block .icon-box:after {
  background: #3cc88f;
}
.service-block .icon-box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0.15;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-block .inner-box:hover .icon-box:after {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0.05;
}
.what-we-do .service-block:nth-child(3) .icon-box:after, .services .service-block:nth-child(3) .icon-box:after, .what-we-do .service-block:nth-child(11) .icon-box:after, .services .service-block:nth-child(11) .icon-box:after {
  background: #21d7d9;
}
.what-we-do .service-block:nth-child(2) .icon-box:after, .services .service-block:nth-child(2) .icon-box:after, .what-we-do .service-block:nth-child(10) .icon-box:after, .services .service-block:nth-child(10) .icon-box:after {
  background: #ff6b70;
}
.what-we-do .service-block:nth-child(4) .icon-box:after, .services .service-block:nth-child(4) .icon-box:after, .what-we-do .service-block:nth-child(12) .icon-box:after, .services .service-block:nth-child(12) .icon-box:after {
  background: #f7a900;
}


/*** 

====================================================================
  Section Title
====================================================================

***/
/*** 

====================================================================
Video Section
====================================================================

***/

.video-section{
position:relative;
padding: 60px 0px;
/* background-color:#edf1f5; */
overflow:hidden;
}

.video-section .circle-one{
position:absolute;
right:-200px;
top:-170px;
width:670px;
height:670px;
border:100px solid #e8ebef;
border-radius:50%;  
}

.video-section .circle-two{
position:absolute;
right:10%;
bottom:-180px;
width:500px;
height:500px;
border:100px solid #e8ebef;
border-radius:50%;  
}

.video-section .top-rotten-curve{
position:absolute;
left:0;
top:0px;
width:100%;
height:20px;
background:url(../images/background/rotten-curve-4.png) center bottom no-repeat;
background-size:100% 100%;
z-index:1;
}

.video-section .bottom-rotten-curve{
position:absolute;
left:0;
bottom:0px;
width:100%;
height:20px;
background:url(../images/background/rotten-curve-5.png) center top no-repeat;
background-size:100% 100%;
z-index:1;
}

.video-section .image-layer{
position:absolute;
left:-180px;
top:0;
width:50%;
height:100%;  
}

.video-section .text-column{
position:relative;
order:12; 
}

.video-section .text-column .inner{
position:relative;
display:block;
padding-top: 0px;
}

.video-section .text-column .inner .sec-title{
margin-bottom: 0;
}

.video-section .image-column{
position:relative;  
}

.video-section .image-column .inner{
position:relative;
display:block;
padding-right:40px; 
}

.video-section .image-column .image-box{
position:relative;
display:block;
margin:0;
border-radius:20px;
overflow:hidden;
}

.video-section .image-column .image-box img{
width:100%;
animation: leftRightMove 1s ease-in-out infinite alternate;
border-radius:20px;
}

.video-section .sec-title{
position:relative;
margin-bottom:60px;
}

.video-section .sec-title .sub-title{
position: relative;
display: block;
font-size: 18px;
font-weight: 400;
text-transform: capitalize;
font-style:italic;
letter-spacing:1px;
margin-bottom: 15px;
}

.video-section .sec-title h2{
position: relative;
display: block;
font-size:60px;
line-height: 1.2em;
font-weight: 400;
text-transform:capitalize;
}

.sec-title .text{
position: relative;
display: block;
padding-top:20px;
font-size:16px;
color:#25283a;
margin:0;
}


/* how to use css start */
section.how-to-use {
  padding: 50px 0px;
}

section.how-to-use h3 {
  text-align: center;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 40px;
}

section.how-to-use .service2__card {
  padding: 30px 30px 30px 30px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
  box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  min-height: 340px;
  border: 2px solid #3e6e5a;
}
section.how-to-use .service2__card:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #3e6e5a;
}
section.how-to-use  .service2__card:hover .service2__card-boxshow {
  display: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.how-to-use .service2__card:hover .service2__card-boxhide {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.how-to-use .service2__card:hover .service2__card-handshow {
  display: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.how-to-use  .service2__card:hover .service2__card-handhide {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.how-to-use .service2__card:hover .service2__card-heading {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
}
section.how-to-use .service2__card:hover .service2__card-desc {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #F2F4F7;
}
section.how-to-use  .service2__card:first-child {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 992px) {
  section.how-to-use   .service2__card:first-child {
    margin: 0 0;
  }
  section.how-to-use .service2__card-heading {
    font-size: 25px !important;
}

}
section.how-to-use  .service2__card-boxhide {
  display: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.how-to-use .service2__card-boxshow {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.how-to-use .service2__card-handhide {
  display: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.how-to-use.service2__card-handshow {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.how-to-use .service2__card-heading {
  font-size: 25px !important;
  margin: 24px 0 12px 0 !important;
  font-weight: 600 !important;
  text-transform: capitalize;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 992px) {
  section.how-to-use  .service2__card-heading {
    font-size: 30px !important;
  }
}
section.how-to-use  .service2__card-desc {
  font-size: 14px !important;
  line-height: 22px !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 992px) {
  section.how-to-use  .service2__card-desc {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

/* how to use css end */

@media (max-width:1199px){
  .what-we-do.style-two{
      position:relative;
      padding: 70px 0px 70px;
      background:#25283a;
      color:#ffffff;
  }
  .video-section {
      position: relative;
      padding: 50px 0px;
      /* background-color: #edf1f5; */
      overflow: hidden;
  }
  .video-section .sec-title h2 {
      position: relative;
      display: block;
      font-size: 40px;
      line-height: 1.2em;
      font-weight: 400;
      text-transform: capitalize;
      padding-top: 25px;
  }
  .what-we-do.style-two .bottom-rotten-curve {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 25px;
    background: url(../images/rotten-curve-5.png) center bottom no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

}
@media only screen and (max-width: 1139px) {
  .fact-counter .column .inner .count-outer {
      font-size: 64px;
      line-height: 1.2em;
  }
  .fact-counter .column .inner:before{
      display: none;
  }
}
@media (max-width: 767px) {

  .testimonial .slick-dots {
    display: none;
    margin: 30px 0 0 0;
}
  .video-section .sec-title h2 {
      position: relative;
      display: block;
      font-size: 28px;
      line-height: 1.2em;
      font-weight: 400;
      text-transform: capitalize;
      padding-top: 25px;
  }
   .what-we-do.style-two .sec-title h2 {
  font-size: 30px;
  color: #ffffff;
}
section.how-to-use h3 {
  text-align: center;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.fact-counter .column {
  position: relative;
  margin-bottom: 20px;
}
.testimonial {
  padding: 50px 0;
  background: #E6F1EF;
  overflow: hidden;
}
section.how-to-use  .service2__card:first-child {
   margin: 0 0 0px 0; 
}
section.how-to-use .row {
  display: flex;
  row-gap: 20px;
}
}

.service.service__bg2.global__py .col-12.col-xl-12.text-center.mb-5.mb-xl-0.aos-init.aos-animate {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 1199px) {
  .video-section .text-column {
    position: relative;
    order: 12;
    margin-top: 20px;
}
  section.how-to-use .service2__card {
      padding: 20px 20px 20px 20px;
      text-align: center;
      border-radius: 30px;
      background: #fff;
      -webkit-box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
      box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      cursor: pointer;
      min-height: 300px;
      border: 2px solid #349281;
  }
  .testimonial {
      padding: 50px 0;
      background: #E6F1EF;
      overflow: hidden;
  }
  .video-section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 0px;
}
}

.hero__three-layer {
  background: linear-gradient(272deg, rgba(0, 113, 93, 0) 0%, #037762 100%);
  padding: 80px 0 60px 0;
}