@charset "utf-8";
/* CSS Document */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/*
Design By gowebs tm
Author - goweb webs solutions Pvt Ltd
Ph  - +91-8585814444 (Also whats app)
skype -  ganga.d.behera
*/

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FD7E14; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FD7E14; 
}

body
{
    line-height: auto;
}

a
{
	text-decoration: none !important;
}

#navbar 
{
	width: 100%;
    position: fixed;
    transition: top 0.3s;
    top:0;
	/*background: #fff;*/
	z-index: 999;
	/*border-bottom: solid 1px #f9c714;*/
}

.mobile_menu
{
    display:none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #256c34;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;

}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    line-height: 49px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

p{
    margin-bottom: 0rem;
    padding: 0;
    margin: 0;
    line-height: 30px;
}


@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.logo
{
	width: auto;
    display: inline-block;
    text-align: left;
    margin: 0;
}

.logo img
{
	width: 100%;
    height: 47px;
    display: inline-block;
}

.large_menu
{
    width:auto;
    float:right;
    display:block;
}

.m_menu
{
    width:auto;
    float:left;
    display:block;
}

.m_menu a
{
    font-size:16px;
    color:#fff;
    padding:0 20px;
    display:inline-block;
    text-transform: uppercase;
}

.home_text
{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 30px 30px;
	background: #F0F0F0;
	border-top: solid 2px #E2AE13;
}

