@-ms-viewport{
  width: device-width;
}
*{
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
}
p{
	margin: 0;
	font-family: 'Barlow';
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-family: 'Barlow';
}
a{
	font-family: 'Barlow';
	text-decoration: none;
}
.body{
	width: 100%;
	font-family: 'Barlow';
}
.header{
	background: #001138;
}
.header-con{
	max-width: 1290px;
	margin: 0 auto;
	display: flex;
	padding: 5px 0px;
}
.logo{
	width: 53%;
}
.login-con{
	display: block;
	width: 45%;
	justify-content: flex-end;
	padding: 0.8em 0em 0em;
}
.login{
	display: flex;
	padding: 0px 0px 5px 0px;
}
.login a{
	text-decoration: none;
}
.dtime{
	color: #fff;
	width: 33%;
	font-family: 'Barlow';
}

.forgotpw {
	font-size: 16px;
	color: #ffcb08;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}
.forgotpw:hover{
	color: #9d7b00;
}
.blogin{
	background: #ffcb08;
    padding: 3px 20px;
    color: #000;
    text-decoration: none;
    font-family: 'Barlow';
    margin: 0px 5px;
    border: none;
    border-radius: 5px;
}
.blogin:hover{
	background: #9d7b00;
	color: #000;
}
/*FLAG*/
.dropbtn-flag {
  background: none;
  color: white;
  padding: 0px 5px;
  border: none;
}
.dropbtn-flag i{
	font-size: 12px;
}
.dropbtn-flag img{
	width: 30px;
}
.dropdown-content-flag img{
	width: 30px;
}
.dropdown-flag {
  position: relative;
  display: inline-block;
  bottom: 0px;
}

.dropdown-content-flag {
  display: none;
  position: absolute;
  background: none;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content-flag a {
  color: black;
  padding: 8px 5px;
  text-decoration: none;
  display: block;
  background: none;
  color: #fff;
}

.dropdown-conten-flagt a:hover {
	background: none;
}

.dropdown-flag:hover .dropdown-content-flag {
	display: block;
}

.dropdown-flag:hover .dropbtn-flag {
	background: none;
}
/*END*/


.join{
	background: #ff0000;
    padding: 3px 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Barlow';
    border-radius: 5px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
}
.join:hover{
	background: #bb0000;
	color: #fff;
}
.modal-header{
	align-items: center;
}
.modal-dialog {
    margin: 20px auto;
}
.modal-header .close {
    padding: 1rem 1rem;
     margin: 0; 
}
.blogin:hover{

}
.announcement{
	background: #000c29;
	width: 100%;
	font-family: 'Barlow';
	color: #fff;
	display: flex;
}
.announcement i{
	padding: 0px 5px;
}

.nav-holder{
	background: #003c79;
}
.nav {
  	display: flex;
    position: relative;
    margin: 0 auto;
    justify-content: center;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-flex;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  font-size: 18px;
}
.nav .nav-links ul{
	margin-bottom: 0;
}
.nav .nav-links ul li {
  list-style: none;
  display: inline-flex;
  text-decoration: none;
  flex-wrap: nowrap;
  justify-content: center;

}
a.navi-main{
	text-decoration: none;
	color: #efefef;
	font-size: 16px;
	text-align: center;
	font-family: 'Barlow';
  	padding: 10px 16px;
}

a.navi-main:hover {
  background: #ffcb08;
  color: #000;
}

.navi-main.active {
  background: #ffcb08;
  color: #000 !important;
}
.nav > #nav-check {
  display: none;
}


/*NAV HOVER*/
.hvr-menu{
	visibility: hidden;
	position: absolute;
	top: 2.7rem;
	left: 0;
	height: 250px;
	width: 100%;
	z-index: 2;
	background-color: rgba(0,0,50,0.95);
	text-align: center;
	overflow: hidden;

}

li:hover .hvr-menu{
	visibility: visible;
	-webkit-transition: background-color .7s;
	transition: background-color .7s;
}
.betnow{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.hvr-menu-inner{
	display: inline-flex;
	width: 100%;
	padding: 0px;
}
.hvr-main{
	width: 1290px;
	margin: 0 auto;
}

.hvr-menu a{
	text-decoration: none;
}
.nav-links .hvr-main::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #003c79;
    z-index: -1;

}
.nav-links .slot-hvr::after {
    content: '';
    position: absolute;
    bottom: 125px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #003c79;
    z-index: -1;

}
.menu-item:hover, .menu-item-2:hover, .menu-item-7:hover, .menu-item-4:hover,  
.menu-item-3:hover, .menu-item-1:hover, .menu-item-7sl:hover, .menu-item-4-2:hover, .menu-item-5:hover{
	background: rgba(0,0,110,0.8);
}
.nav-links .hvr-main .menu-item:hover p {
	background: #ffcb08;
	color: #000;	
	margin: 0px 0px 0px 0px;
	height: 30px;
	width: 100%;
}
.nav-links .hvr-main .menu-item-7:hover p{
	background: #ffcb08;
	color: #000;	
	margin: 0px 0px 0px 0px;
	height: 30px;
}
.nav-links .hvr-main .menu-item-7sl:hover p{
	background: #ffcb08;
	color: #000;	
	margin: 0px 0px 0px 0px;
	height: 30px;
}
.nav-links .hvr-main .menu-item-4:hover p{
	background: #ffcb08;
	color: #000;	
	margin: 0px 0px 0px 0px;
	height: 30px;
}
.nav-links .hvr-main .menu-item-4-2:hover p{
	background: #ffcb08;
	color: #000;	
	margin: 0px 0px 0px 0px;
	height: 30px;
}
.nav-links .hvr-main .menu-item-1:hover p{
	background: #ffcb08;
	color: #000;	
	margin: 0px 0px 0px 0px;
	height: 30px;
}
.nav-links .hvr-main .menu-item-3:hover p{
	background: #ffcb08;
	color: #000;	
	margin: 0px 0px 0px 0px;
	height: 30px;
}
.nav-links .hvr-main .menu-item-5:hover p{
	background: #ffcb08;
	color: #000;	
	margin: 0px 0px 0px 0px;
	height: 30px;
}
.nav-links .hvr-main .menu-item-2:hover p{
	background: #ffcb08;
	color: #000;	
	margin: 0px 0px 0px 0px;
	height: 30px;
}
.betnow{
	padding: 4px 0px 0px;
}
.menu-item{
	width: 16.7%;
	height: 220px;
	list-style: none;
	padding-top: 1px;
  	display: unset !important;
}
.menu-item-1{
	width: 100%;
	height: 220px;
	list-style: none;
	padding-top: 1px;
	display: unset !important;
}
.menu-item-4-2{
	width: 24.5%;
	height: 219px;
	list-style: none;
	padding-top: 1px;
	display: unset !important;
}
.menu-item-4{
	width: 24.5%;
	height: 125px;
	list-style: none;
	padding-top: 6px;
	display: unset !important;
}
.menu-item-5{
	width: 20%;
	height: 220px;
	list-style: none;
	padding-top: 1px;
	display: unset !important;
}
.menu-item-3{
	width: 33.3%;
	height: 95px;
	list-style: none;
	padding-top: 1px;
	display: unset !important;
}
.menu-item-7{
	width: 14.3%;
	height: 220px;
	list-style: none;
	padding-top: 1px;
	display: unset !important;
}
.menu-item-7sl{
	width: 17.5%;
	height: 125px;
	list-style: none;
	padding-top: 6px;
	display: unset !important;
}
.menu-item-2 {
    width: 50%;
    height: 245px;
    list-style: none;
    padding-top: 1px;
    display: unset !important;
}
.menu-item img{
	margin: auto;
}
.menu-item a{
	display: grid;
	text-align: center;
	text-decoration: none;
}
.hover_menu_lv2{
	height: 30px;
	width: 100%;
	z-index: 2;
	background-color: #003c79;
}
/*HOVER END*/



.item-sections{

}
.item-inner{
	max-width: 1290px;
	margin: 0 auto;
	display: block;
}
.itemlist{
	margin: 20px 0px;
	display: flex;
	justify-content: space-evenly;
}
.item-inner li{
	list-style: none;
}
.item{
	margin: 10px 0px 0px;
}
.item img{
	transition: transform .2s;
}
.item img:hover{
	transform: scale(1.05);
}

.sp-matches-hdr{
	display: flex;
	color: #003c79;
	padding: 5px 5px 5px 0px;
	align-items: center;
	justify-content: space-between;
}
.sp-matches-hdr-w{
	display: flex;
	color: #fff;
	padding: 5px 0px;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
}
.sp-matches-hdr-w .hm-vwall{
	margin-right: 0;
}
.sp-matches-hdr i{
	font-size: 22px;
	padding: 0 5px 0px 0px;
	font-weight: 600;
}
.sp-matches-hdr p{
	font-size: 22px;
	font-weight: 600;
}

/*SPORTS SECTION*/
.item-sports{
	display: flex;
}
.sports-matches{
	width: 50%;
}
.match-card-holder{
	display: flex;
}
.match-card{
	background: rgb(0,17,56);
	background: linear-gradient(0deg, rgba(0,17,56,1) 0%, rgba(0,83,168,1) 100%);
	width: 60%;
	border-radius: 10px;
}
.match-card:first-child{
	margin: 0 5px 0 0;
}
.league-name{
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding-top: 5px;
}
.mtch-sched{
	color: #ffcb08;
	text-align: center;
}
.mtch-logo{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	color: #fff;
	padding: 10px;
}
.t-name{
	font-size: 12px;
}
.team-box{

}
.mtch-odds{
	display: flex;
	color: #fff;
	width: 100%;
}
.mtch-odds div{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
}
.mtch-odds div:last-child{
	border-right: none;
}
.mo-name{
	font-size: 13px;
	width: 50%;
	align-items: center;
	padding: 2px 0px 0px;
}
.mo-odds-1, .mo-odds-2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 25%;
}
.marker{
	width: 50%;
}
.odds-b{
	font-weight: 700;
	width: 50%;
}

