/*--
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: 'Lato', sans-serif;
    text-align: center;
    background: #e4e4e4;
}
h1 {
    font-size: 3.5em;
    letter-spacing: 5px;
    background: #0096ff;
    color: #ffffff;
    display: inline;
    padding: .2em 0.5em 0;
    border-left: 1px solid rgba(66, 66, 66, 0.19);
	border-right: 1px solid rgba(66, 66, 66, 0.19);
    border-width: 10px 10px 10px;
    font-family: 'Rancho', cursive;
}
.text-agile {
    position: absolute;
    top: 8%;
    left:36%;
}
input[type="email"] {
    width: 63%;
    background: #fff;
    border: none;
    outline: none;
    font-size: 0.9em;
    padding: 1em;
    border: 2px solid #b91c89;
    letter-spacing: 1px;
    float: left;
}
input[type="submit"] {
    font-weight: 500;
    background: #b91c89;
    border: 2px solid #b91c89;
    outline: none;
    font-size: 0.9em;
    padding: 1em 4em;
    letter-spacing: 1px;
    color: #fff;
    float: left;
    cursor: pointer;
    text-transform: uppercase;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
input[type="submit"]:hover {
    background: #111;
    border-color: #111;
}
.text-agile h3 {
    font-size: 2.4em;
    line-height: 1.5;
    letter-spacing: 6px;
    color: #000;
}
.text-agile h3 span {
    font-weight: 600;
    text-shadow: 2px 1px 2px #0096ff;
    color: #fff;
}
.poi-w3l {
    position: relative;
}
.poi-w3l img {
    width: 100%;
}
.main-w3l {
    width: 65%;
    margin: 0 auto;
}
.w3l-hide {
    overflow: hidden;
}
.poi-w3l-agile {
    position: absolute;
    top: 7%;
    right: 10.9%;
}
a.read{
	padding:0.8em 2em;
	color:#fff;
	font-size:1em;
	letter-spacing:1px;
	background:#0096ff;
	outline:none;
	
}
a.read:hover{
	background:#ff2e2e; 
}
/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.sub-agilew3l {
    position: absolute;
    bottom: 4%;
    width: 54%;
    left: 25%;
}
.sub-agilew3l h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 16px;
    font-weight: 300;
    position: relative;
}
.sub-agilew3l h2:before {
    left: 0;
}
.sub-agilew3l h2:after {
     right: 0;
}
.sub-agilew3l h2:before, .sub-agilew3l h2:after {
    content: '';
    display: block;
    top: 45%;
    background: #0096ff;
    width: 157px;
    height: 3px;
    width: 130px;
    position: absolute;
}
.sub-agilew3l h2:before{
    left: 8%;
}
.sub-agilew3l h2:after {
    right: 8%;
}
.sub-agilew3l h3 {
    font-size: 5em;
    color: #000;
    font-weight: 700;
}
.sub-agilew3l h3 span{
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.agileits {
    position: relative;
    margin-top: 1em;
}
.w3ls-p {
    position: absolute;
    top: 16%;
    right: 30%;
}
.w3ls-p p {
    font-size: 1.2em;
    color: #c10101;
    text-transform: uppercase;
    font-weight: 600;
}
.w3ls-btm p {
    margin: 0 0 2em 0;
    color: #c10606;
    letter-spacing: 2px;
    text-align: center;
}
.w3ls-btm p span {
    color: #000;
}
.copyright {
    padding: 4em 0 0;
}
.copyright p {
    color: #000;
    font-size: .9em;
    letter-spacing: 2px;
}
.copyright p a{
    color: #0096ff;
}

/*--responsive--*/

