/**
* Template Name: Techie - v2.2.1
* Template URL: https://bootstrapmade.com/techie-free-skin-bootstrap-3/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    /* color: #007bff;*/
    color: #bda050;
    text-decoration: none;
}


    a:hover {
        color: #bda050;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

h3 {
    margin-top: 30px;
    font-size: 22px;
    color: #bda050;
}

.desc td {
    font-size: 14px;
    color: #8d92a0;
    border: 1px solid #8d92a0;
    width: 50%;
}

#bannedcountries {
    /*  width: 500px;
    height: 400px;*/
    word-wrap: break-word;
}

#terms .section-title {
    text-align: center;
    padding-bottom: 0px;
}

.progmobi {
    display: none;
}


.moretext {
    display: none;
}


.termscontent p {
    color: #c2c8cb;
    text-align: left;
}

.termscontent h2 {
    font-size: 20px;
    background: #132332;
    padding: 5px;
}


.termscontent a {
    color: #fff;
}




.termscontent h4 {
    color: #bda050;
}



.card {
    font-size: 14px;
    color: #c2c8cb;
    background-color: #050F19;
}


#bannerinner {
    width: 100%;
    /* height: 100vh; */
    background: url(../img/header-inner.jpg) center center no-repeat;
    background-size: cover;
    min-height: 350px;
    margin-top: 90px;
}

    #bannerinner h1 {
        margin: 0;
        font-size: 42px;
        font-weight: 700;
        line-height: 48px;
        color: #fff;
    }

    #bannerinner .offer {
        font-size: 100px;
    }

    #bannerinner h2 {
        color: rgba(255, 255, 255, 0.8);
        margin: 0px 0 0 0;
        font-size: 28px;
        color: #bda050;
    }

    #bannerinner .btn-get-started {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 26px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 5px;
        transition: 0.5s;
        margin-top: 30px;
        color: #fff;
        background: #eb1716;
    }

        #bannerinner .btn-get-started:hover {
            background: #c20102;
        }





/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #050f19;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebarIconToggle {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 500;
    height: 100%;
    width: 100%;
    top: 5px;
    left: 5px;
    height: 40px;
    width: 40px;
    background: -webkit-gradient( linear, left top, left bottom, from(#00aeef), to(#f42fad));
    background: -o-linear-gradient( top, #00aeef 0%, #f42fad 100%);
    background: linear-gradient( 180deg, #00aeef 0%, #f42fad 100%);
    border-radius: 50%;
    padding: 10px 5px 5px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        color: #bda050;
    }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.btnlogin {
    margin-left: 25px;
    width: 60%;
    text-align: center;
    margin-right: 25px;
    background: #eb1716;
    border-radius: 5px;
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff !important;
    padding: 10px 0 !important;
}

    .btnlogin:hover {
        color: red;
        background: #c20102;
    }

.btnsignup {
    margin-left: 25px;
    color: #fff !important;
    width: 60%;
    text-align: center;
    background: #bda050;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 0 !important;
    text-align: center;
}

.ham {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

    .ham img {
        max-width: 60px;
    }

.name {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.dropdownsignup.sidenav a:hover {
    color: #fff !important;
}



#main {
    transition: margin-left .5s;
    padding: 0px;
}

#dHotSlotsContainer {
    display: none;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 5px;
        font-family: "Poppins", sans-serif;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #fff;
            background: #5846f9;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(88, 70, 249, 0.8);
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #ffffff;
            font-size: 14px;
            text-transform: uppercase;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        bottom: 10%;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: rgba(255, 255, 255, 0.6);
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #fff;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
        top: calc(50% - 48px);
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        bottom: calc(50% - 50px);
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}




/*table start*/
table {
    width: 100%;
    margin: 20px 0;
}

td {
    border-bottom: 2px solid #050F19;
    padding: 5px 10px;
    vertical-align: top;
    text-align: left;
    width: 25%;
    color: #9EA3A6;
    background: #132332;
}

.contentcontainer.banking th {
    text-align: left;
}

th {
    font-size: 16px;
    font-weight: normal;
    background: #eb1716;
    /* border-bottom: 1px solid #007bff; */
    color: #fff;
    padding: 5px;
    font-weight: bold;
    text-align: left;
    width: 25%;
}

/*table end*/

.faqs ul {
    display: block;
}



.faqs li {
    text-align: left;
}

.accordion-body {
    text-align: left;
    background-color: #050F19;
}

    .accordion-body h4 {
        color: #bda050;
        font-size: 22px;
    }


    .accordion-body h2 {
        color: #ffffff;
    }



.accordion-button:not(.collapsed) {
    color: #6500a0;
    background-color: #132332;
}

.accordion-button {
    padding: 0.5rem 1.25rem;
}



    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgb(170 135 39 / 80%);
        border-color: #6500a0;
    }

.faqs .accordion-button {
    color: #fff;
    text-align: left;
    background-color: #132332;
    border-bottom: 1px solid #050F19;
}

.faqs .accordion-item {
    background: rgba(33, 59, 154, 0.4);
}


.faqs .accordion-body {
    color: #9EA3A6;
    background: #050F19;
}


.faqs .accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background: url(../img/arrow-down-3101.png) center center no-repeat;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.faqs .section-title {
    padding-bottom: 0px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    /*  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);*/
    background: url(../img/arrow-down-3101.png) center center no-repeat;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

/*.accordion-button:not(.collapsed)::after {
    background: url(../img/arrow-down-3101.png) center center no-repeat;
    transform: rotate(-180deg);
}*/


.footer-newsletter form {
    margin-bottom: 30px;
    /* background: #fff; */
    padding: 6px 10px;
    border-radius: 4px;
    position: relative;
    /* top: 29%; */
    text-align: center;
}


#loyalty .section-title {
    padding-bottom: 0;
}



.footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    /*   width: calc(100% - 110px);*/
}

.footer-newsletter form input[type="submit"] {
    position: relative;
    top: 0;
    right: -12px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 4px 20px 5px 20px;
    background: #eb1716;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

    .footer-newsletter form input[type="submit"]:hover {
        background: #c20102;
    }


@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}


.ticker-container {
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 2rem;
    /*  top:6px;
    overflow:hidden;
    height:2.5em;*/
}

.ticker-text {
    display: inline-block;
    height: 2rem;
    line-height: 2.9rem;
    white-space: nowrap;
    padding-right: 100%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 260s;
    animation-duration: 260s;
}

/*.ticker-item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 16px;
    color: #1a2b45;
    font-family: Raleway-Bold;
}*/

#iLoyaltyUsername {
    border: 0;
    padding: 4px;
    border-radius: 4px;
}

