 
.contact {
    padding-top: 50px;
	//background: #FCF6F6;
	//background-color: #292c2f;
	
}



.contdetails{
 font-size: 15px !important;
}

.contdetails span{
 font-weight: bold;
 color: #00954b;
}





.contact .form-group {
    margin-bottom: 25px;
}

.contact .form-group input,
.contact .form-group textarea {
  background: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #00954b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  -ms-box-shadow: 0 0 0 rgba(0,0,0,0);
  -o-box-shadow: 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  color: #555;
  font-size: 12px;
  padding: 15px;
}

.contact .form-group input.form-control {
  height: auto;
}
.form-control{
  line-height:0;
  transition: all 0.15s ease 0s;
}
#message.form-control  {
  line-height:1.5;
//  transition: all 0.15s ease 0s;
}
.form-messages{
	padding : 15px;
}
.contact .form-control:focus {
  border-color: #9de0ad;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.contact::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}

.contact:-moz-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}

.contact::-moz-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}

.contact:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}

.contact .text-danger {
  color: #03c9a9;
}
.cont_right{
//box-shadow: 5px 5px 5px 5px grey;
//padding: 50px;
}

#submitmessage:hover{
 background-color: #9de0ad;
}

#submitmessage{
 background-color: #00954b;
 padding: 10px 60px ;
 border: none;
 color: #fff;
}
 i {
    color: #00954b;
	font-weight:bold;	
}