body{
	background-color: #616A59;
}
a{
	color: #E1EBFF;
	text-decoration: none;
}
a:hover{
	color: #99CC99;
	text-decoration: none;
}
p, ol,li, ol li,b{
	color: #fff;
}
h1, h2, h3, h4, h5,h6{
	color: #fff;
}
li{
	list-style: none;
}
.margin-top-bottom{
	margin: 25px 0px;
}
/*index page css*/

.left-img img {
  width: 100%;
}
.left-img {
  margin-bottom: 30px;
}
.img-bottom-text {
  margin-bottom: 60px;
}

.footre-area {
	background: #4B4B4B;
	padding: 40px 0px 30px 0px;
}