/* CSS reset */
@font-face {
    font-family:OpenSans-Regular;
    src: url(./asset/OpenSans-Regular.ttf);
}
@font-face {
    font-family:OpenSans-Bold;
    src: url(./asset/OpenSans-Bold.ttf);
}
@font-face {
    font-family:OpenSans-SemiBold;
    src: url(./asset/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family:Cardo-Regular;
  src: url(./asset/Cardo/Cardo-Regular.ttf);
}
@font-face {
  font-family:Cardo-Bold;
  src: url(./asset/Cardo/Cardo-Bold.ttf);
}
@font-face {
  font-family:Cardo-Italic;
  src: url(./asset/Cardo/Cardo-Italic.ttf);
}
/* html { scroll-behavior: smooth; } */
body{
    margin:0px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family:OpenSans-Regular;
}
/* #menu{
    float: right;
    margin: 3px 0px 0px 0px;
    padding-right: 30px;
    display: flex;
    color: black;
}

#header_home, #header_about, #header_gallery, #header_contact{
    color: black;
    margin: auto;
    display: flex;
    padding: 40px 20px 0px 0px;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 12px;
    transition: 0.2s;
}
#header_home:hover, #header_about:hover, #header_gallery:hover, #header_contact:hover{
    color: blue;
}   
#menubar {
    height: 100px;
    width: 100%;
    margin: auto;
    background:white;
    position: fixed;
    display:block;
    top: 0;
    left: 15;
    z-index:2;
    color: black;
}


.csd_menuicon{
    display:none;
} 
.csd_closeicon{
    display:none;
} */
#logo{
    width: 115px;
    height: 54px;
    float: left;
    margin: auto;
    padding: 10px 20px 10px 10px; 
} 
.logo{
  width: 350px;
  height: 170px;
  padding: 10px 20px 10px 10px; 
}
.mainpicture{
    Width: 100%;
    height: 120vh;
    font-weight: 400;
    font-size: 15px;
    color: #aa3e03;
    margin: auto;
}
.ourproject_mainpicture{
    Width: 100%;
    height: 120vh;
    font-weight: 400;
    font-size: 15px;
    color: #aa3e03;
    margin: auto;
    padding-top:70px;
}
.mySlides {
    display: none;
    /* background: rgb(0, 0, 0);
    opacity:1; */

}

/* Slideshow container */
.slideshow-container {
  width:100%;
  position: relative;
  margin: auto;
 
}
.slider_image{
    height:120vh;
    width:100%;
    filter: brightness(60%);
    object-fit: cover;
}
.our_collaborator{
  height:auto;
}
.our_collaborator_main{
  display:inline-block;
  margin:30px 20px 0 20px;
}
.our_collaborator_img{
  height:200px;
  width:200px;
  object-fit: cover;
}
.our_collaborator_img_clean{
  height:200px;
  width:230px;
}
.orgname{
  color:white;
  font-size:80px;
  position:absolute;
  height:auto;
  top:220px;
  bottom:0px;
  width: 100%;
  letter-spacing:2px;
  z-index:1;
  text-align: center;
  font-weight: 900
}
/* Caption text */

/* Number text (1/3 etc) */

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
-webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
  -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 50s linear infinite 0s;
    -moz-animation: imageAnimation 50s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 50s linear infinite 0s;
}

@keyframes imageAnimation { 
	0% {
	    opacity: 0.5;
	    -webkit-animation-timing-function: ease-out;
	}
	8% {
	    opacity: 1;
	    -webkit-animation-timing-function: ease-out;
	}
}
.news_mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.news_slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.news_prev, .news_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color:#2290c6;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.news_next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.news_prev:hover, .news_next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.news_text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.news_numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.news_dot {
  cursor: pointer;
  height: 7px;
  width: 7px;
  margin: 0 2px;
  background-color: #2290c6;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.news_active, .news_dot:hover {
  background-color: #717171;
}

