
@font-face {
    font-family: 'Maven Pro1';
    src: url('assets/fonts/MavenPro-Regular.ttf');
}

@font-face {
    font-family: 'Maven Pro';
    src: url('assets/fonts/MavenPro-Medium.ttf');
}

@font-face {
    font-family: 'Maven Pro Bold1';
    src: url('assets/fonts/MavenPro-Bold.ttf');
}

@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/fira-sans/FiraSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Fira Sans Bold1';
    src: url('assets/fonts/fira-sans/FiraSans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Fira Sans Bold2';
    src: url('assets/fonts/fira-sans/FiraSans-Bold.otf') format('opentype');
}

.dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.dflex_jbtwn{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dflex_fwrap{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.st_launch {
    height: 100%;
    width: 100%;
    display:none;
    top: 0;
    position: absolute;
    z-index: 99999999;
}

.st_launch1 {
    height: 100%;
    background: white;
    background-image: url(../images/splash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.st_launch11 {
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 20px 20px 10px;
}

.st_launch11_1 {
    height: 100px;
    width: 150px;
    /* content: url('https://i.ibb.co/pWnThHP/image-1.jpg'); */
}

.st_launch_pfooter {
    margin: 4px auto 16px;
}

.st_launch_pfooter img {
    height: 30px;
    /* content: url('https://i.ibb.co/xXwQL16/Frame-2.png'); */
}

.st_merr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    height: 100%;
}

.st_err_icon {
    height: 100px;
    width: 200px;
    border: 3px solid #313131;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
         -o-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
            animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
    display: none;
}

.st_err_msg {
    font-family: 'Maven Pro', sans-serif;
    color: #212121;
    font-size: 1.4em;
    margin-top: 104px;
    text-align: center;
    display: none;
}

@-webkit-keyframes launchloaderdot {
    0% {
        opacity: .4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        opacity: .4;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-o-keyframes launchloaderdot {
    0% {
        opacity: .4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .4;
    }
}

@keyframes launchloaderdot {
    0% {
        opacity: .4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .4;
    }
}

.st_launch11_2_ldots {
    text-align: center;
    width: 100%;
}

.st_launch11_2_ldot {
    -webkit-animation: launchloaderdot 1.5s infinite ease-in-out;
    -o-animation: launchloaderdot 1.5s infinite ease-in-out;
       animation: launchloaderdot 1.5s infinite ease-in-out;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: inline-block;
    height: 3px;
    width: 3px;
    margin: 0px 3.5px;
}

.st_launch11_2_ldot:nth-child(1) {
    background-color: #FFD328;
}

.st_launch11_2_ldot:nth-child(2) {
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
       animation-delay: .2s;
    background-color: rgba(0, 0, 0, 0.8);
    ;
}

.st_launch11_2_ldot:nth-child(3) {
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
       animation-delay: .4s;
    background-color: rgba(0, 0, 0, 0.7);
}

.st_launch11_2_ldot:nth-child(4) {
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
       animation-delay: .6s;
    background-color: rgba(0, 0, 0, 0.6);
}

.st_launch11_2_ldot:nth-child(5) {
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
       animation-delay: .8s;
    background-color: rgba(0, 0, 0, 0.5);
}

.st_launch11_2_ldot:nth-child(6) {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
       animation-delay: 1s;
}

.st_launch11_2_ltxt {
    font-family: 'Maven Pro1';
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    color: #FFD328;
    padding-top: 10px;
}

.st_launch12{
    display: none;
    margin: auto;
    background: rgba(255, 255, 255, 0.83);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 20px 10px 10px;
}
.st_launch12_1{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #1F68EC;
    text-shadow: 0px 4px 4px rgba(255, 211, 40, 0.4);
    font-family: 'Maven Pro', sans-serif;
    padding-bottom: 24px;
}
.st_launch12_21{
    background: #F2EEFF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 80px;
    padding: 9px;
    margin: 0px 0.5em;
}
.st_launch12_21 img{
    width: 100%;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
}
.st_launch12_21_2{
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #424242;
    font-family: 'Maven Pro', sans-serif;
    padding-top: 6px;
}
.st_launch12_3{
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
    padding-top: 10px;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: -5px;
}

@-webkit-keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}

@-o-keyframes rotateDvcIcon {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg)
    }

    50% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }

    100% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }
}

@keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}

