
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-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

/*--header--*/
.header-w3l {
    padding-top: 2em;
}

.header-w3l h1 {
    font-size: 3em;
    color: white;
    letter-spacing: 8px;
    font-weight: 500;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    text-shadow: 5px 3px 5px #101010;
}

/*--//header--*/

/*--main--*/
.wthree-pro h2 {
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.sub-main-w3 input[type="email"], .sub-main-w3 input[type="password"] {
    outline: none;
    font-size: .9em;
    padding: 1em 3em 1em 1em;
    border: none;
    margin-bottom: 0.3em;
    background: rgba(255, 255, 255, 0.85);
    width: 82%;
    color: #000;
    border-radius: 30px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.sub-main-w3 {
    width: 26%;
    margin: 10em auto 12em;
}

.sub-w3l h6 a {
    font-size: .9em;
    color: #fff;
    letter-spacing: 1px;
    text-align: right;
    display: inherit;
}

.sub-w3l {
    margin-top: 1em;
}

.right-w3l {
    margin-top: 2em;
}

.pom-agile {
    position: relative;
}

input.pass {
    margin-top: .7em;
}

span.icon1, span.icon2 {
    color: #7f3416;
    font-size: 1.1em;
    position: absolute;
    right: 6%;
}

span.icon1 {
    top: 23%;
}

span.icon2 {
    top: 34%;
}

.sub-main-w3 input[type="submit"] {
    color: white;
    background: #7f3416;
    border: none;
    padding: .7em 0;
    outline: none;
    width: 44%;
    font-size: 1em;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 30px;
}

.sub-main-w3 input[type="submit"]:hover {
    background: #fff;
    color: black;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*--//main--*/

/*--footer--*/
.footer p {
    font-size: .9em;
    color: white;
    letter-spacing: 2px;
}

.footer p a {
    color: #fff;
}

.footer p a:hover {
    color: #ea2858;
}

/*--//footer--*/

/*--responsive--*/

@media (max-width: 1680px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {
    .footer {
        padding-bottom: 3em;
    }

    .sub-main-w3 {
        width: 29%;
        margin: 7em auto 9em;
    }
}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1080px) {
    .sub-main-w3 {
        width: 35%;
    }
}

@media (max-width: 1050px) {

}

@media (max-width: 1024px) {
    .sub-main-w3 {
        width: 38%;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 900px) {
    .header-w3l {
        padding-top: 1.5em;
    }

    .sub-main-w3 {
        width: 42%;
        margin: 6em auto 8em;
    }

    .footer {
        padding-bottom: 2.5em;
    }
}

@media (max-width: 800px) {
    .header-w3l h1 {
        font-size: 2.7em;
        letter-spacing: 7px;
    }
}

@media (max-width: 768px) {
    .header-w3l {
        padding-top: 4.5em;
    }

    .sub-main-w3 {
        width: 50%;
        margin: 10em auto 16em;
    }
}

@media (max-width: 736px) {
    .header-w3l {
        padding-top: 1.5em;
    }

    .sub-main-w3 {
        margin: 5em auto 6.5em;
    }
}

@media (max-width: 667px) {
    .footer {
        padding-bottom: 2em;
    }
}

@media (max-width: 640px) {

}

@media (max-width: 600px) {
    .sub-main-w3 input[type="email"], .sub-main-w3 input[type="password"] {
        padding: .9em 3em .9em 1em;
    }

    .sub-main-w3 input[type="submit"] {
        font-size: .95em;
    }

    .footer p {
        letter-spacing: 1px;
    }

    .right-w3l {
        margin-top: 1em;
    }

    .header-w3l h1 {
        font-size: 2.5em;
        letter-spacing: 5px;
    }

    .wthree-pro h2 {
        font-size: 1em;
    }

    .sub-main-w3 {
        margin: 6em auto 8em;
        width: 54%;
    }
}

@media (max-width: 568px) {
    .sub-main-w3 {
        width: 56%;
    }
}

@media (max-width: 480px) {
    .header-w3l h1 {
        font-size: 2.3em;
        letter-spacing: 4px;
    }

    .sub-main-w3 {
        width: 69%;
        margin: 6em auto 6.3em;
    }

    .footer p {
        line-height: 1.9;
    }
}

@media (max-width: 440px) {
    .sub-main-w3 {
        width: 72%;
    }
}

@media (max-width: 414px) {
    .sub-main-w3 input[type="email"], .sub-main-w3 input[type="password"] {
        font-size: .85em;
    }

    .sub-w3l h6 a {
        font-size: .8em;
    }

    .header-w3l h1 {
        font-size: 2.1em;
    }

    .sub-main-w3 {
        margin: 7em auto 9.3em;
    }
}

@media (max-width: 384px) {
    .sub-main-w3 input[type="email"], .sub-main-w3 input[type="password"] {
        font-size: .8em;
    }

    .header-w3l h1 {
        font-size: 2em;
    }

    .sub-main-w3 input[type="submit"] {
        font-size: .9em;
    }

    .wthree-pro h2 {
        margin-bottom: 1.2em;
    }

    .sub-main-w3 {
        margin: 6em auto 7.5em;
        width: 74%;
    }

    span.icon1 {
        top: 18%;
    }

    span.icon2 {
        top: 32%;
    }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {
    .header-w3l h1 {
        font-size: 1.8em;
        letter-spacing: 2px;
    }

    .wthree-pro h2 {
        font-size: .9em;
        letter-spacing: 2px;
    }

    .sub-main-w3 input[type="submit"] {
        font-size: .8em;
    }

    .footer p {
        font-size: .8em;
    }

    .sub-main-w3 {
        margin: 4.2em auto 4.5em;
        width: 81%;
    }

    .sub-main-w3 input[type="email"], .sub-main-w3 input[type="password"] {
        width: 80%;
    }
}



.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  
  .alert-heading {
    color: inherit;
  }
  
  .alert-link {
    font-weight: bold;
  }
  
  .alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  
  .alert-primary hr {
    border-top-color: #9fcdff;
  }
  
  .alert-primary .alert-link {
    color: #002752;
  }
  
  .alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
  }
  
  .alert-secondary hr {
    border-top-color: #cfd2d6;
  }
  
  .alert-secondary .alert-link {
    color: #2e3133;
  }
  
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
  }
  
  .alert-success hr {
    border-top-color: #b1dfbb;
  }
  
  .alert-success .alert-link {
    color: #0b2e13;
  }
  
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
  }
  
  .alert-info hr {
    border-top-color: #abdde5;
  }
  
  .alert-info .alert-link {
    color: #062c33;
  }
  
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
  }
  
  .alert-warning hr {
    border-top-color: #ffe8a1;
  }
  
  .alert-warning .alert-link {
    color: #533f03;
  }
  
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
  }
  
  .alert-danger hr {
    border-top-color: #f1b0b7;
  }
  
  .alert-danger .alert-link {
    color: #491217;
  }
  
  .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  
  .alert-light hr {
    border-top-color: #ececf6;
  }
  
  .alert-light .alert-link {
    color: #686868;
  }
  
  .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
  }
  
  .alert-dark hr {
    border-top-color: #b9bbbe;
  }
  
  .alert-dark .alert-link {
    color: #040505;
  }


  .custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  .custom-select:focus {
    border-color: #80bdff;
    outline: none;
  }
  
  .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  
  .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
  }
  
  .custom-select::-ms-expand {
    opacity: 0;
  }
  
  .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
  }