.contact-form textarea.form-control {
    height: 50px !important;
    border: 1px solid #4e4e4e;
    font-family: 'Montserrat', sans-serif;
}


.contact-form .form-control {
    height: 10px !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 12px;
    margin-bottom: 10px !important;
    background-color: transparent;
    border-bottom: 1px solid #4e4e4e;
    font-family: 'Montserrat', sans-serif;
}



.home h1 {
    margin-top: 0;
    color: #272727;
    font-size: 60px !important;
    margin-bottom: 0px !important;
    font-family: 'handletterregular';
}

.home p.mm-width {
    font-size: 14px !important;
    max-width: 600px !important;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 10px !important;
}

.about p.mm-width {
    font-size: 14px !important;
    max-width: 600px !important;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.service p.mm-width {
    font-size: 14px !important;
    max-width: 100% !important;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.section-padding {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}
.icon {
    /* width: 65px; */
    /* height: 65px; */
    float: left;
    line-height: 0px !important;
    display: inline-block;
}
.green-bg {
    background-color: #b8c595;
}

.uniForm .ctrlHolder {
    padding: 4px;
    border-bottom: 1px solid transparent !important;
}