/* Fading animation */
.news_fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes zoominoutsinglefeatured {
  0% {
      transform: scale(0.7,0.7);
  }
  50% {
      transform: scale(1.2,1.2);
  }
  100% {
      transform: scale(0.7,0.7);
  }
}

.cardcontainer img {
  animation: zoominoutsinglefeatured 3s infinite ;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.vision{
    margin: 30px 0px 0px 0px;
    font-size: 32px;
    text-align: center;
}
.subvision{
    margin: auto;
    padding: 30px 50px; 
    font-size: 30px;
    text-align: center;
    color: #108ecd;    
    letter-spacing: 1px;
}
.inline-photo {
    padding:100px;
    border: 1em solid #fff;
    border-bottom: 4em solid #fff;
    border-radius: .25em;
    box-shadow: 1em 1em 4em .25em rgba(0,0,0,.2);
    margin:50px 20px 0 20px;
    opacity: 0;
    /* transform: translateY(4em) rotateZ(-5deg); */
    transition: transform 8s .50s cubic-bezier(0,1,.3,1),
                opacity .6s .50s ease-out;
    height:350px;
    will-change: transform, opacity;
  }
  
  .inline-photo.is-visible {
    opacity: 1;
    /* transform: rotateZ(-2deg); */
  }
  .process{
    margin:100px 0 0 0;
    font-size: 32px;
    text-align: center;
  }
  .news_video{
    margin:100px 0 0 0;
    font-size: 32px;
    text-align: center;
  }
  .content_main_green{
      margin:50px 0 0 0;
      height:auto;
      width:100%;
      padding:25px 0 20px 0;
      background:#dff3e0;
      cursor: pointer;
  }
  .content_main_blue{
    height:auto;
    width:100%;
    padding:25px 0 20px 0;
    background:#d5e3ff;
    cursor: pointer;
  }
  .content_main_sant{
        height:auto;
        width:100%;
        padding:25px 0 20px 0;
        background:#fbf1e1;
        cursor: pointer;
  }

  .content_main_green_para{
      width:50%;
      display:inline-block;
      float: left;
  }
  .content_main_green_img{  
    display:inline;
 }
 .content_main_blue_para{
    width:50%;
    display:inline-block;
    float:right;
}
.content_main_blue_img{  
  display:inline;
}
 .img_green{
     width:48%;
     border-radius: .25em;
     object-fit: cover;
 }
 .img_blue{
    width:48%;
    border-radius: .25em;
    margin:0 0 0 20px;
    object-fit: cover;
}
 .icon_border{
     width:100px;
     height:100px;
     margin:auto auto;
     border:3px solid #3d9844;
     border-radius:50% 50%;
     background:white;
     cursor: pointer
 }
 .icon_border:hover{
  width:110px;
  height:110px;
  transition: .5s ease;
  box-shadow: 0px 0px 30px 0px #3d9844
}
 .icon_border_blue{
    width:100px;
    height:100px;
    margin:auto auto;
    border:3px solid #0359fd;
    border-radius:50% 50%;
    background:white;
    cursor: pointer;
}
.icon_border_blue:hover{
  width:110px;
  height:110px;
  transition: .5s ease;
  box-shadow: 0px 0px 30px 0px #0359fd
}
.icon_border_sant{
    width:100px;
    height:100px;
    margin:auto auto;
    border:3px solid #c79748;
    border-radius:50% 50%;
    background:white;
    cursor: pointer;
}
.icon_border_sant:hover{
  width:110px;
  height:110px;
  transition: .5s ease;
  box-shadow: 0px 0px 30px 0px #c79748
}
 .icon_green{
    display: block;
   margin:10px auto 0 auto;
    width: 50%;
 }
 .content_title{
     text-align: center;
     color:#3d9844;
     font-size: 32px;
     margin:0px 0px 0px 0px; 
 }
 .content_title_blue{
    text-align: center;
    color:#0359fd;
    font-size: 32px;
    margin:0px 0px 0px 0px; 
}
.content_title_sant{
    text-align: center;
    color:#c79748;
    font-size: 32px;
    margin-top: 0px;
    margin:0px 0px 0px 0px; 
}
 .content{
    text-align: center; 
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    margin:10px 0 0 0;
    padding:0px 30px 0px 30px;
 }
 .footer_content{
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  margin:0px 0 0 0;
  padding:0px 10px 0px 10px;
 }
 .footer_info_land{
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  margin:20px 0 0 0;
  padding:0px 10px 0px 10px;
 }
 .footer_img{
   height:30px;
   width:30px;
 }
 .content_main_green_para_inner{
     height:auto;
     position:relative;
     top:100px;
 }
 .content_main_blue_para_inner{
    height:auto;
    position:relative;
    margin:130px 0 0 0;
}
 .content_main{
     height:auto;
 }
 .container {
    width: 100%;
    margin: 0 auto;
  }
  /* #header-area {
    position:fixed;
    width:100%;
    background:white;
    z-index:2;
  } */
  /* default css end */
  
  
  /* navbar regular css start */
  .navbar-area {
    /* border-bottom: 1px solid #000; */
  }
  .site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  a.site-logo {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
  }
  .site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
  }
  .site-navbar ul li a {
    color: black;
    padding: 20px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  .site-navbar ul li a:hover {
    color: #ccc;
  }
  /* navbar regular css end */
  
  
  /* nav-toggler css start */
  .nav-toggler {
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    outline: 0 none;
  }
  .nav-toggler span, 
  .nav-toggler span:before, 
  .nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: black;
    display: block;
    transition: .3s;
    border-radius: 20% 20%;
  }
  .nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
    border-radius: 20% 20%;
  }
  .nav-toggler span:after {
    content: '';
    transform: translateY(6px);
    border-radius: 20% 20%;
  }
  .nav-toggler.toggler-open span {
    background-color: rgba(225, 225, 225, 0.0);
  }
  .nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
    border-radius: 20% 20%;
  }
  .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
    border-radius: 20% 20%;
  }
  /* nav-toggler css start */
  
  
  /* intro-area css start */
  .intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
  }
  .intro-area h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .intro-area p {
    font-size: 18px;
  }
  .video_iframe{
    margin:30px 0 0 0;
    width: 50%;
    height:400px;
  }
  .map_iframe{
    margin:20px 0 0 0;
    width: 97%;
    height:400px;
  }
  footer{
    width:100%;
    height:auto;
    background-color: rgba(225, 225, 225, 0.5);
    margin:50px 0 0 0;
    padding-bottom: 20px;
  }
  .footer_map{
    display:inline;
    width:50%;
    float:right;
  }
  .footer_info{
    display:inline-block;
    width:50%;   
    margin:20px 0 0 0;  
  }
  /*aboutus page style begins*/
  .about_orgname{
    position:absolute;
    height:auto;
    top:220px;
    bottom:0px;
    width: 100%;
    z-index:1;
    text-align:justify;
    padding:0 0 0 0;
  }
  .about_title{
    color:white;
    width:200px;
    font-size:30px;
    letter-spacing:1px;
    text-align: left;
    padding:0 50px 0 50px;
    font-weight: bold;
  }
  .about_title_content{
    color:white;
    font-size:24px;
    padding:0 50px 0 50px;
  }
  .objective_main{
    height:auto;
    /* padding:45px 0 50px 0; */
    /* background:#eaded4; */
  }
  .objective_main_inner{
    height:auto;
    border-radius:10px;
  }
  .objective{
    margin:50px 0 0 0;
    font-size: 32px;
    text-align: center;
    font-weight:bold;
  }
  .objective_left{
    /* display:inline-block; */
    width:50%;
    float:left;
    padding:20px 20px 0 20px;
  }
  .objective_right{
    width:50%;
    padding:20px 20px 0 20px;
  }
  .objectives{
    text-align: justify;
    font-size:18px;
    font-weight:bold;
    font-style: italic;
    color:rgb(61, 60, 60);
    letter-spacing: 1px;
    margin:30px 30px 30px 30px;
    line-height: 2.5;
  }
  .awareness_pnt{
    text-align: justify;
    font-size:17px;
    font-weight:bold;
  }
  .awareness_main{
    height:500px;
    padding:45px 0 50px 0;
    background:#d5e3ff;
  }
  .awareness_main_inner{
    height:500px;
    border-radius:10px;
    margin:0 20px 0 20px;
    padding:0 10px 50px 10px;
  }
  .awareness{
    margin:0 0 0 0;
    font-size: 32px;
    text-align: center;
    font-weight:bold;
  }
  .awareness_left{
    /* display:inline-block; */
    width:50%;
    float:left;
    padding:20px 20px 0 20px;
  }
  .awareness_right{
    width:50%;
    padding:20px 20px 0 20px;
  }
  .awareness_img{
    width:80%;
    height:400px;
    border-radius: .25em;
  }

  /*contact us page begin*/
  .ContentAbout {
    width: 100%;
    height: 100vh;
    background-image: url(./asset/slope.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .ContentSvg {
    position: absolute;
    z-index: -1;
    right: 0px;
    float: right;
    height: 400px;
  }
  .ContentInner {
    position: relative;
    top: 130px;
  }
  .flex-container {
    display: flex;
    flex-wrap: nowrap;
    padding:200px 0 0 0;
  }
  .contact_us_left{
    width:50%;
    font-size: 32px;
    text-align: center;

  }
  .contact_us_right{
    width:50%;
    font-size: 32px;
    text-align: justify;
    padding:0 0 0 50px;
    
  }
  .contact_us_title{
    width:70%;
    font-size: 35px;
    text-align: center;
    font-weight:bold;
    margin:0 0 0 0;
    padding:0 0 0 100px;
    /* padding:100px 0 0 0;  */
  }
  .contact_us_Address_title{
    font-size: 30px;
    color:#0359fd;
    margin:0 0 0 0;
  }
  .contact_us_Address{
    font-size: 20px;
    color:#0359fd;
  }
  .fund_content{
    font-size: 15px;
    color:rgb(6, 33, 84);
    font-weight:bold;
    padding:0px 45px 0 45px;
    margin-bottom:30px;
    margin-top:0px
  }
   /* ecosan page begin  */
   .ecosan_container{
    position:relative;
    /* top:110px; */
    text-align: justify;
    /* border: 2px solid #c79748; */
    /* margin: 0 30px 150px 30px;*/
    padding: 60px 20px 20px 20px;
    background:#fbf1e1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
   }
  .ecosan_title{
    color: #c79748;
    font-size: 32px;
    margin: 0 0 40px 0 ;
    font-family:Cardo-Bold;
    font-weight: 900;
  }
  .ecosan_intro_para{
    font-family:Cardo-Regular;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 40px 0;
    line-height: 40px;
    color: #907341;
  }
  .Quotes_main{
    position: relative;
  }
  .dewats_container{
    position:relative;
    /* top:110px; */
    text-align: justify;
    /* border: 2px solid #c79748; */
    /* margin: 0 30px 150px 30px;*/
    padding: 60px 20px 20px 20px;
    background:#d5e3ff;
    background-image: url(data:image/png;base64,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);
  }
  .Quotes_img{
    filter: brightness(20%);  
    height:300px;
    width:100%;
    object-fit: cover;
    margin-top: 70px;
  }
  .quotes{
    position:relative;
    color:white;
    font-size: 32px;
    font-weight: 900;
    bottom:180px;
    text-align:center;
    margin:0px;
    letter-spacing: 0.5px;
  }
  .org_farm{
    position:relative;
    /* top:110px; */
    text-align: justify;
    /* border: 2px solid #c79748; */
    /* margin: 0 30px 150px 30px;*/
    padding: 60px 20px 20px 20px;
    background:#dbf1dd;
    background-image: url(data:image/png;base64,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);
  }

  /* about founder style starts */
  .about_founder_main{
    height:auto;
    padding:60px 0 0 0;
  }
  .about_founder_main_green_bg{
    height:500px;
    background: #405541;
  }
  .founder_img{
    height:600px;
    width:400px;
    position:relative;
    object-fit: cover;
    margin:100px 0 0 0;
    padding:40px;
    background:#cfe4cf;
    filter:drop-shadow(0.1em 0 0.20em black)  
  }
  .about_founder_title{
    font-size: 32px;
    font-weight: 900;
    width:250px;
    border-bottom: 3px solid #405541;
    padding:50px 0 0 0;
  }
  .about_founder_content{
    font-size: 24px;
    color: #405541;
    text-align: justify;
    padding:0 15% 0 15%;
    letter-spacing: 0.5px;
    line-height: 2;
  }
  /* mission and vission begins */
  .mission_vision_main{
    height:auto;
    padding:70px 0 0 0;
  }
  .mission_vision_main_content{
    height:auto;
  }
  .mission_vision_img{
    width:100%;
    height: 100vh;
    object-fit: cover;
}
.our_mission_main_div{
  position:absolute;
  top:50%;
  background: rgba(0, 0, 0, 0.8);
  height:auto;
  width:100%;
}
.our_mission_heading_title{
  font-size: 32px;
    font-weight: 900;
    width:200px;
    color:white;
    border-bottom: 3px solid white;
    text-align: center;
    margin-left:30px
}
.our_projects_heading_title{
   font-size: 32px;
    font-weight: 900;
    width:200px;
    color:white;
    border-bottom: 3px solid white;
    text-align: center;
    margin-left:30px  
}
.our_project_content{
    font-size: 18px;
    font-weight: 900;
    text-align: justify;
    margin-top: 30px; 
    padding:0 30px 0 30px;
    line-height: 2;
}
.our_project_content_title{
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color:#036291;
    margin-top: 70px; 
}
.houseecosand{
  width:60%;
  height:300px;
}
.schooltoilet{
  width:60%;
  height:300px;
}
.hygiene{
  width:30%;
  height:300px;
}
.our_mission_vision_para_content{
  font-size: 24px;
  color: white;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-left:30px;
  text-align: justify;
  margin-right:30px
}
.our_vision_main_div{
  height:auto;
  width:100%;
  margin:100px 0 100px 0;
}
.our_vision_heading_title{
  font-size: 32px;
    font-weight: 900;
    width:200px;
    color:#036291;
    border-bottom: 3px solid #036291;
    text-align: center;
    margin-left:30px
    
}
.our_vision_mission_para_content{
  font-size: 24px;
  color: #036291;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-left:30px;
  text-align: justify;
  margin-right:30px
}
.our_objective_main_div{
  height:auto;
  width:100%;
  margin:100px 0 100px 0;
}
.our_objective_heading_title{
  font-size: 32px;
    font-weight: 900;
    width:220px;
    color:#75592a;
    border-bottom: 3px solid #75592a;
    text-align: center;
    margin-left:30px
    
}
.our_objective_para_content{
  font-size: 24px;
  color: #75592a;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-left:30px;
  text-align: justify;
  margin-right:30px
}
/* contact page 2 begins */
.corporate_office{
  font-size: 30px;
  font-weight: 900;
  margin:80px 0 0 30px;
  color:rgb(6, 33, 84);
}
.corporate_office_phone_title{
  font-size: 30px;
  font-weight: 900;
  margin:40px 0 0 60px;
  color:rgb(6, 33, 84);
}
.corporate_office_phone{
  font-size: 24px;
  font-weight: 700;
  margin:10px 0 0 60px;
}
.corporate_office_span{
  height: auto;
  display: inline-block;
}
.corporate_office_Location{
  font-size: 24px;
  font-weight: 700;
  margin:10px 0 0 60px;
}
.corporate_office_Location_main{
  height:auto;
  margin: 0 0 100px 0;
}

/* gallery page begin */
.gallery_main{
  height:auto;
  margin:60px 0 100px 0;
}
.gallery_content_card{
  height: auto;
  display: inline-block;
  margin:60px 30px 0 30px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 350px;
}
.card_img{
  width:100%;
  height:300px;
  object-fit: cover;
}

.container{
  background: rgb(210, 230, 211);
}
.card:hover {
  box-shadow: 0 12px 20px 0 rgba(0,0,0,0.2);
}
.card_content{
  text-align:justify;
   padding:10px;
   margin:0px;
}
 @media(max-width: 1199px) {
    .content_main_green_para_inner{
        height:auto;
        position:relative;
        top:40px;
    }
    .content_main_blue_para_inner{
       margin:50px 0 0 0;
    }
    .logo{
      width: 200px;
      height: 100px;
      padding: 10px 20px 10px 10px; 
    }
    .footer_content{
      margin:0px 0 0 0;
     }
 }
@media(max-width: 800px) {
/* #menu{
        display: none;
        background:white;
        padding: 60px 0px 0px 0px;
} */
.mainpicture {
  height: 100vh;
}
#menuicon{
    width: 20px;
    height: 30px;
    float: right;
    margin: 24px 40px 0px 0px ;
    padding: 0px;   
    
}
.orgname{
    font-size:40px;
    letter-spacing: 1px;
  }
/* #header_home, #header_about, #header_gallery, #header_contact{

}
#iconone, #icontwo, #iconthree{
    width: 20px;
    height: 3px;
    background: black;
    margin: 6px 0; 
    
} */
/* .csd_menuicon{
    width:60px;
    height:60px;
    display:block;
    margin-right:10px;
} 
.csd_closeicon{
    width:60px;
    height:60px;

    margin-right:10px;
}  */
.slider_image{
  height:100vh;
}
.inline-photo {
    padding:25px 5px 5px 5px; 
}

.subvision{

    padding: 0px 0px; 
    font-size: 20px;
   margin:5px 0 0 0; 
}
.process{
  margin: 50px 0 0 0;
}
.news_video{
  margin: 50px 0 0 0;
}
.content_main_green{
    padding:0px;
    margin: 25px 0 0 0;
    cursor: pointer
}
.content_main_blue{
    padding:20px 0px 0px 0px;
}
.content_main_sant{
    padding:20px 0px 0px 0px; 
}
.content_main_green_para{
    height:500px;
    width:100%;
    display:block;
    padding:50px 0 0 0;
    float:none;
}
.content_main_green_img{
    width:100%;
    display:block;
    height:500px;
}
.content_main_blue_img{
  top: 5px;
  position: relative;
}
.img_green{
    width:100%;
    height:500px;
    border-radius: .25em;
}
.img_blue{
    width:100%;
    height:500px;
    border-radius: .25em;
    margin:0 0 0 0;
}
.content_main_green_para_inner{
    height:500px;
    position:relative;
    top: 80px;
}
.content_main_blue_para{
    height:500px;
    width:100%;
    display:block;
}
.content_main_blue_para_inner{
    height:500px;
    margin-top: 100px;

}
#header-area{
    position:fixed;
    width:100%;
    background:white;
    z-index:2;
}
.nav-toggler{
    border:none;
    display: block;
    padding-right: 10px;
  }
  .site-navbar {
    min-height: 60px;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    flex-direction: column;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
    background:white;
    border-bottom: 0.5px solid #f5f5f5;
    z-index:3;
  }
  .site-navbar ul li a {
    padding: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255,255,255,.1);
  }
  .site-navbar ul.open {
    overflow: visible;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }  
  .video_iframe{
    margin:30px 0 0 0;
    width: 100%;
    height:400px;
  }
  .map_iframe{
    margin:30px 0 0 0;
    width: 100%;
    height:400px;
  }
  footer{
    width:100%;
    height:auto;
    background-color: rgba(225, 225, 225, 0.5);
    margin:0px 0 0 0;
  }
  .footer_map{
    display:block;
    width:100%;
  }
  .footer_info{
    display:block;
    width:100%; 
    margin:0px 0 0 0;  
  }
  .map_iframe{
    margin:0px 0 30px 0;
  }
  /*aboutus page style begins*/
  .about_orgname{
    top:150px;
    font-size:15px;
    letter-spacing:1px;
  }
  .about_title{
    color:white;
    width:200px;
    font-size:25px;
    letter-spacing:1px;
    text-align: left;
    padding:0 10px 0 10px;
    font-weight: bold;
  }
  /* .about_title_content{
    color:white;
    font-size:24px;
    padding:0 50px 0 50px;
  } */
  .about_title_content{
    font-size:15px;
    padding:0 10px 0 10px;
  }
  .objective{
    margin:20px 0 0 0;
    font-size: 25px;
  }
  .objective_left{
    display:block;
    width:100%;
    padding:10px 0 0 0;
  }
  .objective_right{
    width:100%;
    display:block;
    padding:20px 0 0 0;
  }
  /* .objectives{
    text-align: justify;
    font-size:17px;
    font-weight:bold;
  } */
  .objective_main{
    height:auto;
    padding:20px 0 0 0;
    /* background:#eaded4; */
  }
  .objective_main_inner{
    height:auto;
    /* background:#eaded4; */
  }
  .objectives{
    padding:0 0 8px 0;
    margin:30px 20px 15px 20px;
    line-height: 1.9;
  }
  .awareness_pnt{
    padding:0 20px 0px 20px;
  }
  .awareness{
    margin:0 0 0 0;
    font-size: 25px;
  }
  .awareness_left{
    display:block;
    width:100%;
    padding:0 0 0 0;
    margin:40px 0 20px 0;
  }
  .awareness_right{
    width:100%;
    display:block;
    padding:20px 0 0 0;
  }
  .awareness_main{
    height:auto;
    padding:30px 0 50px 0;
    /* background:#eaded4; */
  }
  .awareness_inner{
    height:auto;
    /* background:#eaded4; */
  }
  .awareness_main_inner {
    height: auto;
    padding: 0 0px 0px 0px;
    margin: 0 0 0 0;
}
  .awareness_img{
    width:100%;
    height:500px;
    object-fit: cover;
  }
  .our_collaborator_main{
    margin:20px 20px 0 20px;
  }
  .our_collaborator_img{
    height:130px;
    width:130px;
    object-fit: cover;
  }
  .our_collaborator_img_clean{
    height:130px;
    width:150px;
  }

   /*contact us page begin*/
   .ContentAbout {
    width: 100%;
    height: auto;
  }
  .ContentSvg {
    position: absolute;
    right: 0px;
    float: right;
    height: 700px;
  }
  .flex-container {
    display: block;
    padding:100px 0 0 0;
  }
  .contact_us_left{
    width:100%;
    font-size: 32px;
    text-align: center;

  }
  .contact_us_right{
    width:100%;
    text-align: justify;
    padding:50px 0 0 0;
    
  }
  .contact_us_title{
    width:100%;
    font-size: 35px;
    text-align: center;
    font-weight:bold;
    padding:50px 0 0 0;
    /* padding:100px 0 0 0;  */
  }
  .contact_us_Address_title{
    font-weight:bold;
    font-size: 20px;
    color:#0359fd;
    margin:0 0 0 20px;
  }
  .contact_us_Address{
    font-size: 15px;
    color:#0359fd;
    margin:5px 0 0 20px;
  }
   /* ecosan page begin  */
   .ecosan_container{
    position:relative;
    text-align: justify;
    padding: 60px 20px 20px 20px;
    background:#fbf1e1;
    background-image: url(data:image/png;base64,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);
   }
  .ecosan_title{
    font-size: 20px;
    margin: 0 0 20px 0 ;
  }
  .ecosan_intro_para{
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 30px 0;
    line-height: 30px;
  }
   /* about founder style starts */
  .about_founder_main_green_bg{
    height:400px;
  }
  .founder_img {
    height: 400px;
    width: 50%;
    object-fit: cover;
    margin: 60px 0 0 0;
    padding: 25px;
}
.about_founder_title {
  font-size: 28px;
  font-weight: 900;
  width: 210px;
  border-bottom: 2px solid #405541;
  padding: 30px 0 0 0;
}
.about_founder_content {
  font-size: 21px;
  padding: 0 5% 0 5%;
  line-height: 2;
}
/* mission and vission begins */
.mission_vision_main{
  height:auto;
  padding:70px 0 0 0;
}
.mission_vision_main_content{
  height:auto;
}
.mission_vision_img{
  width:100%;
  height: 100vh;
  object-fit: cover;
}
.our_mission_main_div{
position:absolute;
top:35%;
background: rgba(0, 0, 0, 0.6);
}
.our_mission_heading_title{
  font-size: 26px;
  font-weight: 900;
  width:147px;
  color:white;
  border-bottom: 2px solid white;
  text-align: center;
  margin-left:10px 
}
.our_projects_heading_title{
  font-size: 26px;
  font-weight: 900;
  width:165px;
  color:white;
  border-bottom: 2px solid white;
  text-align: center;
  margin-left:10px
}
.our_project_content{
    font-size: 16px;
    font-weight: 900;
    text-align: justify; 
    padding:0 30px 0 30px;
    line-height: 1.8
}
.our_project_content_title{
    font-size: 24px;
    margin-top: 50px; 
}
.houseecosand{
  width:300px;
  height:250px;
}
.schooltoilet{
  width:300px;
  height:150px;
}
.hygiene{
  width:300px;
  height:250px;
}

