html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a,
body,
center,
div,
em,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
li,
menu,
nav,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

a,
a:active,
a:focus {
    outline: 0;
    text-decoration: none
}

a {
    color: #fff
}

* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin: 0 0 10px
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.clear {
    clear: both
}

.text-center {
    text-align: center
}

.align-middle {
    vertical-align: middle
}

body {
    background: linear-gradient(90deg, #9e0202 0, #0300c2 100%)
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.marquee {
    font-family: 'Trebuchet MS';
    background: linear-gradient(#8339cd, #050042);
    color: #fff;
    padding: 5px 0;
    border: 1px solid #fff;
    border-radius: 5px;
    max-width: 100%;
    text-align: center
}

.btn {
    background: linear-gradient(to bottom, #e63c2e 0, #31160a 100%);
    display: inline-block;
    padding: 9px 12px;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 5px;
    font: 400 22px Bebas\ Neue;
    width: 100%;
    color: #fff;
    letter-spacing: 1.5px
}

.btn:hover {
    box-shadow: 0 0 5px 3px #fff
}

.btn-daf {
    animation: blinking 1s infinite;
    transition: all .4s
}

@keyframes blinking {
    0% {
        border: 2px solid #533c98
    }

    100% {
        border: 2px solid #ff9626
    }
}

.blink-me {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.anim {
    animation: blinkings 1s infinite
}

@keyframes blinkings {
    0% {
        border: 2px solid #fff
    }

    100% {
        border: 2px solid #054487
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .marquee {
        font-size: 20px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1000px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.p-0 {
    padding: 0
}

.col-md-12,
.col-md-4,
.col-md-6,
.col-md-8,
.col-xs-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-6 {
    float: left;
    width: 50%
}

@media (min-width:768px) {
    .navbar {
        display: none
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .order-first {
        -ms-flex-order: -1;
        order: -1
    }

    .logocil,
    .mob {
        display: none
    }

    .logform {
        padding-top: 1.3rem
    }

    .nopadding {
        padding: 0
    }

    .mob {
        display: none
    }
}

@media (max-width:768px) {

    .des,
    .logo {
        display: none
    }

    .navbar {
        position: fixed;
        background-color: #131313;
        right: 0;
        left: 0;
        z-index: 1030;
        min-height: 50px;
        width: 100%;
        float: left;
        padding: 5px
    }

    .content {
        padding-top: 0
    }

    .border-bt {
        border-bottom: 1px solid #dee2e6;
        border-top: 1px solid #dee2e6;
        padding: 5px 15px
    }

    .marquee {
        font-size: 4vw
    }

    .space {
        padding-top: 72px
    }

    .mob {
        display: block
    }
}

.pt-1,
.py-1 {
    padding-top: .25rem
}

.pb-1,
.py-1 {
    padding-bottom: .25rem
}

.pt-2,
.py-2 {
    padding-top: .5rem
}

.pb-2,
.py-2 {
    padding-bottom: .5rem
}

.mt-2,
.my-2 {
    margin-top: .5rem
}

.mb-2,
.my-2 {
    margin-bottom: .5rem
}

.mt-3,
.my-3 {
    margin-top: .75rem
}

.mb-3,
.my-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1.1rem
}

.mt-5,
.my-5 {
    margin-top: 2rem
}

.mb-5,
.my-5 {
    margin-bottom: 2rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.mx-5 {
    margin-left: .75rem;
    margin-right: .75rem
}

.pt-3 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 2rem
}

.bg-dark {
    background-color: #020202
}

.slide {
    width: 100%;
    border: 1px solid #b1361d;
    border-radius: 4px;
    box-shadow: 0 0 6px 1px #4c3494
}

.slide img {
    object-fit: contain
}

.social-card {
    display: block;
    background-image: linear-gradient(#8339cd, #050042);
    padding: 9px 12px;
    border-radius: 5px;
    font-weight: 700;
    font-family: Bebas\ Neue;
    font-size: 22px;
    transition: .2s all;
    position: relative;
    color: #fff;
    border: 1px solid #00d0ff;
    letter-spacing: 1.1px;
    box-shadow: 0 0 6px 1px #c52fdb
}

.social-card img {
    object-fit: contain
}

.social-card:focus,
.social-card:hover {
    box-shadow: 0 0 6px 4px #fff
}

.info {
    background-image: linear-gradient(#8339cd, #050042);
    color: #fff;
    font-family: Bebas\ Neue;
    transition: .2s all;
    position: relative;
    border: 1px solid #00d0ff;
    border-radius: 5px;
    letter-spacing: 1.2px;
    padding: 10px 10px 0;
    line-height: .99;
    box-shadow: 0 0 6px 1px #c52fdb
}

.info h3 {
    font-size: 26px;
    color: #56dff1
}

.info p {
    border-bottom: 1px solid #dee2e6
}

.bottom {
    float: left;
    width: 100%
}

.word {
    color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px dashed #4c3494;
    font-family: Bebas\ Neue
}

.word h1 {
    font-size: 1.5em
}

.word h2 {
    font-size: 1.3em
}

.word h3 {
    font-size: 1.1em
}

.word p {
    font-size: 1em
}

.word a {
    color: #ffd700
}

.footer {
    text-decoration: none;
    color: #fff
}

.chat {
    border-radius: 10px;
    box-shadow: 0 0 6px 1px #fff
}

.chat:hover {
    opacity: .8
}

table {
    color: #fff
}

table.td,
table.th {
    border: 1px solid #f98f15;
    padding: 6px;
    font-family: Bebas\ Neue;
    letter-spacing: .69px
}

.text-center {
    text-align: center
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-centered {
    text-align: center
}

.letter-spacing-1 {
    letter-spacing: 1px
}

.letter-spacing-2 {
    letter-spacing: 2px
}

.img-share {
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #fff;
    background: transparent
}

.share-media ul {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px
}

.share-media li {
    display: inline
}

.seo-onpage {
    display: none
}

.floating-footer {
    background: #181834;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10
}

.floating-footer-icon {
    padding: 3px;
    text-align: center;
    font-size: 10px;
    line-height: 12px
}

.floating-button {
    position: fixed;
    bottom: 75px;
    right: 15px;
    z-index: 10
}

.floating-button a {
    display: block
}

.site-description {
    text-align: left;
    padding: 10px;
    color: #ffd700;
    border-radius: 5px;
    box-shadow: 0 0 8px 4px #ffd700
}

.site-description hr {
    margin: 10px 0 10px 0;
    color: #ffd700;
    border: 1px solid #ffd700
}

.site-description p {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-align: justify;
    line-height: 23px;
    padding: 0 10px;
    color: #fff
}

.site-description li {
    margin: 5px 30px 10px;
    text-align: justify;
    color: #ffd700
}

.site-description ul>li>a {
    color: #fff
}

.site-description a {
    color: red
}

.site-description h1 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    color: #ffd700;
    margin: 20px 0 20px 0;
    text-align: center
}

.site-description h2 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.7em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 23px;
    color: #ffd700;
    margin: 20px 0 20px 0;
    text-align: center
}

.site-description h3 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.4em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 23px;
    color: #ffd700;
    margin: 20px 0 20px 0;
    padding: 10px 10px 10px 10px
}

.site-description h4 {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 23px;
    color: #fff;
    margin: 20px 0 20px 0;
    padding: 10px
}

.site-description li h4 {
    color: #fff;
    line-height: 26px;
    margin: 5px;
    padding: 0;
    text-align: left
}

.site-description ul li {
    list-style-type: square
}

.site-description-container {
    padding: 0 15px;
    letter-spacing: .05em;
    align-items: center;
    color: #fff
}

body {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

body {
    -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    animation: -amp-start 8s steps(1, end) 0s 1 normal both
}

@-webkit-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-moz-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-ms-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@-o-keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes -amp-start {
    from {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}