/*--
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: url(../images/3.jpg)no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    background-position: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
}

/*--header--*/

h1 {
    font-size: 5em;
	font-weight: 700;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin: 1.5vw 2vw;
    font-family: 'Open Sans', sans-serif;
	Position:absolute;
top:35%;
left:50%;
transform:translate(-50%,-50%);
}

h1 span {
    color: #e2004d;
}

h2 {
    font-size: 4em;
	font-weight: 700;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    margin: 1.5vw 2vw;
    font-family: 'Open Sans', sans-serif;
	Position:absolute;
top:45%;
left:50%;
transform:translate(-50%,-50%);
}

h1 span {
    color: #e2004d;
}

h4 {
    font-size: 44px;
	font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 1.5vw 2vw;
    font-family: 'Open Sans', sans-serif;
	Position:absolute;
top:45%;
left:50%;
transform:translate(-50%,-50%);
}

@media(max-width: 900px){
h4 {
    font-size: 33px;
	font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 1.5vw 2vw;
    font-family: 'Open Sans', sans-serif;
	Position:absolute;
top:45%;
left:50%;
transform:translate(-50%,-50%);
}
}

@media(max-width: 600px){
h4 {
    font-size: 22px;
	font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    margin: 1.5vw 2vw;
    font-family: 'Open Sans', sans-serif;
	Position:absolute;
top:45%;
left:50%;
transform:translate(-50%,-50%);
}
}

img {

    text-align: center;
    margin: 1.5vw 2vw;
	Position:absolute;
top:25%;
left:50%;
transform:translate(-50%,-50%);
}


/*--//header--*/

/*-- content --*/

.main-content-agile {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 1.5vw;
}

.sub-main-w3 {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
}

.img-w3layouts {
    flex-basis: 38%;
    -webkit-flex-basis: 38%;
}

.sub-main-w3 form {
    max-width: 80%;
    margin: 0 3vw;
    padding: 3.5vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.19);
}

.form-style-agile {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
}

.sub-main-w3 label {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}

.pom-agile {
    padding: 11px 15px;
    background: rgba(8, 8, 8, 0.25);
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e2004d;
    border-top: none;
}

span.fa {
    color: #e2004d;
    line-height: 1.5;
    flex-basis: 4%;
    -webkit-flex-basis: 4%;
}

.pom-agile input[type="text"],
.pom-agile input[type="email"],
.pom-agile input[type="password"] {
    outline: none;
    font-size: 14px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    flex-basis: 95%;
    -webkit-flex-basis: 95%;
}

.sub-main-w3 input[type="submit"] {
    color: #fff;
    background: #e2004d;
    border: none;
    padding: 13px 0;
    margin-top: 30px;
    outline: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.sub-main-w3 input[type="submit"]:hover {
    background: #000;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.sub-agile {
    float: left;
}

.sub-agile input[type="checkbox"] {
    display: none;
}

.sub-agile input[type="checkbox"]+label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    font-size: .9em;
    color: #fff;
    cursor: pointer;
}

.sub-agile input[type="checkbox"]+label span:first-child {
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid #fff;
    position: absolute;
    top: 1px;
    left: 2px;
}

.sub-agile input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick.png)no-repeat;
    position: absolute;
    left: 2px;
    top: 1px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}

.sub-w3l a {
    float: right;
    font-size: .9em;
    color: #fff;
    letter-spacing: 1px;
}

/*--placeholder-color--*/

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

/*--//placeholder-color--*/

/*--//main--*/

/*--footer--*/

.footer {
    margin: 1.4vw .3vw;
}

.footer h2 {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.8;
}

