/*--
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 {
    background: #1853a1;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6,input,p,a,select,button,textarea,label{
	font-family: 'Josefin Sans', sans-serif;
	margin:0;
	font-weight:400;
}
.clear{clear:both;}
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;
	text-decoration: none;}
	
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}	
p{
	margin:0;
	
}
ul{
	margin:0;
	padding:0;
}
.text-center {
	text-align: center;
}
.agileits-main {
    width: 50%;
    position: relative;
    margin: 0 auto;
}
.w3layouts_main.wrap h2 {
    font-size: 1.5em;
    color: #1853a1;
    text-align: center;
    line-height: 1.5;
    margin: 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.agileits-main h3 {
    font-size: 1.4em;
    color: #fff;
    position: absolute;
    top: 16px;
    left: 24%;
    text-transform: capitalize;
}
.agileits-main-right {
    background: #fff;
    width: 100%;
}
.wrap {
    padding: 2.3em;
    width: 50%;
    margin: 2em auto;
    background: #fff;
}
h1.agile_head {
    padding-top: 1em;
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 2px;
    line-height: 1.5;
}
/* feedback-form*/
.w3ls-text.agile-txt1 {
    float: right;
}
form.agile_form {
    padding: 2em 3em;
}
.w3ls-text {
    width: 48%;
    float: left;
}
.w3ls-text.agile-right {
    float: right;
}
.w3layouts_main.wrap p{
    color: #1853a1;
    margin:1em 0;
    font-size: 1.2em;
	text-align: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	display: inline-block;
	font-weight:600;
}
.w3layouts_main.wrap label{
	margin: 0.5em 0 1em;
	font-size: 1em;
	text-align: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	display: inline-block;
	font-weight:600;
	 color: #1853a1;
}
.icon2 {
    margin-bottom: 1em;
}
label.header span {
    color: #fd1707;
}
.agile_form input[type=text] {
    padding: 0.9em 1em;
    color: #000;
    width: 89.6%;
    font-size: 1em;
    outline: none;
    border: 1px solid #c5c0c0;
    font-family: 'PT Sans', sans-serif;
	background: #f5f5f5;	
	float:left;
}
.agile_form input[type="email"] {
    width: 95%;
    padding: 0.9em 1em;
    color: #000;
    font-size: 1em;
    outline: none;
	border: 1px solid #c5c0c0;
	background: #f5f5f5;
	font-family: 'PT Sans', sans-serif;
}
.agile_form textarea {
	font-size: 1em;
    color: #000;
    padding: 0.8em 1em;
    margin-bottom: 1em;
    width: 95%;
    outline: none;
    resize: none;
    height: 7em;
	border: 1px solid #c5c0c0;
	background: #f5f5f5;
	font-family: 'PT Sans', sans-serif;
}
.agile_form input[type="submit"] {
    width: 30%;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 1em;
    font-weight: 600;
    padding: 0.85em 0;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #696867;
    background: #1853a1;
}
.agile_form input[type="submit"]:hover {
    color: #1853a1;
    background: rgb(255, 255, 255);
}
.agileits_copyright p {
    font-size: 1em;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 2em;
    line-height: 1.5;
}
.agileits_copyright  a {
      color: #fff;
}	
.agileits_copyright a:hover {
	color: #FFC107;
	text-decoration: none;
}
/* -- Responsive code -- */
@media screen and (max-width: 1920px){
	.agileits-main h3 {
        top: 26px;
		left: 30%;
	}
}
@media screen and (max-width: 1680px){
	.agileits-main h3 {
		top: 19px;
		left: 27%;
	}
}
@media screen and (max-width: 1600px){
    .agileits-main h3 {
        left: 24%;
    }
}
@media screen and (max-width: 1440px){
	.agileits-main {
		width: 65%;
	}
	.agileits-main h3 {
		top: 23px;
		left:29%;
    }
    form.agile_form {
        padding: 2em 1em;
    }
}
@media screen and (max-width: 1366px){
	.agileits-main h3 {
		top: 23px;
		left: 26%;
	}
}
@media screen and (max-width: 1280px){
	.wrap {
		width: 58%;
	}
	.agileits-main h3 {
		top: 19px;
		left: 25%;
	}
	form.agile_form {
		padding: 2em;
	}
}
@media screen and (max-width: 1080px){
    .agile_form input[type=text] {
        width: 87.6%;
    }
    .agile_form input[type="email"],.agile_form textarea {
        width: 94%;
    } 
}
 @media screen and (max-width: 991px){
        .agileits-main h3 {
        top: 20px;
        left: 25%;
        font-size: 1.2em;
    }
    .wrap {
        width: 63%;
    }
}
@media screen and (max-width: 900px){
    .wrap {
        width: 66%;
    }
    .agile_form input[type=text] {
        width: 86%;
    }
    .agile_form input[type="email"], .agile_form textarea {
        width: 93%;
    }
    .agileits-main h3 {
        top: 15px;
    }
}
@media screen and (max-width: 768px){
    .w3ls-text {
        width: 100%;
        float: none;
    }
    .agile_form input[type=text],.agile_form input[type="email"], .agile_form textarea {
        width: 92%;
    }
    .w3layouts_main.wrap h2 {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 736px){
    .agileits-main h3 {
        left: 21%;
        top:13px;
    }
}
@media screen and (max-width: 667px){
    .agile_form input[type=text], .agile_form input[type="email"], .agile_form textarea {
        width: 91%;
    }
    .agileits-main h3 {
        left: 19%;
        top: 11px;
    }
    .w3layouts_main.wrap h2 {
       margin: 0 0 1em 0;
    }
}
@media screen and (max-width: 640px){
    .w3layouts_main.wrap h2 {
        letter-spacing: 0px;
    }
    .agile_form input[type=text], .agile_form input[type="email"], .agile_form textarea {
        width: 90%;
    }
}
@media screen and (max-width: 600px){
    .agileits-main h3 {
        top: 12px;
        left: 20%;
        font-size: 1em;
    }
}
@media screen and (max-width: 568px){
    .agileits-main h3 {
         top: 10px;
    }
    .w3layouts_main.wrap h2 {
        font-size: 1.2em;
    }
    .wrap {
        width: 70%;
    }
    h1.agile_head {
        font-size: 2.5em;
    }
}
@media screen and (max-width: 480px){
    .wrap {
        width: 75%;
    }
    .agile_form input[type=text], .agile_form input[type="email"], .agile_form textarea {
        width: 88%;
    }
    .agile_form input[type="submit"] {
        width: 36%;
        padding: 0.5em 0;
    }
}
@media screen and (max-width: 414px){
    .agileits-main {
        width: 85%;
    }
    .agileits-main h3 {
        top: 12px;
    }
    .wrap {
         padding: 2em;
    }
   form.agile_form {
        padding: 2em 1em;
    }
    h1.agile_head {
        font-size: 2.3em;
    }
    .agileits_copyright p {
        padding: 0 1em 2em;
    }
}
@media screen and (max-width: 384px){
    .w3layouts_main.wrap h2 {
        font-size: 1.1em;
    }
    .agile_form input[type=text], .agile_form input[type="email"], .agile_form textarea {
        width: 86%;
    }
    h1.agile_head {
        font-size: 2.1em;
    }
    h1.agile_head {
        font-size: 2em;
    }
}
@media screen and (max-width: 375px){}
@media screen and (max-width: 320px){
    wrap {
        padding: 1em;
        width: 85%;
    }
    .agileits-main h3 {
        top: 6px;
    }
    .agileits-main h3 {
        top: 6px;
        left: 13%;
    }
}
/* -- //Responsive code -- */

