*,
*:before,
*:after {
  box-sizing: border-box;
}
.Top-Heading{
    background-color: #f9fbfc;
    color: #45475b;
    text-align: center;
}
.Top-Heading H1{
	margin-top:0px;
	margin-bottom:0px;
}
body{
   font-family: 'Open Sans', sans-serif !important;
   margin: 0px;
   padding: 0px;
}

.header{
    background: #881716;
    padding: -1px 0px 5px;
    width: 100%;
}

.header-fixed {
    width: 100%;
    top: 0px;
    background: #881716!important;
    border-bottom: 1px solid #d2706a;
    z-index: 100;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

header.header nav {
    width: 100%;
    padding: 5px 0px;
}

header.header nav ul {
    margin: 0px;
    padding: 0px;
}

header.header nav ul li {
    display: inline-block;
    position: relative;
}

header.header nav ul li a {
    color: #fff;
    padding: 23px 20px;
    display: inline-block;
    font-size: 17px;
    transition: 0.5s;
}

header.header nav ul li a:hover{
    color: #f7bc00;
}

header.header nav ul li a:hover{
	text-decoration: none;
}

header.header nav.nav-right {
    width: 42%;
    float: left;
}

.logo {
    width: 45px;
	FLOAT: LEFT;
}

.logo img{
    max-width: 100%;
}

nav.nav-right2 {
    margin-top: 42px;
}

a.header-btn {
    background: #ca4d4d;
    color: #fff;
    border-radius: 20px;
    padding: 8px 22px;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 8px;
    text-transform: capitalize;
    float: right;
}

a.header-btn i {
    margin-right: 6px;
}

a.header-btn:hover{
    text-decoration: none;
}

/*====slider=====*/
.carousel-inner{
	height:214px;
}
.slider{
    background: #02195b;
    /*background: url(../img/slider-bg.jpg) no-repeat;*/
    background-size: cover;
}
.slider-rgba{
    background: rgb(150, 5, 5);
    width: 100%;
    padding: 35px 0px 60px;
}

.slider-center {
    width: 95%;
    margin: auto;
    text-align: center;
}

.slider-center h1,h2 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 40px;
}

.slider-center h1,h2 span {
    display: block;
}

.slider-center p {
    color: #fff;
    font-size: 24px;
    padding-top: 15px;
}

.slider-center form {
    padding-top: 30px;
}

.slider-center form input {
    background: #d5d9e5;
    border: none;
    width: 100%;
    border-radius: 20px;
    height: 50px;
    padding: 10px 20px;
    outline: none;
}

.slider-center button {
    background: #eab303;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 12px;
    letter-spacing: 1px;
    outline: none;
    color: white;
    font-size: 16px;
    /*float: left;*/
    transition: 0.5s;
    box-shadow: 1px 3px 7px 0px #000;
}

.slider-center button:hover{
    background: #ffcb24;
}

.slider-center form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.slider-center form input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.slider-center form input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.slider-center form input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.whatsapp-icon {
    margin: 4px;
    font-size: 18px; /* Adjust icon size */
    color: #25D366; /* WhatsApp green */
    text-align: center;
}
/*========= Animated Div Text ================= */

