@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:400i&display=swap');

*{
  box-sizing: border-box;
  margin:0;
  padding:0;
  font-family: 'Poppins',sans-serif;
}
#loading{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff
	url('img/loader.gif')
	 no-repeat center center;	
	z-index: 99999;
}
a,button{
  text-decoration: none
}


.header{
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  height:13vh;
  background-color:transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 15px 5%;
  z-index: 1;
}
.header .logo{
  width: 70px;
  border-radius: 10px;
  height: auto;
  cursor: pointer;
  font-family: 'Poppins';
  font-size: 25px;
  }
.header ul{
  margin:0px;
  padding: 0px;
  list-style: none;
      }
.header li{
  font-weight:500;
  font-size:15px;
  color:#edf0f1;
  text-decoration: none;
}
nav{
  margin-right: 15%;
}
@media(max-width:900px){
  nav{
    display:none;
  }
}
.navlinks{
  list-style: none;
}
.navlinks li{
  cursor: pointer;
  position: relative;
  float: left;
  width:90px;
  height:40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  margin-right:10px;
  z-index: 5;
  color: black;
}
.nav-scrolled{
  background-color: white;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.navlinks li a{
  color:black;
  font-size: 20px;
}
.navlinks li ul li a{
  color:black;
}
ul li ul li{
  display : none;
}
ul li:hover ul li{
  background-color: white;
  width:180px;
  display:block;
}
ul li ul li:hover{
    background-color: #92dbca;
}
.sidebar {
  height: 100%;
  width: 0;
  position:fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
}
.sidebar a{
  padding: 8px 8px 8px 32px;
  font-size: 25px;
  text-decoration: none;
  
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}
.openbtn {
  font-size: 20px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  border: none;
}
.openbtn:hover{
  background-color: #444;
  border-radius: 50%;
}
.openbtn:visited{
  background-color: #FFFFFF;
  border-radius: 50%;
}
#main {
  padding: 16px;
  display: none;
}
@media(max-width:900px) {
  #main{
    display: block;
  }
}
  /* Slideshow container */
.slideshow-container {
    background-color: white;
    position: relative;
    margin: 0 0;
  }
.slideshow-container img {
   background-size: cover;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
  }

/* Caption text */
.text{
  color: #f9f9f9;
  font-size: 50px;
  top:50%;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: center;
  animation: textanimation2 1.5s ease;
  }
@keyframes textanimation2 {
    0% {transform: scale(0);}
    100% {transform: scale(1);
}
}
.text2{
  font-size: 20px;
  color: white;
  position: absolute;
  width: 100%;
  top: 90%;
  text-align: center;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    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 */
 .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
.section {
   height: 250px;
}
.div-block{
   display: flex;
   height: 250px;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   color: black;
}
.div-block .heading {
/* margin-left: 100px; */
padding-left: 0px;
font-family: 'Poppins', serif;
font-weight: 300;
font-size: 40px;
text-align: left;
color: black;
}
.paragraph span{
  color:red;
}
.paragraph span{
  color: red;
}
.secondary_heading {
  /* margin-left: 100px; */
  justify-content: center;
  align-items: center;
  font-family: Courgette;
  font-weight: 300;
  font-size: 20px;
  color: red;
  }

.paragraph {
 width: 500px;
 text-align: center;
 font-size: 18px;
}
.section .div-block .button {
 margin-left: 100px;
 margin-top: 10px;
 padding: 5px 10px 5px 10px;
 border-radius: 5px;
 color: white;
 background-color: #1d1d1d;
}
@media screen and (max-width: 767px) {
.div-block .heading {
/* margin-left: 40px; */
font-size: 30px;
font-weight: 300;
}
.secondary_heading {
  font-size: 25px;
  font-weight: 200;
}
.container{
  display: block;
  width: 100%;
}
.paragraph {
width: 400px;
margin-left: 40px;
font-size: 20px;
line-height: 20px;
}
.section .div-block .button {
margin-left: 40px;
}
}
@media screen and (max-width: 479px) {
.div-block  .heading {
/* margin-left: 24px; */
font-size: 25px;
line-height: 30px;
}
.secondary_heading{
  font-size: 20px;
  line-height: 30px;
}
.paragraph {
width: 220px;
margin-top: 10px;
margin-left: 24px;
font-size: 18px;
}


.section .div-block .button {
margin-top: 7px;
margin-left: 24px;
font-size: 12px;
line-height: 16px;
}
}
/* We Work For Start */
.work-we{
  text-align: center;
  background-color: #f5fcc1;
  height: auto;
  padding-bottom: 60px;
  border-radius: 10px;
}
/* .work-we h4{
  padding-bottom: px;
} */
.div-we{
  text-align: center;
  padding: 0 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.inside-we{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 200px;
  margin-top: 10px;
  margin-right: 1rem;
  border-radius: 6px;
  color: black;
  cursor: pointer;
  background-color: white;
  box-shadow: 0px 0px 8px 0.5px rgba(0,0,0,0.30);
  transition: all .2s ease;
}
.inside-we:hover {
  transform: scale(1.09);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.38);
  transition: all .3s ease;
}

.inside-we p{
  padding: 0 10px ;
  font-size: 16px;
  text-align: inherit;
  }
.work_icon{
  width: 40px;
  height: auto;
  margin-left: 130px;
}
/* We Work For End */

/* Team Mahavan Starts*/
.perception{
  width: 80%;
  margin: 20px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5fcc1;
}

.perception h1{
  font-size: 30px;
  padding-top: 15px;
  text-align: center;
}
.perception h3{
  font-size: 20px;
  text-align: center;
}
.perception span{
  color:red;
}
.inside-we span{
  color: red;
}

.perception p{
  margin: 20px auto;
  width: 70%;
  }

.second_para{
  padding-bottom: 20px;
}
@media (max-width:600px) {
  .perception p{
    font-size: 18px;
    margin: 20px auto;
    width: 90%;
    }
  .perception{
    width: 100%;
    height: auto;
    margin: 0;
  }
}
/* End of Team Mahavan*/

/*Start of Where We*/
.main_container{
  background: #ffffff;
  width: 100%;
  height: auto;
}
.main_container h1{
  padding-top: 20px;
  color:black;
  text-align: center;
}
.main_container h3{
  text-align: center;
}
.container-work{
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 50px;
}
.container-work .card{
  position:relative;
  width: 300px;
  height: 150px;
  background: #fff;
  margin: 20px 20px;
  padding: 20px 20px;
  box-shadow: 0 5px 202px rgba(0,0,0,0.5);
}
.container-work .card .imgBox{
  margin: auto;
  width: 40px;
  height: 40px;
  box-shadow:0 5px 20px rgba(0,0,0,0.2);
}
.content p{
  margin: 5px;
}
.middle{
  justify-content: center;
}
.container-work .card .imgBox img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.container-work .card .content{
  position: relative;
  padding: 10px 15px;
  text-align: center;
  color: #111;
}
/* So Far Starts */
.So_far{
  width: 50%;
  margin: 20px auto;
  text-align: center;
  background-color: #fee2b3;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.So{
   margin-left: 5%;
}

.far{
   width: 200px;
   height: auto;
   margin: 10px auto 10px auto;
   padding: 10px;
   background-color: aliceblue;
   text-align: center;
}
.far h2{
   text-align: center;
   margin: auto;
}

@media screen and (max-width:1000px){
  .So_far{
    width:100%;
    margin:auto;
  }
  .container{
    width: 33.33333%;
  }
}
/* So Far Ends */

.container{
  padding: 1em 0;
  float: left;
  width: 33.33333%;
}

.container .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
  height: 200px;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}


