.about_company h4{
    color: #343434;
}
.about_company p{
    color: #767676;
    font-weight: 400;
    line-height: 28px;
}
.about_message{
    background: #f8f8f8;
    color: #767676;
}
.about_message>div>div{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.about_message h4{
    text-align: center;
}
.about_message form .form-group{
    position: relative;
}
.about_message form .form-group input{
    height: 52px;
    width: 100%;
    border-radius: 50px;
    border: 0;
    padding: 1.4rem 3rem 1.4rem 1rem;;
    margin: 25px 0;
}
.about_message form .form-group textarea{
    width: 100%;
    border-radius: 50px;
    border: 0;
    padding: .8rem 1rem .8rem 1rem;

    margin: 25px 0;
}
.about_message form .form-group i{
    position: absolute;
    font-size: 1.8em;
    top: 3px;
    right: 20px;
    padding: 10px;
}
.about_message form .form-group div:first-child{
    width: 70%;
    float: left;
}
.about_message form .form-group div:last-child{
    width: 30%;
    float: left;
}
#checkcode{
    width: 60%;
    display: inline-block;
    margin-right: 10%;
    margin-top: 0px;
}
.about_message form .form-group .btn-info{
    outline: 0;
    border: 0;
    background: #425cbb;
    padding: .8125em 3.25em;
    width: 100%;
}
