textarea{
  resize:none;
}
#top-bar{
	background: #fff;
}
#top-bar.animated-header {
	background: #fff;	
}
#contact-section{
  background: #FCFCFC;
  padding: 80px 0;
}
.section-heading h3{
  font-weight: bold;
  font-size: 40px;
  padding-bottom: 20px;
  color: #272727;
  text-transform: uppercase;
  position: relative;  
  margin: 0 0 20px;
}

.section-heading h3:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.section-heading h3:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}