/*--
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 --*/
/*--main-content-starts-here--*/
body {
	font-family: 'Roboto Condensed', sans-serif;
    width: 100%;
    background:#1f253d;
	text-align:center;
}
  h1 {
    font-size: 50px;
    color: #fff;
    margin: 56px 0px 34px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 5px;
}
 .main-wthree {
    width: 52%;
    margin: 0 auto 3%;
    background: rgba(216, 40, 76, 0.98);
    border: 10px solid #FFFDFE;
}
.main-wthree h2 {
    font-size: 200px;
    color: #F4F4F9;
    margin-top: 40px;
    font-family: 'Josefin Sans', sans-serif;
}
.main-wthree p {
    font-size: 18px;
	margin-top: 23px;
    color: rgba(0, 0, 0, 0.59);
    letter-spacing: 2px;
}
 .sub-agileinfo {
    font-size: 25px;
    color: #e6e6e6;
}
/*-- form --*/
 .newsletter input[type="email"] {
    width: 45%;
     padding: 13px 55px 13px 16px;
    border: none;
    border: 1px solid #d4284b;
    text-align: left;
    color: #fff;
    background-color: #191818;
    outline: none;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-family: 'Roboto Condensed', sans-serif;
}
.newsletter {
    position: relative;
    margin: 75px auto 55px;
}
.newsletter input[type="submit"] {
    width: 47px;
    height: 31px;
    background-image: url('../images/email.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-color: rgba(216, 40, 76, 0.98);
    top: 6px;
    right: 199px;
    padding: 0em;
    border: none;
    outline: none;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	cursor:pointer;
}
/*-- //form --*/
/*--copy-right-starts-here--*/
.copyright-w3-agile {
    margin: 0 auto;
    text-align: center;
    margin: 39px;
	color: #ffffff;
	text-transform: none;
}
.copyright-w3-agile p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
}
.copyright-w3-agile a {
    color: #d4284b;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
.copyright-w3-agile a:hover{
    color:#ffffff;
	transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
/*--copy-right-ends-here--*/
/*--responsive-design-starts-here--*/
@media(max-width:1440px){
	h1 {
		margin: 30px 0px 30px;
	}
	.main-wthree h2 {
		margin-top: 30px;
	}
	.main-wthree p {
		margin-top: 15px;
	}
	.newsletter {
		margin: 53px auto 55px;
	}
	.main-wthree {
		width: 58%;
	}
}
@media(max-width:1360px){
	.newsletter input[type="submit"] {
		right: 186px;
	}
	.main-wthree p {
		margin-top: 3px;
	}
	.copyright-w3-agile p {
		font-size: 16px;
	}
	.newsletter {
		margin: 53px auto 49px;
	}
	.main-wthree h2 {
		font-size: 172px;
		margin-top: 23px;
	}
	h1 {
		font-size: 45px;
	}
}
@media(max-width:1280px){
	.main-wthree h2 {
		font-size: 160px;
		margin-top: 18px;
	}
	.main-wthree p {
		font-size: 17px;
	}
	.sub-agileinfo {
		font-size: 24px;
	}
	.newsletter {
		margin: 45px auto 49px;
	}
	.copyright-w3-agile {
		margin: 29px;
	}
	.newsletter input[type="email"] {
		width: 42%;
	}
}
@media(max-width:1024px){
	h1 {
		margin: 55px 0px 45px;
		font-size: 43px;
	}
	.main-wthree {
		width: 63%;
	}
	.newsletter input[type="submit"] {
		right: 158px;
	}
	.main-wthree h2 {
		margin-top: 27px;
	}
	.copyright-w3-agile {
		margin: 45px;
	}
	.main-wthree p {
		margin-top: 6px;
	}
}
@media(max-width:991px){
	h1 {
		font-size: 40px;
		margin: 39px 0px 33px;
	}
	.main-wthree {
		width: 68%;
		margin:0 auto;
	}
	.main-wthree h2 {
		margin-top: 20px;
		font-size: 155px;
	}
	.newsletter input[type="submit"] {
		right: 163px;
	}
	.copyright-w3-agile {
		margin: 31px;
	}
}
@media(max-width:800px){
	h1 {
		font-size: 38px;
		margin: 90px 0px 52px;
	}
	.main-wthree {
		width: 76%;
		margin: 10% auto 16%;
	}
	.main-wthree h2 {
		font-size: 150px;
	}
	.newsletter input[type="email"] {
		width: 44%;
	}
	.newsletter input[type="submit"] {
		right: 141px;
	}
	.sub-agileinfo {
		font-size: 23px;
	}
}
@media(max-width:768px){
	.newsletter input[type="submit"] {
		right: 134px;
	}
}
@media(max-width:736px){
	.main-wthree {
		width: 80%;
		margin: 0% auto 0%;
	}
	h1 {	
		font-size: 37px;
		margin: 48px 0px 32px;
	}
	.main-wthree p {
		font-size: 16.5px;
	}
}
@media(max-width:667px){
	h1 {
		font-size: 35px;
	}
	.main-wthree {
		width: 84%;
	}
	.main-wthree h2 {
		font-size: 145px;
		margin-top: 24px;
	}
	.newsletter input[type="email"] {
		width: 47%;
	}
	.newsletter input[type="submit"] {
		right: 119px;
	}
	.copyright-w3-agile {
		margin: 36px;
	}
}
@media(max-width:640px){
	h1 {
		font-size: 33px;
	}
	.main-wthree p {
		font-size: 16.3px;
	}
	.sub-agileinfo {
		font-size: 22px;
	}
	.newsletter input[type="submit"] {
		right: 113px;
	}
}
@media(max-width:600px){
	.main-wthree {
		width: 90%;
	}
	.newsletter input[type="submit"] {
		right: 114px;
	}
	.copyright-w3-agile p {
		font-size: 15px;
	}
	.main-wthree h2 {
		font-size: 140px;
		margin-top: 30px;
	}
}
@media(max-width:568px){
	.main-wthree p {
		margin-top: 0px; 
	}
	.newsletter {
		margin: 41px auto 41px;
	}
	h1 {
		margin: 53px 0px 45px;
	}
	.newsletter input[type="submit"] {
		right: 106px;
	}
}
@media(max-width:480px){
	h1 {
		font-size: 31px;
		letter-spacing: 5px;
	}
	.main-wthree h2 {
		font-size: 125px;
		margin-top: 17px;
	}
	.main-wthree p {
		font-size: 15px;
	}
	.sub-agileinfo {
		font-size: 19px;
	}
	.newsletter input[type="email"] {
		padding: 10px 55px 10px 16px;
	}
	.newsletter input[type="submit"] {
		width: 45px;
		height: 28px;
		top: 5px;
		right: 85px;;
	}
	.main-wthree {
		width: 91%;
	}
	.copyright-w3-agile p {
		font-size: 14px;
		line-height: 30px;
	}
}
@media(max-width:414px){
	h1 {
		font-size: 29px;
		letter-spacing: 3px;
		margin: 65px 0px 67px;
	}
	.main-wthree {
		width: 83%;
	}
	.main-wthree h2 {
		font-size: 120px;
		margin-top: 15px;
	}
	.main-wthree p {
		font-size: 14px;
		letter-spacing: 1.5px;
		line-height: 25px;
		margin-top: 10px;
	}
	.newsletter input[type="email"] {
		width: 60%;
	}
	.newsletter input[type="submit"] {
		right: 38px;
	}
	.newsletter {
		margin: 33px auto;
	}
	.copyright-w3-agile {
		margin: 49px 28px;
	}
}
@media(max-width:384px){
	h1 {
		font-size: 27px;
		letter-spacing: 3px;
		margin: 50px 0px 42px;
	}
	.newsletter {
		margin: 25px auto 31px;
	}
	.main-wthree h2 {
		font-size: 117px;
		margin-top: 18px;
	}
	.main-wthree p {
		margin: 0 30px;
		margin-top: 4px;
	}
	.newsletter input[type="email"] {
		width: 63%;
	}
	.newsletter input[type="submit"] {
		right: 28px;
	}
	.copyright-w3-agile {
		margin: 42px 28px;
	}
}
@media(max-width:375px){
	.main-wthree p {
		margin: 0 24px;
	}
}
@media(max-width:320px){
	h1 {
		font-size: 29px;
		letter-spacing: 2px;
		line-height: 39px;
		margin: 25px 0px 20px;
	}
	.main-wthree h2 {
		font-size: 103px;
		margin-top: 3px;
	}
	.sub-agileinfo {
		font-size: 18px;
	}
	.main-wthree p {
		margin-top: 0px;
		font-size: 14px;
		letter-spacing: 1.3px;
		padding: 0px 3px;
	}
	.newsletter input[type="email"] {
		width: 67%;
	}
	.newsletter {
		margin: 25px auto 20px;
	}
	.copyright-w3-agile {
		margin: 26px 28px;
	}
	.main-wthree {
		width: 89%;
		border: 9px solid #FFFDFE;
	}
	.newsletter input[type="submit"] {
		right: 15px;
	}
	.copyright-w3-agile p {
		line-height: 25px;
	}
}
/*--responsive-design-ends-here--*/