/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	color: #000;
    /* font-family: 'Nunito Sans', sans-serif; */
    font-family: 'Montserrat', sans-serif;
	background: #fff;
	overflow-x: hidden;
}
:root {
    --black-color: #000;
}
/***************************reset*********************/
html, body, div, span, applet, object, iframe, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, strike, strong, sub, 
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td, article, aside, canvas, details, 
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
}
body ul {
	list-style: none;
	margin: 0px;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	border: none;
	height: auto;
}
a {
	outline: 0;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a img {
	border: 0px;
	text-decoration: none;
}


/***********************end reset*********************/


.header {
    background: #d92316;
}
button.nav-toggle {
    color: #fff;
    background: none;
    border: none;
    font-size: 25px;
    line-height: normal;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
}
.main-menu {
    padding: 12px 0;
}
.main-menu-link {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    overflow: auto;
    background: #fff;
	z-index: 9;
	transition: all 0.3s ease-in;
	transform: translate(-100%, 0);
}
.nav-container.main-menu-link.is-visible {
	transform: translate(0, 0);
	box-shadow: 0 0 10px #333;
}
body.nav-open button.nav-toggle.is-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 3;
}
.main-menu-link li a {
    padding: 10px 20px;
    display: block;
    color: #000;
    font-weight: 500;
	font-size: 15px;
	transition: all 0.3s ease-in;
}
.main-menu-link li a:hover {
	color: #ff7a16;
}
.head-topInn p {
	    font-size: 11px;
    margin: 0;
    font-weight: 600;
}
.head-topInn h5 {
    text-transform: uppercase;
    font-weight: bold;
}
.head-top-section {
    padding: 12px 0;
    background: #e8ebc5;
}
.play-btn-section {
	background: url(../images/gambling.jpg) no-repeat center center / cover;
	padding: 30px 0;
	position: relative;
}
.play-btn-section:before {
	content: "";
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.play-btn-section .container {
    position: relative;
    z-index: 1;
}
.play-btnInn p {
    font-family: 'Lora', serif;
	margin: 0 50px 0 0;
	font-weight: 500;
    font-size: 25px;
}
.btn-pro button.btn {
        background: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    padding: 0px 9px;
}
.top-section-tables {
    padding: 30px 0;
}
table.table {
	margin: 0;
	border: none;
}
.table-head {
    background: blue;
    color: #fff;
    font-size: 25px;
    font-family: 'Lora', serif;
    border: 1px solid black;
}
table.table-lg td h4:first-child {
    color: #000;
    font-weight: 500;
    margin: 0 0 5px;
}
.redFont{
	color:red;
}
.top-table {
	margin: 0 0 20px;
}
.table-footer .btn-pro button.btn {
    padding: 10px 65px;
}
.table-footer p {
    font-weight: 500;
}
.table-footer {
	background: none;
}
.top-tablesInn .table td,
.sab-tablesInn .table td {
	width: 50%;
	vertical-align: middle;
}
.sab-section {
	background: #ff8122;
	padding: 50px 0;
	position: relative;
}
.daily-btn button.btn {
    font-size: 14px;
    border: 1px solid #333;
    padding: .375rem .75rem;
    min-width: 180px;
}
.rit-btm ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rit-btm ul li {
	margin: 0 25px;
}
.daily-btn {
	margin: 0 0 5px;
}
.rit-btm p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}
.rit-btm span.chart-btn button.btn {
    font-size: 12px;
    border: 1px solid #ff8122;
    background: none;
    color: #ff8122;
    cursor: pointer;
}
.mbl-num {
    margin: 10px 0 0;
}
.mbl-num span {
	font-size: 24px;
	color: #ff8122;
    font-weight: 700;
}
table.table.table-sm th {
    color: #fff;
    background: repeating-radial-gradient(black, transparent 100px);
}
.time-result-tableInn .table-head {
	    font-size: 17px;
    background: #7388f0;
    color: #fff;
    font-weight: bold;
    border: 1px solid darkblue;
}
.time-result-table-section {
    padding: 30px 0;
}
.game-zone-section {
    background: #a2aca5;
    padding: 30px 0;
}
.game-zoneInn .table-head {
    background: #333;
    color: #fff;
    font-size: 22px;
    font-family: 'Lora', serif;
}
.game-zoneInn-btn li a {
	background-image: linear-gradient(#fa8d3b, #fd6d00);
    display: block;
    padding: .75rem 1.25rem;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.read-more-btn a.btn {
    border: 1px solid #ff8122;
    background: none;
    color: #ff8122;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 45px;
}
.read-more-btn {
    margin: 20px 0 0;
}
.footer {
	background: #000;
	padding: 20px 0;
}
.main-ftr-in {
	text-align: center;
}
.main-ftr-in li {
    display: inline-block;
    margin: 0 15px;
}
.main-ftr-in li a.btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    padding: .375rem 3.75rem;
}
.main-ftr-in li:nth-child(1) a.btn {
	background: #133469;
}
.main-ftr-in li:nth-child(2) a.btn {
	background: #ad0c1b;
}
.accordion-section {
    padding: 30px 0;
}
.accordion-section button.btn.btn-link {
    background: #000;
    border: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    padding: 12px 20px;
}
.accordion-section button.btn.btn-link[aria-expanded="true"] {
    background: #000;
    color: #fff;
    font-size: 16px;
    border: 1px solid;
}
.accordion-section .card {
    border: none;
    margin: 0 0 5px;
}
.accordion-section .card .collapse {
    border: 1px solid #ccc;
    border-top: 0;
	margin-top: -2px;
	text-align: left;
    border-radius: 0 0 .25rem .25rem;
}
.websiteheadingtext{
	font-weight: bold;
    font-style: italic;
    padding: 3px 0px;
    font-size: 19px;
    text-transform: uppercase;
}
.btnChart{
	font-size: 10px;
    font-weight: bold;
    border: 1px solid;
    background: yellow;
    color: red;
    padding: 4px 2px;
}
.table-sm td, .table-sm th{
    padding: .3rem;
    border: 1px solid darkblue;
	font-size: 13px;
}
.tableRsultFont{
	color:blue;
}
.card-body{
	    flex: 1 1 auto;
    padding: 1.25rem;
    font-size: 13px;
    background: aliceblue;
}














/* 15-08-2020 */
.special-zone-section {
    /* background: #f3e1ed; */
    padding: 30px 0;
}
.chart-zone-section {
    background: #f9e0db;
    padding: 30px 0;
}
.penal-zone-section {
    background: #e1cee3;
    padding: 30px 0;
}
.jodi-zone-section {
    background: #c4d3e1;
    padding: 30px 0;
}
.header-logo {
    padding: 5px 0;
}
.header-logo h1 {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-family: 'Berkshire Swash', cursive;
}
.header-logo h1 span {
    font-size: 3rem;
}
.special-zone-section .game-zoneInn .table-head,
.penal-zone-section .game-zoneInn .table-head {
    background: #553a59;
}
.jodi-zone-section .game-zoneInn .table-head {
    background: #336799;
}
.chart-zone-section .game-zoneInn .table-head {
    background: #886259;
}
.accordion-section button.btn.btn-link::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    float: right;
}
.accordion-section button.btn.btn-link[aria-expanded="true"]::after {
    content: "";
}
.sign-head {
    background: blue;
    color: #fff;
    font-size: 25px;
    font-family: 'Lora', serif;
    border: 1px solid black;
    padding: .75rem 1.25rem;
    border-radius: .25rem;
    text-align: center;
}
.login-middle {
    padding: 100px 0;
    min-height: 100vh;
}
.sign-form {
    padding: 50px;
    border-radius: .25rem;
    background: #f9e0db;
}
.sign-form label {
    font-weight: 500;
    font-size: 17px;
}
.sign-form .form-label-group {
    margin: 0 0 20px;
}
.sign-form form.form-signin {
    max-width: 500px;
    margin: 0 auto;
}
.page-heading-section {
    background: blue;
    padding: .75rem 1.25rem;
}
.page-heading-section .page-head {
    color: #fff;
    font-size: 25px;
    font-family: 'Lora', serif;
}
.market-gamename {
    margin: 0 0 20px;
}
.market-gamename-section {
    background: #e1cee3;
    padding: 30px 0;
}
.market-name-textarea textarea.form-control {
    margin: 0 0 20px;
}
.market-name-textarea button.btn.btn-primary {
    cursor: pointer;
}
.middle-section {
    min-height: 100vh;
}
.table-inn-page {
    background: #d8f0ed;
    padding: 50px 0;
}
.table-inn-page table.table.table-sm.table-striped {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}
.table-inn-page table.table.table-sm.table-striped td.red {
    color: red;
}
.table-inn-page table.table.table-sm.table-striped td {
    font-size: 16px;
    vertical-align: middle;
}
.keyword_top {
    background: #120633;
    color: #fff;
    padding: 10px;
    border: solid 3px #3f7ae9;
    text-align: center;
}
.keyword_top_inn a {
    color: #ffd700;
}
.keyword_top_inn {
    color: #fff;
    font-weight: 700;
}
.td_red {
    color: red;
    font-size: 1.5em;
    font-weight: 600;
}
.td_black {
    color: #000;
    font-size: 1.5em;
    font-weight: 600;
}




