﻿body {
    font-family: 'Poppins', sans-serif;
    padding: 0px;
    margin: 0px;
    color: #212230;
    font-size: 16px;
    overflow-x: hidden;
    background-color: #17151a;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

h1, .h1 {
    font-size: 128px;
    color: #2D2D2D;
    line-height: 0.9em;
    font-family: 'Bebas Neue', cursive;
}

h2, .h2 {
    font-size: 48px;
    color: #171717;
}

h3, .h3 {
    font-size: 32px;
    color: #383838;
}

h4, .h4 {
    font-size: 20px;
    color: #000000;
}

h5, .h5 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

a {
    color: #000000;
    transition: all 0.2s ease;
}

p, ul li {
    color: #000000;
    font-size: 18px;
}

    p a {
        color: #383838;
    }

    p.text-sm {
        font-size: 16px;
    }

hr {
    margin: 0;
    padding: 0;
    border-color: #f3f6f8;
}

button:focus, input:focus {
    outline-style: none;
}

.font-weight-semibold {
    font-weight: 600;
}

.bg-dark {
    background-color: #17151a !important;
}

.text-warning {
    color: #FFC000 !important;
}

.text-dark {
    color: #0F0F0F !important;
}

.border.border-pink {
    border-color: #FF65E3 !important;
    box-shadow: #FF65E3 0 0 30px;
    box-shadow: rgba(255, 49, 234, 0.26) 0 0 30px;
}

.border.border-blue {
    border-color: #0395FF !important;
    box-shadow: #0395FF 0 0 30px;
    box-shadow: rgba(0, 180, 255, 0.26) 0 0 30px;
}

.border.border-aqua {
    border-color: #1EDFF1 !important;
    box-shadow: #1EDFF1 0 0 30px;
    box-shadow: rgba(30, 223, 241, 0.26) 0 0 30px;
}

.border.border-green {
    border-color: #60FF13 !important;
    box-shadow: #60FF13 0 0 30px;
    box-shadow: rgba(96, 255, 19, 0.26) 0 0 30px;
}

.text-pink {
    color: #FF65E3 !important;
}

.text-blue {
    color: #0395FF !important;
}

.text-aqua {
    color: #1EDFF1 !important;
}

.text-green {
    color: #60FF13 !important;
}

.text-orange {
    color: #FF6600 !important;
}

.btn.btn-o {
    font-size: 24px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    padding: 12px 15px;
    line-height: 24px;
    text-align: left;
    min-width:250px;
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.btn.bg-warning, .btn.btn-o.bg-white {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
}

.btn.bg-warning:before, .btn.btn-o.bg-white:before {
    content: '';
    position: absolute;
    border: transparent solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.btn.bg-warning:hover, .btn.bg-warning:focus {
    background-color: #FFDB4D !important;
}
.btn.bg-warning:hover:before, .btn.bg-warning:focus:before, .btn.bg-warning:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    border-color: #FFDB4D;
}

.btn.btn-o.bg-white:hover, .btn.btn-o.bg-white:focus {
    background-color: #F8F8F8 !important;
}
.btn.btn-o.bg-white:hover:before, .btn.btn-o.bg-white:focus:before, .btn.btn-o.bg-white:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    border-color: #F8F8F8;
}

.btn.btn-o img {
    margin-right: 15px;
}

.btn.btn-o:hover, .btn.btn-o:focus {
    background-color: #04a548;
}

.btn.btn-o.btn-o-w {
    background-color: transparent;
    border: #ffffff solid 2px;
}

    .btn.btn-o.btn-o-w:hover, .btn.btn-o.btn-o-w:focus {
        background-color: #6069ff;
    }

    .btn.btn-o.btn-o-w.btn-light {
        background-color: #e9f3fa;
        border: #0078d7 solid 2px;
        color: #0078d7;
        font-family: 'Poppins', sans-serif;
    }

        .btn.btn-o.btn-o-w.btn-light:hover, .btn.btn-o.btn-o-w.btn-light:focus {
            background-color: #daebf7;
        }



@media (min-width:1300px) {
    .container {
        max-width: 1240px;
    }

    .max-width-none {
        max-width: none;
    }
}


.rounded {
    border-radius: .60rem !important;
}

.list-inline.text-nowrap .list-inline-item{
    white-space:normal;
}




/********** Header Css ***********/
.header {
    background-color: #ffffff;
    transition: 0.3s;
    box-shadow: #000000 0 0 10px;
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
}

.fixed-social {
    position: fixed;
    left: 0;
    top: 45%;
    z-index: 99;
}

    .fixed-social li a {
        display: block;
        padding-left: 10px;
        text-align: center;
        height: 50px;
        padding-right: 10px;
        line-height: 60px;
    }

    .fixed-social li.fb a {
        background-color: #4268b3;
    }

    .fixed-social li.tw a {
        background-color: #43bceb;
    }

    .fixed-social li.ld a {
        background-color: #0177b5;
    }

    .fixed-social li.ins a {
        background-color: #6057f9;
    }

.header {
    box-shadow: 4px 8px 24px -18px #aca7ff;
    transition: box-shadow .3s ease-in-out;
}

.navbar-bg {
    background-color: #fff;
}

.navbar-brand.logo {
    height: auto;
    padding: 0;
}

    .navbar-brand.logo span {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        vertical-align: middle;
    }

    .navbar-brand.logo p {
        font-size: 16px;
        margin: 0;
        line-height: .5;
        color: #949494;
    }

        .navbar-brand.logo p small {
            font-weight: 400;
            color: #949494;
        }

.navigation .navbar-nav {
    position: relative;
    left: 15px;
}

    .navigation .navbar-nav > li {
        color: #0C3653;
    }

        .navigation .navbar-nav > li > a {
            color: #0C3653;
            padding: 0 20px !important;
            transition-property: none;
        }

        .navigation .navbar-nav > li.active > a,
        .navigation .navbar-nav > li:focus > a,
        .navigation .navbar-nav > li:hover > a {
            color: #307CF8;
        }

        .navigation .navbar-nav > li > a:after {
            background-color: transparent;
            content: "";
            display: block;
            height: 6px;
            transition: all .2s ease;
            margin-top: 5px;
        }

        .navigation .navbar-nav > li.active > a:after,
        .navigation .navbar-nav > li:hover > a:after {
            background-color: #307CF8;
        }

/**** Home Banner ***/

.pageTopBanner {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}




/**** Section One*****/
.hm-section-1 {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 95%;
    background-color: #17151a;
}

    .hm-section-1 .bg-white {
        height: 100%;
        cursor: pointer;
        border: transparent solid 2px;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px;
    }

        .hm-section-1 .bg-white.active {
            border-color: #9C9CFF;
        }

        .hm-section-1 .bg-white p {
            color: #5C5C5C;
        }



/********* Section Two *********/

.hm-section-2 {
}


/********* Section Three *********/

.hm-section-3 {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

#gamingCarousel ul.carousel-indicators {
    bottom: -40px;
}

#gamingCarousel ul.carousel-indicators {
    bottom: -40px;
}

#gamingCarousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#gamingCarousel .carousel-indicators .active {
    background-color: #FF6600;
}

/*********** Footer **************/

.footerBox {
    padding-top: 30px;
    background-color: #F3F1F3;
}

.fooCopyrights {
    background-color: #17151A;
}

.footerBox p {
    font-size: 14px;
}

.footerBox h4 {
    font-weight: 600;
    padding-bottom: 10px;
}

.footerBox img {
    margin-bottom: 10px;
}

.footerBox .list-unstyled .list-unstyled-item {
    margin-bottom: 5px;
}

    .footerBox .list-unstyled .list-unstyled-item i.dots {
        display: inline-block;
        background-color: #818181;
        width: 7px;
        height: 6px;
        vertical-align: middle;
        border-radius: 100%;
        margin-right: 10PX;
        color: #000000;
    }

    .footerBox .list-unstyled .list-unstyled-item a {
        color: #000000;
        font-size: 14px;
    }

.fooCopyrights {
    padding: 20px 0;
    margin-top: 15px;
}

    .fooCopyrights p {
        font-size: 14px;
        margin-bottom: 0;
        color: #ffffff;
    }

    .fooCopyrights .list-inline {
        margin-bottom: 0;
    }

        .fooCopyrights .list-inline a {
            color: #ffffff;
        }

        .fooCopyrights .list-inline svg {
            fill: #ffffff;
        }


/************* Contact Page ***************/
.contact-frm .form-control {
    border: #FF6600 solid 1px;
    border-color: rgba(255, 102, 0, 0.5);
    height: 48px;
    border-radius: 5px;
    color: #ffffff;
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    background-color: transparent;
}

    .contact-frm .form-control.input-error {
        border-color: rgba(255,255,255,0.5);
    }

    .contact-frm .form-control::-webkit-input-placeholder {
        color: rgba(255,255,255,0.5);
    }

    .contact-frm .form-control:-ms-input-placeholder {
        color: #ffffff;
    }

    .contact-frm .form-control::-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

    .contact-frm .form-control:-moz-placeholder {
        color: #ffffff;
        opacity: 1;
    }

