@media only screen and (max-width: 1000px){
	.nav-head{
		display:none;


	}
	.fa-xmark{
		display: none;
	}
	.nav-head ul{
		background-color: #999;
		margin-top: 75px;
		width: 450px;
		margin-left: 50px;
	}

	.nav-icon{
		display: block;
		float: right;
		padding-top: 25px;
		padding-right: 20px;
		font-size: 25px;
		cursor: pointer;
	}

	.logo-head{
		margin-left: -90px;
		
	}
	.logo-head img{
		width: 85px;
	}


	
    /*-------------Body Text Section-----------------*/

	.text-body{

		margin: 0px;
		padding: 150px 0px 0px 0px;

	}
	.text-body p{
		text-align: center;
		font-size: 25px;
	

	}
	.text-body h1{
		text-align: center;
		font-size: 35px;
	}
	.con_btn{
		text-align: right;
		
		
	
	}
	.con_btn input{
		text-align: center;
	}



	/* ------------------------Start About Us Section---------------------------*/
	.body-text p{
		color: #333;
		padding: 10px 20px 10px 20px;
	}
	
	/* ------------------------Finished About Us Section---------------------------*/
	.body-box{
	padding: 0px 0px 0px 0px;
	display: block;

	}
	.body-box div{
		width: 80%;
		height: auto;
		margin: 10px 0px 10px 40px;
		padding:0px;
		transform: translate("center");
	}
	.body-box div img{
		padding: 5px;
		width: 95%;

	}
	.body-box div h1{
		font-size:100%;
	}
	.body-box div p{
		color: #333;
		font-size: 90%;
	}
	/*-----------------Start Concerns Section----------------*/

	.Body-cons h1{
		text-align: center;

	}
	.Concerns_area{
		display: block;
		justify-content: center;
	
	}
	.Concerns_area div{
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.Concerns_area h2{
		font-family: 'Kalam', cursive;
		color: #222;
		text-align: center;
	
	
	}
	/*-----------------Start THE STORYLINES OF HAPPINES Section----------------*/

	.happy-box{
		display: inline-block;


	}
	.body-happy h1{
		font-size: 20px;
	}
	.body-happy div{
		height: Auto;
		border: 1px solid none;
		
	}
	.happy-text{
		width: 100%;
		height: auto;
		background-color: white;

	}
	.happy-text p{
		font-size: 15px;
		padding: 10px 10px 20px 10px;

	}
	.happy-text p b{
		color: Blue;
		font-family: 'Dancing Script', cursive ;
		font-size: 25px;
	}
	.happy-value{
		width: 100%;
		height: auto;
		background-color:#00334d;
	}

	.happy-value h2, h4{
		color: Gold;
		text-align: center;
		margin-top: 0px;

	}
	.happy-value h2{
		padding: 0px;
		font-size: 50px;
		border-bottom: 2px solid #333;

	}
	.happy-value h4{
		
		padding: 20px;

	}

	/*-----------------Start Footer Section----------------*/


	footer{
		display: inline-block;
		padding: 10px 10px 10px 10px;
	}

	footer div{
		width: 100%;
		height: auto;
		border: 1px solid none;

	}

	footer div h2{
		text-align: center;
		
	}
	footer div h5{
		width: 200px;
		transform: translate(20%);
	}
	.icon-btn{
		padding: 20px;
	}
	.icon-btn i{
		font-size: 25px;
	}
	.link-side h2{
		text-align: center;

	}



}





















}