a.navbar-brand img {
    width: 123px;
}
.footer-copyright-text p a {
    color: #8ec73d;
}
.footer-logo img {
    width: 125px !important;
}
.page-projects.new-my-landgoi {
    padding-top: 60px;
}
.sidebar-cta-content img {
    width: 130px;
}
.new-ecomad-over {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0px 0px 0px;
}

@media (min-width: 768px){
.new-ecomad-over {
    width: 80%;
     margin: 0 auto;
    text-align: center;
    padding: 70px 0px 0px 0px;
}
    
}


.new-ecomad-over h2 {
    text-align: center !important;
}
.new-ecomad-over h2.split-line {
    text-align: center !important;
}
.new-ecomad-over p {
    font-size: 20px;
}
.testimonial-company-logo h2 {
    color: #fff;
}
.donate-box.dark-section.newewew_hsfss {
    margin-top: 0px;
}





.project_crad-main {
    width: 100%;
    position: relative;
    border: 1px solid #e8e9ea;
    border-radius: 15px;
    margin-bottom: 30px;
}
.project_crad-pico {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px;
   display: inline-block; 
}
.project_crad-pico img {
    width: 100% !important;
    position:relative;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.project_crad-pico::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none; /* ensures it doesn't block mouse */
  transition: all 600ms linear;
}

.project_crad-pico:hover::after {
  height: 100%;
  background-color: transparent;
}

.project_crad-conte {
    width: 100%;
    text-align: center;
    padding: 0px 30px 0px 30px;
}
.project_crad-conte h3 {
    padding-bottom: 10px;
}
.project_crad-conte h3 a {
    color: #8ed837;
    text-decoration: none;
}
.project_crad-conte h3 a:hover {
    color: #f9900a;
    transition: 0.6s;
}
section.project-landing_new {
    width: 100%;
    position: relative;
    margin-top: 80px;
}
.new-information-detialis {
    max-width: 1000px;
    margin: 0 auto;
}
.team-content h3 {
    padding: 10px;
}
.team-content {
    position: relative;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    background: #8dd838;
    width:100%;
    height:375px;
    
}
.team-content p{
   color:#fff;
}
.team-content h2 a{
   color:#fff;
}

.page-service-single h3 {
    margin-bottom: 20px;
}


 .bct-timeline {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
  }
.bct-timeline th, .bct-timeline td {
    border: 2px solid #ccc;
    padding: 12px 17px;
    text-align: left;
}
 .bct-timeline th {
    background-color: #8cd637 !important;
  
    font-weight: bold;
  }
  .bct-timeline tr:nth-child(even) {
    background-color: #fafafa;
  }

thead {
    background-color: #8cd637;
    font-weight: 700;
    color: #03221b;
}
.section-title button {
    margin-top: 25px;
    position: relative;
    display: inline-block;
    background: var(--accent-secondary-color);
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--white-color);
    /* border: none; */
    padding: 17px 50px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}
.more-content { display: none; }

.more-content h4 {
    margin-top: 10px;
}
.row.section-row.align-items-center h4 {
    margin-top: 15px;
    margin-bottom: -30px;
}
.team-item:hover .team-content h3{
color: #000 !important;
}
.our-approach-nav.sec ul li {
    width: 33.33% !important;
}
button.waste-toggle {
    visibility: hidden;
}
button.footer-toggle {
    visibility: hidden;
}