
/*--- RDG 2023-05-02 ---*/
.modal-dialog{ max-width: 650px;}
.modal-body a.pre-order-btn {
  color: #000;
  background-color: gold;
  border-radius: 1em;
  padding: 1em;
  display: block;
  margin: 2em auto;
  width: 50%;
  font-size: 1.25em;
  font-weight: 6600;
}
.modal-body a.pre-order-btn:hover {
  background-color: #000;
  text-decoration: none;
  color: gold;
}
.slogan2{ padding: 15px 0;}
#myModal .modal-header, #myModal .modal-body{ padding: 0px;}
.close-inn{position: absolute;
    top: 0px; opacity: 1; z-index: 2;
    right: 0px; width: 30px;
    padding: 10px;}
.close-inn img{background: #78bc19; opacity: 1;}
.close:hover{ opacity: 1 !important;}

.scroll-text-horizontal {
  width: 100%; background: #fff5e5;
  overflow: hidden;
  white-space: nowrap; padding: 8px 0;
  box-sizing: border-box;
}

.scroll-text-horizontal p {
  display: inline-block;
  padding-left: 100%; font-size: 16px;;
  animation: marquee 15s linear infinite;
}
.scroll-text-horizontal p  a{ color: #000;}
.scroll-text-horizontal p img{ width: 25px; margin-right: 8px;}


.txt-wraper img{ width: 25px; margin-right: 8px;}


.masking-container, .neon-container{background: #dcfa12
;
 padding: 10px 0;}
.masked-text img, .neon-text img{ width: 25px; margin-right: 8px;}

/* .masked-text {
    font-size: 16px;
    font-weight: bold; color: #000;
    color: transparent;
    background-image: url('../images/photo-bg.jpg'); 
    background-size: 200%;
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text; text-align: center;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

@keyframes animate-background {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
} */
.neon-text{ line-height: 16px; text-align: center;}
.neon-text  a{
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: transparent;
  /* background-image: linear-gradient(to right ,#553c9a, #ee4b2b, #00c2cb, #ff7f50, #553c9a); */
  /* background-image: linear-gradient(to right, #29009c, #f02700, #00c2cb, #ff4400); */

  background-image: linear-gradient(to right, #1c006a, #b81e00, #00c2cb, #de3b00);
  -webkit-background-clip: text;
  background-clip: text;     text-align: center;
  background-size: 200%;
  background-position: -200%;
  animation: animated-gradient 2s infinite alternate-reverse;      
}
@keyframes animated-gradient{
  to{
    background-position: 200%;
  }
}

#gallery {  
  column-count: 3;}
    #gallery .item {
    display: inline-block;
    margin: 0 0 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    float: left; padding-bottom: 30px;
}

.notification-banner {
  display: flex;
  align-items: center;
  background-color: #f0f8ff;
  border: 1px solid #ccc;
  height: 50px;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  font-family: Arial, sans-serif;
}

.left-icon, .right-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}

.left-icon img, .right-icon img {
  width: 100%;
  height: auto;
}

.scroll-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.scroll-text span {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 30s linear infinite;
  font-size: 16px;
  color: #000;
}

