#contact-info {
	height: auto !important;
}

.custom-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/preloader.gif") center no-repeat #fff;
}

.cta-1 {
	background-color: #982F50;
    color: #fff !important;
    padding: 10px 20px;
    margin: 25px;
    border-radius: 50px;
}