.contact-banner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: lightblue url("../images/contactus/banner/Background.jpg");
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent!important;
    height: 440px;
  }

  .contacttext{
    position: relative;
    top: 195px;
    left: 0;
    right: 0;
    color: #fff;
}

.media-middle {
    vertical-align: middle;
}

.btn-darkgold {
    background-color: #977C3F!important;
}

.btn-darkgold-started {
    background-color: #977C3F!important;
}

.lg-input{
    background-color: #f4f4f4;
    height: 50px;
}

#overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}

.help-block.with-errors {
    color: #fb2828;
    margin-top: 5px;
}

@-webkit-keyframes greenPulse {
    from { background-color: #a08850; -webkit-box-shadow: 0 0 9px #333; }
    50% { background-color: rgb(160, 136, 80); -webkit-box-shadow: 0 0 18px rgb(167, 139, 74); }
    to { background-color: #977C3F; -webkit-box-shadow: 0 0 9px #333; }
}

.btn-darkgold-started {
    -webkit-animation-name: greenPulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}