.login-header {
    background: #000 url('../images/bg-header-top.jpg') repeat-x;
    padding: 13px 0;
}
.login-header img{
    width: 180px;
}
.login-header .btn-logins{
    text-transform: uppercase;
    background: linear-gradient(to right, #da8cff, #9a55ff);
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #fff;
}
.login-header .btn-logins:hover{
    background: linear-gradient(to right, #9a55ff, #da8cff);
}
.login-header .login-btn-modal{
    display: none;
}
.login-header form .col-auto{
    padding: 0 2px;
}
.login-header form input{
    height: 30px;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #3e3e3e;
}
.login-header form input:focus{
    box-shadow: 0 0 2px 0 #ddd !important;
    border-color: #a760ff;
}
.login-header form button{
    height: 30px;
    line-height: normal;
    padding:0 25px;
    border-radius: 2px;
}
.login-header form input::placeholder{
    font-size: 14px;
    font-weight: 15px;
    color: #eee;
    font-style: italic;
}
.header-navbar{
    background: #2e2e2e;
}
.header-navbar ul{
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.header-navbar ul li{
    list-style: none;
}
.header-navbar ul li a{
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    padding: 7px 15px !important;
    color: #fff !important;
    display: block;
}
.header-navbar ul li a:after{
    content: '';
    background: #111;
    height: 100%;
    width: 1px;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}
.header-navbar ul li a.active,
.header-navbar ul li a.active:hover{
    background: linear-gradient(to right, #da8cff, #9a55ff);
    color: #fff !important;
    text-decoration: none !important;
}
.header-navbar ul li a:hover{
    text-decoration: underline !important;
    color: #da8cff !important;
}
.counts {
    position: absolute;
    top: -6px;
    right: 3px;
    min-width: 33px;
    height: 12px;
    border-radius: 3px;
    padding-right: 4px;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    background: linear-gradient(to right, #da8cff, #9a55ff);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
    display: inline-flex;
}
.counts b {
    background-image: linear-gradient(180deg, #fff 0%, #eee 89%);
    width: 100%;
    display: grid;
    margin-right: 2px;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.counts b:before {
    content: '';
    width: 14px;
    height: 8px;
    background:url('../images/count.svg');
    background-size: contain;
}
.counts b:before, .on_live .live_icon span:before {
    animation: twinkling 1.4s infinite ease;
}
@keyframes twinkling{0%,
    100%{opacity:1}50%{opacity:0.3}}
.bannerslider .row{
    margin: 0;
}
.bannerslider .col-md-9,
.bannerslider .col-md-3{
    padding: 0;
}
.clientcontact{
    background: linear-gradient(to right, #da8cff, #9a55ff);
    text-align: center;
    padding: 40px 0 !important;
    height: 237px;
}
.clientcontact h2{
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0;
}
.clientcontact img{
    width: 40px;
    margin: 10px auto;
    display: block;
}
.clientcontact span{
    color: #000;
    text-transform: uppercase;
}
.clientcontact span small{
    font-style: italic;
    margin: 0 3px;
    display: inherit;
    background: #000;
    border-radius: 3px;
    padding: 4px 8px;
    width: auto;
    color: #fff;
}
.home-title{
    padding-left: 10px;
    text-transform: uppercase;
    color: #090909;
    border-left: 2px solid #da8cff;
    font-weight: 600;
    margin-bottom: 30px;
}
.ourexchange{
    padding: 50px 0;
    background: #eee;
}
.ourexchange .row .col-md-3{
    padding: 0 2px;
}
.ox-div{
    cursor: pointer;
    transition: 0.9s;
    position: relative;
    background: #000 url('../images/bg-header-top.jpg') repeat-x;
}
.ox-div:hover{
    background: #0B0B0B url('../images/bg-header-top.jpg') repeat-x;
}
.ox-div img{}
.ox-div h3{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    background: #fff;
    width: 140px;
    margin: 0 auto;
    line-height: 2.5;
    border-radius: 30px;
    font-weight: 600;
}
.ox-div:hover h3{
    background: linear-gradient(to right, #da8cff, #9a55ff);
    color: #fff;
}
.casinoslider{
    padding: 50px 0;
    background: #f9f9f9;
}
.casinoslider .row .col-md-2{
    padding: 0 3px;
    margin-bottom: 6px;
}
.cs-img img:hover{
    filter: grayscale(1);
}
.footerpage{
    background: #000;
    padding: 25px 0 5px 0;
}
.footerpage img{
    width: 190px;
    margin: 0 auto;
}
.bottommenus{
    text-align: center;
    margin:20px  0;
    padding: 0;
    display: inline-flex;
}
.bottommenus li{
    list-style: none;
}
.bottommenus li a{
    text-transform: capitalize;
    font-weight: 14px;
    color: #eee !important;
    text-decoration: underline !important;
}
.bottommenus li a:hover{
    color: #9a55ff !important;   
}
.footerpage p{
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}
.loginDesign{}
.loginDesign .modal-content{
    background: #fff !important;
}
.loginDesign .close{
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #a45eff;
    color: #fff;
    opacity: 1;
    border-radius: 5px;
}
.loginDesign img{
    width: 190px;
    margin: 25px auto;
    display: block;
}
.loginDesign input{
    height: 45px;
    font-size: 14px;
}
.loginDesign input:focus{
    border-color:#a45eff;
}
.loginDesign button{
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .login-header form{
        display: none;
    }
    .login-header .login-btn-modal{
        display: block;
        float: right;
        font-size: 14px;
        font-weight: 600;
    }
    .header-navbar ul {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: block;
    }
    .header-navbar ul li{
        display: inline-block;
    }
    .header-navbar ul li a{
        padding:12px 15px;
        font-size: 16px;
    }
    clientcontact {
        font-size: 25px;
    }
    .carousel-item img{
        height: 130px;
        object-fit: cover;
    }
    .ox-div{
        margin-bottom: 6px;
    }
    .counts {
        top: 2px;
    }
}