@media(max-width: 1680px){
	.poi-w3l-agile {
		top: 0%;
		right: 8.9%;
	}
}
@media(max-width: 1600px){
	.poi-w3l-agile {
		top: -3%;
		right: 8.2%;
	}
}
@media(max-width: 1440px){
	.poi-w3l-agile {
		top: -9%;
		right: 5.9%;
	}
	.copyright {
		padding: 4em 0 2em;
	}
}
@media(max-width: 1366px){
	.main-w3l {
		width: 69%;
	}
	.poi-w3l-agile {
		right: 6.1%;
	}
	.w3ls-p {
		right: 28%;
	}
}
@media(max-width: 1280px){
	.main-w3l {
		width: 74%;
	}
	.poi-w3l-agile {
		right: 6.1%;
		top: -8%;
	}
}
@media(max-width: 1080px){
	.main-w3l {
		width: 85%;
	}
	.sub-agilew3l h2:before, .sub-agilew3l h2:after {
		width: 120px;
		top: 52%;
	}
	.sub-agilew3l h2:before {
		left: 4%;
	}
	.poi-w3l-agile {
		right: 6.4%;
		top: 0%;
	}
	.poi-w3l-agile img {
		width: 84%;
	}
}
@media(max-width: 1050px){
	.poi-w3l-agile {
		right: 5.8%;
		top: -2%;
	}
}
@media(max-width: 1024px){
	.sub-agilew3l {
		bottom: 2%;
	}
	.agileits {
		margin-top: .5em;
	}
	.copyright {
		padding: 3em 0 1.5em;
	}
	h1 {
		font-size: 3.3em;
		letter-spacing: 4px;
	}
	.poi-w3l-agile {
		right: 5.8%;
		top: -3%;
	}
}
@media(max-width: 991px){
	.poi-w3l-agile img {
		width: 80%;
	}
	.poi-w3l-agile {
		right: 4.9%;
		top: -2%;
	}
}
@media(max-width: 900px){
	.poi-w3l-agile img {
		width: 70%;
	}
	.poi-w3l-agile {
		right: 3.5%;
		top: -1%;
	}
	.sub-agilew3l h2 {
		font-size: 1.5em;
		letter-spacing: 10px;
	}
	.w3ls-p {
		right: 23%;
	}
	.sub-agilew3l h3 {
		font-size: 4.5em;
	}
}
@media(max-width: 800px){
	.sub-agilew3l h2:before, .sub-agilew3l h2:after {
		width: 98px;
		top: 60%;
		height: 2px;
	}
	.sub-agilew3l {
		bottom: 0%;
	}
	.w3ls-btm p {
		margin: 1em 0 2em 0;
	}
	.poi-w3l-agile img {
		width: 65%;
	}
	.poi-w3l-agile {
		right: 1.8%;
		top: -2%;
	}
}
@media(max-width: 768px){
	.poi-w3l-agile {
		right: 0.8%;
		top: -4.5%;
	}
	.w3ls-p p {
		font-size: 1.1em;
	}
	h1 {
		font-size: 3.2em;
		letter-spacing: 3px;
	}
	.copyright {
		padding: 8em 0 1.5em;
	}
}
@media(max-width: 736px){
	.sub-agilew3l h2 {
		letter-spacing: 6px;
	}
	.sub-agilew3l {
		bottom: -5%;
	}
	.w3ls-p {
		right: 20%;
	}
	.w3ls-btm p {
		margin: 2.5em 0 3em 0;
		font-size: .9em;
	}
	.copyright {
		padding: 3em 0 1.5em;
	}
	.poi-w3l-agile {
		right: -1%;
		top: -8%;
	}
}
@media(max-width: 667px){
	.sub-agilew3l h2:before, .sub-agilew3l h2:after {
		width: 80px;
		top: 57%;
	}
	.sub-agilew3l h3 {
		font-size: 4em;
	}
	.poi-w3l-agile {
		right: -3.2%;
		top: -9%;
	}
	.poi-w3l-agile img {
		width: 60%;
	}
}
@media(max-width: 640px){
	.poi-w3l-agile {
		right: -3.8%;
		top: -10%;
	}
	h1 {
		font-size: 3em;
	}
	.copyright {
		padding: 4em 0 1.5em;
	}
}
@media(max-width: 600px){
	.sub-agilew3l h2 {
		letter-spacing: 4px;
	}
	.sub-agilew3l {
		bottom: -8%;
	}
	.w3ls-p p {
		font-size: 1em;
	}
	.w3ls-p {
		right: 18%;
	}
	a.read {
		font-size: .95em;
	}
	.copyright {
		padding: 3em 0 1.5em;
	}
	.copyright p {
		letter-spacing: 1px;
	}
	.poi-w3l-agile img {
		width: 55%;
	}
	.poi-w3l-agile {
		right: -6%;
		top: -11%;
	}
}
@media(max-width: 568px){
	h1 {
		font-size: 2.7em;
		letter-spacing: 2px;
	}
	.sub-agilew3l h2:before, .sub-agilew3l h2:after {
		width: 70px;
	}
	.sub-agilew3l {
		bottom: -12%;
	}
	.w3ls-btm p {
		margin: 3.5em 0 3em 0;
		letter-spacing: 1px;
	}
	.copyright {
		padding: 5em 0 1.5em;
	}
	.poi-w3l-agile {
		right: -7.8%;
		top: -14%;
	}
}
@media(max-width: 480px){
	h1 {
		font-size: 2.5em;
	}
	.sub-agilew3l h2 {
		font-size: 1.3em;
	}
	.sub-agilew3l h2:before, .sub-agilew3l h2:after {
		width: 50px;
	}
	.sub-agilew3l {
		bottom: -18%;
	}
	.sub-agilew3l h3 {
		font-size: 3.2em;
	}
	.w3ls-p p {
		font-size: .8em;
	}
	.w3ls-p {
		right: 17%;
	}
	.w3ls-btm p {
		margin: 5.5em 0 3em 0;
		font-size: .8em;
	}
	a.read {
		font-size: .9em;
	}
	.copyright p {
		font-size: .8em;
	}
	.poi-w3l-agile img {
		width: 40%;
	}
	.poi-w3l-agile {
		right: -10.9%;
		top: -3%;
	}
}
@media(max-width: 440px){
	.poi-w3l-agile {
		right: -13.9%;
		top: -9%;
	}
}
@media(max-width: 414px){
	.main-w3l {
		width: 94%;
		margin: 2em auto;
	}
	.poi-w3l-agile {
		right: -12.5%;
		top: -6%;
	}
	.w3ls-btm p {
		letter-spacing: 2px;
		line-height: 2.2;
	}
	.copyright p {
		line-height: 2;
	}
}
@media(max-width: 384px){
	.poi-w3l-agile {
		right: -15.5%;
		top: -10%;
	}
	.sub-agilew3l h2:before, .sub-agilew3l h2:after {
		width: 41px;
	}
	.copyright {
		padding: 3em 0 0em;
	}
}
@media(max-width: 375px){
	.poi-w3l-agile {
		right: -16.5%;
		top: -12%;
	}
	.w3ls-p {
		right: 14%;
	}
}
@media(max-width: 320px){
	h1 {
		font-size: 2em;
		letter-spacing: 1px;
	}
	.main-w3l {
		width: 97%;
	}
	.sub-agilew3l h2:before, .sub-agilew3l h2:after {
		width: 30px;
	}
	.sub-agilew3l h3 {
		font-size: 2.5em;
	}
	.w3ls-p p {
		font-size: .6em;
	}
	.sub-agilew3l h2 {
		font-size: 1em;
	}
	.w3ls-btm p {
		margin: 3.5em 0 2em 0;
		font-size: .75em;
	}
	a.read {
		font-size: .8em;
		padding: 0.8em 1.5em;
	}
	.copyright p {
		font-size: .75em;
	}
	.poi-w3l-agile {
		right: -22%;
		top: -21%;
	}
}

/*--//responsive--*/
