@charset "utf-8";
    @import 'https: //fonts.googleapis.com/css?family=Roboto+Condensed:300, 300i, 400, 400i, 700, 700i';
    .mobile_login {
    display: none;
}
.loginModalForm {
    background: #045299cc;
}
.loginModalForm .modal-content {
    border-radius: 5px;
    background: url(../images/login-bg.webp);
    background: url('https://w0.peakpx.com/wallpaper/426/190/HD-wallpaper-ms-dhoni-captain-cool-cricket-india.jpg');
    background: url('https://w0.peakpx.com/wallpaper/908/670/HD-wallpaper-dhoni-sports-uniform-cricket-ms-dhoni-mahendra-singh-dhoni.jpg');
    background: url('https://w0.peakpx.com/wallpaper/393/12/HD-wallpaper-ms-dhoni-csk-ms-dhoni.jpg');
    background-size: 100%;
    border: none;
    background-size:  cover;
    border:  none;
    background-position:  bottom;
}
.loginModalForm .modal-content .close {
    position: absolute;
    right: 10px;
    top: 5px;
    opacity: 1;
    box-shadow: none;
    z-index: 9;
    border: #ffdead;
    background: 0 0;
}
.loginModalForm form {
    padding: 80px 10px;
}
.loginModalForm form label {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
.loginModalForm form h2 {
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    /* text-shadow: 2px 2px 12px #fff; */
    margin-bottom: 20px;
    font-weight: 900;
}
.loginModalForm form input {
    border-color: #07294d;
    font-size: 12px;
    color: #000;
    background: #fff;
    border-radius:  0;
}
.loginModalForm form input:focus {
    background: #fff;
    box-shadow: none;
}
.loginModalForm form input::placeholder {
    color: #07294d;
}
.loginModalForm form .input-group-text {
    border-color: #07294d;
    background: #07294d;
    color: #fff;
    border-radius:  0;
    height:  32px;
}
.loginModalForm form .btn-login {
    text-transform: uppercase;
    background: #f47422;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}
.loginModalForm form .btn-login:hover {
    background: #045299;
}
.loginModalForm form .form-check {
    padding-right: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    padding-top: 0;
    margin: 0;
    margin-bottom: 5px;
}
.loginModalForm form .form-check input {
    margin-top: 0;
    margin-right: 0;
    margin-right:  5px;
}
html body {
    background: #000;
    font-family: roboto condensed, sans-serif;
}
h1, h2, h3, h4, h5, h6, span, div {
    font-family: roboto condensed, sans-serif;
}
.wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
}
.wrapper a, .wrapper a:hover, .wrapper a:active, .wrapper a:visited, .wrapper a:focus {
    text-decoration: none;
}
.wrapper select:focus, .wrapper .btn-secondary:not(:disabled):not(.disabled).active:focus, .wrapper .btn-secondary:not(:disabled):not(.disabled):active:focus, .wrapper .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
* {
    outline: none;
}
.wrapper .btn-primary:not(:disabled):not(.disabled).active:focus, .wrapper .btn-primary:not(:disabled):not(.disabled):active:focus, .wrapper .show>.btn-primary.dropdown-toggle:focus, .wrapper .btn-primary.focus, .wrapper .btn-primary:focus {
    outline: none;
    box-shadow: none;
}
.wf100 {
    width: 100%;
    float: left;
}
.p90 {
    padding: 50px 0;
}
.main-header {
    width: 100%;
    float: left;
}
.main-header.header-scrolled {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
}
.main-header .logo-navbar {
    background: #000;
    width: 100%;
    float: left;
}
li.acctount-btn {
    padding: 0 15px;
}
.logo {
    padding: 24px 0 0;
}
.logo img {
    width: 150px;
}
.logo-navbar .navbar {
    padding: 0;
    margin: 0;
}
.main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}
.logo-navbar .nav-item {
    margin: 0 5px;
}
.logo-navbar .nav-item>a {
    padding: 0 5px;
    line-height: 90px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.logo-navbar .nav-item>a:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: #fff;
    width: 0;
    content: "";
    opacity: 0;
}
.logo-navbar .nav-item>a:hover {
    background: #045299;
}
.logo-navbar .nav-item>a:hover:after {
    width: 100%;
    opacity: 1;
}
.logo-navbar .nav-item.btn_login {
    margin: 0 0 0 15px;
    padding: 0;
    clear: none;
}
.logo-navbar .nav-item.btn_login a {
    background: #f47422;
    color: #fff;
    line-height: 33px;
    color: #fff;
    padding: 0 18px;
    border-radius: 3px;
    margin-top: 29px;
    display: inline-flex;
    align-items: center;
    font-weight: 900;
}
.logo-navbar .nav-item.btn_login a:after {
    display: none;
}
.logo-navbar .nav-item.btn_login a:hover {
    background: #045299;
    color: #fff;
}
.main-header.white-header .logo-navbar {
    background: #fff;
}
.white-header .logo-navbar .nav-item>a:after {
    background: #f47422;
}
.main-slider {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.rev_slider_wrapper h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 95px;
    margin: 0 0 30px;
    font-size: 40px!important;
}
.rev_slider_wrapper h1 span {
    color: #f47422;
    font-size: 50px!important;
}
.rev_slider_wrapper a {
    display: inline-block;
    background: #f47422;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 12px 30px!important;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 18px!important;
}
.rev_slider_wrapper a:hover {
    background: #045299;
    color: #fff;
}
.rev_slider_wrapper {
    position: relative;
    z-index: 0;
}
.rev_slider {
    position: relative;
    overflow: visible;
}
.tp-overflow-hidden {
    overflow: hidden;
}
.tp-simpleresponsive img, .rev_slider img {
    max-width: none!important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
    padding: 0;
    border-width: 0;
    border: none;
}
.rev_slider .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px;
}
.rev_slider>ul, .rev_slider_wrapper>ul, .tp-revslider-mainul>li, .rev_slider>ul>li, .rev_slider>ul>li:before, .tp-revslider-mainul>li:before, .tp-simpleresponsive>ul, .tp-simpleresponsive>ul>li, .tp-simpleresponsive>ul>li:before, .tp-revslider-mainul>li, .tp-simpleresponsive>ul>li {
    list-style: none!important;
    position: absolute;
    margin: 0!important;
    padding: 0!important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none!important;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0;
}
.tp-revslider-mainul>li, .rev_slider>ul>li, .rev_slider>ul>li:before, .tp-revslider-mainul>li:before, .tp-simpleresponsive>ul>li, .tp-simpleresponsive>ul>li:before, .tp-revslider-mainul>li, .tp-simpleresponsive>ul>li {
    visibility: hidden;
}
.tp-revslider-slidesli, .tp-revslider-mainul {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
}
.rev_slider li.tp-revslider-slidesli {
    position: absolute!important;
}
.tp-caption .rs-untoggled-content {
    display: block;
}
.tp-caption .rs-toggled-content {
    display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block;
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none;
}
.rev_slider .tp-caption, .rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
}
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap *:last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0;
}
.slider-tabs {
    position: relative;
    z-index: 8;
    margin: -50px 0 0;
}
.slider-tabs .container {
    max-width: 1110px;
    background: #045299;
    border-radius: 5px;
    padding: 23px 15px 15px;
    border-bottom: 10px solid #f47422;
}
.slider-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    width: 100%;
    float: left;
}
.slider-tabs ul li {
    border-right: 1px solid #fff;
}
.slider-tabs ul li:last-child {
    border: 0;
}
.slidetab-box {
    position: relative;
    padding: 0 0 0 72px;
}
.slidetab-box:after {
    position: absolute;
    left: 0;
    bottom: -25px;
    background: green;
    width: 0;
    height: 10px;
    content: ""}
