.col-xs-12{
    padding: 0;
}
.message{
	padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 12px !important;
    padding-left: 30px !important;
    background-color: #f8f7f6 !important;
}
.messageForm p{
	font-size: 14px;
	margin-bottom: 1.75em;
}
.messageForm span{
	width: 100%;
    box-sizing: border-box;
    margin-top: 3px;
}
.messageForm input{
	width: 100%;
    box-sizing: border-box;
    margin-top: 3px;
    font-size: inherit;
    border: none;
    padding: 10px 20px;
    border: 1px solid #e6e7e8;
    border-radius: 3px;
    transition: border-color 0.3s;
}
.messageForm textarea{
	width: 100%;
    box-sizing: border-box;
    margin-top: 3px;
	overflow: auto;
    height: 160px;
	font-size: inherit;
    border: none;
    padding: 15px 20px;
    border: 1px solid #e6e7e8;
    border-radius: 3px;
    transition: border-color 0.3s;
}
.contact-info{
    padding: 0;
    font-size: 16px;
}
.contact-info li{
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    clear: both;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 50px;
}

.fa{
    float: left;
    margin: 3px 10px 0px 0px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    color: #4caf50;
    position: absolute;
    left: 0;
    top: 0;
}
.p2{
    padding: 0;
    margin-top: 20px;
    font-size: 20px;
}