/*--
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: 'Montserrat', sans-serif;
    background: url(../images/banner1.jpg)no-repeat 0px 0px;    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-position: center;
    text-align: center;
}

h1 {
    font-size: 3vw;
    font-weight: 500;
    text-align: center;
    margin: 6vw 0 4vw;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 2px 2px 7px #3e3e3e;
    color: #fff;
}

.main-agile {
    max-width: 100%;
	max-height: 100%;
    margin: 13% auto 0 auto;
    background: rgba(0, 0, 0, 0.85);
    position: relative;
	overflow: none;
    -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.38);
}

.alert-close {
	background: url('../images/close.png') no-repeat 0px 0px;
	background-size: 16px;
	cursor: pointer;
	height: 24px;
	width: 24px;
	position: absolute;
	right: 11px;
	top: 17px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	z-index: 999;
}

.popup-content {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

h2 {
    color: #fff;
    font-size: 1.6vw;
    letter-spacing: 3px;
    text-shadow: 2px 2px 3px #212121;
    text-align: center;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.left-content-w3ls {
	background: url(../images/left.jpg)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center;
}

.left-content-w3ls{
    flex-basis: 45%;
    -webkit-flex-basis: 45%;
    box-sizing: border-box;
}

.right-content-w3-agile {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    box-sizing: border-box;
    padding: 3em;
}

p.text-w3l {
    font-size: 12px;
    letter-spacing: 1px;
	text-transform:uppercase;
    color: rgba(255, 235, 59, 0.90);
    margin-bottom: 1em;
    text-shadow: 1px 1px 2px #3a3a3a;
}



.popup-content input[type="email"] {
    outline: none;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000000;
    padding: 11px 20px;
    background: #fff;
    width: 100%;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.popup-content input[type="submit"] {
    font-weight: 500;
    width: auto;
    background: #0041d4;
    border: none;
    outline: none;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 0.8em 3em;
    border-radius: 3px;
    color: #fff;
    text-transform: capitalize;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    cursor: pointer;
}

.popup-content input[type="submit"]:hover {
	background: #212121;
}

.inputs-w3ls {
	position: relative;
}

.wthree-text a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    display: inline-block;
    margin: 1.5em 0em 3em;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
}

.wthree-text a:hover {
    color: #fff;
    text-decoration: none;
}
/*-- social icons --*/

.social-agileits-w3layouts ul {
    padding: 0;
    margin: 0;
}