.home_text h2
{
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

#customers 
{
  	border-collapse: collapse;
  	width: 100%;
	text-align: center;
}

#customers td, #customers th 
{
  	border: 1px solid #256c34;
  	padding: 8px;
}

#customers tr:nth-child(even)
{
	background-color: #f2f2f2;
}

#customers tr:hover 
{
	background-color: #ddd;
}

#customers th 
{
  	padding-top: 12px;
  	padding-bottom: 12px;
  	text-align: center;
  	color: white;
	background: #256c34;
}

.lucky_nam
{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.lucky_num
{
	font-size: 16px;
	color: #474747;
	font-weight: bold;
}

.time
{
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.ad
{
	width: 100%;
	overflow: auto;
    position: sticky;
    top: 5%;
}

.mobile_ad
{
	width: 100%;
	max-width: 700px;
	text-align: center;
}

.starline_head
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.social_icon
{
	width: auto;
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 999;
}

.social_icon a
{
	width: 40px;
    height: 40px;
    font-size: 25px;
    line-height:39px;
    display: inline-block;
    padding: 0 9px;
    border-radius: 10px;
	margin-bottom: 10px;
}

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

.social_icon a p
{
	display: none;
}

.whatsapp
{
	background: #0DC143;
	color: #fff;
}

.phone
{
	background: #01A2DA;
	color: #fff;
}

.reload
{
	background: #FD7E14;
	color: #fff;
}

.accordion-item
{
	border: solid 1px #6A6A6A;
}

.accordion-body span
{
	background: #000000;
    padding: 1px 8px;
    color: #fff;
    border-radius: 5px
}

.chart_box
{
	width: 100%;
    display: inline-block;
    text-align: left;
    background: #dedede;
    padding: 0px 10px;
    margin-top: 15px;
    color: #464646;
    font-size: 18px;
    font-weight: bold;
    list-style-type: none;
    text-decoration: none;
    border-left: solid 5px #256c34;
    border-radius: 0 10px 10px 0;
}

.chart_box span i
{
	text-align: right;
	float: right;
	margin: 20px 9px 0px 0px;
}

.chart_box:hover
{
	border-left: solid 5px #17D6DD;
	color: #000;
	background: #CDCDCD;
}

.disclaimer
{
	width: 100%;
	display: inline-block;
}

.disclaimer h2
{
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

.disclaimer p
{
	font-size: 13px;
	color: #b5b5b5;
	text-align: justify;
	
}

.footer_text
{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 7px 0;
}

.footer_text p
{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

.logogf{
    background-image: url(https://giffiles.alphacoders.com/202/202347.gif);
    
}

.card{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: 0;
    font-weight: 400;
    font-size: 25px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.jodichartBtn {
    float: left;
    height: 20px;
    line-height: 0px;
    color: white;
    background-color: #8bc34a;
    padding: 11px 10px;
    margin: 0px; 
    border-radius: 0 10px 10px 0;
    text-transform: uppercase;
}

.jodichartBtn:hover {
    cursor: pointer;
    color: white;
    background-color: #256c34; }

.panelchartBtn {
    float: right;
    height: 20px;
    line-height: 0px;
    color: white;
    background-color: #256c34;
    padding: 11px 10px;
    margin: 0px; 
    border-radius: 10px 0 0 10px;
    text-transform: uppercase;
}

.panelchartBtn:hover {
    cursor: pointer;
    color: white;
    background-color: #256c34;
}

.blue-text {
    margin: 3px;
    padding: 0px;
    color: #2196f3!important;
}

.my-table {
    margin-bottom: 2px;
}

.my-table table {
    border-collapse: collapse;
    width: 100%;
}
.my-table thead {
    background-color: #efefef;
    font-size: 16px;
}
.my-table tbody {
    font-size: 16px;
}
.my-table th, .my-table td {
    padding: 2px 0;
    font-size: 15px;
}

.my-table th, .my-table td {
    border: 2px solid #256c34;
}

.my-table tr{
    text-align: center;
}
.ratego{
    background-image: url(../images/bg-1.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.how-left {
    background: #fff;
    padding: 30px 29px;
    display: inline-block;
    border-radius: 30px 0 30px 0;
    border-left: 4px solid #fb0;
    border-bottom: 4px solid #fb0;
    box-shadow: 0 0 15px -6px;
    width: 100%;
    
}

.how-right {
    background: #f3f3f3;
    padding: 30px 29px;
    display: inline-block;
    border-radius: 0 30px 0 30px;
    border-right: 4px solid #fb0;
    border-bottom: 4px solid #fb0;
    width: 100%;
    box-shadow: 0 0 15px -6px;
}

/*
*****************************************
! BANNER SLIDER ! ----------------------*
*****************************************
*/

/*reset*/
ul.bannerSlider{
  padding-left:0;
}
.bannerSlider{
	height: auto;
    position: relative;
}
.bannerSlider.pre-init {
    overflow: hidden;
}
.bannerSlider.pre-init::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    background-size: 200% 100%;
    animation: bannerShimmer 1.2s ease-in-out infinite;
    z-index: 2;
}
.bannerSlider.pre-init .slide__image img {
    opacity: 0;
}
.bannerSlider.is-ready::after {
    display: none;
}
.bannerSlider .slide__image::before{
	content: "";
	position: absolute;
	width: 100%;
	background: rgba(33,33,33,.7);
}
.bannerSlider .slick-slide {
	position: relative;
}
.bannerSlider .slide__image img {
	width: 100%;
	-o-object-fit:cover;
	   object-fit:cover;
}
img.slide__image__top-position {
	-o-object-position:center bottom;
	   object-position:center bottom;
}
.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 50%;
  	transform: translateY(-50%);
}
.bannerSlider .slide__text h2 {
	font-size: 48px;
	font-weight: 100;

	color: #fff;
}
.bannerSlider.pre-init .slide {
    display: none;
}
.bannerSlider.pre-init .slide:first-child {
    display: block;
}

@keyframes bannerShimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.how-left {
    background: #fff;
    padding: 30px 29px;
    display: inline-block;
    border-radius: 30px 0 30px 0;
    border-left: 4px solid #ffc107;
    border-bottom: 4px solid #ffc107;
    box-shadow: 0 0 15px -6px;
    width: 100%;
    height: 350px;
}

.how-left h2
{
    font-size: 18px;
    text-transform: uppercase;
}

.how-right {
    background: #f3f3f3;
    padding: 30px 29px;
    display: inline-block;
    border-radius: 0 30px 0 30px;
    border-right: 4px solid #ffc107;
    border-bottom: 4px solid #ffc107;
    width: 100%;
    box-shadow: 0 0 15px -6px;
    height: 350px;
}

.how-right h2
{
    font-size: 18px;
    text-transform: uppercase;
}

/*
.bannerSlider {
	margin: 0 auto;
}
.bannerSlider .slick-arrow{
	position: absolute;

	top: calc(50% - 14px);
	width: 24px;
	height: 42px;

	font-size: 48px;
	z-index: 2;

	color: #fff;
}
.bannerSlider .slick-prev {
	background: url(../images/layout/slick-prev.png);
	left: 50px;
}
.bannerSlider .slick-next {
	background: url(../images/layout/slick-next.png);
	right: 50px;
}
.bannerSlider i:hover{
	cursor: pointer;
} */