#iVipUsername {
    border: 0;
    padding: 4px;
    border-radius: 4px;
}

#sVIPContainer {
    display: none;
}

#btnCheckLoyaltyTier {
    position: relative;
    top: 0;
    right: -12px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 4px 20px 5px 20px;
    background: #eb1716;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

#btnVIPLogin,
#btnCheckVip {
    position: relative;
    top: 0;
    right: -12px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 4px 20px 5px 20px;
    background: #eb1716;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

.loyaltyinput {
    text-align: center;
}

.vipinput {
    text-align: center;
}

.footer-newsletter p {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

#mobile_sticky_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px;
    background: rgba(5, 15, 25, 0.8);
    display: none;
    z-index: 1;
}


    #mobile_sticky_footer .width_80 a {
        /* color: #fff; */
        letter-spacing: 2px;
        font-size: 12px;
        text-decoration: none;
        padding: 6px 20px;
    }

    #mobile_sticky_footer .login {
        color: #fff;
        background: #bda050;
        border-radius: 5px;
        padding: 6px 25px 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        display: inline-block;
    }

.cta {
    padding: 4px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s ease;
    /* min-width: 220px;*/
    margin: 16px auto;
    background: #eb1716;
    color: #fff;
    border: none;
}

.loyalty h3 {
    margin-top: 30px;
    font-size: 22px;
    color: #bda050;
    padding-bottom: 10px;
    text-align: center;
}


.loyalty h4 {
    background: rgba(189, 160, 80, 0.4);
    font-size: 16px;
    padding: 10px;
}

.loyalty .owl-nav, #loyaltyslider .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.loyalty .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .loyalty .owl-dot.active {
        background-color: #eb1716 !important;
    }

#loyaltyslider.owl-carousel .owl-item img {
    display: block;
    border-radius: 6px 6px 0 0;
    /* width: 90% !important;*/
}

.loyaltyfield {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

#loyaltyslider .item-details {
    /* background-color: #333333; */
    background-color: #132332;
    color: #fff;
    padding: 10px 10px;
    position: relative;
    min-height: 170px;
    /* text-align: left; */
    border-radius: 0 0px 6px 6px;
}



#loyaltyslider .owl-prev {
    position: absolute;
    left: -30px;
    color: #fff;
    /* padding: 20px; */
    top: 40%;
    /* background: #eb1716; */
    border: 2px solid #eb1716;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#loyaltyslider .owl-next {
    position: absolute;
    right: -30px;
    /* padding: 20px; */
    color: #fff;
    top: 40%;
    border: 2px solid #eb1716;
    /* background: #eb1716; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#loyaltyslider .item-details h5 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    /* font-weight: bold;*/
    /* text-transform: uppercase; */
    color: #ffffff;
}

    #loyaltyslider .item-details h5 span {
        color: red;
        float: right;
        padding-right: 20px;
    }

#loyaltyslider .item-details p {
    font-size: 14px;
    text-align: left;
    color: #878d91;
}

#loyaltyslider .item {
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    /*margin-bottom: 80px;*/
}

#loyaltytiers .item-details {
    /* background-color: #333333; */
    background-color: #132332;
    color: #fff;
    padding: 10px 10px;
    position: relative;
    /* min-height: 170px;*/
    /* text-align: left; */
    border-radius: 0 0px 6px 6px;
}




#loyaltytiers .owl-prev {
    position: absolute;
    left: -30px;
    color: #fff;
    /* padding: 20px; */
    top: 40%;
    /* background: #eb1716; */
    border: 2px solid #eb1716;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#loyaltytiers .owl-next {
    position: absolute;
    right: -30px;
    /* padding: 20px; */
    color: #fff;
    top: 40%;
    border: 2px solid #eb1716;
    /* background: #eb1716; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#loyaltytiers .item-details h5 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    /* font-weight: bold;*/
    /* text-transform: uppercase; */
    color: #ffffff;
}

#loyalty h6 {
    text-align: center;
    color: #fff;
}


#loyaltytiers .item-details h5 span {
    color: red;
    float: right;
    padding-right: 20px;
}

#loyaltytiers .item-details p {
    font-size: 14px;
    text-align: left;
    color: #878d91;
}

#loyaltytiers .item {
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
    /*margin-bottom: 80px;*/
}



.loyalty .owl-nav, #loyaltytiers .owl-dots {
    margin-top: 5px;
    text-align: center;
}


.loyaltysub h3 {
    text-align: center;
}

.loyaltysub {
    text-align: center;
}


#club li, #silver li, #gold li, #black li {
    font-size: 15px;
    line-height: 24px;
}


