.footer{
	padding: 3em !important;
	color: white !important;
	background-color: #686868 !important;
}
.fot{
	list-style: none !important;
	text-align: justify !important;
}
.aboutdiv{
	margin-bottom: 54px !important;
}
.aboutpartdiv{
	color: white;
	text-decoration: none !important;
}
.Mydiv{

}
.condiv{
	margin-bottom: 54px !important;
}
.copydiv{
	text-align:center !important;
}
.navidiv{
	display: flex !important;
    margin-bottom: 36px !important;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.widdiv{
	width: 119% !important;
}
.navdiv{
	margin-left: 61px !important;
}





@media only screen and (max-width: 1070px) 

{
	.footer{

		padding: 1em !important;

	}
	.container{
		width: 91% !important;
	}
	.navidiv{
		display: flex !important;
	    margin-bottom: 36px !important;
	    flex-wrap: nowrap !important;
	    justify-content: space-between !important;
	    margin-left: 0% !important;
	}
	.navdiv{
		margin-left: 0% !important;
	}

}