body{
	background: #fff;
	color: #000;
	font-size: 22px;
	font-weight: normal;
	font-family: 'Nunito', sans-serif;
	
}
img{
	max-width: 100%;
	}
		
	
.footer-sec{
	padding: 10px 0;
	background: #023;
	color: #fff;
}
.footer-sec .email-sec,.terms-sec{
	text-align: right;
}
.footer-cont{
		background: #023;
}

       
        @media (max-width:768px) {
			.footer-sec,.copyright-sec{
				text-align: center;
			}
			.footer-sec div{
				padding: 5px 0;
			}
.footer-sec .email-sec,.terms-sec{
	text-align: center;
}
		}
		