#club h4, #silver h4, #gold h4, #black h4 {
    background: rgba(189, 160, 80, 0.4);
    font-size: 15px;
    padding: 10px;
}

#club p, #silver p, #gold p, #black p {
    font-size: 11px;
}


#club .modal-title, #silver .modal-title, #gold .modal-title, #black .modal-title {
    text-align: center !important;
    color: #bda050;
}

#club .modal-header, #silver .modal-header, #gold .modal-header, #black .modal-header {
    border-bottom: 1px solid #bda050 !important;
}

#club .modal-footer, #silver .modal-footer, #gold .modal-footer, #black .modal-footer {
    border-top: none;
}

.btn-secondary {
    background-color: #132332 !important;
    border: none;
}

    .btn-secondary:hover {
        background-color: #bda050 !important;
        border: none;
    }

.services .owl-nav, #dHotSlotsContainer .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.services .owl-nav, #dNewGamesContainer .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.services .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .services .owl-dot.active {
        background-color: #eb1716 !important;
    }





/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
    padding: 0px 0;
    text-align: center;
}


    .cliens.section-bg {
        max-width: 100%;
        /* height: 50px;*/
        margin: auto;
        background: #bfc1c5;
        background: -moz-linear-gradient(left, #bfc1c5 0%, #dadde4 9%, #ffffff 53%, #dadde4 93%, #bfc1c5 99%);
        background: -webkit-linear-gradient(left, #bfc1c5 0%,#dadde4 9%,#ffffff 53%,#dadde4 93%,#bfc1c5 99%);
        background: linear-gradient(to right, #bfc1c5 0%,#dadde4 9%,#ffffff 53%,#dadde4 93%,#bfc1c5 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc1c5', endColorstr='#bfc1c5',GradientType=1 );
        border-radius: 0px;
    }

    .cliens img {
        max-width: 32%;
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
        filter: none;
        /*       -webkit-filter: grayscale(100);
        filter: grayscale(100);*/
    }

        .cliens img:hover {
            -webkit-filter: none;
            filter: none;
            transform: scale(1.1);
        }

    .cliens h4 {
        font-size: 0.9em;
        color: #fff;
        text-align: left;
        padding-left: 7px;
        line-height: 20px;
    }

    .cliens h3 {
        color: #132332;
    }




.progstrip {
    display: block;
    max-width: 100%;
    height: 50px;
    /* margin: auto;*/
}


.progstripmobi {
    max-width: 100%;
    height: 50px;
    margin: auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bfc1c5+0,dadde4+9,ffffff+53,dadde4+93,bfc1c5+99 */
    background: #bfc1c5; /* Old browsers */
    background: -moz-linear-gradient(left, #bfc1c5 0%, #dadde4 9%, #ffffff 53%, #dadde4 93%, #bfc1c5 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bfc1c5 0%,#dadde4 9%,#ffffff 53%,#dadde4 93%,#bfc1c5 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bfc1c5 0%,#dadde4 9%,#ffffff 53%,#dadde4 93%,#bfc1c5 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc1c5', endColorstr='#bfc1c5',GradientType=1 ); /* IE6-9 */
    border-radius: 0px;
    padding: 6px 25px 7px 25px;
}

    .progstripmobi p {
        text-transform: uppercase;
        margin-bottom: 0rem;
        text-align: right;
        font-size: 12px;
        line-height: 15px;
    }

    .progstripmobi h4 {
        font-size: 1.8em;
        color: #eb1716;
        font-weight: 800;
        margin-bottom: 0rem;
    }


.cliens .progstrip h4 {
    font-size: 2em;
    color: #eb1716;
    font-weight: 800;
    margin-bottom: 0rem;
}

.cliens .progstrip p {
    text-transform: uppercase;
    margin-bottom: 0rem;
}

/*progressive ticker start*/
#tick li, #tick2 li {
    list-style-type: none;
    float: left;
    padding-right: 20px;
    position: absolute;
    left: 0px;
}

#tick, #tick2 {
    position: relative;
    display: block;
    width: 5000px;
    margin: 0;
    display: table;
    height: 0px;
}

#outer {
    width: 300px;
    height: 25px;
    overflow: hidden;
    background: #EEEEEE;
}

    #outer a {
        text-decoration: none;
        color: #333;
        font-family: Calibri;
        font-size: 18px;
    }

        #outer a:hover {
            border-bottom: 2px solid #777;
        }



@media (max-width: 768px) {
    .cliens img {
        max-width: 40%;
    }

    .progmobi {
        display: block;
    }
}


@media (min-width: 481px) and (max-width: 992px) {

    #mobile_sticky_footer {
        display: block;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: fixed;
    }

    .progmobi {
        display: block;
    }
}

@media (min-width: 200px) and (max-width: 480px) {
    #mobile_sticky_footer {
        display: block;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    #loyaltyslider .item {
        text-align: center;
        margin-right: 35px;
        margin-left: 35px;
        /* margin-bottom: 80px; */
    }

    #loyaltyslider .owl-prev {
        left: 0px;
    }

    #loyaltyslider .owl-next {
        right: 0px;
    }

    #loyaltyslider h3 {
        text-align: center;
    }


    #loyaltytiers .item {
        text-align: center;
        margin-right: 35px;
        margin-left: 35px;
        /* margin-bottom: 80px; */
    }

    #loyaltytiers .owl-prev {
        left: 0px;
    }

    #loyaltytiers .owl-next {
        right: 0px;
    }

    #loyaltytiers h3 {
        text-align: center;
    }


    .footer-newsletter p {
        font-size: 14px;
    }

    .bankImg img {
        padding: 5px 0px;
    }

    .progmobi {
        display: block;
    }

    th {
        font-size: 14px;
    }

    #bitcoin.section-title {
        padding-bottom: 0px;
    }

    .section-title {
        padding-bottom: 0px;
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    left: 15px;
    bottom: 20px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #bda050;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: #eb1716;
            color: #fff;
        }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #5846f9;
        border-top-color: #e7e4fe;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    background: #fff;
}

    #header.header-scrolled, #header.header-inner-pages {
        /* background: rgba(24, 6, 185, 0.8);*/
        padding: 12px 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 73px;
        }

