﻿.form_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0,0,0,0.9);
}
#new_img {
    padding: 0px;
}

.header_content {
    height: 80px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
#headCon{
    margin-left:auto;
    margin-right:auto;
}

.contact_form_container {
    position: relative;
    right: 0px;
    bottom: 7px;
    left: 0px;
    width: calc(100% - 30px);
    background: #FFFFFF;
    border: solid 1px #ebebeb;
    padding-top: 59px;
    padding-left: 49px;
    padding-right: 49px;
    padding-bottom: 71px;
}
.contact_form_container img {
    width: 100%;
    height: 392px;
}
.contact .contact_form_container {
    margin: 0 auto;
}
.contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f8f8f8;
}