/* 25-08-2020 */
.market-name-textarea textarea.form-control {
    max-height: 100px;
}
.gf_box {
    width: 100%;
    border-radius: 5px;
    border: 3px solid blue;
    margin: 5px 0;
    box-sizing: border-box;
    display: inline-block;
    z-index: 999999;
}
.gf_title {
    width: 100%;
    height: 35px;
    background-color: blue;
}
.gf_title_left {
    float: left;
    width: 60%;
    padding: 5px 15px;
    font-weight: 700;
    color: #fff;
}
.gf_title_right {
    float: left;
    text-align: right;
    color: #fff;
    width: 40%;
    padding: 5px 15px;
    font-weight: 700;
}
.gf_comment {
    font-size: 15px;
    font-weight: 700;
    padding: 20px 5px;
    text-align: center;
}
.gf_comment p {
    margin: 0;
}
.gf_bottom_left {
    float: left;
    background-color: skyblue;
    width: 50%;
    text-align: center;
    font-weight: 700;
    padding: 3px 0;
    color: #580138;
}
.gf_bottom_right {
    float: left;
    width: 50%;
    background-color: #7388f0;
    text-align: center;
    font-weight: 700;
    padding: 3px 0;
    color: #580138;
}
.gf_bottom_left2 {
    float: left;
    width: 50%;
    background-color: #7388f0;
    text-align: center;
    color: #580138;
    font-weight: 700;
    padding: 3px 0;
}
.gf_bottom_right2 {
    float: left;
    width: 50%;
    background-color: skyblue;
    text-align: center;
    padding: 3px 0;
    color: #580138;
    font-weight: 700;
}
/* 25-08-2020 */