.nav-link{
	color: #0b3558 !important;
	position: relative;
}




.nav-link:hover{
	color: #006AFE  !important;
}

.text-secondary-custom{
	color: #0b3558 !important;
}

.form-control:focus{
	box-shadow: none !important;
	border-color: #006AFE;
}

.btn-primary:hover
{
	background-color: #006AFE  !important;
}
.nav-link.active{
	color: #006AFE  !important;
}
/* For Mobile Portrait View */
@media only screen and (max-width: 600px) {
  .margin_top_extra{
  	margin-top: 5rem !important;
  }
  .hero 
}