/*** General Styling ***/
*{
	margin:0;
	padding:0;
}
body{
	line-height:1.2;
	font-family: 'Lato', sans-serif;
}
.header{
	background: #000;
	min-height: 90px;
}
.img-responsive{

	max-width: 100%;
	display: block;
}
.row{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.d-block{
	margin: 0px auto;
}
.main-heading{
	color: #7ca2b0;
	font-weight: 700;
	text-transform: uppercase;
}
p{
	font-size: 18px;
	line-height: 1.5;
	text-align: justify ;
}
.heading-2{
	color: #7ca2b0;
	font-size: 22px;
	font-weight: 700;
}
.text-blue{
	color: #7ca2b0;
	text-transform: uppercase;
}
.text-blue:hover{
	color: #7ca2b0;
	text-decoration: none;
}
.row img{
	margin-top: 60px;
}
.bold{
	font-weight: 900;
}
.row{
	margin-bottom: 30px;
}