.slidetab-box span {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    font-size: 50px;
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    color: #f47422;
}
.slidetab-box h6 {
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 700;
}
.slidetab-box h6 a {
    color: #fff;
}
.slidetab-box strong {
    font-weight: 600;
    color: #f47422;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}
.slidetab-box:hover h6 a {
    color: #fff;
}
.slidetab-box:hover:after {
    width: 100%}
.slidetab-box:hover span {
    border-color: #f47422;
}
.home-two .slider-tabs {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 315px;
    height: 100%;
    padding: 150px 0 0;
    background: -moz-linear-gradient(top, rgba(23, 30, 54, 0) 0%, rgba(23, 30, 54, 0.8) 15%, rgba(23, 30, 54, 1) 50%, rgba(23, 30, 54, 0.99) 51%, rgba(23, 30, 54, 0.8) 85%, rgba(23, 30, 54, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(23, 30, 54, 0) 0%, rgba(23, 30, 54, 0.8) 15%, rgba(23, 30, 54, 1) 50%, rgba(23, 30, 54, 0.99) 51%, rgba(23, 30, 54, 0.8) 85%, rgba(23, 30, 54, 0) 100%);
    background: linear-gradient(to bottom, rgba(23, 30, 54, 0) 0%, rgba(23, 30, 54, 0.8) 15%, rgba(23, 30, 54, 1) 50%, rgba(23, 30, 54, 0.99) 51%, rgba(23, 30, 54, 0.8) 85%, rgba(23, 30, 54, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00171e36', endColorstr='#00171e36', GradientType=0 );
}
.home-two .slider-tabs ul {
    display: block;
}
.home-two .slider-tabs li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #2b334a;
    padding: 20px;
}
.home-two .slidetab-box:after {
    display: none;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center;
}
.countdown-show1 .countdown-section {
    width: 98%}
.countdown-show2 .countdown-section {
    width: 48%}
.countdown-show3 .countdown-section {
    width: 32.5%}
.countdown-show4 .countdown-section {
    width: 24.5%}
.countdown-show5 .countdown-section {
    width: 19.5%}
.countdown-show6 .countdown-section {
    width: 16.25%}
.countdown-show7 .countdown-section {
    width: 14%}
.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}
.countdown-amount {
    font-size: 200%}
.countdown-period {
    display: block;
}
.countdown-descr {
    display: block;
    width: 100%}
.next-match-widget {
    width: 100%;
    float: left;
}
.next-match-widget h5.title {
    background: #f47422;
    color: #fff;
    line-height: 51px;
    text-align: center;
    margin: 0;
    border-radius: 3px 3px 0 0;
}
.next-match-widget .nmw-wrap {
    border: 1px solid #e1e1e1;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    width: 100%;
    float: left;
}
.match-teams-vs {
    margin: 0;
    padding: 20px;
    list-style: none;
    width: 100%;
    float: left;
}
.match-teams-vs li {
    float: left;
    text-align: center;
}
.match-teams-vs li.team-logo {
    width: 40%}
.match-teams-vs li.mvs {
    width: 20%}
.match-teams-vs li.team-logo strong {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.nmw-txt {
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    clear: both;
}
.nmw-txt li {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.nmw-txt strong {
    color: #f47422;
    font-size: 16px;
    text-transform: uppercase;
}
.nmw-txt span {
    color: #f47422;
}
.next-match-widget .is-countdown {
    clear: both;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    float: left;
}
.next-match-widget .is-countdown .countdown-section {
    border-right: 1px solid #e1e1e1;
    padding: 5px 0;
}
.next-match-widget .is-countdown .countdown-section:last-child {
    border: 0;
}
.next-match-widget .countdown-amount {
    color: #666;
    font-size: 24px;
    font-weight: 300;
}
.next-match-widget .countdown-period {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}
.btn_login {
    clear: both;
    text-align: center;
    padding: 24px 0;
}
.btn_login a {
    letter-spacing: 2px;
    background: #f47422;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    border-radius: 3px;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}
.btn_login a svg {
    margin-right: 5px;
}
.btn_login a:hover {
    background: #171e36;
    color: #fff;
}
.hvideo-box {
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    background: #000;
}
.hvideo-box img {
    opacity: .8;
    transition: .3s ease-in-out;
}
.hvideo-box:hover img {
    opacity: 1;
}
.hv-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px;
    display: flex;
    align-items: center;
}
.hv-info .play {
    width: 46px;
    height: 46px;
    display: inline-block;
    background: #cb112e;
    text-align: center;
    line-height: 46px;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.hv-info .play:after {
    content: "";
    width: 56px;
    height: 56px;
    border: 1px solid #cb112e;
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 100%;
    background: rgba(213, 22, 51, .3);
    z-index: -1;
}
.hv-info h4 {
    font-weight: 500;
}
.hv-info h4 a {
    color: #fff;
}
.hvideo-box:hover .hv-info .play {
    background: #fd1e50;
}
.hvideo-box:hover img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
}
.hvideo-box:hover:after {
    height: 100%}
.owl-dots .owl-dot:focus {
    outline: none;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #f47422!important;
}
.main-footer {
    background: #171e36;
}
.footer-widget {
    padding: 60px 0;
    overflow: hidden;
}
.footer-widget h4 {
    font-weight: 400;
    color: #bbb;
    position: relative;
    margin: 0 0 30px;
}
.footer-widget h4:before, .footer-widget h4:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #f47422;
    width: 40px;
    height: 2px;
    content: ""}
.footer-widget h4:after {
    width: 30px;
    bottom: -15px;
}
.about-widget img {
    margin-bottom: 20px;
    width: 200px;
}
.footer-widget p {
    color: #99a1b4;
    font-size: 14px;
    line-height: 24px;
}
.about-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-widget ul li {
    padding: 0 0 0 25px;
    position: relative;
    color: #99a1b4;
    font-size: 14px;
    margin: 0 0 15px;
}
.about-widget li i {
    color: #f47422;
    position: absolute;
    left: 0;
    top: 5px;
}
.about-widget ul li:last-child {
    margin: 0;
}
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}
.footer-links li {
    width: 50%;
    float: left;
    line-height: 30px;
}
.footer-links li a {
    color: #99a1b4;
    font-size: 15px;
}
.footer-links li a i {
    font-size: 14px;
}
.newsletter {
    margin: 0;
    padding: 0;
    list-style: none;
}
.newsletter li {
    margin: 0 0 10px;
}
.newsletter input {
    background: 0 0;
    border: 1px solid #555;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
}
.newsletter strong {
    float: left;
    color: #99a1b4;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
}
.newsletter button {
    float: right;
    border: 0;
    border-radius: 3px;
    background: #f47422;
    color: #fff;
    font-weight: 700;
    padding: 0 20px;
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.newsletter button:after {
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    width: 0;
    height: 100%;
    content: "";
    opacity: 0;
}
.newsletter button span {
    position: relative;
    z-index: 99;
}
.newsletter button:hover:after {
    width: 100%;
    opacity: 1;
}
.brtop {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.copyr {
    font-size: 14px;
    color: #99a1b4;
    margin: 0;
    line-height: 40px;
}
.copyr a {
    color: #f47422;
}
.quick-links {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.quick-links li {
    display: inline-block;
    margin: 0 7px;
}
.quick-links a {
    font-size: 14px;
    text-transform: uppercase;
    color: #99a1b4;
}
.copyr a:hover, .footer-links li a:hover, .quick-links a:hover {
    color: #fff;
}
.casinothumbs {
    position: relative;
}
.casinothumbs:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    background: -moz-linear-gradient(top, rgba(24, 31, 55, 0) 0%, rgba(23, 30, 54, 0.85) 70%, rgba(23, 30, 54, 0.85) 80%);
    background: -webkit-linear-gradient(top, rgba(24, 31, 55, 0) 0%, rgba(23, 30, 54, 0.85) 70%, rgba(23, 30, 54, 0.85) 80%);
    background: linear-gradient(to bottom, rgba(24, 31, 55, 0) 0%, rgba(23, 30, 54, 0.85) 70%, rgba(23, 30, 54, 0.85) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00181f37', endColorstr='#d9171e36', GradientType=0 );
}
h2.landing_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
    position: relative;
}
h2.landing_title:after {
    background: #f47422;
    position: absolute;
    left: 0;
    bottom: -3px;
    content: '';
    width: 60px;
    height: 1px;
}
.ourcasino .row {
    margin: 0;
}
.ourcasino .row .col-6 {
    padding: 0 3px;
}
.casinothumbs {
    margin-bottom: 6px;
    overflow: hidden;
    border: 1px solid #999;
}
.ourcasino {
    background: #111;
}
.casinothumbs a {
    position: absolute;
    right: 20px;
    bottom: 5px;
    color: #999;
    opacity: 0;
    z-index: 1;
    transition: .9s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.casinothumbs:hover a {
    opacity: 1;
    margin-left: 10px;
    color: #fff;
}
.casinothumbs img {
    transition: .3s ease-in-out;
}
.casinothumbs:hover img {
    transform: rotate(-5deg) scale(1.3);
    transition: .3s ease-in-out;
}
@media(max-width:767px) {
    .mobile_login {
    display: block;
    padding: 0;
    text-align: right;
}
.main-header .logo-navbar {
    padding: 10px 0;
}
.main-nav {
    display: none;
}
.logo {
    padding: 0;
}
.slider-tabs {
    margin: 0;
    display: none;
}
.slider-tabs ul {
    display: block;
}
.slidetab-box {
    margin-bottom: 15px;
}
.rev_slider_wrapper a {
    font-size: 15px!important;
    padding: 10px!important;
}
.rev_slider_wrapper h1 {
    font-size: 18px!important;
}
.rev_slider_wrapper h1 span {
    font-size: 20px!important;
}
.footer-widget {
    padding: 20px 0;
}
.p90 {
    padding: 20px 0;
}
.slider-tabs ul li {
    border: none;
}
.slidetab-box span {
    font-size: 30px;
}
.slidetab-box:after {
    display: none;
}
.quick-links {
    text-align: center;
}
.quick-links li {
    margin: 0 4px;
}
}