.footer h2 a {
    color: #e2004d;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.footer h2 a:hover {
    color: #fff;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/*--//footer--*/

/*--responsive--*/

@media(max-width: 1920px) {
    h1 {
        font-size: 20vw;
    }
}

@media(max-width: 1280px) {
    .sub-main-w3 form {
        max-width: 86%;
    }
}

@media(max-width: 1080px) {
    .sub-main-w3 form {
        max-width: 92%;
    }
    h1 {
        font-size: 20vw;
    }
    span.fa {
        flex-basis: 6%;
        -webkit-flex-basis: 6%;
    }
    .pom-agile input[type="text"],
    .pom-agile input[type="email"],
    .pom-agile input[type="password"] {
        flex-basis: 93%;
        -webkit-flex-basis: 93%;
    }
    .sub-main-w3 input[type="submit"] {
        font-size: 15px;
    }
}

@media(max-width: 991px) {
    .img-w3layouts {
        flex-basis: 42%;
        -webkit-flex-basis: 42%;
    }
}

@media(max-width: 900px) {
    .main-content-agile {
        display: block;
    }
    .sub-main-w3 form {
        max-width: 66%;
    }
    .img-w3layouts {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        text-align: center;
        margin-top: 3vw;
    }
    .img-w3layouts img {
        width: 56%;
    }
    h1 {
        font-size: 20vw;
        letter-spacing: 2px;
        margin: 1.5vw 2vw 2.5vw;
    }
    span.fa {
        flex-basis: 4%;
        -webkit-flex-basis: 4%;
    }
    .pom-agile input[type="text"],
    .pom-agile input[type="email"],
    .pom-agile input[type="password"] {
        flex-basis: 95%;
        -webkit-flex-basis: 95%;
    }
}

@media(max-width: 768px) {
    .sub-main-w3 form {
        max-width: 72%;
    }
}

@media(max-width: 667px) {
    .pom-agile input[type="text"],
    .pom-agile input[type="email"],
    .pom-agile input[type="password"] {
        flex-basis: 94%;
        -webkit-flex-basis: 94%;
    }
    .img-w3layouts img {
        width: 64%;
    }
    .footer h2 {
        letter-spacing: 1px;
    }
}

@media(max-width: 600px) {
    h1 {
        font-size: 20vw;
    }
    .sub-main-w3 label {
        font-size: 13px;
    }
    .pom-agile input[type="text"],
    .pom-agile input[type="email"],
    .pom-agile input[type="password"] {
        font-size: 13px;
    }
    .pom-agile {
        padding: 10px 10px;
        margin-bottom: 12px;
    }
    .sub-agile input[type="checkbox"]+label {
        font-size: .8em;
    }
    .sub-main-w3 input[type="submit"] {
        padding: 12px 0;
        margin-top: 20px;
    }
    .footer h2 {
        font-size: 13px;
    }
    .footer {
        margin: 2.4vw .3vw;
    }
}

@media(max-width: 480px) {
    .sub-main-w3 form {
        max-width: 94%;
    }
    .img-w3layouts img {
        width: 80%;
    }
}

@media(max-width: 414px) {
    .pom-agile input[type="text"],
    .pom-agile input[type="email"],
    .pom-agile input[type="password"] {
        flex-basis: 93%;
        -webkit-flex-basis: 93%;
    }
    .img-w3layouts {
        margin-top: 5vw;
    }
}

@media(max-width: 384px) {
    h1 {
        font-size: 9.5vw;
        margin: 2vw 2vw 3vw;
    }
}

@media(max-width: 375px) {
    .sub-main-w3 form {
        max-width: 100%;
    }
    .pom-agile input[type="text"],
    .pom-agile input[type="email"],
    .pom-agile input[type="password"] {
        flex-basis: 92%;
        -webkit-flex-basis: 92%;
    }
    .sub-agile input[type="checkbox"]+label {
        font-size: .7em;
    }
    .sub-main-w3 input[type="submit"] {
        padding: 10px 0;
        margin-top: 14px;
        font-size: 14px;
    }
}

@media(max-width: 320px) {
    .sub-main-w3 label {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .pom-agile {
        padding: 9px 10px;
        margin-bottom: 10px;
    }
    .pom-agile input[type="text"],
    .pom-agile input[type="email"],
    .pom-agile input[type="password"] {
        flex-basis: 90%;
        -webkit-flex-basis: 90%;
        font-size: 12px;
    }
    .img-w3layouts img {
        width: 100%;
    }
}

/*--//responsive--*/