.contact-title {
	text-align: center;
	margin-top: 40px;
}

#contact-form {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#contact-form .form-group {
	position: relative;
}

.thanks {
  margin-top: 50px;
}

.thanks h1 {
  margin-bottom: 30px;
}

.thanks h4 {
  margin-top: 30px;
  line-height: 1.5em;
}

.thanks ul {
  margin: 30px 0;
}

.thanks li {
  padding-right: 20px;
}

.thanks a {
  color: #5d5da5;
  font-size: 2em;
  text-decoration: none;
  transition: all 0.3s ease;
}