@media (max-width: 992px) {
    /* #header {
            padding: 12px 0 0;
        }*/

    #header .logo {
        font-size: 28px;
    }

    .progmobi {
        display: none;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 10px 0 10px 24px;
    }

.nav-menu a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3px;
    font-family: "Open Sans", sans-serif;
}

.nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #fff;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 22px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #2c4964;
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: #5846f9;
    }

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

    .nav-menu .drop-down .drop-down > a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Get Startet Button */
.get-started-btn {
    margin-left: 25px;
    color: #fff;
    background: #eb1716;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

    .get-started-btn:hover {
        /*  border-color: #fff;*/
        color: #fff;
        background: #c20102;
    }


/* Get Startet Button */
.promotionsbtn {
    /*margin-left: 25px;*/
    color: #fff;
    background: #eb1716;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

    .promotionsbtn:hover {
        /*  border-color: #fff;*/
        color: #fff;
        background: #c20102;
    }



/* Get Startet Button */
.modal-close-btn {
    /*  margin-left: 25px;*/
    margin: 0 auto;
    color: #fff;
    background: #eb1716;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

    .modal-close-btn:hover {
        /*  border-color: #fff;*/
        color: #fff;
        background: #c20102;
    }

/* Login Button */
.login-btn {
    margin-left: 25px;
    color: #fff;
    min-width: 100px;
    background: #132332;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

    .login-btn:hover {
        border-color: #fff;
        color: #fff;
        background: #050f19;
    }


/* Loyaltytiers Button */
.loyaltytier-btn {
    /*margin-left: 25px;*/
    color: #fff;
    background: #eb1716;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

    .loyaltytier-btn:hover {
        /*  border-color: #fff;*/
        color: #fff;
        background: #c20102;
    }



/* Get Startet Button */
.greenbtn {
    margin-left: 25px;
    color: #fff;
    background: #eb1716;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

    .greenbtn:hover {
        border-color: #fff;
        color: #fff;
        background: #c20102;
    }

/* Login Button */
.magenta-btn {
    margin-left: 25px;
    color: #fff;
    min-width: 100px;
    background: #bda050;
    border-radius: 5px;
    padding: 6px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

    .magenta-btn:hover {
        border-color: #fff;
        color: #fff;
        background: #aa8727;
    }






@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 10px 0 -32px;
        padding: 6px 18px;
        display: none;
    }

    .login-btn {
        margin-left: 0;
        display: none;
    }

    .progmobi {
        display: none;
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #fff;
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #2c4964;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #5846f9;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(28, 47, 65, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /*  height: 100vh;*/
    background: url(../img/header.jpg) center center no-repeat;
    background-size: cover;
    min-height: 700px;
}


#herovip {
    width: 100%;
    /*  height: 100vh;*/
    background: url(../promotions/images/vip/vip-header.jpg) center center no-repeat;
    background-size: cover;
    min-height: 600px;
    margin-top: 90px;
}



#hero .container, #hero .container-fluid {
    padding-top: 84px;
}

#hero h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 73px;
    color: #fff;
}

#hero h2 {
    /* color: rgba(255, 255, 255, 0.8);*/
    margin: 0px 0 0 0;
    font-size: 28px;
    color: #bda050;
}

#hero .offer {
    font-size: 120px;
}

#hero .btn-get-started {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 45px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 2px 98px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #eb1716;
}

    #hero .btn-get-started:hover {
        background: #c20102;
    }

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
    /*  #hero {
    background-attachment: fixed;
  }*/
}

@media (max-width: 991px) {
    #hero {
        text-align: center;
    }

        #hero .container, #hero .container-fluid {
            padding-top: 68px;
        }

        #hero .animated {
            -webkit-animation: none;
            animation: none;
        }

        #hero .hero-img {
            text-align: center;
        }

            #hero .hero-img img {
                width: 50%;
            }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 26px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }

    #hero .hero-img img {
        width: 60%;
    }

    .navmob {
        display: none;
    }

    .cliens .progstrip p {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }

    #herovip {
        min-height: 254px;
        margin-top: 90px;
    }

    .cliens .progstrip p {
        font-size: 12px;
        line-height: 14px;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*
#ticker {
    padding: 30px 0;
    overflow: hidden;
    background: #251724;
    background: -moz-linear-gradient(left, #251724 0%, #653f64 52%, #251724 100%);
    background: -webkit-linear-gradient(left, #251724 0%,#653f64 52%,#251724 100%);
    background: linear-gradient(to right, #251724 0%,#653f64 52%,#251724 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251724', endColorstr='#251724',GradientType=1 );
}*/

/*#ticker {
    padding: 30px 0;
    overflow: hidden;
    background: #ededed;
}*/




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 40px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #050F19;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #ffffff;
    }

        .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #bda050;
            bottom: 0;
            left: calc(50% - 25px);
        }

    .section-title p {
        margin-bottom: 0px;
        color: #9EA3A6;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#vip.about {
    padding: 40px 0 0 0;
}



.about {
    padding: 40px 0;
}

    .about.block .icon-box h4 {
        font-size: 21px;
    }


    .about .section-title p {
        color: #9EA3A6;
    }


    .about h3 {
        margin-top: 40px;
        color: #bda050;
    }

    .about .content h3 {
        font-weight: 600;
        font-size: 32px;
        color: #2c4964;
    }

    .about .content ul {
        list-style: none;
        padding: 0;
    }

        .about .content ul li {
            padding-bottom: 10px;
        }

        .about .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: #5846f9;
        }

    .about .content p:last-child {
        margin-bottom: 0;
    }

    .about .content .read-more {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 50px 10px 28px;
        border-radius: 5px;
        transition: 0.5s;
        color: #fff;
        background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
        position: relative;
    }

        .about .content .read-more:hover {
            background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
        }

        .about .content .read-more i {
            font-size: 22px;
            position: absolute;
            right: 20px;
            top: 12px;
        }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    background: linear-gradient(90deg, rgba(88, 70, 249, 0.5) 0%, rgba(123, 39, 216, 0.5) 100%), url("../img/counts-bg.png") center center no-repeat;
    padding: 0px;
}

    .counts .counters span {
        font-size: 48px;
        display: block;
        color: #fff;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }

    .counts .counters p {
        padding: 0;
        margin: 0 0 20px 0;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.8);
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.block .icon-box {
    text-align: center;
    padding: 10px 20px 10px 20px;
    transition: all ease-in-out 0.3s;
    border-radius: 6px;
}

#current.block .icon-box {
    padding: 0px;
}

