/*--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(../images/banner.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	font-family: 'Abel', sans-serif;
}
h1.header-agileits {
    text-align: center;
    font-size: 50px;
    font-weight:normal;
    padding-top: 35px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
	font-family: 'Oswald', sans-serif;
}
.content-w3ls {
	background-color:rgba(0, 0, 0, 0.43);
    width: 50%;
	/*-- w3l --*/
    margin: 60px auto;
    padding: 30px 0;
    text-align: center;
}
/*-- agileinfo --*/
.content-w3ls img {
    width: 160px;
	height:auto;
}
.content-w3ls h3 {
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 1px;
    padding: 20px 0;
	font-family: 'Oswald', sans-serif;
}
.content-w3ls p {
	font-size:20px;
	font-weight:normal;
	color:#fff;
	font-family: 'Abel', sans-serif;
}
.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: 65px auto -30px;
}
input#email {
    width: 90%;
    text-align: center;
    height: 80px;
    border: none;
    color: #fff;
	padding:0 30px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    background-color:rgb(11, 24, 35);
    font-family: 'Oswald', sans-serif;
}
/*-- w3ls --*/
button.btn.btn-outline.btn-lg {
    width: 100%;
    text-align: center;
    height: 82px;
    border: none;
    color:#fff;
    background-color:#c0392b;
	cursor:pointer;
}
button.btn.btn-outline.btn-lg:hover {
	background-color:#f15f22;
}
button.btn.btn-outline.btn-lg i.fa {
	font-size:30px;
	color:#fff;
	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;
	font-family: 'Abel', sans-serif;
}
/*-- w3-agileits --*/
p.copyright a {
	color:#f15f22;
}
p.copyright a:hover {
	color:#c0392b;
}

/*-- responsive design --*/
@media (max-width:1600px) {
	input#email {
    width: 89%;	
}
}

@media (max-width:1440px) {
input#email {
    width: 88%;
}
}

@media (max-width:1366px) {
input#email {
    width: 87%;
}
}

@media (max-width: 1280px) {
input#email {
    width: 86%;
}
}

@media (max-width:1080px) {
	h1.header-agileits {
	font-size:40px;	
	}
	/*-- w3layouts --*/
	.content-w3ls h3 {
    font-size: 35px; 
}
.content-w3ls {
	width:55%;
}
.content-w3ls p {
    font-size: 16px;
}
input#email {
	font-size:16px;
	height:65px;
}
/*-- w3-agileits --*/
button.btn.btn-outline.btn-lg {
	height:67px;
}
.form-group1 {
    width: 75%;
}	
.form-group2 {
    width: 25%;
}
p.copyright {
    font-size: 15px;
	padding-bottom:30px;
}
}

@media (max-width: 991px) {
h1.header-agileits {
    font-size: 35px;
}
input#email {
    width: 85%;
}
/*-- agileits-w3layouts --*/
}

@media (max-width: 900px) {
input#email {
    width: 83%;
}
}

@media (max-width: 800px) {
.content-w3ls {
    width: 65%;
}
.content-w3ls img {
    width: 130px;
    height: auto;
}
input#email {
    width: 84%;
}
/*-- agileits-w3layouts --*/
}

@media (max-width: 736px) {
input#email {
    width: 82%;
}
}

@media (max-width: 667px) {
input#email {
    width: 81%;
}
}

@media (max-width: 640px) {
.content-w3ls {
    width: 70%;
	margin:30px auto;
}
/*-- w3layouts --*/
h1.header-agileits {
    font-size: 30px; 
}
.content-w3ls h3 {
    font-size: 30px;
}
.content-w3ls img {
    width: 120px;
    height: auto;
}
button.btn.btn-outline.btn-lg i.fa {
    font-size: 25px;
}
/*-- agile --*/
input#email {
    width: 82%;
}
}

@media (max-width: 600px) {
input#email {
    width: 80%;
}
}

@media (max-width: 568px) {
.subscribe-w3ls {
    width: 100%;
    margin: 35px auto -30px;
}
input#email {
    width: 79%;
}
}

@media (max-width: 480px) {
.content-w3ls {
    width: 77%;
    margin: 30px auto;
}
/*-- agile --*/
.content-w3ls h3 {
    font-size: 27px;
	padding:15px 0;
}
input#email {
    width: 77%;
}
}

@media (max-width: 414px) {
p.copyright {
    font-size: 14px;
    padding: 0 15px 20px;
}
.content-w3ls p {
    font-size: 14px;
}
/*-- w3-agile --*/
input#email {
    font-size: 14px;
    height: 60px;
	padding:0 10px;
	width:91%;
}
button.btn.btn-outline.btn-lg {
    height: 62px;
}
button.btn.btn-outline.btn-lg i.fa {
	/*-- w3 --*/
    font-size: 20px;
	color: #fff;
	z-index:99;
}
}

@media (max-width: 384px) {
.content-w3ls img {
    width: 100px;
    height: auto;
}
}

@media (max-width: 320px) {
.content-w3ls img {
    width: 90px;
    height: auto;
}
/*-- w3-agile --*/
h1.header-agileits {
    font-size: 25px;
	padding-top:25px;
}
.content-w3ls {
    width: 82%;
    margin: 25px auto;
}
.content-w3ls h3 {
    font-size: 24px;
    padding: 15px 0;
}
.content-w3ls p {
    font-size: 13px;
}
input#email {
    font-size: 13px;
    height: 55px;
	width: 89%;
}
button.btn.btn-outline.btn-lg {
    height: 57px;
}
button.btn.btn-outline.btn-lg i.fa {
    font-size: 18px;
}
p.copyright {
    font-size: 13px;
    padding: 0 15px 20px;
}
}
/*-- /responsive design --*/
/*-- w3 --*/