.our_mission_vision_para_content{
font-size: 20px;
color: white;
letter-spacing: 0.3px;
line-height: 1.5;
margin-left:10px;
text-align: justify;
margin-right:10px;
margin-bottom:50px;
}
.our_vision_main_div{
  margin:70px 0 70px 0;
}
.our_vision_heading_title{
  font-size: 26px;
    font-weight: 900;
    width:150px;
    color:#036291;
    border-bottom: 2px solid #036291;
    text-align: center;
    margin-left:10px
    
}
.our_vision_mission_para_content{
  font-size: 20px;
  color: #036291;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-left:10px;
  text-align: justify;
  margin-right:10px
}
.our_objective_main_div{
  margin:50px 0 50px 0;
}
.our_objective_heading_title{
  font-size: 26px;
    font-weight: 900;
    width:170px;
    color:#75592a;
    border-bottom: 2px solid #75592a;
    text-align: center;
    margin-left:10px
    
}
.our_objective_para_content{
  font-size: 20px;
  color: #75592a;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-left:10px;
  text-align: justify;
  margin-right:10px
}
/* contact page 2 begins */
.corporate_office{
  font-size: 26px;
  font-weight: 900;
  margin:50px 0 0 20px;
  color:rgb(6, 33, 84);
}
.corporate_office_phone_title{
  font-size: 26px;
  font-weight: 900;
  margin:20px 0 0 20px;
  color:rgb(6, 33, 84);
}
.corporate_office_phone{
  font-size: 20px;
  font-weight: 700;
  margin:10px 0 0 20px;
}
.corporate_office_span{
  height: auto;
  display:block;
  margin: 10px 0 0 0;
}
.corporate_office_Location{
  font-size: 20px;
  font-weight: 700;
  margin:10px 0 0 20px;
}
.corporate_office_Location_main{
  margin: 10 0 60px 0;
}
/* gallery page begin */
.gallery_main{
  margin:40px 0 50px 0;
}
.gallery_content_card{
  margin:40px 0px 0 0px;
}
.quotes{
  bottom:200px;
}
 .dewats_container{
  padding: 60px 20px 20px 20px;
}
.org_farm{
  padding: 60px 20px 20px 20px;
}
}
