.header{
	background-color: #000;
}

hr{
	border-color: #fff;
}
.populargamesp{
	color: rgb(0, 0, 0);
	font-size: 40px !important;
	text-align: center;
    font-family: revert;
    font-weight: 600;
}
.populargamesp span{
	color: rgb(255, 0, 0);
}
.populargamesp2 {
	color: rgb(0, 0, 0);
	font-size: 18px;
	text-align: center;
    font-family: revert;
	margin-bottom: 20px;
}
.gamelist div div {
	padding: 10px 5px;
}
.infclass{
	background-color: #000;
	margin-bottom: 10px;
	min-height: 300px;
}
.infclass img{
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.infclass h2{
	color: rgb(255, 183, 131);
	font-weight: 600;
	font-size: 25px;
}
.infclass p{
	color: #fff;
}
.howitworkimg1{
	text-align: -webkit-center;
	text-align: -moz-center;
}


.howitwork{
	background-color: #db0712;
	padding: 10px;
}
.howitworkp{
	color: #fff;
	font-size: 40px;
	text-align: center;
    font-family: revert;
    font-weight: 600;
	margin-bottom: 40px;
}
.howitworkp span{
	color: #000;
}
.howitworkimg{
	text-align: -webkit-center;
	text-align: -moz-center;
}
.howitworkimg img{
	border-style: solid;
    border-color: #000000;
    border-radius: 100px;
    transition-duration: 0.3s;
	max-height: 200px;
}
.howitworkimg p{
	text-align: center;
	color: #fff;
}

.footer{
	padding: 20px 0px 20px 0px;
}

.footer-blank{
	height: 90px;
	background-color: #000000;
}

.bottomTab{

	background: #000000; /* 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;

	text-decoration: none;

	font-size: 15px;

}

.bottomTab ul li a i{

	font-size:20px !important;

	

}

.bottomTab ul li a:hover{

	background-color: #1c0c3e;

	text-decoration:none;

}

.fa.fa-instagram {

	display: inline-block;

	width: 50px;

	height: 50px;

	border: 2px solid #fff;

	background-color: #7e6513;

	border-radius: 50%;

	line-height: 50px;

}

.fa.fa-phone {

	display: inline-block;

	width: 50px;

	height: 50px;

	border: 2px solid #fff;

	background-color: #8a030a;

	border-radius: 50%;

	line-height: 50px;

}

.fa.fa-home {

	display: inline-block;

	width: 50px;

	height: 50px;

	border: 2px solid rgb(253, 253, 253);

	background-color: #000000;

	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;

}

.owl2{
	display: block;
	background-color: #db0712;
}

.owl3{
	display: none;
	background-color: #db0712;
}



@media (max-width: 500px) {
	.owl3{
		display: block;
	}
	
	.owl2{
		display: none;
	}
	.footer-blank{
		height: 60px;
		background-color: #000000;
	}
	.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: 14px;

	}
}

.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-color:#202020;

    }



    50% {

       background-color:#000;

    }

  }



  @-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;

    }

  }