.sports-highlights{
	width: 40%;
}
.sports-highlights img{
	padding: 0px 10px;
	border-radius: 3%;
}

/*CASINO SECTION*/
.hm-vwall{
	text-decoration: none;
	background: #ffcb08;
	padding: 2px 10px;
	border-radius: 5px;
	color: #003c79;
	font-size: 14px;
	float: right;
	margin-right: 5px;
	font-weight: 600;
}
.hm-vwall:hover{
	background: #003c79;
	color: #fff;
	text-decoration: none;
}
.item-casino{
	display: flex;
}
.lc-highlight{
	width: 50%;
	margin: 0px 10px 0px 0px;
}
.lc-highlight img{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	cursor: pointer;
}
.item-casino-con{
	background: #003c79;
	padding: 5px 10px; 
	color: #fff;
	border-radius: 0px 0px 10px 10px;
}
.item-casino-con span{
	font-size: 18px;
	font-weight: 500;
}
.item-casino-con p{
	font-size: 14px;
}
.item-prov-con{
	display: flex;
	color: #003c79;
	text-align: center;
}
.cas-cat{
	display: block;
	font-size: 12px;
	padding: 6px 3px;
}
.cas-cat i{
	font-size: 25px;
}
.lc-providers{
	width: 49%;
}
.lc-item-hold{
	float: left;
}
.lc-item{
	float: left;
}
.lc-item:first-child{
	padding: 0px 18px 0px 0px;
}
.lc-item-holder{
	display: flex;
	justify-items: space-between;
}
.lc-item{

}
.cas-control-next{
	width: 6.5%;

}
.cas-control-prev{
	width: 3%;
}
.cas-control-prev .carousel-control-prev-icon,
.cas-control-next .carousel-control-next-icon{
	height: 65px;
}
.carousel-inner{

}
.lc-providers img{
	border-radius: 10px 10px 0px 0px;
}
.lc-prov-btn{
	background: #003c79;
	color: #fff;
	width: 100%;
	border-radius: 0px 0px 5px 5px;
	border: none;
	font-size: 21px;
	font-weight: 600;
	padding: 5px 0px;
}
.lc-prov-btn a{
	text-decoration: none;
	color: #fff;
}
.lc-prov-btn:hover{
	background: #ffcb08;
}
.lc-prov-btn:hover a{
	color: #000;
}
.fs-highlight{
	width: 27%;
}
.fs-highlight img{
	border-radius: 8px;
}
.item-fish-slots{
	display: flex;
}

