@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-----------------*/

    .contact-top{
    	padding-top: 30%;
    	
    }
    .contact-top h1{
    	font-size: 40px;

     }
     .contact-part1{
     	display: block;
     }
     .part-1A{
     	padding-left: 2%;
     	width: 90%;
     }
     .contact-part1 .part-1A{
     	width: 100%;
     }

     .form{
     	border: 1px solid whitesmoke;
     	box-shadow: 2px 2px 5px whitesmoke;
     	margin: 2%;
     	padding: 2%;
     	margin-top: -5 
     	0px;

	}
	.form input{
		width: 100%;
	
	}
	.btn-submit{
		text-align: center;
		justify-content: center;
	 	margin-left: 35%;
}

	

	/*-----------------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;

	}



}





















}