#current h4 {
    color: #fff;
}

#vip h4 {
    color: #fff;
}




/* .services a:hover {
        color: #fff;
    }*/


.block .icon-box.light {
    background: #132332;
    width: 100%;
}

    .block .icon-box.light img {
        width: 100%;
    }

    .block .icon-box.light:hover {
        /*  background: #eb1716;*/
        cursor: pointer;
    }


.block .icon-box.dark {
    background: #011998;
    width: 100%;
}

    .block .icon-box.dark:hover {
        background: #0EAC28;
    }


.block icon-box a {
    color: blue;
}



.sub {
    color: #eb1716;
}

.services h3 {
    color: #bda050;
}

.services .section-title p {
    color: #878d91;
}


#services.section-bg {
    background: url(../img/welcome-bg.jpg) center center no-repeat;
    background-size: cover;
    /*background: #050f19;*/
}

#services .section-title h2 {
    color: #ffffff;
}



.block .icon-box .icon {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

    .block .icon-box .icon i {
        font-size: 36px;
        transition: 0.5s;
        position: relative;
    }

    .block .icon-box .icon svg {
        position: absolute;
        top: 0;
        left: 0;
    }

        .block .icon-box .icon svg path {
            transition: 0.5s;
            fill: #eb1716;
        }

.block .icon-box h4 {
    font-weight: 600;
    margin: 15px 0 15px 0;
    font-size: 22px;
}

    .block .icon-box h4 a {
        color: #ffffff;
        transition: ease-in-out 0.3s;
    }

.block .icon-box p {
    line-height: 24px;
    margin-bottom: 20px;
    color: #9EA3A6;
    margin-bottom: 10px;
}


.block .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}




.block .iconbox-blue i {
    color: #47aeff;
}

.block .iconbox-blue:hover .icon i {
    color: #fff;
}

.block .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.block .iconbox-orange i {
    color: #ffa76e;
}

.block .iconbox-orange:hover .icon i {
    color: #fff;
}

.block .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.block .iconbox-pink i {
    color: #e80368;
}

.block .iconbox-pink:hover .icon i {
    color: #fff;
}

.block .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.block .iconbox-yellow i {
    color: #ffbb2c;
}

.block .iconbox-yellow:hover .icon i {
    color: #fff;
}

.block .iconbox-yellow:hover .icon path {
    fill: #bda050;
}

.block .iconbox-red i {
    color: #ff5828;
}

.block .iconbox-red:hover .icon i {
    color: #fff;
}

.block .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.block .iconbox-teal i {
    color: #11dbcf;
}

.block .iconbox-teal:hover .icon i {
    color: #fff;
}

.block .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}







/*--------------------------------------------------------------
# Slots
--------------------------------------------------------------*/
.slots .icon-box {
    text-align: center;
    padding: 10px 20px 10px 20px;
    transition: all ease-in-out 0.3s;
    border-radius: 6px;
}

#slots.section-bg {
    /* background: #251724;*/
    background: #050f19;
}


#slots .section-title {
    text-align: center;
    padding-bottom: 0px;
}


.slots .icon-box.light {
    background: #213B9A;
}

    .slots .icon-box.light:hover {
        background: #0EAC28;
    }


.slots .icon-box.dark {
    background: #011998;
}

    .slots .icon-box.dark:hover {
        background: #0EAC28;
    }



.slots h3 {
    color: #fff;
}

.slots .section-title p {
    color: #9EA3A6;
}

.slots .owl-item {
    /*width: 200px;*/
}


