/* ********css******** */

body{
	margin:0;
	padding:0;
	background-color:#02080c!important;
	font-family:Oswald!important;	
	overflow-x:hidden;
}
html {
  scroll-behavior: smooth;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	text-decoration:none;
}
p{
	color:#5c5c5c;
	font-size:15px;
}
textarea{
	resize:none;
	
}


.navCustom{
	min-height:52px!important;	
	z-index:999;	
	padding: 8px 15px 0!important;	
}
.navbar-default{
	background-color:#000000 !important;
	border:0!important;
}
.customer-style {
    color: #fff000;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}
.mobile-number  {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #fefefe;
    padding-left: 10px;
}
.wpNum {
	font-size: 38px;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
}
.wpNum i{
	color:#25d366;
	font-size:50px;
}
.wpSec{
	float:right;
    padding-bottom: 30px;
}
.line   {
    padding:20px 0;
    background-image: linear-gradient(to right top, #140113, #310f31, #531452, #771375, #9e0b99);
}
.line4   {
    height: 6px;
    background-image: linear-gradient(to right top, #ab32ae, #932aa5, #7b229c, #621b91, #481587);
}
.bottomTab .line-design li {
    float: left;
    width: 100%;
}
.bottomTab .bottom-line-text li {
    text-align: center;
    width: 100%;
}
.announcement   {
    padding: 0;
    background-color: #1c0c3e;
}
.scrolltext  {
    font-family: 'Roboto', sans-serif;
    padding-top: 14px;
    font-size: 22px;
	width:100%;
}

.button {
    background-color: #1c0c3e; /* Green */
    border: 2px solid;
    border-color: #fff;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}
.button1 {
    border-radius: 40px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	float:left;
	width:33.333%;
}
.games-icon {
    height: 25px;
    padding-right: 20px;
}
.bhovg  {
    border: 2px solid;
    border-color: #fff;
}

.line1  {
    width: 200px;
    display: inline-block;
    height: 2px;
    background-color: white;
    margin: 12px;
}
.line2  {
    width: 165px;
    display: inline-block;
    height: 2px;
    background-color: white;
    margin: 12px;
}
.w-100 {
    width: 100% !important;
    padding-top: 10px;
}
.screenShtSec   {
    background-color: #1c0c3e;
	padding-top: 40px;
}
.screenShtSec2  {
    background-color: #1a0b35;
}
.fa.fa-facebook {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	background-color: #4267B2;
	border-radius: 50%;
	line-height: 50px;
}
.fa.fa-instagram {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	background-color: #8a030a;
	border-radius: 50%;
	line-height: 50px;
}
.fa.fa-telegram {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	background-color: #0088cc;
	border-radius: 50%;
	line-height: 50px;
}
.fa.fa-whatsapp {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	background-color: #089d40;
	border-radius: 50%;
	line-height: 50px;
	animation: fadeInAnimation ease 3s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
}
.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
  }

  @keyframes "blink" {

    from,
    to {
      background-image: linear-gradient(to right top, #ab32ae, #000, #000);
    }

    50% {
       background-image: linear-gradient(to right top, #ab32ae, #932aa5, #7b229c, #621b91, #481587);
    }
  }

  @-moz-keyframes blink {

    from,
    to {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

  @-webkit-keyframes "blink" {

    from,
    to {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

  @-ms-keyframes "blink" {

    from,
    to {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

  @-o-keyframes "blink" {

    from,
    to {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

.fa.fa-phone {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	background-color: #d99b07;
	border-radius: 50%;
	line-height: 50px;
}

.playListSec{
	margin:0;
	padding:20px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#032235+0,000000+100 */
background: #032235; /* Old browsers */
background: -moz-linear-gradient(top,  #032235 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #032235 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #032235 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032235', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
/* .welLeft {
	margin-top:30px;
} */
.welLeft span{
	font-size:37px;
	color:#fff;
	font-weight:bold;
}
.welLeft h2{
	font-size:61px;
	color:#f3c403;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
}
.welLeft p{
	font-size:25px;
	color:#fff;
}
.welrgt ul li {
	background-color: #021724;
	font-size: 25px;
	color: #000;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	line-height: 19px;
	padding: 10px 0;
}
.welrgt ul li p {
	display: flex;
	margin: 0;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
}
.welrgt ul li span {
	font-size: 25px;
	color: #000;
	padding: 0;
	float: left;
	min-width: 60px;
	text-align: center;
	line-height: 23px;
}
.welrgt ul li span img{
	width:32px;
}
.userSec{
	background-color:#fff;
	border-radius:10px;
	padding:15px;
	text-align:center;
	display:inline-block;
	width:100%;
}
.userSecMn .userSecList{
	display:inline-block;
	width:80%;
	border-top:1px solid #ddd;
	padding:10px 0;
	line-height:10px;
}
.userSecMn .userSecList span {
	float: left;
	color: #000;
}
.userSecMn .userSecList p{
	float:right;
	margin:0;
	
}

.topWinner{
	margin-top:20px;
}
/* #myCarousel3 .carousel-control-next,
#myCarousel2 .carousel-control-next {
	right: -16px!important;
}

#myCarousel3 .carousel-control-prev,
#myCarousel2 .carousel-control-prev {
	left: -16px!important;
}
#myCarousel2 .carousel-item,
#myCarousel3 .carousel-item{
	background-color:#0b0b0b;
	text-align:center;
	padding:20px;
} 
#myCarousel2 {
	padding: 20px;
	padding-top: 0;
}
#myCarousel2 .carousel-item {
	/* background-color: #0b0b0b; */
	text-align: center;
	padding: 26px;
	background: transparent;
}
.sportSec{
	margin-top:20px;	
}
.screenShtSec .imgBrder {
	padding: 36px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.screenShtSec .imgBrder img {
	max-width: 100%;
	height: 296px!important;
	width: 163px!important;
}

#header{
  transition: all 0.4s ease;
}
#header.sticky {
   text-align: center;
  position:fixed;
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  background: #efc47D;
  padding-left: 20px;
  width:100%;
  top:0;
}
#header.sticky img{
	height:30px;
}
.wpNum{
	margin-left:15px;
	font-size: 35px;
	position:relative;
}
.wpNum i {
    color: #e0a84b;
    font-size: 33px;
}

.wpNum:hover{
	color:#fff;
	text-decoration:none;
	opacity:0.6;
	transition: all 0.4s ease;
}
#header.sticky .wpNum {
	font-size: 22px;
}
#header.sticky .wpNum i {
	font-size: 26px;
} 
.fixBtn {
	position: fixed;
	bottom: 100px;
	right: 10px;
	padding: 2px 12px;
	background-color: #25d366;
	font-weight: bold;
	color: #fff;
	transition: all 0.4s ease;
	border-radius: 18px;
	text-transform: uppercase;
	line-height: 25px;
	border: 2px solid #fff;
	border-right: 0;
	font-size: 12px;
	/* width: 300px; */
}
.fixBtn i{
	font-size: 14px;
	margin-right: 5px;
}
/* .fixBtn:hover{
	background-color:#fff;
	color:#25d366;
	text-decoration:none;
	border:2px solid #25d366;
	border-right:0;
	 margin-right:0px
}
.fixBtn:hover i{
	color:#25d366;
}
.fixBtn i {
	color: #fff;
	font-size: 28px;
	margin-top: 1px;
	display: inline-block;
	float: left;
	margin-right: 7px;
} */
.fixBtn2{
	position:fixed;
	bottom:60px;
	right:10px;
	background-color:#2ba0d9;
	padding: 2px 12px;
	font-weight: bold;
	color: #fff;
	transition: all 0.4s ease;
	border-radius: 18px;
	text-transform: uppercase;
	line-height: 25px;
	border: 2px solid #fff;
	border-right: 0;
	font-size: 12px;
}
/* .fixBtn2:hover{
	background-color:#fff;
	color:#2ba0d9;
	text-decoration:none;
	border:2px solid #2ba0d9;
	border-right:0;
}
.fixBtn2:hover i{
	color:#2ba0d9;
} */
.wpNum small {
	position: absolute;
	top: -19px;
	left: 0;
	font-size: 16px;
}
.tegram i{
	color:#068db3;	
}
.wpNumMob{
	display:none;
}

.carousel-caption{
	top:0!important;
	bottom:inherit!important;
	text-align:left!important;
	text-transform:uppercase;
}
.carousel-caption p{
	color:#00000!important;
	margin-bottom:0!important;
	font-size:33px!important;
}
.carousel-caption{
	color:#00000!important;
}
.carousel-caption h3{
	font-size:65px!important;
}
.carousel-caption h4{
	font-size:60px!important;
	font-weight:bold;
	background-color:#00000;
	color:#fff!important;
	text-align:center;
	display:inline-block!important;
	width:auto!important;
	padding:0 10px;
}

footer{
	text-align:center;
	text-transform:uppercase;
	padding:30px 0;
	background-color:#000;
	font-size: 12px;
}
.bannerSec .banImg{
	width:100%;
	height:auto;
}
.bannerSec{
	position:relative;
}

.contact_arr{
	bottom:100px;
	display:inline-block;
	position:absolute;
	z-index:9999;
	width:100%;
	text-align:center;
}
.contact_btn{
	
}
.contact_btn img{
	width:720px;
}
.playList li{
	float:left;
	border-right:2px solid #fff;
	margin-right:100px;
	padding-right:100px;
	color:#ffc600;
	line-height: 12px;
}
.playList li:last-child{
	margin:0;
	padding:0;
	border:0;
	
}
.serviceBx {
	padding: 34px;
	/* position: relative; */
	text-align: center;
	/* margin-top: 83px; */
	/* min-height: 180px; */
}
.serviceBx .first-line {
	font-size: 29px;
    color: #0df231;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 119px;
    text-align: left;
}
.serviceBx .second-line {
	font-size: 21px;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 119px;
    text-align: left;
}
.serviceBxImg {
	width: 100px;
	height: 100px;
	border: 2px solid #0df231;
	background-color: #fff;
	border-radius: 50%;
	line-height: 85px;
	/* margin-top: -80px; */
	/* margin-left: -44px; */
	padding-left: -2px;
	margin-bottom: -90px;
	box-shadow: 1px 0px 5px 5px rgba(217,36,219,0.41);
-webkit-box-shadow: 1px 0px 5px 5px rgba(217,36,219,0.41);
-moz-box-shadow: 1px 0px 5px 5px rgba(217,36,219,0.41);
}
.serviceBxImg img{
	display:inline-block;
}
/* .reviewTxt {
    max-width: 1140px;
    background-image: linear-gradient(to right top, #140113, #310f31, #531452, #771375, #9e0b99);
    border-radius: 40px;
	font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
	font-size: 40px;
	color: #fff;
	border: 2px solid #ff00f6;
	margin-top: 20px;
    text-transform: uppercase;
} */
.reviewTxt {
	/* height: 50px; */
	max-width: 100%;
	background-image: linear-gradient(to right top, #140113, #310f31, #531452, #771375, #9e0b99);
	border-radius: 40px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #fff;
	border: 2px solid #ff00f6;
	margin-top: 8px;
	text-transform: uppercase;
	padding: 10px 0;
}
.col5 {
	width: 20%;
	padding: 1;
	float: left;
}
.marginFrMob{
	padding:10px 0;
	background: #1c0c3e; /* Old browsers */

}
.hovWatsappmn{
	position:relative;
	text-align:center;
	display:inline-block;
	width:100%;
	height:100%;
}
.hovWatsappmn img{
	width:100%;
}
.boxImgItem a img{
	width:50px;
}
.boxImgItem .hovWatsapp{
	top: 80%;
}
.hovWatsapp {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	 display: none; 
	width: 100px;
	height: 100px;
	transition: 4s;
}
.hovWatsappmn2 .hovWatsapp {
	 display: block; 
}
.hovWatsappmn:hover .hovWatsapp{
	display:block;
}
.hovWatsappmn:hover .bhovg{
	webkit-filter: blur(2px); /* Chrome, Safari, Opera */
    filter: blur(2px);
}
.review {
	padding: 0 20px ;
}
.screenShtSec2 .carousel{
	width:100%;
}
.screenShtSec2 .carousel-item{
	text-align:center;
}
.hovWatsappmn2 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 90%;
	height: 100%;
	border: 2px solid #ff00f6;
	border-radius: 20px;
	padding: 12px;
}
.hovWatsappmn2 a img{
	width:50px;	
}
.hovWatsappmn2 .hovWatsapp{
	height:auto;
}

.bhovg2 {
    height: 88px;    
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}
.hovWatsapp2 {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	display: none;
	width: 36px;
	height: 36px;
	transition: 4s;
}
.hovWatsappmn2:hover .hovWatsapp{
	display:block;
}
.hovWatsappmn2:hover .bhovg{
	webkit-filter: blur(2px); /* Chrome, Safari, Opera */
    filter: blur(2px);
}
#myCarousel .carousel-item .col5 {
	width: 20%!important;
	padding: 2px!important;
}
#myCarousel .col5 img {
	width: 100%;
}
.screenShtSec1{
	padding-top:10px;
		background: #032235; /* Old browsers */
background: -moz-linear-gradient(top,  #032235 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #032235 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #032235 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032235', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.bxSec2 {
    background-color: #1c0c3e;
}
.bxSec2 .col5{
	width:33.333%;
}
.id {
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
}

/* **************** Animation ******************** */

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 15px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.pop-outin {
  animation: 2s anim-popoutin ease infinite;
}

@keyframes anim-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: greenyellow;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}

.fromtop {
  animation: 2s anim-fromtop linear infinite;
}
@keyframes anim-fromtop {
  0% { opacity: 0; transform: translateY(-100%);}
  25% { opacity: 1; transform: translateY(0%);}
  50% {
  }
  100% {
  }
}

.lineUp {
  animation: 2s anim-lineUp ease-out infinite;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* *****************bottom tab ****************** */

.bottomTab{
	background-image: linear-gradient(to right top, #8fcf07, #598006, #95d60b); /* Old browsers */
	display:inline-block;
	width:100%;
	position:fixed;
	bottom:0;
    z-index: 1;
}
.bottomTab ul{
	padding:0;
	margin:0;
}
.bottomTab ul li{
	float:left;
	width:20%;
	font-size:12px;
}
.bottomTab ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding:10px 5px;
    text-transform: uppercase;
}
.bottomTab ul li a i{
	font-size:20px;
	color:#ffc600;
}
.bottomTab ul li a:hover{
	background-color: #1c0c3e;
	text-decoration:none;
}
.serviceSec{
	margin-bottom: 65px;
}
.bxSec1mn{
	width:100%;
	padding:0 30px;
}
.bxSec1 .col2{
	width:20%;
	padding:0 1%;
	margin:5px 0;
}
.buttonSection{
	background-color:#02080c;
	padding:2px;
	text-align: center;
}
.col6{
	width:50%;
	
}
.companyMain{
	float:left;
	width:26%;
	font-weight:bold;
}
.compnyLink{
	float:left;
	width:70%;
}
.banbtn {
    color: #fff;
    bottom: 20px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    margin-left: 14px;
}
.bannerSec2 .banImg2{
	width:100%;
	height:auto;
}
.bannerSec2{
	position:relative;
}
.about-logo {
    float: right;
}

/* **********Responsive*********** */

@media (max-width: 1360px) {
	.sport-list-item{
		width: calc(10% - 4px);
	}
}
@media (max-width: 990px) {
	.sport-list-item{
		width: calc(15% - 4px);
	}
	.playList li {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		width: 50%;
		border: 0;
		padding: 12px;
		background-color: #01121c;
		border: 1px solid #012033;
	}
	.playList li:last-child {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		width: 100%;
		border: 0;
		padding: 12px;
		background-color: #01121c;
		border: 1px solid #012033;
	}
}
@media (max-width: 800px) {
	.navCustom .navbar-brand img{
		width: 200px;
	}
	.sport-list-item{
		width: calc(21% - 4px);
	}
}
@media (max-width: 768px) {

	.sport-list-item {
		width: calc(23% - 1px);
	}
	.casino-banners-list .casino-banner-item {
		width: calc(50% - 10.75px);
		margin: 10px;
		margin-left: 0;
		margin-top: 0;
	}
	
	

	.navCustom .navbar-brand img{
		width: 100%;
	}
	.wpSec {
		width: 100%;
		text-align: center;
		background-color: #27343c;
		margin-top: 12px;
		padding: 5px 0;
		
	}
	.wpNum {
		font-size: 16px;
		margin:0;
	}
	.wpNum i{
		font-size:27px;
	}
	.navbar-header{
		
		width:50%;
		margin:0 auto;
	}
	.wpNum small {
		position: absolute;
		top: -19px;
		left: 0;
		font-size: 13px;
	}
	.contact_btn img{
		width:90%;
	}
	.contact_btn {
		bottom: -60px;
	}
	.tele_btn{
		bottom:-74px;
	}
}
@media (max-width: 667px) { 
	.sport-list-item {
		width: calc(31% - 4px);
	}
	.titleSec h3 {
		font-size: 21px;
	}
	.titleSec p {
		font-size: 15px;
	}
	.titleSec p a {
		display:inline-block;
	}
	.welLeft h2 {
		font-size: 40px;
	}
	.welLeft span {
		font-size: 30px;
	}
	.welLeft p {
		font-size: 16px;
		color: #fff;
	}
	.playListSec {
		margin: 10px 0;
	}
	.carousel-caption p {
		font-size: 18px !important;
	}
	.carousel-caption h3 {
		font-size: 37px !important;
	}
	.carousel-caption h4 {
		font-size: 31px !important;
		display: inline-block;
	}
	.carousel-caption a img {
		width: 200px !important;
	}
	.carousel-caption {
		color: #00000 !important;
		width: 87% !important;
		left: 10% !important;
	}
	.carousel-item > img{
		height:351px;
		margin-left: 0;
	}
	.serviceBx {
		padding: 10px;
		margin-top: 18px;
		min-height: auto;
	}
	.serviceBxImg {
		width: 45px;
		height: 45px;
		line-height: 38px;
		margin-bottom: 0;
	}

	.serviceBx span {
		font-size: 15px;
	}
	.serviceBx span br{
		display:none;
	}
	.contact_arr {
		bottom: 58px;
	}
	.contact_arr img{
		height: 50px;
	}
	.serviceBx span {
		font-size: 15px;
		margin-bottom: 0;
	}
	#myCarousel2 .carousel-item {
		background: url("../images/images-phn.png") no-repeat center center;
		background-size: auto 100%;
	}
	
	#myCarousel .carousel-item .col5 {
		width: 100% !important;
		padding: 2px !important;
	}
	.marginFrMob {
		padding: 0px;
	}
	.col5 {
		padding-top: 0;
	}
	.screenShtSec1 {
		padding-top: 0;
	}
	
	
	.customerIcon{
		height: 15px;
		margin-top: -4px;
		margin-right: 2px;
	}
	.scrolltext {
		padding-top: 0;
		font-size: 12px;
	}
	.announcement img{
		width: 20%;
	}
	.serviceBx .first-line {
	font-size: 13px;
	color: #0df231;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	text-align: center;
	float: left;
	margin-top: 10px;
}
	.serviceBx .second-line {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	text-align: center;
}
	.serviceBxImg  img{
		height:44px!important;
	}
    
}
@media (max-width: 500px) {
	.wpSec {
		margin-top: 0px;
	}
	.sport-list-item {
		width: calc(30% - 4px);
	}
	.navCustom .navbar-brand img{
		width:250px;
	}
	.wpSec {
		width: 100%;
		text-align: center;
		background-color: #27343c;
		margin-top: -10px !important;
		padding: 5px 0;
		/* margin-top: 10px; */
	}
	
	.wpNum {
		font-size: 15px;
		margin: 0;
		width: 100%;
	}
	.wpNum small {
		position: absolute;
		top: 0;
		left: 5px;
		font-size: 17px;
	}
	.wpNum {
		font-size: 16px;
		margin: 0;
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
	.wpNum i {
		font-size: 25px;
	}
	.tegram i{
		font-size: 42px;
	}
	.wpNumMob{
		margin-top: -18px;
		display: inline-block;
		float: left;
		font-size: 12px;
		text-align: left;
		padding:0;
	}
	.wpNumDek{
		display:none;
	}
	.tegram{
		position: absolute;
		top: 11px;
		right:20px;
		width:auto;
	}
	#header.sticky .wpNum  {
		font-size: 16px;
	} 
	#header.sticky .wpNum i {
		font-size: 16px;
	} 
	#header.sticky .wpNumMob {
	font-size: 12px;
	margin-top: -13px;
	}
	#header.sticky {
		font-size: 24px;
		line-height: 12px;
	}

	.carousel-item > img {
		/*height: auto;*/
		height:155px;
		margin-left: 0;
	}
	
	.welrgt ul li span {
		font-size: 25px;
		min-width: 34px;
		text-align: center;
		line-height: 22px;
	}
	.welrgt ul li span img {
		width: 23px;
		margin-top: 2px;
	}
	.welrgt ul li p {
		font-weight: normal;
	}
	.carousel-caption p {
		font-size: 15px !important;
	}
	.carousel-caption h3 {
		font-size: 26px !important;
	}
	.carousel-caption h4 {
		font-size: 22px !important;
		padding-bottom: 3px;
	}
	.carousel-caption a img {
		width: 100% !important;
		margin-top: 27px;
	}
	.carousel-caption {
		color: #00000 !important;
		width: 82% !important;
		left: 10% !important;
	}
	.navbar-header {
		width: 100%;
	}
	.contact_arr {
		bottom: 24px;
	}
	.contact_arr img {
		height: 22px;
	}
	.playList li {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		 width: auto;
		border: 0;
		padding: 5px 9px;
		background-color: #01121c;
		border: 1px solid #012033;
	}
	.playList li:last-child {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		width: auto;
		border: 0;
		padding: 5px;
		background-color: #01121c;
		border: 1px solid #012033;
	}
	#header {
		text-align: center;
	}
	.line {
		padding:0;
	}
	.bxSec1 {
		text-align: center;
		padding: 4px 0;
	}
	.bxSec1 .col2{
		width:45%;
		padding:0 1%;
		display:inline-block;
		float:none;
	}
	.reviewTxt {
		font-size: 18px;
	}
	.line1{
		width: 10%;
		margin: 4px;
	}
	.line2{
		width: 10%;
		margin: 4px;
	}
.serviceBxImg {
	width: 36px;
	height: 36px;
	border: 2px solid #0df231;
	background-color: #fff;
	border-radius: 50%;
	line-height: 27px;
	/* margin-top: -80px; */
	/* margin-left: -44px; */
	padding-left: -2px;
	box-shadow: 1px 0px 5px 5px rgba(217,36,219,0.41);
	-webkit-box-shadow: 1px 0px 5px 5px rgba(217,36,219,0.41);
	-moz-box-shadow: 1px 0px 5px 5px rgba(217,36,219,0.41);
	display: inline-block;
}
.serviceBxImg img {
	height: 25px !important;
}
	.serviceBx {
		padding: 10px;
		margin-top: 18px;
		min-height: auto;
	}
	.bottomTab ul li a {
		display: inline-block;
		width: 100%;
		text-align: center;
		color: #fff;
		padding: 10px 5px;
		text-transform: uppercase;
		font-size: 10px;
	}
	.bottomTab a i {
		display: inline-block;
		width: 30px!important;
		height: 30px!important;
		border: 2px solid #fff;
		background-color: #1a0b35;
		border-radius: 50%;
		line-height: 26px!important;
	}
	.bottomTab ul li a i {
		font-size: 16px;
		color: #ffc600;
	}
	.games-icon {
		height: 17px;
		padding-right: 7px;
	}
	.button1 {
		border-radius: 17px;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		float: left;
		width: 33.333%;
		font-size: 10px;
	}
	.navbar-brand{
		margin:0!important;
	}
    .contact_btn img   {
        width: 90%;
    }
    .banbtn {
        margin-left: 8px;
        bottom: 3px;
    }
}

@media (max-width: 415px) {
    body    {
        overflow: hidden;
    }
	.wpSec {
		margin-top: 10px
	}
    .banbtn {
        bottom: 4px;
    }
    .banbtn {
        margin-left: 5px;
    }
    .bxSec1 {
      text-align: center;
      padding: 16px 0;
      position: relative;
      top: 11px;
    }
    .secFix {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.spacetop {
		padding: 0;
		background-color: #1c0c3e;
		margin-top: 344px;
	}
}
@media (max-width: 370px) { 
	.spacetop {
		margin-top: 250px;
	}
}
@media (max-width: 321px) { 
	.spacetop {
		margin-top: 220px;
	}
}

