.page-wrapper{
	background-color: #ededed;
}


header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: #fff!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

      .navbar .navbar-nav a.nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: black;
  transition: all 0.5s;
  margin-top: 5px;
}






.form-column{
	background-color: #fff;
	padding: 3em;
}



.form-column input{
	background-color: #fff;
	border-radius: 0;
	padding: 25px;
	color:black;
	
}

.section-heading .error-listener{
	color: orange;
}

.form-column .error-listener{
	color: red;
	font-size:13px;
}

.form-column select{
	border-radius: 0;
	color: black;
	
}


.btn-holder{
	text-align: center;
}


.btn-default{
	background-color:#06A3DA;
	border-style: none;
	padding: 15px 20px;
	border-radius: 0;
	color: #fff;
}


.btn-default:hover{
	background-color:#ff511a;
	color:#fff;
	transition-duration: 0.8s;
}



/* Responsive Style */
@media (max-width: 768px) {

.sub-header {
	background-color:#06A3DA;
	line-height: 46px;
}


	.callback-form {
	margin-top: 0px;
}


.section-heading {
	text-align: center;
	margin-top: 80px;
}


.section-heading h2 {
	font-size: 30px;
	font-weight: 600;
	color: #1e1e1e;
}

.callback-form .col-md-12{
	margin-bottom: em;
}

	.form-column{
	background-color: #fff;
	padding: 3em;
}



	}