.social-agileits-w3layouts ul li {
    display: inline-block;
    margin: 0em 0.5em 0;
}
.social-agileits-w3layouts ul li:nth-child(1) {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.social-agileits-w3layouts ul li a {
    color: #fff;
	font-size:12px;
	text-transform:uppercase;
    text-align: center;
}

.social-agileits-w3layouts ul li a {
    color: #fff;
	font-size:12px;
	text-transform:uppercase;
    text-align: center;
}

.social-agileits-w3layouts ul li a i.fa-facebook-f, .social-agileits-w3layouts ul li a i.fa-twitter, .social-agileits-w3layouts ul li a i.fa-linkedin-in, .social-agileits-w3layouts ul li a i.fa-google-plus-g {
    height: 30px;
    width: 30px;
    font-size: 13px;
    background: none;
    line-height: 31px;
    border: solid 1px rgba(255, 255, 255, 0);
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-agileits-w3layouts ul li a i.fa-facebook-f {
    background: #3b5998;
}

.social-agileits-w3layouts ul li a i.fa-twitter {
    background: #1da1f2;
}

.social-agileits-w3layouts ul li a i.fa-linkedin-in {
    background: #0077b5;
}

.social-agileits-w3layouts ul li a i.fa-google-plus-g {
    background: #dd4b39;
}

.social-agileits-w3layouts ul li a i:hover {
	border: solid 1px #ffffff;
}

.social-agileits-w3layouts ul li a i.fa-facebook-f:hover {
    color: #3b5998;
    background: none;
}

.social-agileits-w3layouts ul li a i.fa-twitter:hover {
    color: #1da1f2;
    background: none;
}

.social-agileits-w3layouts ul li a i.fa-linkedin-in:hover {
    color: #0077b5;
    background: none;
}

.social-agileits-w3layouts ul li a i.fa-google-plus-g:hover {
    color: #dd4b39;
    background: none;
}
/*--// social icons --*/
/*--//footer--*/

.footer-w3l p {
    text-align: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.footer-w3l p a {
	color: #fff;
}

.footer-w3l p a:hover {
	text-decoration: underline;
}

.footer-w3l {
    margin: 4vw 0vw;
}

/*--//footer--*/

/*--placeholder-color--*/

::-webkit-input-placeholder{
	color:#a5a5a5;
}

:-moz-placeholder { /* Firefox 18- */
   color: #a5a5a5; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #a5a5a5;  
}

:-ms-input-placeholder {  
   color: #a5a5a5;  
}
/*--//placeholder-color--*/

/*--responsive--*/

@media(max-width:1366px){
	h1 {
        font-size: 3.5vw;
    }
}
@media(max-width:1080px){
	h1 {
        font-size: 4vw;
    }
    h2 {
        font-size: 2.3vw;
    }
}
@media(max-width:900px){
	.main-agile {
        margin: 0vw 6vw;
    }
    h2 {
        font-size: 2.5vw;
        letter-spacing: 2.5px;
    }
    h1 {
        font-size: 4.5vw;
    }
}
@media(max-width:800px){
	.right-content-w3-agile {
        padding: 2em;
    }
    p.text-w3l {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .social-agileits-w3layouts ul li {
        margin: 0em 0.15em 0;
    }
    body {
        background-attachment: fixed;
    }
}
@media(max-width:768px){
	h1 {
        font-size: 5vw;
        letter-spacing: 3px;
        margin: 12vw 0 6vw;
    }
    .footer-w3l {
        margin: 9vw 0vw;
    }
    h2 {
        font-size: 2.9vw;
    }
}
@media(max-width:767px){
	h1 {
        margin: 8vw 0 4vw;
    }
    .footer-w3l {
        margin: 4.5vw 0vw;
    }
}
@media(max-width:667px){
	.popup-content {
        display: block;
    }
    .left-content-w3ls {
        min-height: 150px;
    }
    .main-agile {
        margin: 0vw 11vw;
    }
    body {
        background-attachment: inherit;
    }
    .footer-w3l p {
        letter-spacing: 1.2px;
    }
    .alert-close {
        background: url(../images/close.png) no-repeat 0px 0px;
        background-size: 12px;
        height: 12px;
        width: 12px;
        right: 12px;
        top: 165px;
    }
}
@media(max-width:640px){
	.footer-w3l {
        margin: 4.5vw 5vw;
    }
    .footer-w3l p {
        line-height: 28px;
    }
}
@media(max-width:600px){
	h1 {
        font-size: 5.3vw;
    }
    h2 {
        font-size: 3.3vw;
    }
}
@media(max-width:480px){
	h1 {
        font-size: 6.3vw;
        line-height: 1.5em;
        margin: 7vw 0 3.5vw;
    }
}
@media(max-width:440px){
	h2 {
        font-size: 4.5vw;
    }
    .right-content-w3-agile {
        padding: 1.7em;
    }
    .social-agileits-w3layouts ul li:nth-child(1) {
        display: block;
        margin-bottom: 0.8em;
    }
    .wthree-text a {
        margin: 1.5em 0em 2em;
    }
    h1 {
        font-size: 6.5vw;
    }
}
@media(max-width:414px){
	h2 {
        margin-bottom: 0.5em;
    }
    p.text-w3l {
        font-size: 13px;
        line-height: 24px;
    }
    h1 {
        font-size: 7vw;
        letter-spacing: 2px;
    }
}
@media(max-width:384px){
	.main-agile {
        margin: 0vw 5vw;
    }
    h2 {
        line-height: 28px;
        font-size: 5vw;
    }
}
@media(max-width:375px){
	.footer-w3l p {
        letter-spacing: 1px;
        font-size: 12px;
    }
    h1 {
        line-height: 1.6em;
        margin: 10vw 0 4.5vw;
    }
    h2 {
        line-height: 31px;
        font-size: 6vw;
        letter-spacing: 1.6px;
    }
}

/*--//responsive--*/