/*--A Design by W3layouts 
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*--- reset code ---*/
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;
}
/*-- w3ls --*/
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*-- agileits --*/
/* 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 */
/*-- w3l --*/
.float-rt {
	float:right;
}/* float right */
.float-lt {
	float:left;
}/* float left */
.clear {
	clear:both;
}/* clear float */
/*-- agileits --*/
.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%;
}

/*-- agileinfo --*/
/*--- end reset code ---*/
body {
    background: url('/newmoban/_external/demo.mobanwang.com/mb/lo201711/201711076/html/images/banner.jpg') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
  font-family: 'Galdeano', sans-serif;
}
h1.header-agileits {
    text-align: center;
    font-size: 3em;
    font-weight: normal;
    padding-top: 1.5em;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.content-w3ls {
    background-color:rgba(104, 109, 103, 0.32);
    width: 50%;
    margin: 3em auto;
    padding: 3em;
    text-align: center;
}
/*-- agileinfo --*/
.content-w3ls img {
    width: 25%;
    height: auto;
    float: left;
}
.content-w3ls h2 {
    font-size: 3em;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    padding:0.5em 0;
}
.content-w3ls p {
    font-size: 1.5em;
    color: #fff;
    float: left;
    padding: 4em 2em 0;
}
.subscribe-w3ls {
    width: 100%;
    margin: 0 auto;
}
.form-group1 {
    width: 70%;
    float: left;
}
/*-- wthree --*/
.form-group2 {
    width: 30%;
    float: left;
}
.subscribe-w3ls {
    width: 100%;
    margin: 1em 0;
}
input#email {
    width: 100%;
    text-align: center;
    border: none;
    color: #fff;
    padding: 1.5em 0;
    font-size: 1em;
    border-radius: 42px;
    font-weight: 300;
    letter-spacing: 2px;
    background-color: #23408f;
}
/*-- w3ls --*/
button.btn.btn-outline.btn-lg {
    width: 100%;
    text-align: center;
    padding: 1em 0;
    border: none;
    cursor: pointer;
    border-radius: 42px;
}
button.btn.btn-outline.btn-lg:hover {
    background-color: #fff;
}
button.btn.btn-outline.btn-lg i.fa {
    font-size: 3em;
    color: #23408f;
    text-align: center;
}
/*-- wthree --*/
input::-webkit-input-placeholder {
color: #fff !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
input:-ms-input-placeholder {  
color: #fff !important;  
}
p.copyright {
    font-size: 17px;
	font-weight:normal;
    text-align: center;
    color: #fff;
	line-height:30px;
    padding-bottom: 50px;
}
/*-- w3-agileits --*/
.agileits-w3layouts-copyright {
	padding: 1em 0 2em;
	text-align:center;
}
p.w3ls-copyright,p.w3ls-copyright a {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 1em;
}
  
/* -- Responsive code -- */
@media screen and (max-width: 1366px){
    .content-w3ls p {
        padding: 3em 1em 0;
    }
}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1080px){
    .content-w3ls {
       width: 60%;
    }
}
@media screen and (max-width: 1050px){
    .content-w3ls img {
        width: 23%;
    }
}
@media screen and (max-width: 1024px){
    .content-w3ls {
        width: 65%;
    }
}
@media screen and (max-width: 900px){
    .content-w3ls {
        width: 74%;
    }
    input#email {
        padding: 1.2em 0;
    }
    button.btn.btn-outline.btn-lg {
       padding: 0.9em 0;
    }
    button.btn.btn-outline.btn-lg i.fa {
        font-size: 2.5em;
    }
}
@media screen and (max-width: 800px){
    .content-w3ls img{
        float: none;
    }
    .content-w3ls p {
        padding: 1em 0em;
        float: none;
    }
}
@media screen and (max-width: 768px){
    h1.header-agileits {
        font-size: 2.5em;
    }
    .content-w3ls h2 {
        font-size: 2.5em;
    }
}
@media screen and (max-width: 640px){
    input#email {
        padding: 1em 0;
    }
    button.btn.btn-outline.btn-lg {
        padding: 0.6em 0;
    }
}
@media screen and (max-width: 600px){}
@media screen and (max-width: 568px){
    .content-w3ls p {
        font-size: 1.3em;
    }
    input#email {
      font-size: 0.9em;
    }
    button.btn.btn-outline.btn-lg i.fa {
        font-size: 2.1em;
    }
}
@media screen and (max-width: 480px){
    h1.header-agileits,.content-w3ls h2 {
        font-size: 2.3em;
    }
    .content-w3ls p {
        font-size: 1.2em;
    }
    p.w3ls-copyright {
        padding: 0 1em;
        line-height: 1.5;
    }   
}
@media screen and (max-width: 414px){
    h1.header-agileits, .content-w3ls h2 {
        font-size: 2.1em;
    }
    .content-w3ls p {
        font-size: 1em;
    }
    .form-group1 {
         width: 100%;
    }
     .form-group2 {
        width: 40%;
        float: none;
        margin: 0 auto;
    }
    .content-w3ls {
        width: 68%;
    }
    .content-w3ls p {
        font-size: 1em;
        line-height: 1.5;
    }
}
@media screen and (max-width: 384px){
    h1.header-agileits, .content-w3ls h2 {
        font-size: 1.9em;
    }
    .content-w3ls {
        width: 80%;
        padding:2em;
    }
    .agileits-w3layouts-copyright {
        padding: 0em 0 2em;
    }
    h1.header-agileits, .content-w3ls h2 {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 320px){
    .content-w3ls {
        padding: 1em;
    }
    h1.header-agileits, .content-w3ls h2 {
        font-size: 1.5em;
    }
}
/* -- //Responsive code -- */