

.contactimg{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    border-radius: 20px;

}
.section-header {
  text-align: center;
  margin: 0 auto;
  font: 300 60px 'Oswald', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper{
    padding-bottom: 20px;
}

.email-contact{
    margin: 4em auto 0;
    width: 100%;
    -webkit-appearance: none;
    background-color: rgba(7, 6, 11, 0.63);
    padding: 2em;
	border-radius:3px;
}
.email-contact input[type="text"], .email-contact textarea {
    width: 100%;
    padding: 0.7em;
    background: #fff;
    color: #000;
    border: none;
    outline: none;
    font-size: 0.95em;
    border-top: 3px solid #0c6da2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
}

.row {
    margin: 0.8em 0;
}
.row1 {
    margin-top: 0.8em;
}
.contact-left-w3 {
    float: left;
	width: 45%;
    margin-right: 5%;
}
.contact-right-w3l {
    float: left;
	width: 48%;
}
.email-contact textarea {
    resize: none;
    height: 150px;
}
.email-contact label {
    font-size: 0.95em !important;
    color: #fff !important;
	margin-bottom: 8px;
	display: block;
	font-weight: 600;
}
.email-contact input[type="submit"] {
    font-size: 1em;
    padding: 0.8em;
    display: block;
    margin-top: 1em;
    outline: none;
   background: #0c6da2;
    color: #fff;
    border: none;
    width: 100%;
	cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
	 font-family: 'Open Sans', sans-serif;
}
.email-contact input[type="submit"]:hover{
	   background: #fff;
	   color:#000;
}

/**responsive**/
@media(max-width:1440px){
	
}
@media(max-width:1366px){
    .email-contact {
        width: 32%;	
    }
}
@media(max-width:1280px){
    .email-contact {
        width: 35%;	
    }
}
@media(max-width:1080px){
    .email-contact {
        width: 40%;
    }
    .header h1 {
        font-size: 2.8em;	
    }
}
@media(max-width:991px){
    .email-contact {
        width: 43%;
    }	
}
@media(max-width:800px){
    .contact-right-w3 {
        float: left;
        width: 45%;
        margin-right: 7%;
    }
    .contact-right-w3l {
        float: left;
        width: 45%;
    }
    .email-contact input[type="text"], .email-contact textarea {
        width: 94%;	
    }
    .email-contact {
        width: 50%;
    }
}
@media(max-width:768px){
    .email-contact {
        width: 52%;
    }	
}
@media(max-width:736px){
    .email-contact {
        width: 55%;
        margin: 3em auto 0;
    }
    .header {
        margin-top: 3em;
    }
    .header h1 {
        font-size: 2.5em;
    }	
}
@media(max-width:667px){
    .email-contact {
        width: 57%;
    }	
}
@media(max-width:640px){
	
}
@media(max-width:600px){
    .email-contact {
        width: 63%;
    }
}
@media(max-width:568px){
    .email-contact {
        width: 65%;
    }	
}
@media(max-width:480px){
    .header h1 {
        font-size: 2.3em;
    }
    .email-contact {
        width: 74%;
    }
    .contact-left-w3 {
        float: left;
        width: 100%;
        margin-right: 0;
    }	
    .contact-right-w3l {
        float: left;
        width: 100%;
        margin-right: 0;
        margin-top: .5em;
    }
    .email-contact input[type="text"], .email-contact textarea {
        padding: 0.6em;
        font-size: 0.9em;	
    }

    .email-contact textarea {
        resize: none;
        height: 130px;
    }
}
@media(max-width:414px){
    .header h1 {
        font-size: 1.8em;
    }
    .email-contact label {
        font-size: 0.9em !important;
    }
    .email-contact input[type="submit"] {
        font-size: 0.95em;
    }
}
@media(max-width:384px){
    .email-contact {
        width: 80%;
        padding: 1em;
        margin: 2em auto 0;
    }
    .header {
        margin-top: 2em;
    }
    .email-contact input[type="submit"] {
        padding: 0.7em;	
    }
}
@media(max-width:375px){
    .contact{
        width: auto;
    }
}

@media(max-width:320px){
    .header h1 {
        font-size: 1.5em;
    }
    .email-contact input[type="submit"] {
        padding: 0.7em;
        font-size: 0.8em;
    }
}