/* GLOBAL STYLES */
.TypingText {
  background: #961b1a;
  padding-top: 5em;
  display: flex;
  justify-content: center;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h3 {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid #23211f; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: white }
}

/**********************************************/

/*====login-page======*/

.custom-h1-tag {
    background: url(../img/product-list-sprit-bg.png) no-repeat;
    width: 100%;
    background-size: 100%;
    background: #040c54;
}

.custom-h1-tag h1 {
    font-size: 20px;
    margin: 0px;
    padding: 30px 10px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.8s;
    text-transform: uppercase;
}

.inner-banner-section {
    width: 100%;
    position: relative;
}

.inner-breadcrum {
    width: 100%;
    background: #0f0854;
    padding: 0px 0px 20px;
    position: relative;
    bottom: 0px;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.inner-breadcrum ul {
    margin: 0px;
    padding: 0px;
}

.inner-breadcrum ul li {
    color: #fff;
    display: inline;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
}

.inner-breadcrum ul li a {
    color: #f2bc13;
}

.inner-breadcrum span {
    color: #ddd;
}
.inner-pages-section {
    padding: 80px 0px 140px;
    background: #f7f7f7;
}

.astro-login-section {
    width: 35%;
    margin: auto;
}

.astro-login-section h1 {
    font-size: 16px;
    margin: 0px;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #cbcbcc;
}

.login-section {
    background: #fdfdfd;
    border: 1px solid #dab1b0;
    box-shadow: 0px 1px 1px 0px #ddd;
    padding: 25px 25px 25px 25px;
}

.pos-r {
   position: relative;
}

.pos-r .form-label {
    position: absolute;
    top: 13px;
    left: 5px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    cursor: text;
    color: #4b1e00;
    font-size: 13px;
    font-weight: 500;
}

.from-new:focus + .form-label,
.from-new.active + .form-label {
   top: -12px;
   color: #1a2588;
   font-weight: 600;
   font-size: 11px;
}

.contact-form {
   width: 95%;
   margin-left: auto;
   margin-right: auto;
}

.from-new {
   display: block;
   width: 100%;
   border: none;
   padding: 10px;
   border-left: none !important;
   border-right: none !important;
   border-top: none !important;
   background: transparent;
   border: 1px solid #888;
   font-size: 14px;
   margin-bottom: 30px;
   outline: none;
   color: #222;
   font-size: 12px;
   font-weight: 600;
}

.checkbox {
    font-size: 13px;
    margin-top: 0px;
}

.checkbox span {
    font-weight: 500;
    color: #151515;
    top: 2px;
    position: relative;
}

.f-p {
    color: #898888;
    text-align: right;
}

.checkbox {
    font-size: 13px;
    margin-top: 0px;
}

.f-p a {
    color: #898888;
}

.l-btn {
    margin-top: 25px;
    text-align: right;
}


.login-section button {
    background: #ca4e4e;
    border: none;
    color: #fff;
    width: 100%;
    outline: none;
    padding: 10px 25px;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: 0.5s;
}

.login-section button:hover {
    background: #881716;
}


.astro-login-section h1:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100px;
    height: 4px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #ca4d4d;
}

/*===new-css====*/

section.today-best-offers-main-ctr {
    padding-bottom: 0px;
    background-color:  #f9fbfc;;
}

.home-main-ctr .heading {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 50px;
}

section.today-best-offers-main-ctr .today-best-offers-ctr {
    margin-top: 40px;
}

section.today-best-offers-main-ctr .today-best-offers-ctr .best-offers-card {
    width: 100%;
    height: 312px;
    text-align: center;
    float: left;
    margin-right: 15.5px;
}

section.today-best-offers-main-ctr .today-best-offers-ctr .today-best-offer {
    width: 100%;
    height: auto;
    border: 1px solid #ca4e4e;
    border-radius: 4px;
    background-color: #fff;
    line-height: normal;
    display: inline-block;
    margin-bottom: 13px;
    vertical-align: top;
    white-space: normal;
    transition: all .3s;
}

section.today-best-offers-main-ctr .today-best-offers-ctr .today-best-offer .best-offer-logo {
    border: 1px solid #d9e0e2;
    min-height: 50px;
    max-height: 52px;
    margin-bottom: 18px;
    box-sizing: border-box;
    display: inline-block;
}


section.today-best-offers-main-ctr .today-best-offers-ctr .today-best-offer:hover {
    box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    transform: translate(0, -4px);
}

section.today-best-offers-main-ctr .today-best-offers-ctr .today-best-offer .best-offer-uses {
    float: right;
    color: #9b9b9b;
}

a{text-decoration: none;}
a:hover{text-decoration: none;}

section.today-best-offers-main-ctr .today-best-offers-ctr .today-best-offer .best-offer-desc {
    margin-top: 41px;
    color: #45475b;
    font-size: 50px;
    cursor: pointer;
    line-height: 29px;
    word-break: break-word;
}

section.today-best-offers-main-ctr .today-best-offers-ctr .today-best-offer .best-offer-cb {
    margin-top: 12px;
    font-weight: 500;
    color: #f37555;
    font-size: 18px;
    height: 25px;
}

.cb-text {
    color: #2BA828 !important;
    font-weight: 500;
}

.today-best-offers-ctr .cb-text .ico {
    width: 44px;
    height: 25px;
    margin-right: 9px;
    vertical-align: top;
    margin-top: -2px;
}

.today-best-offers-ctr .cb-text span:last-child {
    display: inline-block;
    width: 250px;
    font-size: 16px;
}

section.today-best-offers-main-ctr .today-best-offers-ctr .today-best-offer .best-offer-see-all {
    margin-top: 37px;
    color: #4a90e2;
    cursor: pointer;
}

.home-main-ctr .heading:after {
    font-weight: bold;
    content: "";
    background: #ca4d4d;
    height: 5px;
    width: 70px;
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
}
#GameHeading,#GameSubHeading{
background: #991c1b;
padding: 4px 0px;
box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
#GameSubHeading{
margin-bottom: 16px;
}
.custom-tyu caption {
    padding-bottom: 12px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #ddd; */
}

