@media only screen and (max-width: 1000px){
	.nav-head{
		display:none ;

	}

	.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-----------------*/

    .Project_box{
    	display: block;
    	width: 100%;
    	height: auto;
    	justify-content: center;
    	margin: 2%;

    }
    .Project_box .box1{
		width: 95%;
		height: auto;
		justify-content: center;
		margin: 5px;
	}

	/*-----------------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;

	}



}





















}