.g-contact-us{
	margin-top: 4rem;
}
.g-contact-us-top{
	background-color: navy;
	height: 200px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}
.g-contact-us-top h2{
	margin-top: 4rem;
	margin-bottom: 2rem;
}
.g-contact-us .col-lg-4{
	text-align: center;
	
	padding: 10px;
	height: 220px;
	margin-top: 1rem;
}
.g-contact-us .col-lg-4 div{
	padding: 10px;
	border: 2px solid;
}
.g-contact-us .col-lg-4 img{
	width: 30px;
}
.g-contact-us ul{
	background-color: #F5F5F5 ;
	list-style: none;
	margin: 1rem 0rem;
}
.g-contact-us ul li{
	line-height: 30px;
	margin-bottom: 1rem;
}
.g-contact-us h2{
	text-align: center;
}