.custom-tyu table thead tr th {
    background: #ca4e4e;
    color: #fff;
    font-size: 14px;
}
.custom-tyu table tr:first-child td {
    padding:10px 14px;
    background: #ffeb3b;
    color:Black !important;
  }
.custom-tyu {
    width: 100%;
    overflow: auto;
	padding:8px;
}

.copyright {
    padding: 10px;
    background: #af2c2b;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.custom-tyu table{
    background: #fff;
    display: block;
    overflow-x: auto;
}
.custom-tyu table tbody{
    display: table;
    width: 109%;
    overflow-x: scroll;
    margin-left: 5.5em;
    overflow-y: visible;
    padding: 0;
}
.custom-tyu table tbody tr td {
   font-size: 14px;
    font-weight: bold;
}
.custom-tyu table tbody tr td:first-child {
    color: #ca4d4e;
}

.carousel-indicators{
    bottom: 0px;
}

.contact-us-p {
    background: #fdfdfd;
    box-shadow: 0px 1px 1px 0px #ddd;
    padding: 25px 25px 25px 25px;
    width: 50%;
    margin: auto;
    margin: 60px auto;
}

.contact-us-p input {
    width: 100%;
    border: 1px solid #ddd;
    height: 45px;
    padding: 10px 15px;
}

.contact-us-p textarea {
    width: 100%;
    border: 1px solid #ddd;
    height: 100px;
    padding: 10px 15px;
}

.contact-us-p button {
    background: #881716;
    border: none;
    color: #fff;
    padding: 10px 25px;
    text-align: right;
    float: right;
}

.contact-us-p h2 {
    font-size: 16px;
    margin: 0px;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #cbcbcc;
    margin-top: -20px;
    margin-bottom: 30px;
}
.ad_section_image{
    float: left;
    width: 7%;
}
.contact-us-p h2:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100px;
    height: 4px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: #ca4d4d;
}
.col-xs-6,.col-sm-6,.col-md-3{
    padding-right: 7px !important;
    padding-left: 7px !important;
}

#footer{
width: 100%;
    text-align: center;
    margin: 4px auto 8px;
    display: inline-block;
}
#chart-form{
width: 96%;
    max-width: 960px;
    margin: auto;
    border: 1px solid #e7aa26;
    background-color: #fbc503;
    display: inline-block;
    padding: 8px 4px;
}
#chart-text{
	font-size:19px;
	    padding: 2px;
    color: #000;
    line-height: 20px;
}

input#direct-chart, input.log, input.post {
    border: 1px solid #039;
    background-color:  #176cee;
    color: #fff;
}
.slider-rgba
{
	/*height:220px;*/
}
.padding_10{padding: 1%;
    font-size: 13px;
    color: #212121;
    background: #fff;
    margin: 10px 7px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px 0px #bfbfbf;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 1px 3px 0px #bfbfbf;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 1px 3px 0px #bfbfbf;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.search{
    background:#991c1b;
    overflow: hidden;
    padding: 2%;
    margin: 10px 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px 0px #bfbfbf;
    -moz-box-shadow: 0px 1px 3px 0px #bfbfbf;
    box-shadow: 0px 1px 3px 0px #bfbfbf;
 }
 .lob p {
    text-align: center;
    color: #fff;
    padding: 10px;
}
.form-control{
margin-bottom: 20px;
    height: auto !important;
    padding: 12px 20px !important;
}
.btn-success2 {
    color: #212121;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 5px;
}
.top_1 {
    color: #fff;
    background: #2d87e2;
    padding: 1% 0;
    margin: 0px 2px;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0px 1px 3px 0px #bfbfbf;
    -moz-box-shadow: 0px 1px 3px 0px #bfbfbf;
    box-shadow: 0px 1px 3px 0px #bfbfbf;
	text-align:center;
}

element.style {
    /* width: 1232px; */
    /* overflow-x: hidden !important; */
}


