/*
Author: W3layout
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: 'PT Sans Narrow', sans-serif;
	font-size: 100%;
	background: url(../b1.jpg)no-repeat center top;
     background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.bg-agile {
    width: 60%;
    margin: 0 auto;
}
.text-agileits {
    background: rgba(25, 75, 5, 0.5);
    padding: 2.5em;
    min-height: 21em;
	position:relative;
}
.text-agileits-inner {
    width: 60%;
    float: right;
    margin-top: 3em;
}
.sub-w3ls-head h3 {
    color: #fff;
    position: absolute;
    background: #009946;
    top: 5em;
	padding: 0px 0px 20px 0px;
}
.sub-w3ls-head img {
    max-width:100%;
}
/*--background--*/
h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #edf3f2;
    word-spacing: 5px;
    letter-spacing: 2px;
    margin: 1.1em 0;
    text-align: center;
	font-family: 'Abel', sans-serif;
	margin-top:100px
}
.text-agileits p {
    color: #fcfcfc;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 2px;
}
/*--//background--*/

/*--copyright--*/
.copy.w3ls {
    margin: 3.6em 0em;
}
.copy p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.copy p a {
    color: #D0B531;
    text-decoration: none;
}
.copy p a:hover {
    color: #D0B531;
    text-decoration: underline;
}
/*--//copyright--*/
/*--responsive-design--*/
@media(max-width:1680px){
	
}
@media(max-width:1200px){

	.bg-agile {
		width: 70%;
	}
	
	.sub-w3ls-head h3 {
		width: 30%;
		left:1em
	}
	
	.text-agileits-inner {
		width: 70%;
		float: right;
		margin-top: 3em;
		
	}
		
	.text-agileits p {
		color: #fcfcfc;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 2px;
	}
}
@media(max-width:960px){
	
	.sub-w3ls-head h3 {
	  top:4em;
	}
		
	.text-agileits p {
		color: #fcfcfc;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 2px;
	}
	
	.text-agileits {
		padding: 1.5em;
		min-height: 15em;
	}
	
	h1 {
		font-size: 36px;
	}
}

@media(max-width:770px){	
	
	
	.sub-w3ls-head h3 {
		width : 25%;
		padding : 0px 0px 5px 0px;
	}
	
	.text-agileits {
		padding: 0.5em;
		min-height: 15em;
	}
	.text-agileits p {
		color: #fcfcfc;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 2px;
	}
	
	h1 {
		font-size: 30px;
	}
	
	.copy.w3ls {
    margin: 2.6em 5em;
}

	.copy p {
		font-size: 12px;
	}
}

@media(max-width:580px){	
	
	
	.sub-w3ls-head h3 {
		top:3em;
		width:30%
	}
	
	.bg-agile {
		width: 75%;
	}
	.text-agileits {
		padding: 0px;
		min-height: 15em;
	}
	.text-agileits p {
		font-size: 14px;
		line-height: 20px;
	}
	
	h1 {
		font-size: 20px;		
		word-spacing: 2px;
	}
}

@media(max-width:480px){	
	
	
	.sub-w3ls-head h3 {
		top:4em;
		width:25%;
	}
	
	.bg-agile {
		width: 90%;
	}
	
	.text-agileits-inner {
		width: 70%;
		float: right;
		margin-top: 3em;
	}
	
	.text-agileits {
		min-height: 12em;
	}
	.text-agileits p {
		font-size: 12px;
		line-height: 18px;
	}
	
	h1 {
		font-size: 18px;
	}
	
	.copy.w3ls {
    margin: 2.6em 2em;
}
	
	.copy p {
		font-size: 10px;
	}
}

@media(max-width:340px){	

	.sub-w3ls-head h3 {
		top:3em;
	}
	.text-agileits p {
		font-size: 10px;
		line-height: 14px;
	}
	
	h1 {
		font-size: 16px;
	}	
	
	.copy p {
		font-size: 10px;
	}
}