body{
    font-family: Open Sans, sans-serif;
}

main{
    overflow: hidden;
}

p{
    margin-bottom: 0;
    font-size: 18px;
}

.inner-head{
    background-color: #303C40;
    width: 100%;
}

.inner-head img{
    max-height: 100px;
}

.row.head{
    max-width: 1200px;
    margin: auto;
}

.contact-top a{
    color: #fff;
    box-shadow: none;
    background-color: transparent;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-shadow: none;
    font-style: normal;
    position: relative;
    transform: translate3d(0,0,0)
}

.contact-top{
    text-align: right;
    padding: 35px 0;
}

.contact-top a:hover{
    text-decoration: none;
}

.text{
    padding: 50px 0;
    max-width: 1200px;
    margin: auto;
    line-height: normal;
}

.image img{
    width: 100%;
}

.heading{
    font-size: 24px;
    margin-bottom: 50px;
    font-weight: 700;
}

.contact-form{
    max-width: 600px;
    margin: 75px auto;
}

.contact-form textarea,
.contact-form input{
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #6c757d;
}

.contact-form button{
    float: right;
    background-color: #303C40;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 50px;
    border: none;
    border-radius: 5px;
}

.contact-form button:hover{
    background-color: #303c40c9;
}