/* contact-area */
.contact-left-wrapper {
  background: #f65fb4 none repeat scroll 0 0;
  padding: 40px 30px 30px 30px;
}
.contact-text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px;
}
.contact-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.contact-text > span {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-text > span:last-child{margin-bottom:0;}
.contact-icon {
  margin-top: 24px;
}
.contact-icon a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
}
.contact-icon a:last-child{margin-right:0;}
.contact-right-wrapper {
  margin-top: 15px;
}
.contact-right-wrapper.mb-30 > h4 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 26px;
}
.contact-1 {
  padding-right: 57px;
}
#contact-form input {
  border: 1px solid #e9e9e9;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  height: 36px;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
}
#contact-form textarea {
  border: 1px solid #e9e9e9;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  height: 120px;
  padding: 20px;
  width: 100%;
}
#contact-form > button {
  background: #000 none repeat scroll 0 0;
  border: 3px solid #000;
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-left: 15px;
  margin-top: 25px;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
#contact-form > button:hover {
    background: #fff none repeat scroll 0 0;
	color:#000;
    border: 3px solid #000;
}
.contact-left-wrapper a {
    color: #000;
}
.contact-left-wrapper a:hover, .contact-left-wrapper a:focus {
    color: #fff;
}