#contact{

    padding-top: 10px;
    width: 100%;
    background: red; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left,  red, gray); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, red , gray); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color : #fff;
    height: 400px;
    text-align: center;
}
#contact .contact-section{
    padding-top: 40px;
}
#contact .contact-section .col-md-6{
    width: 40%;
    float: left;
    margin-left: 35px;
}



#contact .form-group{
    margin-top: 10px;
}
#contact label{
    font-size: 1.3em;
    line-height: 1em;
    font-weight: normal;
}
#contact .form-control{
    font-size: 1.3em;
    color: #080808;
}
#contact textarea.form-control {
    height: 135px;
    /* margin-top: px;*/
}

#description{
    cursor: pointer;

}
.sq{
    display: none;
    text-align: center;
    background: gray;
    border: 1px solid #fff;
}
.sq .content{
    padding: 15px;
    color: #fff;
    font-size: larger;
    font-weight: bold;
    background-color:gray;
}
.errMess{
    color: red;
    display: none;
}
#contact .submit {
    background: #727272;
    color: #fff;
    border-radius: 0 !important;
}
#contact .submit:hover{
    background: red;
}
#zoom{
top:-0.5%;
width: 100%;
    height:100%;
    overflow: scroll;
    position: fixed;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
}