.hm-sl-games{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
}
.slots-highlights .hm-vwall{
	margin: 0px -6px 0px 0px;
}
.sl-cards img{
	border-radius: 5px 5px 0px 0px;
}
.sl-cards:hover img{
	opacity: 0.5;
}
.sl-cards{
	position: relative;
	cursor: pointer;
	background: #000;
	border-radius: 10px;
}
.sl-cards:hover .playbtn {
  opacity: 1;
}

.playbtn {
  transition: .5s ease;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 25%;
  z-index: 99;
  cursor: pointer;
}

.hm-play {
  background-color: #ffcb08;
  color: #000;
  font-size: 13px;
  padding: 5px 5px;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #000;
}
.hm-play a{
	color: #000;
	text-decoration: none;
}
.sl-cards-name{
	background: #003c79;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
}
.slots-name{
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}
.slots-prov{
	font-size: 12px;
	color: #fff;
}

.prvw-tstmnl{
	background: #001138;
	margin: 20px 0px 0px;
	padding: 5px 0px;
}
.prvw-tstmnl-con{
	max-width: 1290px;
	margin: 0 auto;
	display: flex;
}
.prvws{
	width: 50%;
	color: #fff;
	margin-right: 15px;
}

.prvws p{
	padding: 2px 0px;
}
.prvws-tabs{
	width: 100%;
	display: flex;
}
.prvws-tabs li{
	list-style: none;
	background: #d6d6d6;
	width: 100%;
	padding: 5px 0px;
	margin: 1px 1px;
	border-radius: 5px;
	text-align: center;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
}
.prvws-tabs li .active{
	background: #ffcb08;
}
[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.tab {
  cursor: pointer;
  padding: 10px;
}

.tab.active {
  background-color: #ffcb08;
  color: #000;
}

.tab:hover {
  background-color: #003c79;
  color: #fff;
}


/*HOME BLOG*/
.hm-blg-crd{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.hm-blg-crd img{
	border-radius: 10px;
}
.hm-blg-cntnt{
	padding-left: 5px;
}
.hm-blg-crd a{
	color: #ffcb08;
	text-decoration: none;
}
.hm-blg-ttl{
	font-weight: 600;
}
.hm-blg-xcrpt{
	font-weight: 300;
}


.tstmnls{
	width: 48%;
}
.anc-crd{
	background: #003c79;
	padding: 5px 10px;
	height: 11rem;
	display: flex;
	align-items: center;
	align-content: center;
	border-radius: 10px;
	margin-bottom: 10px;
}
.anc-img img{
	border-radius: 50px;
	padding: 0px 5px;
}
.hm-anc-cntnt{
	padding: 10px;
	color: #fff;
}
.hm-anc-name{
	font-weight: 600;
	padding: 0px 0px 5px;
	font-size: 18px;
}

.gamelist{
	max-width: 100em;
	margin: 10px auto 0;
}
.gameimg{
	margin: 20px 0 0;
    text-align: center;
}
.game-info{
	max-width: 100em;
	margin: 0 auto;
	font-family: 'Barlow';
}
.game-info h2{
	font-weight: 900;
}
.seo-section{
	max-width: 1290px;
	margin: 0 auto;
	display: block;
}
.carousel-indicators .active {
    background-color: #003c79;
}
.seo-left{
	max-width: 1290px;
	margin: 0 auto;
	color: #000;
	text-align: center;
	/*background: #eee;*/
	font-family: 'Barlow';
}
.seo-left h1{
	font-size: 24px;
	color: #003c79;
	text-transform: uppercase;
	font-weight: 600;
}
.seo-left h2 {
    font-size: 24px;
    color: #003c79;
    text-transform: uppercase;
    font-weight: 600;
}
.seo-left p, .seo-right p{
	font-size: 14px;
	text-align: justify;
}
.seo-left a, .seo-right a{
	text-decoration: none;
}
.ca-contents {
    margin: 0px 10px;
    left: unset;
    right: 0;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    background-color: #070606;
    border-radius: 50%;
}

.seo-tsec{
	max-width: 1290px;
	padding: 20px;
}
.seo-tsec-con{
	display: flex;
}
.seo-right a h2{
	font-size: 20px;
	color: #003c79;
	margin: 10px 0;
	font-weight: 600;
}
.category{
	width: 100%;
	padding: 0px 20px 0px 0px;
}
.category .row .icon-side {
    display: inline-block;
    width: 12%;
    margin: 0;
}
.category .row .content-side {
    display: inline-block;
    width: 88%;
}
.seo-right i{
	padding: 10px 0 0;
	font-size: 23px;
	color: #003c79;
}
.provider-sec{
	max-width: 100%;
	margin: 0 auto;
	background: #eee;
	display: flex;
}
.provider-sec img{
	width: 60px;
}

.faqs{
	max-width: 1200px;
	margin: 0 auto 10px;
	font-family: 'Barlow';

}
.faq-con{
}
.title-faq{
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #003c79;
}
.card-header{
	background: #003c79;
	color: #fff;
	cursor: pointer;
}
.card-body p{
	color: #000;
	cursor: pointer;
}


/*FOOTER*/
.footer-nav{
	background: #003c79;
	margin: 0 auto;
	color: #fff;
}
.footer-nav-con{
	max-width: 1290px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px;
}
.footer-nav-con a{
	color: #fff;
	padding: 0px 2px;
	text-decoration: none;
	font-size: 16px;
}
.footer-nav-con a:hover{
	color: #ffcb08;
}
.footer{
	background: #001138;
	font-family: 'Barlow';

}
.footer-con{
	max-width: 1290px;
	margin: 0 auto;
	display: flex;
	padding: 10px 0px;
}
.foot-providers{
	width: 45%;
}
.ylw{
	color: #ffcb08;
}

.ftr-end{
	padding: 10px 0px 0px;
}
.ftr-end img{
	width: 30%;
}
.ftr-end p{
	font-size: 12px;
	color: #fff;
}
.foot-links{
	width: 20%;
}
.foot-lnks{
	display: block;
	color: #fff;
	margin: 0 auto;
	justify-content: center;
}
.foot-links ul{
	list-style: none;
	color: #fff;
	line-height: 2;
}

.foot-lnks a{
	text-decoration: none;
	color: #fff;
}
.foot-links a.active{
	color: #ffcb08;
}
.foot-links a:hover{
	color: #ffcb08;
}
.foot-icons{
	width: 20%;
}
.ft-socmed{
	color: #fff;
}
.ft-socmed i{
	font-size: 40px;
	padding: 5px 10px 10px 0px;
}
.ft-socmed a{
	color: #fff;
}
.ft-socmed a:hover{
	color: #ffcb08;
}
.ft-rspnsbl img{
	padding: 5px 5px 10px 0px ;
}
.ft-lcsnd img{
	padding: 5px 5px 10px 0px ;
}
.ft-cntct{
	display: block;
}
.ft-cntct a{
	display: flex;
	color: #fff;
	line-height: 2;
	text-decoration: none;
	align-items: center;
}
.ft-cntct a:hover{
	color: #ffcb08;
}
.ft-cntct img{
	width: 45px;
	padding: 5px 5px 5px 0px;
}
/*FOOTER END*/

/*LIGHTBOX*/
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 18%;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

/*REGISTER*/
.register{
	background: url('../img/register/regbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.register-con{
	width: 1240px;
	margin: 0 auto;
	padding: 10px 0px;
}
.reg-text-con {
    background: #003c79;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}
.reg-acc {
    text-align: left;
    font-size: 18px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border: none;
    background: none;
    color: #ffcb08;
    font-weight: 700;
    font-family: 'Barlow';
    width: 100%;
}
button.reg-acc:after {
    content: 'SEE MORE';
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    float: right;
    padding: 5px;
    margin-left: 5px;
    border-radius: 5px;
    background: #ff0000;
}
button.reg-acc.active:after {
    content: 'SEE LESS';
}
.panel {
    width: 100%;
    padding: 5px 10px;
    background-color: #001138;
    display: none;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
    color: #fff;
}
.reg-main{
	display: flex;
	padding: 10px 0px;
}
.reg-ads-con{
	width: 40%;
    padding: 0px;    
}
.reg-ads-con img{
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}
.reg-frm-con{
	width: 60%;
	margin: 0 auto;
	padding: 40px 0px;
	text-align: center;
	background: #003c79;
	border-radius: 0px 10px 10px 0px;
}
.reg-frm-con h2{
	color: #fff;
	padding: 10px 0px;
}
.reg-frm-con div{
	width: 100%;
	padding: 8px 0px;
}
.reg-frm-con div label{
	width: 20%;
	text-align: right;
	padding: 0px 10px;
	color: #fff;
	font-family: 'Barlow';
}
.reg-frm-con div input{
	width: 50%;
	padding: 3px 0px;
}
.reg-contact input:nth-child(2){
	width: 6% !important;
}
.reg-contact input:last-child{
	width: 43.5% !important;
}
.reg-warn{
	color: #fff;
}
.reg-warn a{
	color: #ffcb08;
}
.reg-btns button{
	margin: 0px 5px;
	padding: 5px;
	background: #ff0000;
	color: #fff;
	width: 10rem;
	border-radius: 5px;
	font-family: 'Barlow';
	border: 2px solid #fff;
}


/*DOWNLOAD*/
.download-con{
	width: 1290px;
	margin: 0 auto;
}
.download-menu{
	padding: 30px 0px;
	display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 15px 10px;
}
.download-menu a img{
	background: rgb(0,83,168);
	background: linear-gradient(180deg, rgba(0,83,168,1) 0%, rgba(0,17,56,1) 100%);
	padding: 2px 10px;
	border-radius: 55px;
	width: 100%;
}
.download-menu a img:hover{
	background: #ffcb08;
}

.download-menu a.actives img{
	background: #ffcb08;
}
.dl-info-con{
	margin: 0px 0px 20px;
}
.dl-info{
	background: #001138;
	padding: 1em;
}
.dl-info-title{
	font-size: 40px;
	font-weight: 700;
}
.dl-sshark{
	text-align: center;
	line-height: 2;
	color: #fff;
}
.dl-info-con p{
	font-size: 20px;
}
.dl-ss-btns{
	display: flex;
	justify-content: center;
}
.dl-ss{
	background: #003c79;
	margin: 10px;
	padding: 15px 10px 10px;
	border-radius: 10px;
	width: 14vh;
	color: #fff;
}
.dl-ss:hover{
	background: #ffcb08;
}
.dl-ss i{
	font-size: 30px;
}
.dl-ss a{
	text-decoration: none;
	color: #fff;
}
.dl-divi{
	display: flex;
}
.dl-left{
	width: 50%;
	text-align: center;
}
.dl-right{
	width: 50%;
	display: block;
	text-align: center;
	color: #fff;
}
.dl-right img{
	padding: 10px;
}
.dl-right a{
	text-decoration: none;
}
.and-green{
	color: #00ff00;
}
.dl-sep {
    display: flex;
    width: 100%;
    justify-content: center;
}
.dl-btn-con{
	padding: 0.5em 0em 0em;
}
.dl-qr{
	display: block;
	padding: 0em 0em 1em;
}
.dl-comp i{
	padding: 10px;
	font-size: 40px;
}
.dl-instruction th{
	border: 1px solid #fff;
	padding: 10px;
}
.dl-instruction td{
	border: 1px solid #fff;
	padding: 10px;
}
.dl-btn{
	background: #ff0000;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
	padding: 0.5em 1em;
}
.dl-btn:hover{
	background: #ffcb08;
}
.dl-instruction{
	margin: 1em 0em;
}


/*SPORTS*/
.sports-main{
	background: url('../img/sports/sports-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sports-main-con{
	width: 1290px;
	margin: 0 auto;
	padding: 20px 0px;
	display: flex;
    justify-content: space-evenly;
    align-content: center;
    justify-items: center;
}
.sports-products{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.sports-products img{
	border-radius: 10px;
}

.sports-img{
	position: relative;
	cursor: pointer;
	background: #000;
	border-radius: 10px;
}
.sports-img:hover img{
	opacity: 0.5;
}
.sports-img:hover .playbtn-inner {
  opacity: 1;
}

.playbtn-inner {
  	transition: .5s ease;
  	text-align: center;
  	opacity: 0;
  	position: absolute;
  	top: 42%;
  	left: 0;
  	right: 0;
  	padding: 0rem 7rem;
  	z-index: 99;
  	cursor: pointer;
}
.inr-play{
	background-color: #ffcb08;
    color: #000;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #000;
}
.inr-play a{
	text-decoration: none;
	color: #000;
}

/*INNER PAGE CONTENT*/
.static{
	background: #001138;
}
.static-upimg img{
	width: 275px; 
	margin-right: 25px;
}
.static-con{
	width: 1080px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.static h1{
	font-size: 21px;
	margin: 10px auto;
	color: #dadada;
}
.static h2, .static h3{
	font-size: 18px;
	margin: 10px auto;
	color: #dadada;
}
.static-par{
	display: flex;
}
.static p{
	font-size: 13px;
	line-height: 1.8;
	color: #dadada;
	text-align: justify;
}
.static a{
	color: #ffcb08;
	text-decoration: none;
}
.static-main{
	width: 100%;
    text-align: center;
	margin: 0 auto;
	padding: 10px 30px;
}
#module {
  font-size: 1rem;
  line-height: 1.5;
}
#module #collapseExample.collapse:not(.show) {
  display: flex;
  height: 19rem;
  overflow: hidden;
}

#module #collapseExample.collapsing {
  height: 3rem;
}

/*CASINO*/
.casino-main{
	background: url('../img/casino/casino-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.casino-main-con{
	width: 1290px;
	margin: 0 auto;
	padding: 20px 0px;
	display: flex;
    justify-content: space-evenly;
    align-content: center;
    justify-items: center;
}
.casino-products{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.casino-products img{
	border-radius: 10px;
}

.casino-img{
	position: relative;
	cursor: pointer;
	background: #000;
	border-radius: 10px;
}
.casino-img:hover img{
	opacity: 0.5;
}
.casino-img:hover .playbtn-inner {
  opacity: 1;
}

/*SLOTS LANDING PAGE*/
.slots-lp-con{
	width: 1290px;
	margin: 20px auto;
}
.lp-filter-con{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #003c79;
	margin: 10px 0px;
	border-radius: 5px;
}
.lp-filter-links{
	display: flex;
	align-items: center;
}
.lp-filter-links a{
	color: #fff;
	text-decoration: none;
	padding: 12px 10px;
	cursor: pointer;
}
.lp-filter-links a:hover{
	background: #ffcb08;
	color: #000;
	border: none;
}
.filter-search{

}
.filter-search form{
	background: #d2d2d2;
	border: none;
}
.filter-search button{
	background: none;
	border: none;
}
.filter-search i{
	font-size: 22px;
	padding: 0px 0px 0px 5px;
	color: #001138;
}
.filter-search input{
	background: #d2d2d2;
	padding: 10px;
	border: none;
}
.mfilters{
	background: #ffcb08;
	padding: 3px 5px;
	font-family: 'Barlow';
	border: 1px solid #001138;
}
.lp-slots-title{
	display: flex;
	align-items: center;
	padding-top: 10px;
}
.lp-slots-title i{
	font-size: 20px;
	padding: 0px 5px 0px 0px;
	color: #003c79;
}
.lp-slots-title p{
	font-size: 24px;
	color: #003c79;
	font-weight: 500;
}
.lp-providers{
	width: 1290px;
	display: flex;
	justify-content: center;
}
.lp-providers img{
	padding: 5px;
}
.lp-top{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 10px;
}
.lp-top-con{
	display: flex;
}
.lp-top-con img:last-child{
	margin-left: -30px;
}

/*SLOT GAMES*/
.sl-games-prvdrs{
	background: url('../img/slot-games/sl-games-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sl-games-prvdrs-con{
	width: 1250px;
	margin: 0 auto;
}
.sl-games-menu{
	padding: 30px 0px;
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px 10px;
}
.sl-games-menu a img{
	background: rgb(0,83,168);
	background: linear-gradient(180deg, rgba(0,83,168,1) 0%, rgba(0,17,56,1) 100%);
	padding: 2px 10px;
	border-radius: 55px;
}
.sl-games-menu a img:hover{
	background: #ffcb08;
}

.sl-games-menu a.actives img{
	background: #ffcb08;
}

.sl-filter-con{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #003c79;
	margin: 0px 0px 10px;
	border-radius: 5px;
}
.sl-filter-links{
	display: flex;
	align-items: center;
}
.sl-filter-links a{
	color: #fff;
	text-decoration: none;
	padding: 12px 10px;
	cursor: pointer;
}
.sl-filter-links a:hover{
	background: #ffcb08;
	color: #000;
	border: none;
}
.sl-games-main-con{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.sl-games-jackpot{
	background: url('../img/slot-games/jackpotbg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 50% !important;
	display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.counter {
  	animation-duration: 1s;
 	animation-delay: 0s;
}
.jckpt-count{
	font-size: 45px;
    font-weight: 800;
    color: #fff;
    margin: 1px 0px;
    -webkit-text-stroke: 2px black;
    margin-top: 12px;
    font-family: 'Barlow';
}
.sl-game-icons{
	flex: 0 0 16%;
	margin: 5px 4px;
	text-align: center;
	float: left;
	position: relative;
	cursor: pointer;
	background: #000;
	border-radius: 10px;
}
.sl-game-icons img{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
}
.sl-game-name{
	background: #003c79;
	color: #fff;
	padding: 2px 0px;
	width: 100%;
	border-radius: 0px 0px 10px 10px;
}
.sl-game-icons .playbtn-inner {
    transition: .5s ease;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 42%;
    left: 5;
    right: 0;
    padding: 0rem 2.1rem;
    z-index: 99;
    cursor: pointer;
}
.sl-game-icons:hover img{
	opacity: 0.5;
}
.sl-game-icons:hover .playbtn-inner {
  opacity: 1;
}

/*FISH*/
.fish-main{
	background: url('../img/fish/fish-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.fish-main-con{
	width: 1290px;
	margin: 0 auto;
	padding: 20px 0px;
	display: flex;
    justify-content: space-evenly;
    align-content: center;
    justify-items: center;
}
.fish-products{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.fish-products img{
	border-radius: 10px;
}

.fish-img{
	position: relative;
	cursor: pointer;
	background: #000;
	border-radius: 10px;
}
.fish-img:hover img{
	opacity: 0.5;
}
.fish-img:hover .playbtn-inner {
  opacity: 1;
}

/*LOTTERY*/
.lottery-main{
	background: url('../img/lottery/lottery-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.lottery-main-con{
	width: 1290px;
	margin: 0 auto;
	padding: 20px 0px;
	display: flex;
    justify-content: space-evenly;
    align-content: center;
    justify-items: center;
}
.lottery-products{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.lottery-products img{
	border-radius: 10px;
}

.lottery-img{
	position: relative;
	cursor: pointer;
	background: #000;
	border-radius: 10px;
}
.lottery-img:hover img{
	opacity: 0.5;
}
.lottery-img:hover .playbtn-inner {
  opacity: 1;
}

/*HORSE RACING*/
.horse-race-main{
	background: url('../img/horse/hracingbg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.horse-race-main-con{
	width: 1290px;
	margin: 0 auto;
	padding: 20px 0px;
	display: flex;
    justify-content: space-evenly;
    align-content: center;
    justify-items: center;
}
.horse-race-products{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.horse-race-products img{
	border-radius: 10px;
}

.horse-race-img{
	position: relative;
	cursor: pointer;
	background: #000;
	border-radius: 10px;
}
.horse-race-img:hover img{
	opacity: 0.5;
}
.horse-race-img:hover .playbtn-inner {
  opacity: 1;
}

/*PROMOTIONS PAGE*/
.promo-main-con{
	background: url('../img/promo/promo-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.filterDiv {
	text-align: center;
	display: none;
	float: left;
	margin: 0px 5px 0px;
	cursor: pointer;
}
.show{
	display: block;
}
.promo-menu{
	width: 1235px;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.promo-main {
  	display: flex;
  	justify-content: center;
}
.promo-cards-con{
	width: 1235px;
    margin: 0 auto;
}

#promo-btn{
    border-radius: 7px;
    border: none;
    padding: 7px;
    background: #003c79;
    color: #fff;
    margin: 30px 5px 0px 5px;
}
#promo-btn:hover{
    background: #ffcb08;
    color: #000;
}

.promo-main img{
	margin: 10px 0px 0px 0px;
}
.promo-img{
	border-radius: 10px 10px 0px 0px;
}
.promo-image{
	overflow:hidden;
}
#promo-btn.active{
    background: #ffcb08;
    color: #000;
}
.promo-btn:hover{
    background: #ffcb08;
    color: #000;
}
.blue-bar-promo{
	text-align: left;
	border-radius: 0px 0px 5px 5px;
	background: #003c79;
	color: #000;
	width: 25em;
	height: 130px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 7px;
}
.promo-title{
	font-size: 18px;
	font-weight: 600;
	padding: 14px 0px 9px 0px;
	color: #ffcb08;
	margin: 0px;
}
.promo-desc{
	color: #fff;
	font-size: 14px;
	padding: 0px 0px 20px 0px;
}
.promo-banner .close {
    color: #fff;
    line-height: 0;
    font-size: 1.2rem;
    font-weight: 300;
    background: #003c79;
    padding: 0px 0px 6px 1px;
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.promo-mechanics{
	padding: 25px;
	background: #003c79;
	color: #fff;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}
ul.dashed{
	font-size: 15px;
	line-height: 1.8;
}
.promo-page-terms ol{
	font-size: 15px;
	line-height: 1.8;
}


/*VIP*/
.vip-main{
	background: url('../img/vip/vip-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.vip-logo{
	text-align: center;
	padding: 10px 0px;
}
.vip-logo img{
	width: 100%;
}
.vip-intro {
    margin: 20px auto;
    width: 900px;
    text-align: center;
}
.vip-intro p{
	font-size: 20px;
}
table {
    border-collapse: inherit;
}

.vip-tabs{
	margin: 10px auto;
	width: 900px;
	text-align: center;
}
.vip-tabs a{
	background: #003c79;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
.vip-tabs a:hover{
	background: #ffcb08;
	color: #000;
}
.vip-tabs a.actives{
	background: #ffcb08;
	color: #000;
}

.vip-grp-con{
	width: 1250px;
	margin: 0 auto;
}

.vip-sections{
	background: #001138;
	border-radius: 10px;
	padding: 25px 5px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}
.mixed-con table{
	margin: 5px auto;
}
.grp-name{
	margin: 0 auto;
	font-size: 22px;
	font-weight: 600;
	width: 90%;
	background: #ffcb08;
	color: #000;
	text-align: center;
	padding: 2px 0px;
	border-radius: 5px;
}
.grp-lvls{
	background: #001138 !important;
}
.grp-rbts{
	text-align: left;
}
.vip-sections td{
	background: #003c79;
	padding: 10px 5px;
	border-radius: 5px;
}
.vip-sections td p{
	font-weight: 600;
	font-size: 17px;
}
.vip-tables{
	margin: 0 auto;
}
.vip-clas{
	font-size: 26px;
	font-weight: 600;
	padding: 5px 0px;
	font-family: 'Barlow';
	color: #003c79;
}
.vip-tbl-con{
	width: 1250px;
	margin: 0 auto;
}
.vip-tbl-con p{
	font-size: 15px;
}
.vip-hdr{
	text-align: center;
}
.top-tbl{
	text-align: center;
}
.vip-tbl-con table h2{
	font-weight: 800;
	text-align: center;
}

.vip-tbl-con table td {
    padding: 10px 5px;
    background: #003c79;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    font-family: 'Barlow';
    cursor: pointer;

}
.vip-tbl-con table td:first-child {
	text-align: left;
}
.ychck{
	color: #ffcb08 !important;
}
.vip-tnc-con{
	text-align: center;
}
.vip-tnc{
	background: #ffcb08;
	padding: 10px 15px;
	margin: 10px 0px;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	text-align: center;
	border: none;
	font-weight: 600;
}
.mdl-hdr-tnc{
	background: #003c79;
	color: #fff;
}
.mdl-hdr-tnc .close{
	color: #fff;
}

/*BLOG*/
.blog-con{
	width: 1250px;
	margin: 0 auto;
}
.blog-start{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.blog-title-desc{
	background: #efefef;
	border-radius: 0px 0px 10px 10px;
	padding: 5px 10px;
	height: 10em;
}
.blog-title-desc a{
	text-decoration: none;
}
.blog-title:hover{
	color: #ffcb08;
}
.pagynation{
	text-align: center;
	padding: 2em 0em 0.5em;
}
.current {
  color: fff !important;
  background: #ffcb08;
}

#pagin li {
  display: inline-block;
}
#pagin a{
	border: 1px solid #000;
    padding: 0.3em 1em;
    font-weight: 600;
}
.blog-image{
	padding: 1em 0em 0em;
}
.blog-image img{
	width: 19em;
	border-radius: 5px 5px 0px 0px;
}
.blog-title{
	color: #001138;
	font-size: 17px;
	font-weight: 600;
}
.blog-desc{
	color: #000;
	font-size: 15px;
}


/*ARTICLES*/
.articles-con{
	width: 1250px;
	display: flex;
	margin: 10px auto;
}
.article-start{
	width: 77%;
	padding: 10px;
	background: #efefef;
}
.article-start img{
	text-align: center;
	width: 100%;
	padding: 10px 0px;
}
.article-start p{
	padding: 10px 0px;
	line-height: 2;
}
.article-start a{
	coloe: #003c79;
	text-decoration: none;
}
.article-start ul{
	padding: 10px 15px;
}
.article-start ol{
	padding: 10px 15px;
}
.article-start li{
	line-height: 2;
}
.article-ads{
	width: 20%;
}
.article-ads img{
	padding: 0px 10px 10px;
}

/*CONTACTS*/
.contact-blue-body{
	background: #fff;
}
.contacts{
	/*background: url('../img/contacts/cbg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;*/
}
.contacts a{
	text-decoration: none;
}
.contacts-con{
	width: 1290px;
    margin: -15em auto 0em;
    padding: 2rem;
}
.contact-intro{
	display: flex;
	justify-content: end;
	padding: 1rem 0em 2em;
}
.cntct-intro-text{
	text-align: center;
}
.cntct-intro-text h2{
	font-size: 60px;
	color: #001138;
	font-weight: 700;
}
.cntct-intro-text p{
	font-size: 20px;
	color: #001138;
	font-weight: 700;
}
.contact-box{
	display: flex;
	justify-content: space-evenly;
	text-align: center;
}
.cbox-ylw{
	color: #ffcb08;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0px 5px;
}
.cntct-lnk{
	color: #001138;
	font-size: 18px;
	text-decoration: none;
}
.cntct-lnk:hover{
	color: #ffcb08;
	text-decoration: none;
}
/*ABOUT, TERMS, RESPONSIBLE, POLICY*/
.info-pages{

}

.info-pages-con{
	width: 1290px;
	margin: 0 auto;
	padding: 2rem;
}

.info-box{
	background: #003c79;
	padding: 20px;
	border-radius: 10px;
}

.info-box h2{
	color: #ffcb08;
}
.info-box p{
	color: #fff;
	line-height: 2.2;
}
.info-box ol{
	padding: 0px 20px;
	color: #fff;
	line-height: 2;
}
.info-b{
	font-weight: 800;
	font-size: 20px;
}
.info-box a{
	color: #fff;
	text-decoration: none;
}
.info-box a:hover{
	color: #ffcb08;
}
.info-box ul li{
	color: #fff;
	margin: 0px 20px;
	line-height: 1.8;
}