/* Add this CSS to your stylesheet for a fancy design */

/* Content Container */
.satta-container {
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  
  /* Header */
  .satta-header {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
  }
  .menu-container {
    position: relative;
    display: inline-block;
}

.menu-icon {
    font-size: 24px;
    color: black;
    cursor: pointer;
}

.options-container {
    display: none;
    position: fixed;
    bottom: 10%;
    left: 9%;
    background-color: #007bff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    animation: fadeInDown 0.5s ease-in-out;
    z-index: 999;
}

.ad-icon{
    color: #a81f1f;
    position: absolute;
    margin: 4% 1%;
   }
   
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.option {
    cursor: pointer;
    color: #fff;
    padding: 8px;
    margin: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease-in-out;
    border-bottom: 1.4px solid;
    border-image: linear-gradient(to right, #ffffff 35%, transparent 50%) 100% 1;
}

.option:hover {
    background-color: #2980b9;
}
  
.headcol {
    position: absolute;
    width: 6em;
    left: 9%;
    background: white;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
    border: 1px solid grey;
    white-space: nowrap;
    border-top-width: 0px;
    z-index: 9999 !important;
  }
  @media (min-width: 500px){
    .headcol {
        left: 1.7% !important;
    }
    }
  @media (min-width: 768px){
    .search {
        width: 750px ;
    }
    .headcol {
        left: 2.4%;
    }
    }
  @media (min-width: 800px){
    .headcol {
        left: 4.3% !important;
    }
    }
    @media (min-width: 912px){
        .headcol {
            left: 9.7% !important;
        }
        }
    @media (min-width: 992px){
        .search {
            width: 970px ;
        }
        .headcol {
            left: 2.7% !important;
        }
        }
        
    @media (min-width: 1200px){
.search {
    width: 1235px !important;
}
.headcol {
    left: 9.5% !important;
}
}


@media (max-width: 500px){
.carousel-inner{
	height:314px;
}
.headcol {
    left: 2%;
}
#cube {
	height:180px !important;
}
}
tr.option {
    font-size: 1em;
    color: #fff;
    border: 2px solid #f1f1f1;
    height: 40px;
}
td.e-link {
    vertical-align: middle;
    color: #fff;
    background-color: #176cee;
    border: 1px solid #039;
}
h4.aero {
    color: #fff;
}
.table-bordered tbody td{
	border:1px solid #ddd;padding:5px 10px; text-align:center;
}

.table-bordered thead td{
	background-color:#FFEB3B; color:#212121; padding:5px; text-align:center;
}
.padding-LR-3px {
	padding:3px 0px !important;
}
.font-size-14{
    font-size: 14px !important;
	font-weight: 600;
}
div.blinkme {
  -webkit-animation: blink .75s linear infinite;
  -moz-animation: blink .75s linear infinite;
  -ms-animation: blink .75s linear infinite;
  -o-animation: blink .75s linear infinite;
  animation: blink .75s linear infinite;
}
.blinkme {
  -webkit-animation: blink .75s linear infinite;
  -moz-animation: blink .75s linear infinite;
  -ms-animation: blink .75s linear infinite;
  -o-animation: blink .75s linear infinite;
  animation: blink .75s linear infinite;
}

@-webkit-keyframes blink { 
   0% {opacity: 1;}
   50%{opacity:1;}
   100%{opacity:0;}
}
@-moz-keyframes blink { 
   0% {opacity: 1;}
   50%{opacity:1;}
   100%{opacity:0;}
}
@keyframes blink { 
   0% {opacity: 1;}
   50%{opacity:1;}
   100%{opacity:0;}
}
div.col-xs-6:hover {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.LuckyNumberStyle{
border: 1px solid #871716;
    height: 50px;
	color: black;
    font-weight: bold;
	margin-top:10px;
}
.glow {
	font-family:cursive;
  font-size: 30px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out 3s alternate;
  -moz-animation: glow 1s ease-in-out 3s alternate;
  animation: glow 1s ease-in-out 3s alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px red, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

#twobackground img {
	width: 15%;
	height:40px;
}

.heading-container{
    color: black;
    padding: 18px;
    text-align: center;
    margin: 10px 0px 2px;
    width: fit-content;
    font-family: Verdana,sans-serif;
}
.heading-container span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    font-family: inherit;
}
.heading-container .subtitle {
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 0.5px;
    font-family: inherit;
}