.slots .icon-box .icon {
    margin: 0 auto;
    /*    width: 100px;
        height: 100px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

    .slots .icon-box .icon i {
        font-size: 36px;
        transition: 0.5s;
        position: relative;
    }

    .slots .icon-box .icon svg {
        position: absolute;
        top: 0;
        left: 0;
    }

        .slots .icon-box .icon svg path {
            transition: 0.5s;
            fill: #f5f5f5;
        }

.slots .icon-box h4 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

    .slots .icon-box h4 a {
        color: #ffffff;
        transition: ease-in-out 0.3s;
    }

.slots .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.slots .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}




.slots .iconbox-blue i {
    color: #47aeff;
}

.slots .iconbox-blue:hover .icon i {
    color: #fff;
}

.slots .iconbox-blue:hover .icon path {
    fill: #47aeff;
}

.slots .iconbox-orange i {
    color: #ffa76e;
}

.slots .iconbox-orange:hover .icon i {
    color: #fff;
}

.slots .iconbox-orange:hover .icon path {
    fill: #ffa76e;
}

.slots .iconbox-pink i {
    color: #e80368;
}

.slots .iconbox-pink:hover .icon i {
    color: #fff;
}

.slots .iconbox-pink:hover .icon path {
    fill: #e80368;
}

.slots .iconbox-yellow i {
    color: #ffbb2c;
}

.slots .iconbox-yellow:hover .icon i {
    color: #fff;
}

.slots .iconbox-yellow:hover .icon path {
    fill: #ffbb2c;
}

.slots .iconbox-red i {
    color: #ff5828;
}

.slots .iconbox-red:hover .icon i {
    color: #fff;
}

.slots .iconbox-red:hover .icon path {
    fill: #ff5828;
}

.slots .iconbox-teal i {
    color: #11dbcf;
}

.slots .iconbox-teal:hover .icon i {
    color: #fff;
}

.slots .iconbox-teal:hover .icon path {
    fill: #11dbcf;
}




/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .icon-box i {
    font-size: 48px;
    float: left;
    color: #5846f9;
}

.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}


#customers-testimonials .item-details {
    /*  background-color: #333333;*/
    background-color: #1f1f1f;
    color: #fff;
    padding: 20px 6px;
    position: relative;
    min-height: 200px;
    /*  text-align: left;*/
}

    #customers-testimonials .item-details h5 {
        margin: 0 0 15px;
        font-size: 22px;
        line-height: 18px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
    }

        #customers-testimonials .item-details h5 span {
            color: red;
            float: right;
            padding-right: 20px;
        }

    #customers-testimonials .item-details p {
        font-size: 14px;
    }

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 80px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.grey img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.grey img {
    /* filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);*/
}

    .grey img:hover {
        /* filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);*/
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

#dHotSlotsContainer.owl-carousel .owl-item img {
    display: block;
    width: 90% !important;
}

#dHotSlotsContainer .owl-prev {
    position: absolute;
    left: -40px;
    color: #fff;
    /* padding: 20px; */
    top: 40%;
    /*background: #eb1716;*/
    border: 2px solid #eb1716;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#dHotSlotsContainer .owl-next {
    position: absolute;
    right: -15px;
    /* padding: 20px; */
    color: #fff;
    top: 40%;
    border: 2px solid #eb1716;
    /* background: #eb1716; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
}





#dNewGamesContainer.owl-carousel .owl-item img {
    display: block;
    width: 90% !important;
}

#dNewGamesContainer .owl-prev {
    position: absolute;
    left: -40px;
    color: #fff;
    /* padding: 20px; */
    top: 40%;
    /*background: #eb1716;*/
    border: 2px solid #eb1716;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#dNewGamesContainer .owl-next {
    position: absolute;
    right: -15px;
    /* padding: 20px; */
    color: #fff;
    top: 40%;
    border: 2px solid #eb1716;
    /* background: #eb1716; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
}


.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

#testimonials.section-bg {
    background: url(../img/sec-test.jpg) center center no-repeat;
    background-size: cover;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #2c4964;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #b1a9fc;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #fff;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

    .testimonials .testimonial-item p:hover {
        background: #0EAC28;
        transition: all ease-in-out 0.3s;
    }



.testimonials .owl-nav, .testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .testimonials .owl-dot.active {
        background-color: #5846f9 !important;
    }






.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

#testimonials.section-bg {
    background: url(../img/sec-test.jpg) center center no-repeat;
    background-size: cover;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #2c4964;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #b1a9fc;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #fff;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

    .testimonials .testimonial-item p:hover {
        background: #0EAC28;
        transition: all ease-in-out 0.3s;
    }



.testimonials .owl-nav, .testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .testimonials .owl-dot.active {
        background-color: #5846f9 !important;
    }











@media (max-width: 767px) {
    .testimonials {
        margin: 30px 10px;
    }
}


#dHotSlotsContainer .item-details {
    color: #fff;
    display: flex;
    font-size: 14px;
    padding-top: 18px;
}

#dNewGamesContainer .item-details {
    color: #fff;
    display: flex;
    font-size: 14px;
    padding-top: 18px;
}



.slotnum {
    text-align: center;
    width: 30px;
    position: absolute;
    right: 30px;
    color: #eb1716;
    font-weight: bold;
}

.btngames {
    margin: 20px auto;
    /* display: flex; */
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 240px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 10px;
        color: #0EAC28;
        /* margin-top: 50px; */
        text-align: center;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0 0 0 45px;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: #bda050;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 0 15px;
        padding: 20px 20px 10px 20px;
        background: #fff;
        position: relative;
        border-radius: 6px;
        min-height: 250px;
        position: relative;
        z-index: 1;
        box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    }

        .testimonials .testimonial-item p:hover {
            background: #EDEDED;
            transition: all ease-in-out 0.3s;
        }



.testimonials .owl-nav, .testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

    .testimonials .owl-dot.active {
        background-color: #eb1716 !important;
    }

@media (max-width: 767px) {
    .testimonials {
        margin: 0px;
    }
}




/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 5px;
        font-family: "Poppins", sans-serif;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #fff;
            background: #5846f9;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(88, 70, 249, 0.8);
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #ffffff;
            font-size: 14px;
            text-transform: uppercase;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        bottom: 10%;
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: rgba(255, 255, 255, 0.6);
            margin: 0 2px;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #fff;
            }

    .portfolio .portfolio-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
        top: calc(50% - 48px);
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        bottom: calc(50% - 50px);
    }



.support h3 {
    color: #fff;
}

