/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*--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 {
    font-family: 'Open Sans', sans-serif;
    background: url(../images/bg.jpg)repeat center 0px;
    background-attachment: fixed;
	background-size:cover;
}
h1 {
    font-size: 2.5em;
    text-align: center;
    color: #fff;
    font-weight: 100;
	margin: 0.8em 0 0; 
}
/*-- main --*/ 
.contact-agileinfo {
    width: 32%;
    margin: 2em auto 0;
    -webkit-box-shadow: 0 0 14px 1px rgb(5, 4, 0);
    -moz-box-shadow: 0 0 14px 1px rgb(5, 4, 0);
    box-shadow: 0 0 14px 1px rgb(5, 4, 0);
    padding: 2em;
    background: rgba(255, 255, 255, 0.42); 
} 
.contact-w3ls-top {
    font-size: 1em;
    background: url(../images/img1.jpg)no-repeat center bottom;
    background-size: cover;
    padding: 2em;
}
.contact-w3ls-bottom {
	padding: 1em 2em 2em;
	background:#fff;
}
.contact-w3ls-top h2 {
    font-size: 1.8em;
    color: #fff;
    font-weight: 100;
    letter-spacing: 3px;
}
.contact-w3ls-top h5 {
    font-size: .8em;
    color: #fff;
    margin-top: 1em;
    font-weight: 300;
    letter-spacing: 4px;
    border-top: 1px dashed rgba(255, 255, 255, 0.43);
    padding-top: 1.5em;
}
/*-- contact-text --*/
.contact-agileinfo input[type="text"],.contact-agileinfo input[type="email"],.contact-agileinfo textarea {
    font-size: .9em;
    color: #999;
    margin: 1.5em 0 0;
    width: 94.5%;
    display: block;
    padding: 0.7em .8em;
    border:1px solid #999;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	-moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); 
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #999 4%);
	background: -moz-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #999 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #999 4%);
    background-position: -800px 0;
    background-size: 100%;
    background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
}
.contact-agileinfo textarea {
    resize: none; 
    outline: none;   
    min-height: 7em;
    -webkit-appearance: none;  
}
.contact-agileinfo textarea:focus,.contact-agileinfo textarea:valid { 
    background-position: 0 4px !important;
}
.agile-ltext:focus,.agile-ltext:valid {
	box-shadow: none;
	outline: none;
	background-position: 0 !important;
}
.agile-ltext:focus::-webkit-input-placeholder, .agile-ltext:valid::-webkit-input-placeholder {
	color: #08cae2;
	font-size: .9em;
	-webkit-transform: translateY(-28px);
	-moz-transform: translateY(-28px);
	-o-transform: translateY(-28px);
	-ms-transform: translateY(-28px);
	transform: translateY(-28px);
	visibility: visible !important; 
} 
.agileits-w3text{
	position:relative;
} 
.contact-agileinfo textarea:focus::-webkit-input-placeholder{
	color: #08cae2;
	font-size: .9em;    
	position:absolute;
	top:10px;
	left:0; 
}
::-webkit-input-placeholder {
   color: #999;   
} 
:-moz-placeholder { /* Firefox 18- */
   color: #999;  
} 
::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
} 
:-ms-input-placeholder {  
   color: #999;  
} 
.contact-agileinfo input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #08cae2;
    outline: none;
    border: none;
    cursor: pointer;
    padding: .8em;
    -webkit-appearance: none;
    width: 100%;
    margin:1.5em 0 0;  
}
.contact-agileinfo input[type="submit"]:hover {   
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);  
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.58);
	letter-spacing:3px; 
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
    transition: .5s all;
}  
/*-- //main --*/
/*-- copyright --*/
.w3copyright-agile {
    margin: 2em 0;
    text-align: center;
}
.w3copyright-agile p {
    font-size: 0.9em;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.w3copyright-agile p a{
    color: #fff;
}
.w3copyright-agile p a:hover{
    color: #08cae2; 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
/*-- //copyright --*/  
/*-- responsive-design --*/ 
@media(max-width:1280px){
.contact-agileinfo {
    width: 35%; 
}
}
@media(max-width:1080px){
.contact-agileinfo {
    width: 40%;
}
}
@media(max-width:1024px){
.contact-agileinfo {
    width: 43%;
}
}
@media(max-width:991px){
.contact-agileinfo { 
	padding: 1.5em;
}
.contact-agileinfo input[type="text"], .contact-agileinfo input[type="email"], .contact-agileinfo textarea { 
    width: 92.5%;
}
}
@media(max-width:800px){
h1 {
    font-size: 2.2em; 
}
.contact-agileinfo input[type="text"], .contact-agileinfo input[type="email"], .contact-agileinfo textarea {
    font-size: .8em; 
    margin: 1.2em 0 0; 
}
.contact-w3ls-bottom {
    padding: 1em 1.5em 1.5em; 
}
.contact-w3ls-top { 
    padding: 1.5em;
}
.contact-w3ls-top h5 {
    font-size: .7em; 
    padding-top: 1.5em;
}
.agile-ltext:focus::-webkit-input-placeholder, .agile-ltext:valid::-webkit-input-placeholder { 
	font-size: .85em; 
}  
.contact-agileinfo {
    width: 51%;
}
}
@media(max-width:768px){
.contact-agileinfo input[type="text"], .contact-agileinfo input[type="email"], .contact-agileinfo textarea {
    width: 93.3%;
}
}
@media(max-width:736px){
.contact-agileinfo {
    width: 60%;
}
}
@media(max-width:600px){
.contact-agileinfo {
    width: 65%;
}
.w3copyright-agile p {
    font-size: 0.85em; 
}
.contact-w3ls-top h5 { 
    letter-spacing: 3px; 
}
.contact-agileinfo input[type="submit"] {
    font-size: 0.9em; 
}
}
@media(max-width:480px){
h1 {
    font-size: 1.8em;
}
.contact-w3ls-top h2 {
    font-size: 1.6em; 
    letter-spacing: 2px;
}
.contact-w3ls-top h5 {
    letter-spacing: 2px;
}
.contact-agileinfo {
    width: 68%;
}
.contact-agileinfo input[type="text"], .contact-agileinfo input[type="email"], .contact-agileinfo textarea {
    width: 91.3%;
}
.w3copyright-agile p {
    font-size: 0.8em;
	padding: 0 1em;
}
}
@media(max-width:414px){
.contact-agileinfo {
    width: 75%;
    padding: 1em;
}
.contact-w3ls-top {
    padding: 1.2em;
}
.contact-w3ls-top h2 {
    font-size: 1.4em; 
} 
}
@media(max-width:384px){
.contact-agileinfo {
    width: 79%; 
    margin: 1.5em auto 0;
}
}
@media(max-width:375px){
.contact-w3ls-top h5 {
    letter-spacing: 1px;
    padding-top: 1em;
}
}
@media(max-width:320px){
h1 {
    font-size: 1.5em;
}
.contact-w3ls-top h2 {
    font-size: 1.2em;
    letter-spacing: 1px;
}
.contact-agileinfo {
    width: 85%; 
	padding: 0.5em;
}
.contact-w3ls-top h5 {
    letter-spacing: 1px;
    padding-top: 1em;
    font-size: .65em;
}
.contact-w3ls-bottom {
    padding: 0.8em 1.2em 1.2em;
}
.contact-agileinfo input[type="text"], .contact-agileinfo input[type="email"], .contact-agileinfo textarea {
    width: 89.3%;
}
.contact-agileinfo textarea { 
    min-height: 6em; 
}
}
/*-- //responsive-design --*/
