.contact-us-bg{
/*   background: url("../images/wall.jpg");*/
background-color: #2b2b2b;
}
.pattern {
    background: url("../images/pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    position: absolute;
    width: 100%;
    z-index: 1;
  height: 600px
}
 
    
.contact-address:after,.address-fiels-wrapper:after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden; 
}
.contact-address{
    float: left;
    height: auto;
    width: 500px;
    margin-right: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.contact-address h3{
    color:#ffffff;
    font-family: Oswald-Light;
    font-size: 18px;
    font-weight: bold;
}
.address-fiels-wrapper{
   height: auto;
   width: 100%;
   
}
.address-fld-icon{
   float: left;
   height: 30px;
   width: 30px;
}

.address-fld-content{
    float: left;
    margin-left: 20px;
    width: 450px;
    color: #ffffff;
    font-family: RobotoCondensed-Light;
    font-size: 16px;
}
.bdr{
   
    border-bottom: 1px solid #32b1ec;
}
.contact-form{
    float: left;
    width: 500px;
     margin-top: 15px;
}
.contact-form  h3{
    color:#ffffff;
    font-family: Oswald-Light;
    font-size: 18px;
    font-weight: bold;
}
.form-fld-wrapper{
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}
.form-fld{
    float: left;
    width: 100px;
    margin-right: 5px;
    color: #ffffff;
    font-family: RobotoCondensed-Light;
    font-size: 16px;
    
}
.separator{
    float: left;
    height: 20px;
    width: 20px;
     color: #ffffff;
}
.text-fld{
    float: left;
    margin-left: 15px;
    width: 350px;
}
input[type="text"]{
    width: 350px;
    height: 50px;
    margin-bottom: 10px;
     height: 35px;
     border: none !important;
}
textarea{
    height: 95px;
    width: 100%;
    resize: none;
    border: none !important;
}
input[type="submit"]{
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(32,124,202,1) 62%, rgba(41,137,216,1) 100%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(62%,rgba(32,124,202,1)), color-stop(100%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(32,124,202,1) 62%,rgba(41,137,216,1) 100%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(32,124,202,1) 62%,rgba(41,137,216,1) 100%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(32,124,202,1) 62%,rgba(41,137,216,1) 100%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(32,124,202,1) 62%,rgba(41,137,216,1) 100%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    border: medium none;
    color: #ffffff;
    float: right;
    height: 50px;
    margin-right: 1px;
    margin-top: 8px;
    width: 200px;
    font-family: RobotoCondensed-Light;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
}
input[type="submit"]:hover{
  background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 46%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(46%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 46%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 46%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 46%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 46%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}
.form-error{
    color: #ff0000;
}