.support p {
    color: #9EA3A6;
}

.support ul {
    color: #9EA3A6;
}

#support.form-control {
    background-color: #050f19 !important;
}

#btnSupportSendMessage {
    color: #fff;
    background-color: #bda050;
    border-color: #bda050;
}

.contact-text {
    padding-top: 0 !important;
}

.livetop {
    padding-top: 0 !important;
}


.support .section-title {
    padding-bottom: 0px !important;
}

.form-floating {
    color: #9EA3A6;
}


.secode {
    color: #9EA3A6;
    padding-bottom: 10px;
}

.privacy h3 {
    color: #fff;
}

.privacy p {
    color: #9EA3A6;
}

.faqs h3 {
    margin-top: 40px;
    color: #bda050;
}

.faqs p {
    color: #9EA3A6;
}



.banking h3 {
    color: #fff;
}

.banking p {
    color: #9EA3A6;
}

.bitcoin h3 {
    color: #fff;
}

.bitcoin p {
    color: #9EA3A6;
}


.bitcoin ul {
    color: #9EA3A6;
}


.bitcoin .accordion-button {
    background-color: #eb1716 !important;
}



.resp h3 {
    color: #fff;
    margin-bottom: 20px;
}

.resp p {
    color: #c2c8cb;
}

.resp ul {
    color: #c2c8cb;
}



/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 0px;
    /*  background: #fff;*/
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #2c4964;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 36px;
    color: #5846f9;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

    .pricing h4 sup {
        font-size: 20px;
        top: -15px;
        left: -3px;
    }

    .pricing h4 span {
        color: #bababa;
        font-size: 16px;
        font-weight: 300;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .pricing ul li {
        padding-bottom: 16px;
    }

    .pricing ul i {
        color: #5846f9;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

    .pricing .btn-buy:hover {
        background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
    }

.pricing .featured h3 {
    color: #fff;
    background: #5846f9;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #5846f9;
    color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
    background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
}

    .faq .section-title h2, .faq .section-title p {
        color: #fff;
    }

        .faq .section-title h2::after {
            background: rgba(255, 255, 255, 0.6);
        }

    .faq .faq-list {
        padding: 0 100px;
    }

        .faq .faq-list ul {
            padding: 0;
            list-style: none;
        }

        .faq .faq-list li + li {
            margin-top: 15px;
        }

        .faq .faq-list li {
            padding: 30px;
            background: #fff;
            border-radius: 5px;
            position: relative;
        }

        .faq .faq-list a {
            display: block;
            position: relative;
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding: 0 30px;
            outline: none;
        }

        .faq .faq-list .icon-help {
            font-size: 24px;
            position: absolute;
            right: 0;
            left: 20px;
            color: #8577fb;
        }

        .faq .faq-list .icon-show, .faq .faq-list .icon-close {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .faq .faq-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .faq .faq-list .icon-show {
            display: none;
        }

        .faq .faq-list a.collapsed {
            color: #2c4964;
        }

            .faq .faq-list a.collapsed:hover {
                color: #5846f9;
            }

            .faq .faq-list a.collapsed .icon-show {
                display: inline-block;
            }

            .faq .faq-list a.collapsed .icon-close {
                display: none;
            }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

    .contact .info-box i {
        font-size: 32px;
        color: #5846f9;
        border-radius: 50%;
        padding: 8px;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #2c4964;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 5px;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #5846f9;
        }

    .contact .php-email-form input {
        padding: 20px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }

    .contact .php-email-form button[type="submit"] {
        background: #5846f9;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 5px;
    }

        .contact .php-email-form button[type="submit"]:hover {
            background: #7b27d8;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f2f6f9;
    min-height: 40px;
    margin-top: 68px;
}

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 300;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        font-size: 14px;
        margin: 0;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #3c6387;
                content: "/";
            }

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding: 30px 0 60px 0;
}

    .portfolio-details .portfolio-details-container {
        position: relative;
    }

    .portfolio-details .portfolio-details-carousel {
        position: relative;
        z-index: 1;
    }

        .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
            margin-top: 5px;
            text-align: left;
        }

        .portfolio-details .portfolio-details-carousel .owl-dot {
            display: inline-block;
            margin: 0 10px 0 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ddd !important;
        }

            .portfolio-details .portfolio-details-carousel .owl-dot.active {
                background-color: #5846f9 !important;
            }

    .portfolio-details .portfolio-info {
        padding: 30px;
        position: absolute;
        right: 0;
        bottom: -70px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 50px;
    }

        .portfolio-details .portfolio-description h2 {
            width: 50%;
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0 0 0 0;
        }

@media (max-width: 768px) {
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    /* background: linear-gradient(45deg, rgba(86, 58, 250, 0.9) 0%, rgba(116, 15, 214, 0.9) 100%), url("../img/hero-bg.jpg") center center no-repeat;*/
    background: #EDEDED;
    background-size: cover;
}

.iconfooter {
    background: #050f19;
    padding: 15px 0;
}

.botline {
    text-align: center;
    margin-top: 30px;
    color: #dee2e6;
}

.copyright a {
    border-bottom: none !important;
}

    .copyright a:hover {
        color: #fff;
    }


#footer .footer-top {
    padding: 60px 0 30px 0;
    position: relative;
}

    #footer .footer-top .footer-contact {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-contact h3 {
            font-size: 28px;
            margin: 0 0 30px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-weight: 500;
            text-transform: uppercase;
        }

        #footer .footer-top .footer-contact p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
            font-family: "Poppins", sans-serif;
        }

    #footer .footer-top h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
        color: #050f19;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #footer .footer-top .footer-links ul i {
                padding-right: 2px;
                /*color: #fff;*/
                font-size: 18px;
                line-height: 1;
            }

            #footer .footer-top .footer-links ul li {
                padding: 10px 0;
                display: flex;
                align-items: center;
            }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

            #footer .footer-top .footer-links ul a {
                /* color: rgba(0, 0, 0, .6);*/
                color: #050f19;
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
            }

                #footer .footer-top .footer-links ul a:hover {
                    text-decoration: underline;
                    color: #bda050;
                }

