/*--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;
}
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;
/*-- W3Layouts --*/	
}/* 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 code ---*/
body{
	font-size: 100%;
    background:#0065B7;
	font-family: 'Josefin Sans', sans-serif;
}
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;
}
/*--background--*/
.main-agile {
	width: 60%;  margin: 0 auto;  padding: 0;  background: #fff;
}
h1 {
	font-size:32px;
    color: #6f6a6a;
	text-align:center;
	margin: 16px 0;
	font-family: Times, Georgia, serif;
}
h2 {
	font-size: 25px;
	color: #6f6a6a;
	text-align: center;
	margin: 16px 0;
}
h3 {
	font-size: 22px;
	color: #222;
	text-align: center;
	margin: 16px 0;
}
h4 {
	font-size: 18px;
	color: #222;
	text-align: center;
	margin: 16px 0 0;
	font-weight: 400;
}
p {
	font-size:15px;
	color: #333;
	margin: 5px 0 20px;
	text-align: center;
	letter-spacing: 0.5px;
}
.main-agile img {
	display: block;
	margin: 0 auto;
}
/*--background--*/
/*--left style starts here--*/
.left-w3ls {
	background:#fff;
    padding: 32px;
	width:50%;
	float:left;
	box-sizing: border-box;
}
.fn {
	float:none;
	margin:20px auto;
}
.fifty {
	padding: 15px;
	border: 3px solid #FFA991;
	min-height:210px;
}
.left-w3ls p {
	font-size: 16px;
	color: #666;
	line-height: 25px;
	font-weight: 400;
}

/*--//copyright--*/
/*--//main--*
/*--responsive starts here--*/
@media (max-width:1440px) {
	.main-agile {
		width: 66%;
	}
}
@media (max-width:1366px) {
	.main-agile {
		width: 72%;
	}
	input[type="email"] {
		width: 60%;
	}
	
}	
@media (max-width: 1280px) {
	.main-agile {
		width: 74%;
	}
	input[type="email"] {
		width: 58%;
	}
}

@media (max-width: 1080px) {
	.main-agile {
		width: 87%;
	}
}
@media (max-width: 1024px) {
	.main-agile {
		width: 92%;
	}
	
}
@media (max-width: 991px) {
	

}
@media (max-width: 900px) {
	.left-w3ls {
		max-width:480px;
		display:block;margin:0 auto;
		float:none;
		padding: 20px 15px;
		width: 100%;
	}
}
@media (max-width: 800px) {
	
}
@media (max-width: 768px) {
		
}
@media (max-width: 736px){
	
}	
@media (max-width: 667px) {
	
}
@media (max-width: 600px) {
	
}
@media (max-width: 568px) {
	
}

@media (max-width: 480px) {
	h2 { font-size: 22px;}
	h3 { font-size: 18px;}
	
}

@media (max-width: 414px) {
	
}

@media (max-width: 384px) {
	
}

@media (max-width: 375px) {
	
}

@media (max-width: 320px) {
	
}
/*--//responsive end here--*/