.testimonial-item-full .meta {
  padding-left: 0px;
}
	
	
.contact-form select {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 25px 20px;
  background: #eeeeee75;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.contact-form .nice-select {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 25px 20px;
  background: #eeeeee75;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}