#footer .footer-newsletter {
    font-size: 15px;
}

    #footer .footer-newsletter h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
    }



#footer .copyright-wrap {
    border-top: 1px solid #8577fb;
}


.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
    color: dimgrey;
}

.bankImg {
    text-align: center;
}

    .bankImg a {
        padding: 0 10px;
    }


#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}

    #footer .credits a {
        color: #fff;
    }

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

    #footer .social-links a:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 992px) {

    .footer-contact {
        text-align: center;
        margin-top: -30px;
    }
}


@media (min-width: 768px) and (max-width: 992px) {

    #header .logo img {
        max-width: 286px;
        margin-top: -94px;
        margin: -6px auto 0;
    }

    #hero {
        width: 100%;
        /* height: 100vh; */
        background: url(../img/header-mobi2.jpg) center center no-repeat;
        background-size: cover;
        min-height: 700px;
    }

        #hero .offer {
            font-size: 90px;
        }

        #hero h1 {
            font-size: 38px;
            line-height: 51px;
        }

    .topoffer {
        position: relative;
        top: -179px;
    }

    #hero .btn-get-started {
        font-size: 30px;
        padding: 1px 78px;
        margin-top: 0px;
    }

    #bannerinner {
        width: 100%;
        /* height: 100vh; */
        background: url(../img/header-mobi2.jpg) center center no-repeat;
        background-size: cover;
        min-height: 564px;
    }


        #bannerinner .topoffer {
            text-align: center;
            top: -156px;
        }


        #bannerinner .offer {
            font-size: 90px;
        }

        #bannerinner h1 {
            font-size: 38px;
            line-height: 51px;
        }

        #bannerinner .btn-get-started {
            font-size: 30px;
            padding: 1px 14px;
            margin-top: 0px;
        }
}



@media (min-width: 481px) and (max-width: 767px) {

    /*    #header .logo img {
        max-width: 286px;
        margin-top: -94px;
        margin: -6px auto 0;
    }*/

    #hero {
        width: 100%;
        /* height: 100vh; */
        background: url(../img/header-mobi2.jpg) center center no-repeat;
        background-size: cover;
        min-height: 700px;
    }

    #herovip {
        min-height: 434px;
        margin-top: 90px;
    }


    #hero .offer {
        font-size: 90px;
    }

    #hero h1 {
        font-size: 38px;
        line-height: 51px;
    }

    .topoffer {
        position: relative;
        top: -179px;
    }

    #hero .btn-get-started {
        font-size: 30px;
        padding: 1px 78px;
        margin-top: 0px;
    }


    #bannerinner .topoffer {
        text-align: center;
        top: -156px;
    }

    #bannerinner {
        width: 100%;
        /* height: 100vh; */
        background: url(../img/header-mobi2.jpg) center center no-repeat;
        background-size: cover;
        min-height: 569px;
    }


        #bannerinner .offer {
            font-size: 90px;
        }

        #bannerinner h1 {
            font-size: 38px;
            line-height: 51px;
        }


        #bannerinner .btn-get-started {
            font-size: 30px;
            padding: 1px 14px;
            margin-top: 0px;
        }

    .topoffer {
        position: relative;
        top: -179px;
    }
}

@media (min-width: 200px) and (max-width: 480px) {

    #herovip {
        min-height: 262px;
        margin-top: 90px;
    }

    .testimonials .testimonial-item {
        min-height: 210px;
    }

    #dHotSlotsContainer .owl-next {
        display: none;
    }

    #dHotSlotsContainer .owl-prev {
        display: none;
    }

    #dNewGamesContainer .owl-next {
        display: none;
    }

    #dNewGamesContainer .owl-prev {
        display: none;
    }


    .section-title h2 {
        font-size: 28px;
    }

    #header .logo img {
        /* max-height: 72px; */
        max-width: 258px;
        margin-top: -94px;
        margin: -94px auto 0px;
        padding-left: 24%;
        /* text-align: center; */
    }

    #header .logo {
        margin-bottom: -27px !important;
        padding: 0;
    }




    #hero h2 {
        font-size: 28px;
        line-height: 29px;
    }

    #hero {
        width: 100%;
        /* height: 100vh; */
        background: url(../img/header-mobi2.jpg) center center no-repeat;
        background-size: cover;
        min-height: 569px;
        margin-top: 90px;
    }


        #hero .offer {
            font-size: 90px;
        }

        #hero h1 {
            font-size: 38px;
            line-height: 51px;
        }

    .topoffer {
        position: relative;
        top: -199px;
    }

    #bannerinner .topoffer {
        text-align: center;
        top: -156px;
    }

    #hero .btn-get-started {
        font-size: 30px;
        padding: 1px 59px;
        margin-top: 0px;
    }

    #bannerinner {
        width: 100%;
        /* height: 100vh; */
        background: url(../img/header-mobi2.jpg) center center no-repeat;
        background-size: cover;
        min-height: 569px;
    }


        #bannerinner .offer {
            font-size: 90px;
        }

        #bannerinner h1 {
            font-size: 38px;
            line-height: 51px;
        }



        #bannerinner .btn-get-started {
            font-size: 30px;
            padding: 1px 14px;
            margin-top: 0px;
        }
}