@keyframes scrollText {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.right-icon a {
  display: inline-block;
  width: 100%;
  height: 100%;
}












/* 
.txt-wraper{
  width:100%; background: #fff5e5; padding: 8px 0;
  flex-direction:column;
  align-items:center;
}
.txt-wraper p{
  text-align:center;
}
.highlight{
  font-size:16px;
  text-align:center;
}
.highlight span {
	color: #0678E0 ;
	text-shadow: 0 0 0 #1FCF2D;
	animation: highlight 3s ease-in-out infinite alternate;
}

@keyframes highlight {
  to {
    text-shadow: 20px 0 50px #fff;
    color: #1FCF2D ;
  }
}  */



/* @keyframes marquee {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
} */









.about-sub-title { color: #78bc19; font-size: 20px; margin-bottom: 20px; font-weight: 500;
font-size: 20px;
line-height: 28px;
color: #57A534;}
p {margin-bottom:15px;}
p:last-child {margin-bottom:0;}
.sub-heding-title-black {color:#000}
.inside-ttl { color: #000; font-size: 32px; margin-bottom: 20px; line-height: 1.2 !important; font-weight: 700; }
.title {font-size:40px; font-weight:700;color: #005C12;
font-weight: 500;
font-size: 30px}
.heading-ttl { text-align: left; position: relative; display: flex; align-items: center; height: 100%; }
.heading-ttl h2 { font-size: 32px; font-weight: 700; }
.heading-subttl { position: relative; padding-left: 30px; text-align: left; }
.heading-subttl::before { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: #90c235; }
.feature-block-eight .inner-box::before {/* background: #d7df36; *//* background: #f6f9b8; */background: #fff;}
.feature-block-eight .inner-box:hover .text h4, .feature-block-eight .inner-box:hover .text p { color: #000; }
.timeline ul { background: none; padding-top: 100px; padding-bottom: 30px; }
.timeline ul li {margin-top: -100px;}
.timeline ul li .content h2 {text-shadow:none !important; font-size: 28px;
margin-bottom: 14px;
font-weight: 600;
font-size: 24px;
    color: #000;}

.list li {   width:100%;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    display: block;
    float: left;
	font-size: 18px;
    color: #000;
    line-height: 22px;}
.page_linker .breadcrumb {border-bottom: 1px solid #e7e7e7; /* margin-bottom: 20px; */ padding: 10px 0px;}
.page_linker .breadcrumb li a {font-size: 15px; font-weight: 400;}
.inside-header {height:300px;}
.map-list { margin-bottom: 15px; }
.map-list:last-child { margin-bottom: 0; }
.map-list li { width: 33.33%; margin-bottom: 10px; font-size: 16px; font-weight: 400; color: #000; padding-left: 20px; float: left; }
.maha-list li { background: transparent url('../images/Assets/maha-list-icon.svg') no-repeat scroll left center; }
.mp-list li { background: transparent url('../images/Assets/mp-list-icon.svg') no-repeat scroll left center; }   
.gj-list li { background: transparent url('../images/Assets/gj-list-icon.svg') no-repeat scroll left center; }
.map-ttl { font-size: 20px; margin-bottom: 10px; font-weight: 600; }
.map-ttl-1 { color: #0d7d77; }
.map-ttl-2 { color: #0560b2; }
.map-ttl-3 { color: #18a525; }
.border-left-style { position: relative; padding-left:15px; } 
.border-left-style::before { content: ""; position: absolute; height: 15px; left: 0px; top: 12px; border-left: 3px solid #FFF; font-size: 26px; font-weight: 400; }
.timeline ul li .content .border-left-style::before {
    border-color: #57A534;
}
.spanicon { display: inline-block; margin-bottom: 5px; }

/** added by karishma**/
section:not(.page_linker) .title-heading {
    margin-bottom: 60px;
    margin-top: 0;
	    margin-top: -10px;
}
.image-gallery {
    background: #fff;
    padding: 0;
    border: 0px solid #eee;
    margin-bottom: 30px;
    /*-moz-box-shadow: 0 0 10px rgba(0,0,0,.15);*/
    /* -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15); */
    /* box-shadow: 0 0 10px rgba(0,0,0,.15); */
    border-radius: 10px;
    overflow: hidden;
}
.fancybox-toolbar .fancybox-button--play, .fancybox-toolbar .fancybox-button--fullscreen, .fancybox-toolbar .fancybox-button--thumbs, .fancybox-toolbar .fancybox-button--share {
    display: none !important;
}
.fancybox-navigation button:before, button.fancybox-button.fancybox-button--close{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #1FCF2D 0%, #0678E0 100%);
    color: #fff;
}
.fancybox-button{color:#fff;}
.pb-50{padding-bottom:50px;}
.pt-50{padding-top:50px;}
.ptb-50{padding-top:50px; padding-bottom:50px;}
.img-gallery{background: transparent;
    padding: 0;
	/*-moz-box-shadow: 0 0 10px rgba(0,0,0,.15);*/
    /* -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15); */
    /* box-shadow: 0 0 10px rgba(0,0,0,.15); */
	margin-bottom: 0;
	border-radius: 0;overflow: hidden;}
.icon-box-new {
    text-align: center;
    background: #fff;
    padding: 30px;
    min-height: unset;
    margin-bottom: 30px;
    padding-left: 130px;
	border-radius: 10px;
    /* display: flex;*/
}
.icon-box-new span {
    display: inline-flex;
    min-height: 80px;
    align-items: center;
    width: 100%;
    text-align: left;
}

.icon-box-new img {
        max-width: 80px;
    margin-bottom: 15px;
    position: absolute;
    left: 30px;
}
.icon-box-new {
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    min-height: 181px;
}

.icon-box-new img {
    position: static;
}

.icon-box-new span {
    display: inline-block;
    text-align: center;
}
p.highlighted {
    color: #1bc04c;
    font-size: 20px;
}
.pr_90
{padding-right:90px;}
.pl_90
{padding-left:90px;}
.pt_160
{padding-top:160px;}
.page_linker .title-heading {
    margin-top: 40px;
}
.impact-box {
    padding: 0;
    border: 0 solid #eee;
    min-height: 428px;
    text-align: center;
    margin-top: 30px;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.impact-box p {
    padding: 0 10px 15px 10px;
	

}
.impact-box img {
    margin-bottom: 15px;
    /* min-height: 366px; */
}


.impact-box2 span img {
   margin:0;
}

.impact-box2 span p {
   text-align: left;
    padding-left: 30px;
}

.impact-box2 {
    min-height: 222px;
	background:#fff;
}
.impact-box2 .row {
    margin: 0;
}

.impact-box2 span img {
    padding: 0;
}
.page_linker .title-heading ~ h4 {
    width: 100%;
    justify-content: center;
}
.testimonial-inside {
    text-align: center;
}
.testimonial-main-page .testimonial-inside .inner-container {
    padding-bottom: 0;
}

.author.p_relative.d_block.pl_90.pt_7.pb_11.ml_20 {}

.testimonial-inside:before {
    content: "";
    width: 70px;
    height: 70px;
    font-size: 70px;
}

.testimonial-inside .author {
    display: inline-block;
}
section.testimonial-main-page {
    padding: 40px 0;
}
.testimonial-inside .author figure.thumb-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-inside .author {
    text-align: left;
	    margin-left: 0;
}
.testimonial-inside .text {
    background: #f7f7f7;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    /* box-shadow: 0 20px 40px rgb(0 0 0 / 10%); */
    /* border-radius: 15px; */
    max-width: 750px;
    margin: 0 auto;
}
.testimonial-inside.bg-light-grey .text
{background: #fff;}

.testimonial-inside .text:before {
    position: absolute;
    content: '';
    background: #FFF5E5;
    width: 30px;
    height: 30px;
    left: 0px;
    bottom: -28px;
    box-shadow: 0 30px 40px rgb(0 0 0 / 15%);
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}
.testimonial-inside .text {
    border-radius: 0;
    margin-bottom: 50px;
    min-height: 242px;
    background: #FFF5E5;
    text-align: left;
    padding: 30px;
}
.testimonial-inside.bg-light-grey .text:before
{background: #fff;}
div#celebrity-carousel.testimonial-inside .text {
    min-height: 300px;
}
.footer-widget .widget-title h4 a {
    color: #fff;
	text-transform: capitalize;
}

/* mine test below */
/* ------------------------------- */
/* ✅ CONTACT INFO - LEFT ALIGN, LIGHT GREEN BG, CLEAN ICON + TEXT ALIGNMENT */
/* ------------------------------- */
.contactus-main .contact-info {
    text-align: left;
    background: #eef8ea; /* light green background */
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #000;
    font-weight: 400; /* normal text */
    margin-bottom: 25px;
    border-radius: 12px;
}

.contactus-main .contact-info ul.contact-list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.contactus-main .contact-info ul.contact-list li {
    display: flex;
    align-items: center;       /* icon & text vertically centered */
    justify-content: flex-start;
    gap: 12px;                 /* space between icon and text */
    margin-bottom: 15px;
    text-align: left;
}

.contactus-main .contact-info ul.contact-list li .icon {
    width: 24px;               /* smaller, clean icon size */
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;          /* keep original image colors */
    line-height: normal;
}

.contactus-main .contact-info ul.contact-list li .p,
.contactus-main .contact-info ul.contact-list li .p a {
    display: inline-block;
    margin: 0;
    color: #000;               /* black text */
    font-weight: 400;          /* normal weight */
    text-decoration: none;     /* no underline */
    line-height: 1.4;
}

.contactus-main .contact-info ul.contact-list li .p a:hover {
    text-decoration: underline;
}

/* ------------------------------- */
/* ✅ FOLLOW US - ICON SIZE & SPACING FIX */
/* ------------------------------- */
.contactus-main .contact-info ul.social-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    margin-top: 10px;
    gap: 12px; /* equal space between icons */
    list-style: none;
}

.contactus-main .contact-info ul.social-links li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contactus-main .contact-info ul.social-links li img {
    width: 25px;
    height: 25px;
    object-fit: contain; /* keeps original image quality */
    display: block;
}



/* ------------------------------- */
/* ✅ CONTACT FORM - BLACK INPUT TEXT + THIN BLACK BORDER */
/* ------------------------------- */
.contactus-main .contact-form .form-control {
    background: #ffffff;           /* white background */
    color: #000000;                /* black text when user types */
    border: 1px solid #000000;     /* thin black border */
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.contactus-main .contact-form .form-control::placeholder {
    color: #555555;   /* visible placeholder, subtle grey */
    opacity: 1;
}

.contactus-main .contact-form .form-control:focus {
    border: 1px solid #1FCF2D;   /* green highlight on focus */
    outline: none;
    background: #ffffff;
    color: #000000;
}


/* ------------------------------- */
/* ✅ SUBMIT BUTTON - HOVER & CLICK ANIMATION */
/* ------------------------------- */
.contactus-main .contact-form .submit-area button {
    background-color: #1fcf2d;  /* green background */
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.contactus-main .contact-form .submit-area button:hover {
    background-color: #17b826;   /* slightly darker on hover */
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

.contactus-main .contact-form .submit-area button:active {
    transform: translateY(0px) scale(0.98);
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}



/* mine test above */

.partners-box {
    display: inline-block;
    background: #fff;
    margin: 0 10px;
    width: calc(19.7% - 20px);
    vertical-align: top;
    border: 0px solid #eee;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-radius: 0;
    
}

.partners-logo {
    text-align: centre;
	padding: 5px;
}

.partners-name {
    padding: 8px;
    font-size: 16px;
    text-align: centre;
    border-top: 1px solid #eee;
    min-height: 57px;
    line-height: 17px;
}
.partners-box:hover .partners-logo {
    background-color: #fff;
    transition: all 1s;
    box-shadow: inset 0 0 0 2px #57A534;
    font-size: 25px;
    /* padding: 5px; */
}

.u-team-r h6.u-team-post2,
.u-team-r p.u-team-text {
    display: none;
}

h5.u-team-name, h6.u-team-post {
    padding: 0 15px;
}
a.show-modal {
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* Main Box Styles (You can keep your existing .partners-box styles) */

/* INITIAL CARD STYLES */
/* MAIN CARD STYLES */
.partners-box {
  text-align: center !important;
}

/* LOGO IMAGE */
.partners-logo img {
  max-width: 100px !important;
}

/* PARTNERS NAME */
.partners-box .partners-name {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* VIEW MORE LINK */
.partners-box .rotary-view-more {
  font-size: 0.9rem !important;
  color: #007BFF !important;
  text-decoration: none !important;
  display: block !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.partners-box .rotary-view-more:hover {
  text-decoration: underline !important;
}

/* MODAL OVERLAY */
.rotary-popup {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width:100vw !important;
  height:100vh !important;

  display: none !important;
  justify-content: center !important;
  align-items: center !important;

  background-color: rgba(0,0,0,.5) !important;
  z-index:1000 !important;
}
.rotary-popup:target {
  display: flex !important;
}

/* MODAL CONTENT */
.rotary-popup-content {
  background: #fff !important;
  padding: 20px !important;
  border-radius: 8px !important;

  max-width: 500px !important;
  width: 90% !important;

  text-align: center !important;
  position: relative !important;

  transform: scale(1) !important;
}
.rotary-popup-logo img {
  max-width: 80px !important;
}
.rotary-popup-content h2 {
  font-size: 1.25rem !important;
  margin: 15px 0 !important;
}
.rotary-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 15px 0 !important;
}
.rotary-list li {
  font-size: 0.95rem !important;
  padding: 5px 0 !important;
}
.rotary-close-button {
  position: absolute !important;
  top: 10px !important;
  right: 15px !important;

  font-size: 1.5rem !important;
  text-decoration: none !important;
  color: #333 !important;
}
.rotary-close-button:hover {
  color: #000 !important;
}




#basicExampleModal .modal-dialog , .modal-case-study .modal-dialog{
    max-width: 800px;
}
#basicExampleModal .u-team-r p.u-team-text
{display: block; margin-top: 10px;}

#basicExampleModal .modal-dialog .u-team-l {
    width: 30%;
    float: left;
    padding-bottom: 0;
}

#basicExampleModal .modal-dialog .u-team-r {
    display: block;
    float: right;
    width: 70%;
    padding-left: 30px;
}

#basicExampleModal .modal-dialog .u-team-l span.btn {
    display: none;
}

#basicExampleModal .modal-dialog .modal-footer, .modal-case-study .modal-dialog .modal-footer {
    display: none;
}

#basicExampleModal .modal-header, .modal-case-study .modal-header {
    border: 0;
    padding: 0;
}

#basicExampleModal .modal-header .close, .modal-case-study .modal-header .close , #video_pop .modal-body button.close{
    position: absolute;
    right: 0;
    top: -50px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, #1FCF2D 0%, #0678E0 100%);
    opacity: 1 !important;
    
    color: #fff;
    text-shadow: none;
    padding: 0 10px;
    margin: 0;
}
#basicExampleModal .modal-header .close span, .modal-case-study .modal-header .close span, #video_pop .modal-body button.close span {
  display: inline-block;
  margin-top: -10px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  padding: 5px 0;
}
#basicExampleModal .modal-body, .modal-case-study .modal-body {
    margin-top: 0;
    padding: 25px;
}
#basicExampleModal .modal-dialog h5.u-team-name
{margin-top:0}
#basicExampleModal .modal-dialog h5.u-team-name, #basicExampleModal .modal-dialog h6.u-team-post
{padding:0; min-height:unset}
#basicExampleModal .modal-dialog h6.u-team-post {
  font-weight: 700;
}
#basicExampleModal .modal-body .u-team-image {
    border-radius: 0;
    overflow: hidden;
}
.modal-content {
  border-radius: 0;
}
.mass-plantation-img2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 0px;
    border: 0 solid #fff;
}

.mass-plantation-img2 {
    display: inline-block;
    margin-top: -50px;
}

.mass-plantation {
    text-align: center;
    border: 0;
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    /* -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15); */
    /* box-shadow: 0 0 10px rgba(0,0,0,.15); */
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.mass-plantation-img1 img {
    width: 100%;
}

.mass-plantation-text p {
    margin-left: 16px;
    background: transparent;
    display: inline-block;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: 000;
    vertical-align: middle;
    margin-top: 7px;
}
.mass-plantation-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    vertical-align: top;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 0 0 10px 25px;
}

.mass-plantation-img1 {
    max-height: 320px;
    overflow: hidden;
}
.casestudy-inside .news-block-one .inner-box {
    border: 0px solid #eee;
}
.casestudy-inside .news-block-one {
    margin-bottom:30px;
}
.case-study-block a.show-modal {
    margin: 0;
}
.case-study-block span.btn {
    padding: 0;
}
.case-study-block .lower-content
{min-height:217px;}
.news-block-one.case-study-block {
    position: relative;
}
.news-block-one.case-study-block span.btn {
    bottom: 25px;
    text-align: left;
    padding-left: 25px;
}
.case-study-block .lower-content p {
    position: static;
}
.image-box h4 {
    background: #1bc04c;
    color: #fff;
    padding: 10px 15px;
    margin-top: 10px;
    text-align: center;
}
.sitemap {
    clear: both;
    display: inline-block;
	width:100%
}
.sitemap ul {
    float: left;
    width: 100%;
}
.sitemap > ul > li, .sitemap > ul > li > a {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 700;
}


.listing >li{position: relative;}
.listing >li:before{content: "";
    position: absolute;
    content: '';
    height: 15px;
    left: 0px;
    top: 7px;
    border-left: 3px solid #57A534;
    font-size: 26px;
    font-weight: 400;}

.sitemap > ul > li li a, .listing li {
    font-weight: 400;
    color: #000;
    font-size: 16px;
}

.listing{ margin-bottom: 20px;}
.listing li{ position: relative; padding-left: 15px;}

.sitemap > ul > li {
    width: 20%;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 15px;
	float: left;
    margin-bottom: 8px;
}
.sitemap > ul > li li {
    padding-left: 15px;
}

.sitemap > ul > li li:before, .listing li:before  {
    content: "";
    position: absolute;
    content: '';
    height: 15px;
    left: 0px;
    top: 7px;
    border-left: 3px solid #57A534;
    font-size: 26px;
    font-weight: 400;
}

.sitemap > ul > li li {
    position: relative;
}
.process-one .image object {
    max-width: 100%;
}
figure.image object {
    max-width: 100%;
}
figure.image.step-process-img {
    position: relative;
}

figure.image.step-process-img a {
    position: absolute;
    width: 25%;
    height: 80%;
    display: block;
    /* top: 50px; */
}

figure.image.step-process-img a.step-process-img1 {
    top: 7%;
    left: 5%;
}

figure.image.step-process-img a.step-process-img2 {
    top: 7%;
    left: 37%;
}
figure.image.step-process-img a.step-process-img3 {
    top: 7%;
    left: 68%;
}
figure.image.esg-svg-img a {
    position: absolute;
    width: 33%;
    height: 25%;
    display: block;
    /* top: 50px; */
}

figure.image.esg-svg-img a.esg1 {
    top: 6%;
    left: 45%;
}

figure.image.esg-svg-img a.esg2 {
    top: 37%;
    left: 53%;
}
figure.image.esg-svg-img a.esg3 {
    top: 67%;
    left: 46%;
}
.main-menu .navigation > li.dropdown.menulist.show-mobile {
    display: none;
}
.mt_65{margin-top:65px;}

.sec-title h2 {
   font-weight: 600;
font-size: 26px;
}
.Afterbefore-Contnet .sec-title h2 {
    font-size: 22px;
}
.pt_190 {
    padding-top: 190px;
}
#video_pop .modal-body {
    padding: 0;
}



#video_pop .modal-dialog
{
max-width: 800px;
}
#video_pop .modal-dialog .modal-content
{background-color:#000}
a.video-btn:before {
    content: "";
    line-height: 1;
    color: red;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/youtube-icon.png) no-repeat center;
	z-index: 2;
}
#video_pop .modal-body {
    overflow: visible;
}

.water-work-header {
    background: url(../images/Assets/water-work-header.jpg) center top no-repeat;
}
.transformation-header {
    background: url(../images/Assets/transformation-header.jpg) center top no-repeat;
}
.process-dev-header {
    background: url(../images/Assets/360-dev-header.jpg) center top no-repeat;
}
.testimonial-header {
    background: url(../images/Assets/testimonial-header.jpg) center top no-repeat;
}
.casestudy-header {
    background: url(../images/Assets/casestudy-header.jpg) center top no-repeat;
}
.social-impact-header {
    background: url(../images/Assets/social-impact-header.jpg) center top no-repeat;
    
.flood-relief-header {
    background: url(../images/Assets/flood-relief-header) center top no-repeat;
}
.contact-us-header {
    background: url(../images/Assets/contact-us-header.jpg) center top no-repeat;
}
.sitemap-header {
    background: url(../images/Assets/sitemap-header.jpg) center top no-repeat;
}
.governance-header {
    background: url(../images/Assets/governance-header.jpg) center top no-repeat;
}
.impact-header {
    background: url(../images/Assets/impact-header.jpg) center top no-repeat;
}
.krishikul-header {
    background: url(../images/Assets/krishikul-header.jpg) center top no-repeat;
}
.backbone-header {
    background: url(../images/Assets/backbone-header.jpg) center top no-repeat;
}
.advisory-header {
    background: url(../images/Assets/advisory-header.jpg) center top no-repeat;
}
.mass-plantation-header {
    background: url(../images/Assets/mass-plantation-header.jpg) center top no-repeat;
}
.vision-mission-header {
    background: url(../images/Assets/vision-mission-header.jpg) center top no-repeat;
}
.footprint-header {
    background: url(../images/Assets/footprint-header.jpg) center top no-repeat;
}
.our-story-header {
    background: url(../images/Assets/our-story-header.jpg) center top no-repeat;
}
.monthly-reports-header {
    background: url(../images/Assets/monthly-report-header.jpg) center top no-repeat;
}
.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li.dropdown:hover > .megamenu
{background:#1bc04c}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a{color:#fff;}
.dropdown img{filter: brightness(0) invert(1);}
.main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover{color:#fff}
.row .col-lg-4.image-column:last-child .icon-box-new, .row .col-lg-4.image-column:nth-last-child(2) .icon-box-new, .row .col-lg-4.image-column:nth-last-child(3) .icon-box-new {
    margin-bottom: 0;
}
.modal-body h6.u-team-post {
    text-align: left;
}
span.btn {
    transition: 0.3s ease all;
}

span.btn:hover {
    bottom: 15px;
}
a.show-modal.theme-btn:hover:before {
    width: 0;
}
.casestudy-inside .news-block-one.case-study-block .lower-content p {
    text-align: center;
}

.casestudy-inside .news-block-one.case-study-block .lower-content p span.btn {
    text-align: center;
	    position: static;
		padding-left: 0;
}

.casestudy-inside .news-block-one.case-study-block .lower-content {
    padding: 15px;
    padding-bottom: 30px;
	    min-height: 168px;
}
.pt-40 {
    padding-top: 40px;
}
.modal-body .case-study-body .text {
    margin-bottom: 30px;
}
h3.modal-heading {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #57A534;
    margin-bottom: 20px;
}
.modal-body .case-study-body figure.image {
    margin-bottom: 20px;
}
.case-study-body {
  max-height: 450px;
  overflow-y: scroll;
}
.case-study-body .row {
  margin: 0;
}
.after-box h3, .before-box h3 {
    position: absolute;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    padding: 0px 0;
    background: #57A534;
    border-radius: 4px;
    top: 15px;
    right: 15px;
    width: 68px;
    line-height: 1.9;
}

.after-box .image-box, .before-box .image-box {
    position: relative;
}
ul.social-links li.follow-us {
    text-align: left;
    font-size: 18px;
}

ul.social-links li.follow-us i {
    color: #57A534;
}

ul.social-links li.follow-us a {
    margin-left: 15px;
}
/* Mobile-first column count, we'll add responsive styles in a bit*/
#gallery {  
  column-count: 3;
  column-gap: 20px;
  column-fill: balance;
  margin: 0 auto 0;
  padding: 0;
}
#gallery .item img{width:100%}
#gallery .item {
    display: inline-block;
    margin: 0 0 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    
        float: left;
}
.gap-pd{
        padding-top: 40px;
}
@media (min-width: 600px) {
    #gallery {column-count: 2;}
  }

  @media (min-width: 900px) {
    #gallery {column-count: 3;}
  }
  
  @media (min-width: 1200px) {
    #gallery {column-count: 3;}
  }






@media (min-width:1025px) {
.page_linker .container-fluid {clear: both;}
.page_linker .container-fluid .row .col-md-12 {
  margin: 0;
  padding: 0 0;
}
.page_linker .container-fluid .row {
  margin: 0;
}
}


@media (max-width:767px) {
        .img-text-box.img-text-box2 .text ul{ margin-bottom:0px}
     .img-text-box.img-text-box2 .text{ height:auto !important; margin-bottom:15px;}
    .partners-box{ width:calc(100% - 20px) !important;}
.neon-text img{ display: none;}
.neon-text a{display: block; line-height: 18px;padding-bottom: 8px;}
.neon-container{margin-top: -8px;}
.neon-text{ padding: 0 15px; }
    /* .scroll-text-horizontal{margin-top: -8px;} */
    .scroll-text-horizontal p{ margin-bottom: 10px;}
.map-list li {width:50%}
.sec-title h2, .heading-ttl h2 {font-size: 26px; line-height: 1.3;}
.heading-subttl {padding-left:15px;}
.heading-subttl h3 {font-size: 17px;line-height: 1.3;margin-top:15px;}
.timeline ul li {margin-top: 0px;}
.timeline ul {padding-top: 0px; padding-bottom: 0px;}
.inside-header { height: 200px; background-size: cover; }
section:not(.page_linker) .title-heading {
  margin-bottom: 50px;
}
}



@media only screen and (max-width: 1024px)
{
	
	.owl-nav .owl-next
	{right:0}
	.row.owl-carousel {
  margin-left: 0;
  margin-right: 0;
}
	.btn-box.ml_30
	{margin-left:0}
.u-team.u-team-1{
    
	grid-template-columns: repeat(3, calc(33% - 16.5px));
}

.inside-header ~ .container-fluid {
  padding: 0 15px; 
}
}

@media only screen and (max-width:991px) {
	
	.partners-box {
  width: calc(24.7% - 21px);
}
.img-gallery {
  width: auto;
  display: inline-block;
}
.contactus-main .contact-info {
  position: static;
  width: 100%;
  margin-bottom: 20px;
}
.contactus-main {
  padding: 0;
  display: block;
  margin-bottom: 40px;
}
.contact-form {
  padding: 30px;
}
.header-lower > .auto-container > .outer-box {
  padding: 0;
}

.impact-box2 span p {
  padding: 15px;
}
#basicExampleModal .modal-dialog, .modal-case-study .modal-dialog {
    max-width: 90% !important;
	margin: 0 auto;
}
}





@media only screen and (min-width:768px) and (max-width:1024px){
.btn-box {
}
.header-lower .btn-box {
  margin-right: 100px;
}
.header-lower .menu-area.clearfix {
  position: absolute;
  right: 15px;
}

}


@media only screen and (max-width:767px) {
	.u-team.u-team-1{
grid-template-columns: none;
	}
	#basicExampleModal .modal-dialog .u-team-l, #basicExampleModal .modal-dialog .u-team-r
	{width:100%; padding-left: 0;}
	h5.u-team-name, h6.u-team-post{padding:0; min-height: unset;}
	 h6.u-team-post{margin-bottom:20px;}
	.partners-box {
  width: 50%;
float: left;
-ms-flex: 0 0 47%;
flex: 0 0 47%;
max-width: 47;
width: 100%;
margin: 0 2%;
  margin-right: 2%;
  margin-bottom: 0px;
  margin-left: 2%;
margin-bottom: 0px;
margin-bottom: 15px;
}

.partners-box {
  margin-right: 1%; width:48%; min-height: 216px; max-width: 50%;
  margin-left: 0;
}
.partners-main .partners-box:nth-child(2n+2) {
  margin-right: 0;
  margin-left: 3%;
}
.partners-main {
  margin-right: 0;
  margin: 0;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.impact-box2 span img {
  margin-bottom: 0;
}
.impact-box
{min-height:unset;}
.title.text-center {
  padding: 0 15px;
}

.contactus-main .contact-info {
  position: static;
  width: 100%;
  padding:30px 25px;
  margin-bottom: 20px;
}
.contactus-main {
  padding: 0;
  display: block;
  margin-bottom: 40px;
}
.contact-form {
  padding: 30px;
}

.contact-info ul.social-links li.follow-us {
  font-size: 16px;
}
.contact-info ul.social-links li.follow-us a {
  margin-left: 12px;
}
.sitemap > ul > li
{width: 49%;}
.header-lower > .auto-container > .outer-box {
  padding: 0;
}
.mobile_hide {
    display: none;
}
figure.image.step-process-img a {
    position: absolute;
    width: 86%;
    height: 285px;
    display: block;
    /* top: 50px; */
}

figure.image.step-process-img a.step-process-img1 {
    top: 2%;
    left: 7%;
}

figure.image.step-process-img a.step-process-img2 {
    top: 36%;
    left: 7%;
}
figure.image.step-process-img a.step-process-img3 {
    top: 71%;
    left: 7%;
}
figure.image.esg-svg-img a {
  position: absolute;
  width: 70%;
  height: 18%;
  display: block;
  top: 50px;
}
figure.image.esg-svg-img a.esg1 {
    top: 33%;
    left: 15%;
}

figure.image.esg-svg-img a.esg2 {
    top: 59%;
    left: 15%;
}
figure.image.esg-svg-img a.esg3 {
    top: 85%;
    left: 15%;
}
.main-menu .navigation > li.dropdown.menulist.show-mobile {
    display: none;
}
#basicExampleModal .modal-dialog h5.u-team-name
{margin-top:15px;}
.modal-body {
    max-height: 550px;
    overflow: scroll;
}
 #ourfounderinfo .modal-body {
  padding: 25px 5px;
}
.farmer-txt.funderinfortext{
    padding: 15px 0px;
}
.impact-box p {
    padding: 15px;
	text-align:left
}

.testimonial-main-page .testimonial-inside .text {
    padding: 25px;
    text-align: left;
}
.testimonial-main-page .testimonial-inside .author {
    margin-left: 0;
}
.mass-plantation-img2
{width: 90px;
height: 90px;}
.mass-plantation-text p{font-size: 18px; margin-left: 15px;}

.impact-box img{margin-bottom:0}
.col-lg-4 .image-box img, .col-lg-4 .img-gallery {
  width: 100% !important;
  max-width: unset;
}
.title.title-m.text-center {
  font-size: 30px;
  line-height: 40px;
}
.image_block_three .image-box .image.image-2 {
  
}
}
@media only screen and (max-width:413px) {
	.sitemap > ul > li
	{width:100%}
	.case-study-block .lower-content {
  min-height: 217px;
  padding-bottom: 66px;
}

  div#farmer-carousel .case-study-block .lower-content h4, #celebrity-carousel .case-study-block .lower-content h4, .case-study-block .lower-content h4{
    text-align: center;
  }

}

.inner-container .nav-tabs .nav-item{ border-right: 1px solid #A9A9A9;}

.casestudy-inside .news-block-one.case-study-block .lower-content {
 	    min-height: 250px;
}

.casestudy-inside .news-block-one.case-study-block .lower-content p {
    text-align: left;
}


.casestudy-inside .news-block-one.case-study-block .lower-content p span.btn {
    text-align: left;
}


 

 #onload-modal img{
    display: block;
    max-width: 100%;
    height: auto;
    margin:auto;
    padding:50px;
}









