a,
abbr,
acronym,
address,
applet,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
copyright,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
nav ul,
object,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
    color: #ffffff;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: Raleway
}

article,
aside,
copyright,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: Raleway
}

@font-face {
    font-family: NeoTech;
    src: url(//db.onlinewebfonts.com/t/ab8aa1609f0d6cbe79541c67cd5046f9.eot);
    src: url(//db.onlinewebfonts.com/t/ab8aa1609f0d6cbe79541c67cd5046f9.eot?#iefix) format("embedded-opentype"), url(//db.onlinewebfonts.com/t/ab8aa1609f0d6cbe79541c67cd5046f9.woff2) format("woff2"), url(//db.onlinewebfonts.com/t/ab8aa1609f0d6cbe79541c67cd5046f9.woff) format("woff"), url(//db.onlinewebfonts.com/t/ab8aa1609f0d6cbe79541c67cd5046f9.ttf) format("truetype"), url(//db.onlinewebfonts.com/t/ab8aa1609f0d6cbe79541c67cd5046f9.svg#NeoTech) format("svg")
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

.txt-rt {
    text-align: right
}

.txt-lt {
    text-align: left
}

.txt-center {
    text-align: center
}

.float-rt {
    float: right
}

.float-lt {
    float: left
}

.clear {
    clear: both
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.vertical-base {
    vertical-align: baseline
}

.vertical-top {
    vertical-align: top
}

nav.vertical ul li {
    display: block
}

nav.horizontal ul li {
    display: inline-block
}

img {
    max-width: 100%
}

.main-bg {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 100vh;
    background: #152534;
}

.sub-main-w3 {
    margin: 1.5vw 16vw;
    margin: 5vw auto;
    max-width: 800px
}

.image-style {
    background: url(../images/m.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 371px
}

.vertical-tab {
    color: #333;
    display: block;
    margin: auto;
    position: relative;
    float: left
}

.image-style {
    float: left;
    width: 25%
}

.vertical-tab input[name=sections] {
    left: -9999px;
    position: absolute;
    top: -9999px
}

.vertical-tab .section-w3ls {
    display: block
}

.vertical-tab .section-w3ls label {
    background:#060c1f;
    border-right: 1px solid #060c1f;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 22px 20px;
    position: relative;
    width: 118px;
    z-index: 100;
    color: #f7f5f5;
    text-align: center;
}

.vertical-tab .section-w3ls article {
    display: none;
    left: 126px;
    min-width: 514px;
    position: absolute;
    top: 0;
}

.vertical-tab input[name=sections]:checked + label {
    background: #97d23a;
    border-right: 1px solid #000;
    color: #fff
}

.vertical-tab input[name=sections]:checked ~ article {
    display: block
}

label.icon-left-w3pvt span {
    display: block;
    font-size: 30px;
    margin-bottom: 7.8px
}

.sub-main-w3 section {
    background:#060c1f;
    padding: 3em;
    /* min-height: 384px; */
    width: 100%;
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
}

.legend {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 1.2em;
    font-weight: 400
}

p.para-style {
    margin-bottom: .8em;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1.8
}

p.para-style-2 {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1.8;
    margin-bottom: 2em
}

p.para-style-2 a {
    color: #00f
}

.input {
    margin-bottom: 1em;
    padding: 13px 15px;
    border: 1px solid #ffffff;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Raleway
}

.input span {
    font-size: 15px;
    color: #464646;
    margin-right: 10px
}

.input input {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    box-sizing: border-box;
    border: none;
    outline: 0;
    background: 0 0;
    width: 100%
}

.submit {
    /*margin: 2.3em auto 0;*/
    background: #97d23a;
    border: none;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
    display: block;
    color: #fff;
    padding: 14px 30px;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 2px;
    width: 95%
}

.submit:hover {
    opacity: .8;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all
}

a.bottom-text-w3ls {
    color: #757474;
    font-size: 14px;
    display: inherit;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 3.2em
}

@media (max-width: 1080px) {
    h1 {
        font-size: 4vw
    }
}

@media (max-width: 1050px) {
    .sub-main-w3 {
        max-width: 900px
    }

    .vertical-tab .section-w3ls article {
        min-width: 445px
    }

    p.para-style-2 {
        font-size: 14px;
        margin-bottom: 1em
    }

    p.para-style {
        margin-bottom: .7em;
        font-size: 14px
    }
}

@media (max-width: 900px) {
    .sub-main-w3 {
        max-width: 768px
    }

    .vertical-tab .section-w3ls article {
        min-width: 400px;
        left: 175px
    }

    .vertical-tab .section-w3ls label {
        width: 134px;
        font-size: 16px;
        padding: 34px 20px
    }

    h1 {
        font-size: 5vw;
        padding: 4.5vw 1vw 1vw
    }
}

@media (max-width: 768px) {
    .sub-main-w3 {
        max-width: 575px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .image-style {
        float: none;
        width: 100%;
        min-height: 300px;
        order: 2
    }

    .vertical-tab {
        float: none;
        width: 100%
    }
}

@media (max-width: 667px) {
    h1 {
        font-size: 6vw
    }
}

@media (max-width: 600px) {
    .sub-main-w3 {
        max-width: 500px
    }

    .vertical-tab .section-w3ls article {
        min-width: 365px;
        left: 119px;
    }

    .vertical-tab .section-w3ls label {
        width: 114px;
        font-size: 16px;
        padding: 25px 10px
    }

    h1 {
        font-size: 7vw
    }
}

@media (max-width: 480px) {
    .vertical-tab .section-w3ls article {
        min-width: 291px;
        left: 109px
    }

    .vertical-tab .section-w3ls label {
        width: 89px;
        font-size: 16px;
        padding: 25px 10px
    }

    .sub-main-w3 {
        max-width: 400px
    }

    .image-style {
        min-height: 220px
    }

    .sub-main-w3 section {
        padding: 1.5em
    }

    .submit {
        font-size: 14px
    }

    .input input {
        font-size: 13px
    }

    p.para-style {
        margin-bottom: .4em;
        font-size: 13px
    }

    p.para-style-2 {
        font-size: 13px
    }

    .input {
        padding: 12px 12px
    }

    a.bottom-text-w3ls {
        margin-top: 3em
    }

    .last-btn {
        margin: 1em auto 0
    }

    .copyright h2 {
        font-size: 12px
    }
}

@media (max-width: 414px) {
    .sub-main-w3 {
        max-width: 320px
    }

    .vertical-tab .section-w3ls article {
        position: static
    }

    .vertical-tab .section-w3ls label {
        width: 100%;
        font-size: 14px;
        padding: 20px 0;
        border-right: none;
        border-bottom: 1px solid #404040;
        border-top: 1px solid #404040
    }

    .vertical-tab input[name=sections]:checked + label {
        border-right: none;
        border-bottom: 1px solid #000;
        border-top: none
    }

    .image-style {
        min-height: 190px
    }

    h1 {
        font-size: 1.8em;
        padding: 6.5vw 1vw 3vw
    }

    .copyright h2 {
        font-size: 13px
    }

    .last-btn {
        margin: 1.5em auto 0
    }

    p.para-style {
        margin-bottom: 1em
    }

    p.para-style-2 {
        margin-bottom: 2em
    }
}

@media (max-width: 320px) {
    .sub-main-w3 {
        max-width: 270px
    }

    .vertical-tab .section-w3ls article {
        min-width: 270px
    }
}

article {

    font-weight: 400;
    color: #333
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.casino {
    width: 400px
}

li,
ul {
    margin: 0;
    list-style-type: none;
    font-family: Raleway
}

.txt1 {

    font-size: 13px;
    line-height: 1.4;
    color: #ccc
}

.limiter {
    width: 100%;
    margin: 0 auto;
    font-family: Raleway
}

.casino {
    width: 200px;
    font-family: Raleway
}

.container-login100 {
    width: 100%;
    min-height: 60vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;

    background: #272835;
    background: -webkit-linear-gradient(left, #d10024, #272835);
    background: -o-linear-gradient(left, #d10024, #272835);
    background: -moz-linear-gradient(left, #d10024, #272835);
    background: linear-gradient(left, #d10024, #272835)
}

.wrap-login100 {
    width: 300px
}

.wrap-login101 {
    width: 560px
}

.login100-form {
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;

    display: flex;
    flex-wrap: wrap
}

.login100-form-title {
    width: 100%;
    display: block;

    font-size: 30px;
    color: #fefefe;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center
}

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 75px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    background-color: #fff;
    font-family: Raleway
}

.wrap-input100.rs1 {
    border-top-left-radius: 12px;
    border-right: none;
    font-family: Raleway
}

.wrap-input100.rs2 {
    border-top-right-radius: 2px
}

.label-input100 {

    font-size: 15px;
    color: #555;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 30px;
    left: 0;
    top: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.input100 {

    font-size: 15px;
    color: #555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: 0 0;
    padding: 0 30px
}

input.input100 {
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.input100:focus {
    height: 55px
}

.input100:focus + .label-input100 {
    top: 10px;
    font-size: 13px;
    color: #111
}

.has-val {
    height: 55px !important
}

.has-val + .label-input100 {
    top: 1px;
    font-size: 13px;
    color: #111
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.login100-form-btn {

    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 70px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    background: #111;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 1
}

.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #272835;
    background: -webkit-linear-gradient(left, #d10024, #272835);
    background: -o-linear-gradient(left, #d10024, #272835);
    background: -moz-linear-gradient(left, #d10024, #272835);
    background: linear-gradient(left, #d10024, #272835);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.login100-form-btn:hover {
    background-color: transparent
}

.login100-form-btn:hover:before {
    opacity: 1
}

.validate-input {
    position: relative
}

@media (max-width: 576px) {
    .wrap-input100 {
        width: 100%
    }

    .wrap-input100.rs1 {
        border-top-right-radius: 12px;
        border-right: 1px solid #e0e0e0
    }

    .wrap-input100.rs2 {
        border-top-right-radius: 0
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.badge {
    font-size: 16px
}

.bmx {
    font-size: 14px
}

.register {
    display: inline-block;
    padding: .25em .4em;
    font-size: 78%;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}