.section-four{
	background-color:#fff;
	height:auto;
	margin-left:0rem;
	margin-right:0rem;
	pading-top:0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	}
.section-four .fourbox{
	width: 100%;
	padding: 0px;
	height: auto;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	text-align: center;
	background-color: rgba(229, 232, 221, 0.5);	
}
.section-four .fourbox2{
	width: 100%;
	padding: 0px;
	height: auto;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	text-align: center;
	background-color: rgba(85,114,17,0.7);	
}
.section-four h1{
	font-family: 'Marcellus SC', serif;
	font-size: 24px;
	font-weight: bold;
	color: #0078b7;
	text-align: center;
	line-height: 24px;
	}
.section-four h2{
	font-family: 'Sansita', sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: #0078b7;
	text-align: center;
	line-height: 42px;
	}
.section-four h3{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #0078b7;
	text-align: center;
	width: 90%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	}
.section-four p{
		font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-align:justify;
	float: left;
	width: 100%;
	margin-top: 15px;
	display: block;
	line-height: 22px;
	
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
   -webkit-box-orient: vertical;
	}
.section-four h4{font-family: 'Style Script', cursive;}
.section-four h5{	font-family: 'Kaushan Script', cursive;}

/*.section-four .btn {
  background: #5a7911;
  background-image: -webkit-linear-gradient(top, #5a7911, #4d660f);
  background-image: -moz-linear-gradient(top, #5a7911, #4d660f);
  background-image: -ms-linear-gradient(top, #5a7911, #4d660f);
  background-image: -o-linear-gradient(top, #5a7911, #4d660f);
  background-image: linear-gradient(to bottom, #5a7911, #4d660f);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 25px 5px 25px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}

.section-four .btn:hover {
  background: #5a7911;
  background-image: -webkit-linear-gradient(top, #5a7911, #334505);
  background-image: -moz-linear-gradient(top, #5a7911, #334505);
  background-image: -ms-linear-gradient(top, #5a7911, #334505);
  background-image: -o-linear-gradient(top, #5a7911, #334505);
  background-image: linear-gradient(to bottom, #5a7911, #334505);
  text-decoration: none;
}*/
.section-four .textheading{
	z-index: 9;
	position: absolute;
	text-align: center;
	display: block;
	width: 92%;
	padding-top: 20px;	
}
.section-four .birdcss{
	z-index: 0;
	bottom:0;
	height: auto;
	width: 100%;
	position: relative;
}
.section-four .btn-buttom{
	bottom: 10px;
	margin-bottom: -10px;
	position: relative;	
		}
.human_pict{
	float: right;
	height: 35%;
	width: 35%;
	z-index: 9999;
	position: relative;
	margin-right: 5%;
	margin-top: -39%;
}
.section-four .activity-box{
	height: 450px;
	width: 100%;
	border-radius:10px;
	border: 1px solid #CCC;
	padding: 10px;
	background-image: url(../images/wave-haikei-box-footer.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.section-four .hedar{}
.section-four .shadow{ 
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}