.card{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.card__box{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  width: 250px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin: 20px;
  padding: 20px;
  transition: all .4s ease;

}

.card__img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border: 6px solid #ddd;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 20px;
  background-size: cover;
  background-position: center center;

}

.kabri {
  background-image: url('img/2020_2.jpeg');
}
.sdm {
  background-image: url('img/2020_5.jpeg');
}
.waste {
  background-image: url('img/2020_8.jpeg');
}
.school {
  background-image: url('img/2020_11.jpeg');
}

/* .img__header{
  font-size: 24px;
  line-height: 48px;

} */

.img__text{
  font-family: popins;
  padding-top: 20px;

}


.img__text p{
  font-size: 15px;
  font-weight: 400;
  line-height: 30px; 
}

.card__box:hover{
  background-color: #5AC0A9;
  color: #fff;
  cursor: pointer;
  transform: translateY(-3px);
}




/* .container-how {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5rem;
	position: relative;
	transform: skewY(-10deg);
	width: 100%;
}

.container-how .card-how:before {
	height: 15px;
	left: 0;
	transform: skewX(45deg);
	transform-origin: bottom;
	width: 100%;
}

.container-how .card-how {
	background-color: #ffffff;
	height: 400px;
	margin: 2rem;
	position: relative;
	transition: transform 0.5s ease;
	width: 200px;
}

.container-how .card-how:nth-child(1) {
	z-index: 3;
}

.container-how .card-how:nth-child(2) {
	z-index: 2;
}

.container-how .card-how:nth-child(3) {
	z-index: 1;
}

.container-how .card-how:after {
	border-bottom: 200px solid #d9d9d9;
	height: 50%;
	left: -15px;
	transform: skewY(45deg);
	transform-origin: left;
	width: 15px;
}

.container-how .card-how:before,
.container-how .card-how:after {
	background-color: #00c0f6;
	content: '';
	position: absolute;
	top: -15px;
}

.container-

.container-how .card-how:hover,
.container-how .card-how:focus,
.container-how .card-how:active {
	transform: translateY(-40px);
}

.container-how .card-how .img-box {
	align-items: center;
	background-color: #00c7ff;
	border-radius: 0 0 50%;
	display: flex;
	height: 200px;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 200px;
}

.container-how .card-how .img-box img {
	max-width: 100px;
}

.container-how .card-how .img-box h3 {
	color: #ffffff;
	margin-top: 10px;
	position: relative;
}

.container-how .card-how .content-how:before {
	background-image: linear-gradient(
											rgba(0, 0, 0, 0),
											rgba(0, 0, 0, 0),
											rgba(0, 0, 0, 0.1)
										);
	bottom: 0;
	content: '';
	height: 400px;
	left: 0;
	pointer-events: none;
	position: absolute;
	transform: skewX(45deg);
	transform-origin: bottom;
	transition: filter 0.5s ease,
							opacity 0.5s ease,
							transform 0.5s ease;
	width: 100%;
	z-index: -1;
}

.container-how .card-how:hover .content-how:before,
.container-how .card-how:focus .content-how:before,
.container-how .card-how:active .content-how:before {
	filter: blur(5px);
	opacity: 0.5;
	transform: translateY(40px) skewX(45deg);
}

.container-how .card-how .content-how {
	background-color: #ffffff;
	color: #777777;
	height: 200px;
	padding: 20px;
	position: relative;
	text-align: center;
	width: 100%;
} */


