/*
©2018 EdgeVerve Systems Limited (a fully owned Infosys subsidiary),
Bangalore, India. All Rights Reserved. */
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
}

body a:focus,
a:hover {
	text-decoration: none;
}

a {
	color: #fff;
}

.main-icon {
	margin-right: 10px;
}

.banner-right-text {
	display: flex;
	color: #02729a;
}

.banner-main {
	background-color: #eee;
}

.footer {
	background-color: #929291;
}
.footer-grid1{
	color:white;
}
.footerLine{
	background-color: #02729a;
	height: 3px;
	
}
