* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #ffffff;
	color: #0260a7;
	font-family: 'Roboto', sans-serif;
}
.section1 {
	vertical-align: bottom;
	align-items: center;
	text-align: center;
	padding: 10px 0 0 0;
}
.add-section {
	font-size: 14px;
	color: #434242;
	margin: 10px auto;
	line-height: 22px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
.add-section h4 {
	font-size: 20px;
	margin: 5px 0;
}
.coming-section {
	color: #0260a7;
	text-align: center;
	font-weight: 100;
	font-size: 30px;
	font-style: italic;
	font-family: 'Kaushan Script', cursive;
	padding-bottom: 0%;
	padding-top: 200px;
}
.copy-right {
	font-size: 14px;
	color: #434242;
}
.footer-col {
	background-color: #e63f23;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}