.contact-frm textarea.form-control {
    height: auto;
    resize: none;
}

.contact-address ul.list-unstyled li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 45px;
    padding-top: 0px;
}

    .contact-address ul.list-unstyled li p a {
        color: #ffffff;
    }

    .contact-address ul.list-unstyled li img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 40px;
    }

/*** Inner Page ****/
.PageBanner {
    background-color: #17151a;
}

.innerContent {
    background-color: #ffffff;
}

    .innerContent h1, .innerContent h3, .innerContent h5 {
        color: #2C395F;
        letter-spacing: 0.5px;
    }

        .innerContent h1 a, .innerContent h4 a, .innerContent h5 a {
            color: #2C395F;
            text-decoration: none;
        }

    .innerContent p {
        margin-bottom: 20px;
    }

    .innerContent ul li, .innerContent ol li {
        margin-bottom: 8px;
    }

    .innerContent p, .innerContent ul li, .innerContent ol li {
        font-size: 15px;
        color: #2C395F;
    }

        .innerContent p b {
            color: #000000;
        }

        .innerContent p a {
            color: #6964FE;
            text-decoration: underline;
        }

    .innerContent ul {
        padding-left: 15px;
    }

        .innerContent ul li {
            font-weight: 300;
            margin-bottom: 10px;
            color: #2C395F !important;
        }

/*** Cookies Section ***/

.cookie-bar.visible {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0px;
    z-index: 5000;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    -webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

.AVsizer {
    margin: 0 auto;
    text-align: left;
    position: relative;
    max-width: 1290px;
    background: #0f0d27;
    padding-left: 25px;
    padding-right: 25px;
}

.cookie-bar .AVsizer {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    float: right;
    margin-bottom: 20px;
    max-width: 450px;
    border-radius: 9px 0px 0px 9px;
}

.cookie-bar .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    padding-bottom: 8px;
}

.cookie-bar p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    padding: 0 30px 0 0;
    vertical-align: middle;
    text-align: left;
    color: #ADB2B6;
    font-size: 15px;
    line-height: 26px;
}

.cookie-bar a {
    color: #FFF;
    text-decoration: underline;
}

.cookie-bar .close {
    cursor: pointer;
    display: block;
    border: #ADB2B6 solid 1px;
    opacity: 1;
    padding: 0;
    font-size: 20px;
    text-shadow: none;
    color: #ADB2B6;
    font-weight: 400;
    /* border-radius: 100%; */
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
}

.faq-section .faq-collapse {
    background-color: #f8f8f8;
    margin-bottom: 10px;
}

    .faq-section .faq-collapse h4,
    .faq-section .faq-collapse h4 a {
        color: #000;
        position: relative;
    }

        .faq-section .faq-collapse h4 a:hover {
            text-decoration: none;
        }

    .faq-section .faq-collapse p {
        color: #2a2a2a;
    }

    .faq-section .faq-collapse h4 a {
        padding-right: 45px !important;
    }

    .faq-section .faq-collapse a i {
        float: right;
        display: block;
        padding: 3px;
        font-size: 34px;
        line-height: 17px;
        width: 35px;
        text-align: center;
        height: 35px;
        position: absolute;
        right: 8px;
        top: 10px;
        font-style: normal;
    }

}

.faq-section .faq-collapse a[aria-expanded=false] i.fa.fa-minus {
    display: none;
}

.faq-section .faq-collapse a[aria-expanded=true] i.fa.fa-plus {
    display: none;
}

.s-contact-frm {
    max-width: 780px;
    margin: 0 auto;
}

    .s-contact-frm .form-control {
        border: none;
        border-radius: 8px;
        min-height: 44px;
        color: #909090;
    }

        .s-contact-frm .form-control::-webkit-input-placeholder {
            color: #909090;
        }

        .s-contact-frm .form-control:-ms-input-placeholder {
            color: #909090;
        }

        .s-contact-frm .form-control::-moz-placeholder {
            color: #909090;
            opacity: 1;
        }

        .s-contact-frm .form-control:-moz-placeholder {
            color: #909090;
            opacity: 1;
        }

    .s-contact-frm label a {
        color: #E1A34C;
    }

.offer-slideshow img {
    display: none;
}

    .offer-slideshow img.active {
        display: block;
    }
