
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

body p,h1,h2,h3,h4,h5,h6,a{
	 'Nunito', sans-serif;
}
body {
font-family:Verdana;
    background: url('../images/contact/bg9.jpg') no-repeat;
    background-size: cover;
	text-align:center;
	background-position: center;
    background-attachment: fixed;
}
/*--main--*/
.main-w3l{
    padding-bottom: 50px;
}
.main-w3l h1 {
    padding: 50px 0 30px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.09px;
	color:#fff;
}
.contact-agile {
    text-align: left;
    float: left;
    width: 99%;
    background: #fff;
    padding: 1em 14em 2em 3em;
    position: relative;
	margin-bottom: 2em;
}
.w3l-submain {
    width: 50%;
    margin: 0 auto;
	margin-top: 2.5em;
}
.w3l-submain h2{
	font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 0px 26px;
    text-align: left;
}
.contact-agile label {
    color: #000;
    font-size: 1em;
	 'Nunito', sans-serif;
}
.contact-agile label {
    color: #000;
    font-size: 1em;
	width: 100%;
    display: inline-block;
}
.contact-agile input[type="text"], .contact-agile input[type="email"], .contact-agile textarea {
    outline: none;
    font-size: 1em;
    color: #969696;
    padding: 10px 0px 6px 0px;
    width: 94%;
    border: none;
     'Nunito', sans-serif;
    border-bottom: 2px solid #cecfd3;
    -webkit-appearance: none;
    margin: 2px 0px 31px;
	background: #fff;
}
.con-mapw3 {
    /*width: 22.3%;*/
    position: absolute;
    background: #D33257;
    padding: 1em;
    right: 4%;
    top: 66%;
}
.con-mapw3 iframe {
    width: 372px;
    height: 237px;
}
.con-mapw3  img{
	position:absolute;
	top: 35%;
    left: 45%;
}
input[type="submit"] {
    padding: 1em 0em;
    color: #fff;
    font-size: 1em;
    border: none;
    outline: none;
     'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 1em;
    background:#D33257;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin: 0 auto;
    display: block;
    width: 35%;
}
input[type="submit"]:hover{
	background:rgba(187, 24, 62, 0.98);
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*--//main--*/

/*--footer--*/
.footer-w3l p {
    margin: 3em 0em;
    color: #fff;
    font-size:1em;
	 'Nunito', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
}
.footer-w3l a {
    color:#D33257;
}
.footer-w3l a:hover {
    color:#fff;
    text-decoration: underline;
}
/*--//footer--*/

