.intro-header{
	background: transparent;
	padding-top:0;
	padding-bottom: 0;
}
.content-section-a{
	padding-top: 0;
}
.modal-content{
	background-color: #00aeef;
}
.modal-header, .modal-footer{
    border:none;
}
.mb-10{
	margin-bottom: 10px;
}
.col-lg-offset-3 {
    margin-left: 25% !important;
}
@media (max-width: 767px) {
	.col-lg-offset-3 {
	    margin-left: 0 !important;
	}
}