/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * NOTICE: Bootstrap.css was shortened for better optimization!
 * By no means is the code below the complete code from bootstrap.css
 */
@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

*, *::before, *::after {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

h1, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

a {
    touch-action: manipulation
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h6 {
    font-size: 1rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@supports (transform-style: preserve-3d) {}

@supports (transform-style: preserve-3d) {}

@supports (transform-style: preserve-3d) {}

.d-flex {
    display: flex !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

@supports (position: sticky) {}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.text-uppercase {
    text-transform: uppercase !important
}



::selection {
    background-color: rgb(8, 174, 234);
    color: #fff
}

body {
    color: #777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    position: relative;
    background: rgb(8, 174, 234) !important;
}


@font-face {
    font-family: gameUI;
    src: url(/fonts/leaguegothic-regular-webfont.woff);
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: #777
}

h1, h6 {
    font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500
}

h1 {
    font-size: 36px
}

h6 {
    font-size: 14px;
    color: #222
}

.relative {
    position: relative
}

h1 {
    font-size: 36px
}

h6 {
    font-size: 14px
}

h1, h6 {
    line-height: 1.5em
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.fader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: black;
    z-index: 10;
}

.genric-btn:focus {
    outline: none
}

.genric-btn.circle {
    border-radius: 20px
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.genric-btn.arrow span {
    margin-left: 10px
}

.button {
    color: #fff;
    background: rgb(8, 174, 234);
    font-size: 1.2rem;
    padding: 1rem;
    width: 75%;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    border: 2px solid rgb(8, 174, 234);
    outline: 0;
    transition: all .3s;
    cursor: pointer;
}

body {
    position: relative
}

body {
    background: #f6f6fc;
}

.oz-body-wrap {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    margin: 50px;
    position: relative;
}

@media (max-width: 767px) {
    .oz-body-wrap {
        margin: 30px
    }
}

@media (max-width: 575px) {
    .oz-body-wrap {
        margin: 10px
    }
}

.banner-area {
    background: #fff;
}

@media (max-width: 767px) {
    .banner-area .fullscreen {
        height: 1000px !important
    }
}

@media (max-width: 1199px) {
    .banner-left {
        margin-top: 60px
    }
}

.story-content h1 {
    font-size: 4rem;
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .story-content h1 {
        font-size: 40px
    }
}

@media (max-width: 991px) {
    .story-content h1 br {
        display: none
    }
}

.story-content h6 {
    font-weight: 400;
    letter-spacing: 5px;
}

.story-content .sp-1 {
    font-weight: 600
}

.story-content .sp-2 {
    color: rgb(8, 174, 234);
    font-weight: 600;
}

@media (max-width: 768px) {
    .story-content {
        text-align: center
    }
}

@media (max-width: 768px) {
    .story-content {
        margin-top: 40px;
        margin-bottom: 40px
    }
}


.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(3rem, 0);
    }
}

.loader-text {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
}

.button:hover {
    background: transparent;
    width: 80%;
    color: rgb(8, 174, 234);
}

.missionUI-button {
    color: #fff;
    background: rgb(8, 174, 234);
    font-size: 1.2rem;
    padding: 1rem;
    width: 50%;
    border-radius: 2px;
    margin-bottom: 1rem;
    border: 2px solid rgb(8, 174, 234);
    outline: 0;
    transition: all .3s;
    text-align: center;
    cursor: pointer;
}

.missionUI-button .button-disabled {
    background: white !important;
    color: rgb(8, 174, 234);
}

.missionUI-button:hover {
    color: rgb(8, 174, 234);
    background: white;
    width: 60%;
}


.gameUI-button-holder {
    display: block;
    position: fixed;
    bottom: -20%;
    width: 100%;
    z-index: 5;
    margin: auto;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.gameUI-button .round {
    background-color: #f59965;
}

.gameUI-button {
    background-color: white;
    text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 5px;
    padding: 12px 53px 12px 23px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin: 2%;
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.3);
    font-weight: 400;
}

.gameUI-button span {
    position: relative;
    z-index: 3;
}

.gameUI-button .round {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
    background-color: #08AEEA;
}

.gameUI-button .round i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -7px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
}

.gameUI-button-text {
    font-size: 26px;
    line-height: 0.82;
    color: #08AEEA;
}

.type-1 a:hover {
    padding-left: 48px;
    padding-right: 28px;
    color: white;
    box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.8);
}

.type-1 a:hover .round {
    width: calc(100% - 6px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 5px;
    color: white;
    background: #08AEEA;
}

.type-1 a:hover .gameUI-button-text {
    color: white;
}

.type-1 a:hover .round i {
    left: 12%;
}

.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background-image: linear-gradient(90deg, rgba(8, 174, 234, 1) 0%, rgba(143, 225, 255, 1) 100%) !important;
    z-index: 9999;
}

.game-ui-box-small {
    background: white;
    position: fixed;
    top: -25%;
    left: 1%;
    border-radius: 2px;
    z-index: 5;
    border-bottom: 8px solid #fff243;
    border-right: 8px solid #fff243;
    border-top: 3px solid #08AEEA;
    border-left: 3px solid #08AEEA;
    box-shadow: 0px 0px 50px 0px rgba(8, 174, 234, 0.8);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding-left: 1rem;
    padding-right: 1rem;
}

.iziModal-navigate>button {
    box-shadow: 0px 0px 50px 0px rgba(8, 174, 234, 0.8) !important;
}

#job1, #job2, #job3, #job4, #job5 {
    box-shadow: 0px 0px 50px 0px rgba(8, 174, 234, 0.4) !important;
}