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

	.mainHeader .imgPart {
		width: 20%;
	}

	.mainHeader .namePart {
		width: 80%;
	}

	.mLogo img {
	    width: 55px;
	}

	.mLogo {
		padding: 0 5px 0 10px !important; 
	}

	.logoPart h5 {
		font-size: 15px;
		padding-top: 20px;
	}

	.height450 img {
	    height: 440px;
	}

	.footer1 .icon {
	    width: 8% !important;
	}

	.topGap {
	    margin-top: 88px;
	}

}