html,
body {
  font-family: 'Proxima Nova';
}
body {
  background: #ffffff;
  font-size: 15px;
  color: #343434;
  width: 100%;
}
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all ease .2s;
}
button {
  cursor: pointer;
}
*:focus, *:visited, *:focus:visited, *:focus:active {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
textarea:focus, input:focus {
  outline: none !important;
}
img {
  border: none;
  max-width: 100%;
}
::-moz-selection {
  background: #f15d5e;
  color: #fff;
}
::selection {
  background: #f15d5e;
  color: #fff;
}
a:hover {
  text-decoration: none;
}
.btn{
  box-shadow: 0px 5px 10px 0px rgba(249, 44, 44, 0.25);
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 40px;
}
.btn-primary{
  color: #fff;
  background-color: #f92c2c;
  border-color: #f92c2c;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: 0px 5px 10px 0px rgba(249, 44, 44, 0.25);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:hover, .btn-outline-primary:hover {
  color: #070b28;
  background-color: #ffc508;
  border-color: #ffc508;
}
.btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}


/*------- Header Style Start -------*/
header{
  width: 100%;
  background-color: #060917;
}
header .navbar{
  padding: 0px;
  margin: 0px;
}
header .navbar-collapse{
  flex-grow: initial;
}
.navbar-brand {
  padding: 0px;
  margin: 10px 0 -50px 0;
  position: relative;
  z-index: 9;
}
header .navbar-nav .nav-link{
  padding: 0px !important;
  margin: 0 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
header .navbar-nav .nav-item.active .nav-link, header .navbar-nav .nav-link:hover{
  color: #ffc609;
}
.login-signup{
  background-color: #ebb70a;
  border-radius: 0 0 10px 10px;
  display: flex;
  margin-top: -29px;
  position: relative;
}
.login-signup a{
  display: inline-block;
  color: #070b28;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-right: 1px solid rgba(7, 11, 40, 0.302);
  padding: 3px 25px;
  margin: 10px 0;
}
.login-signup a:last-child{
  border-right: 0px;
}
.login-signup a:hover{
  color: #ffffff;
}
.login-signup:after{
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0px;
  content: "";
  border-radius: 0 0 10px 10px;
  background-color: rgba(255, 198, 9, 0.2);
  height: 30px;
}


/*------- Banner Style Start -------*/
.main-banner{
  padding: 0px;
  position: relative;
  border-bottom: 10px solid #ffc609;
}
.main-banner img{
  width: 100%;
}
.cont-banner{
  position: absolute;
  text-align: center;
  left: 0px;
  bottom: 80px;
  width: 100%;
}
.cont-banner h1{
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 72px;
  margin-bottom: 16px;
}
.cont-banner h5{
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 0px;
}
.download-btn{
  display: flex;
  margin-top: 60px;
}
.download-btn a{
  display: inline-flex;
  color: #ffffff;
  width: 225px;
  border-radius: 10px;
  margin: 0 10px;
}
.download-btn a i{
  font-size: 40px;
  margin-right: 10px;
  line-height: 47px;
}
.download-btn a h6{
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  margin: 0px;
}
.download-btn a h6 span{
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
}
.app-store{
  padding: 8px 30px;
  background-color: #f92c2c;
}
.android-app{
  background-color: #070b28;
  border: 2px solid #ffffff;
  padding: 8px 17px;
}


/*------- Section & Title Style Start -------*/
section{
  padding: 50px 0;
  position: relative;
}
.title-card{
  text-align: center;
  margin-bottom: 60px;
}
.title-card h3{
  color: #070b28;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 0px;
}
.title-card i {
  display: inline-block;
  margin: 10px 0;
}
.title-card i img{
  width: 110px;
}
.title-card p{
  font-size: 16px;
  line-height: 22px;
  color: rgba(7, 11, 40, 0.8);
  margin: 0px;
}
.title-card.white-title h3{
  color: #ffffff;
}
.title-card.white-title p{
  color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 500px) {
  .video-download-btn a{ 
    width: 100%;
  }
}
/*------- Play Games Section Style Start -------*/
.play-games{
  background-image: url("../img/play-game-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.play-game-main .container{
  max-width: 1260px;
}
.play-game-card{
  position: relative;
  min-height: 330px;
}
.play-game-card img{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.play-game-card h6{
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 0px;
}
.play-game-slider .owl-nav {
  text-align: center;
  margin-top: 50px;
}
.play-game-slider .owl-nav .owl-next, .play-game-slider .owl-nav .owl-prev{
  width: 38px;
  height: 38px;
  background-color: #ecb70a !important;
  border-radius: 50%;
  margin: 0 22px;
}
.play-game-slider .owl-nav .owl-next.disabled, .play-game-slider .owl-nav .owl-prev.disabled{
  background-color: #e6e6e9 !important;
}
.play-game-slider .owl-nav .owl-next span, .play-game-slider .owl-nav .owl-prev span{
  display: none;
}
.play-game-slider .owl-nav .owl-prev:before{
  content: "\f060";
  font: normal normal normal 14px/1 FontAwesome;
  color: #070b28;
}
.play-game-slider .owl-nav .owl-next:before{
  content: "\f061";
  font: normal normal normal 14px/1 FontAwesome;
  color: #070b28;
}
.play-game-slider .owl-nav .owl-prev.disabled:before, .play-game-slider .owl-nav .owl-next.disabled:before{
  color: #a4a5b0;
}
.outline-1 {
outline: 1px solid;
}

/*------- Featured Tournaments Section Style Start -------*/
.featured-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 321px; */
  height: 251px;
  z-index: -1;
}
.featured-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-tabs .nav-link{
  background-color: #070b28;
  color: #ffffff;
  font-weight: 600;
  padding: 16px 10px;
  width: 150px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  font-size: 18px;
}
.featured-tabs .nav-pills .nav-link.active{
  background-color: #ffc508;
  color: #070b28;
  font-weight: 600;
}
.featured-tabs .nav-item:first-child .nav-link{
  border-radius: 10px 0 0 0;
}
.featured-tabs .nav-item:last-child .nav-link{
  border-radius: 0 10px 0 0;
  border: 0px;
}
.featured-tabs-main {
  margin-top: 10px;
}
.featured-card{
  margin-bottom: 35px;
}
.featured-tabs .tab-content.mt-120 {
  /* margin-top: 120px !important; */
  margin-top: 70px !important;
}
.featured-tabs .tab-content{
  margin-top: 60px;
}
.featured-explore-btn{
  text-align: center;
  margin-top: 25px;
}
.featured-card .box {
  background: #ffc508;
  border-radius: 20px;
  padding: 12px;
}
.featured-card .box h3 {
  position: relative;
  font-size: 15px;
  line-height: 120%;
  font-weight: bold;
  margin: 0 0 10px;
  padding-right: 70px;
}
.featured-card .box h3 span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #070b28;
  color: #fff;
  font-size: 9px;
  padding: 0 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0 50px 50px 50px;
  box-shadow: 0 3px 6px 0 rgba(7, 11, 40,0.25);
  margin: -12px;
  line-height: 20px;
}
.tournament_contest_row {
  margin-bottom: -25px;
}
.featured-card .box .img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.featured-card .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-card .img-caption {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  bottom: 0;
  padding: 40px 2px 7px;
  background: linear-gradient(to bottom, rgba(7,11,40,0) 0%,rgba(7,11,40,1) 100%);
}
.featured-card .img-caption h5 {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
}
.featured-card .box .inner_row {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  margin: 0 -12px;
  margin-left: -10px;
  padding-bottom: 5px;
}
.featured-card .box .inner_row .inner_item.inner_item_big {
  width: 66.67%;
  padding: 0 10px;
  font-size: 10px;
  line-height: 120%;
}
.featured-card .box .inner_row .inner_item b {
  display: block;
}
.featured-card .box .inner_row .inner_item {
  width: 33.33%;
  padding: 0 10px;
  font-size: 10px;
  line-height: 120%;
}
.featured-card .box .inner_row .inner_item + .inner_item {
  border-left: 1px solid rgba(0,0,0,0.2);
}
.featured-card .box .inner_row.bg-dark {
  border-radius: 8px 0 0 8px;
  margin-left: -10px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  margin: 0 -12px;
  background-color: #070b28 !important;
}
.featured-card .box .inner_row.bg-dark .inner_item + .inner_item {
  border-color: rgba(255,255,255,0.2);
}
.avalible_wrap .inner {
  box-shadow: 0 1px 6px 0 rgba(7, 11, 40,0.2);
  background: #fff;
  height: 5px;
  border-radius: 50px;
  overflow: hidden;
  margin-bottom: 4px;
  position: relative;
}
.avalible_wrap .inner span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  background: #f92c2c;
}
.avalible_wrap p {
  font-size: 11px;
}
.contest_foot {
  border-radius: 5px;
  margin: -13px 0 0 -12px;
  background: #f92c2c;
  color: #fff;
  display: flex;
}
.contest_foot .inner{
  padding: 5px;
  font-size: 10px;
  line-height: 120%;
  border-right: 1px solid #ffc508;
  width: 35%;
}
.contest_foot .inner:first-child {
  width: 65%;
}
.contest_foot .inner:last-child {
  border-right: 0;
}
.contest_foot .inner b {
  display: block;
}
.text-primary{
  color: #ffc508 !important;
}
.contest_foot .inner a{
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 23px;
  color: #fff;
}


/*------- Gaming Stats Section Style Start -------*/
.gaming-stats{
  background: url("../img/gaming-stats-bg.png") #070b28;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 15px center;
  overflow: hidden;
  padding-bottom: 100px;
}
.gaming-stats:before{
  position: absolute;
  top: -80px;
  left: -80px;
  content: "";
  width: 170px;
  height: 170px;
  background-color: #ffc609;
  border-radius: 50%;
}
.discover-card {
  padding-right: 70px;
  margin-top: 100px;
}
.discover-card h4{
  color: #ffc609;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 15px;
}
.discover-card p{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}
.discover-btn .btn{
  box-shadow: none;
  font-size: 18px;
  padding: 9px 30px;
}
.discover-btn .btn:first-child{
  margin-right: 10px;
}
.discover-img{
  position: relative;
  width: 100%;
  height: 445px;
  border-radius: 50px;
}
.discover-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
	position: relative;
  border-radius: 50px;
}
.discover-img:before{
  position: absolute;
  bottom: -28px;
  left: -28px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.102);
  border-radius: 50px;
}



/*------- Refer a Friend Section Style Start -------*/
.refer-friend{
  background: url("../img/refer-friend-bg.jpg") #ffffff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom -30px center;
  padding: 70px 0;
}
.refer-left img{
  width: 500px;
}
.refer-friend .title-card{
  margin-bottom: 20px;
}
.refer-text h6{
  color: #070b28;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
}
.refer-text h4{
  color: #070b28;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.refer-text .btn{
  padding: 8px 40px;
  margin-bottom: 25px;
}
.refer-text p{
  color: #070b28;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 20px;
}
.refer-text p span{
  font-weight: bold;
  color: #ff2828;
  font-size: 24px;
}


/*------- Refer a Friend Section Style Start -------*/
.watch-videos{
  background: url("../img/videos-bg.jpg") #ffc609;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  overflow: hidden;
}
.watch-videos:before{
  position: absolute;
  top: -50px;
  left: -50px;
  content: "";
  width: 130px;
  height: 130px;
  background-color: #f92c2c;
  border-radius: 50%;
}
.watch-videos .title-card{
  margin-bottom: 100px;
}
.video-text h5{
  color: #070b28;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
.video-text h4{
  color: #070b28;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 35px;
}
.video-download-btn{
  display: flex;
}
.video-download-btn a{
  display: inline-flex;
  color: #ffffff;
  min-width: 190px;
  max-width: max-content;
  border-radius: 10px;
  margin: 0 10px 0 0;
  padding: 7px 18px;
  background-color: #f92c2c;
}
.video-download-btn a i {
  font-size: 37px;
  margin-right: 10px;
  line-height: 40px;
}
.video-download-btn a h6 {
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  margin: 0px;
}
.video-download-btn a h6 span {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}
.video-download-btn a:last-child{
  margin-right: 0px;
  background-color: #070b28;
}
.video-text {
  padding-right: 100px;
}
.video-card {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid #ffc609;
}
.video-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.watch-now {
  text-align: center;
  margin-top: 50px;
}
.watch-now .btn{
  padding: 10px 45px;
}


/*------- Constantly Growing Section Style Start -------*/
.constantly .title-card{
  margin-bottom: 80px;
}
.constantly-card{
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 10px solid #ffffff;
  background-color: #070b28;
  text-align: center;
  position: relative;
	z-index: 9;
}
.constantly-card i{
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #ff2828;
  text-align: center;
  position: relative;
  padding: 12px;
  top: -28px;
  z-index: 9;
}
.constantly-card i img {
  max-height: 40px;
}
.constantly-card i:after{
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 40, 40, 0.2);
  border-radius: 50%;
  content: "";
  top: -7px;
  right: -7px;
  z-index: -1;
}
.constantly-card h3{
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 15px;
}
.constantly-card p{
  color: #ffffff;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 0;
}


/*------- Download Our App Section Style Start -------*/
.download-app{
	background: url("../img/download-app-bg.png") #f92c2c;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
	padding: 190px 0 0 0;
	margin-top: -150px;
	overflow: hidden;
}
.download-app-text {
    padding-top: 60px;
}
.download-app-text h3{
	font-size: 33px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 8px;
}
.download-app-text h5{
	font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
}
.download-app-text ul{
	margin-bottom: 40px;
}
.download-app-text li{
	font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 5px;
    padding: 0 0 0 45px;
    position: relative;
}
.download-app-text li:after{
	position: absolute;
    top: 8px;
    left: 25px;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    transform: rotate(45deg);
}
.download-app-btn {
    display: flex;
}
.download-app-btn a {
    display: inline-flex;
    color: #ffffff;
    width: 190px;
    border-radius: 10px;
    margin: 0 10px 0 0;
    padding: 7px 18px;
    background-color: #070b28;
}
.download-app-btn a i {
    font-size: 37px;
    margin-right: 10px;
    line-height: 40px;
}
.download-app-btn a h6 {
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    margin: 0px;
}
.download-app-btn a h6 span {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}
.download-app-btn a:first-child{
	background-color: transparent;
	border: 1px solid #ffffff;
}
.download-app-img {
    margin-bottom: -70px;
}
.download-app-img img {
    width: 470px;
}


/*------- Gamerji Updates Section Style Start -------*/
.game-updates{
	background: url("../img/game-updates-bg.png") #ffffff;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
	padding-bottom: 140px;
}
.game-updates.removepedding {
  padding-bottom: 0;
  padding-top: 30px;
}
.blog-card{
	background-color: #ffffff;
	border: 1px solid rgb(223, 230, 237);
	box-shadow: 0px 7px 8px 0px rgba(9, 11, 26, 0.05);
	border-radius: 10px;
	overflow: hidden;
}
.blog-img{
	width: 100%;
	height: 240px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 5px 10px 0px rgba(9, 11, 26, 0.1);
	background-color: #ffc609;
}
.blog-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-img:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url("../img/blog-img-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
}
.blog-cont{
		  text-align: center;
    padding: 10px 20px 20px 20px;
    max-height: 205px;
    min-height: 205px;
    height: 100%;
}
.blog-cont i{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #ffc609;
	position: relative;
	z-index: 9;
	margin-top: -25px;
}
.blog-cont i img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-cont h5{
	font-weight: bold;
	text-transform: uppercase;
	color: #070817;
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	letter-spacing: 1px;
}
.blog-cont h6 {
	font-weight: bold;
	text-transform: uppercase;
	color: #f92c2c;
	font-size: 14px;
	margin-bottom: 10px;
}
.blog-cont.count h6{
	margin-bottom: 0;
}
.blog-cont h3{
	font-weight: bold;
	color: #070817;
	font-size: 22px;
    line-height: 28px;
	margin-bottom: 8px;
}
.blog-cont h3 a{
	color: #070817;
}
.blog-cont p{
	color: #070817;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
}


/*------- Footer Style Start -------*/	
footer{
	background-color: #070b28;
	position: relative;
	padding-top: 95px;
}
.top-footer{
	text-align: center;
}
.foot-logo {
    width: 190px;
    height: 190px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 45px 0;
    z-index: 9;
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
}
.foot-logo img{
	width: 130px;
}
.foot-text {
    padding: 30px 0 25px 0;
}
.foot-text h5{
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 15px;
}
.foot-social {
    display: inline-flex;
    margin-bottom: 30px;
}
.foot-social li{
	margin: 0 8px;
}
.foot-social li a{
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	background-color: #9c9da9;
	color: #070b28;
	font-size: 17px;
	display: inline-block;
}
.foot-social li a:hover{
	background-color: #ffc609;
	color: #070b28;
}
.foot-menu{
    margin-bottom: 0px;
}
.foot-menu li a{
	font-size: 15px;
	color: #ffffff;
	position: relative;
	padding: 0 15px;
}
.foot-menu li a:hover{
	color: #ffc609;
}
.foot-menu li a:after{
	position: absolute;
	top: 4px;
	right: 0px;
	content: "";
	width: 1px;
	height: 10px;
	background-color: #ffffff;
}
.foot-menu li:last-child a:after{
	display: none;
}
.copy-text{
	background-color: #f92c2c;
	padding: 15px;
	text-align: center;
}
.copy-text p{
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
}


/*------- Sub Banner Style Start -------*/
.sub-banner{
    padding: 0px;
    position: relative;
    border-bottom: 10px solid #ffc609;
}
.sub-banner img {
    width: 100%;
}
.breadcrumb-banner{
	position: absolute;
	text-align: center;
	left: 0px;
	/* top: 90px; */
	top: 50%;
	width: 100%;
}
.breadcrumb{
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb-item{
	font-size: 30px;
	font-weight: 600;
	color: #ffffff;
}
.breadcrumb-item a{
	color: #ffffff;
}
.breadcrumb-item.active{
	color: #ffc609;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #ffffff;
}


/*-============ Blog Page Style Start ============-*/
/*------- Single Blog Section Style Start -------*/
.single-blog {
    margin-top: -250px;
    padding-bottom: 0;
}
.single-blog-card{
	width: 100%;
	height: 400px;
	border-radius: 10px;
	background-color: rgb(255, 198, 9);
  	box-shadow: 0px 5px 10px 0px rgba(9, 11, 26, 0.1);
  	overflow: hidden;
  	position: relative;
}
.single-blog-card img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
.single-blog-card:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url("../img/single-blog-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
}
.single-blog-text{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	display: flex;
}
.single-blog-text i{
	display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffffff;
}
.single-blog-text i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-blog-title{
	flex: 1;
	margin-left: 15px;
}
.single-blog-title p{
	font-weight: 600;
	color: #ffc609;
	font-size: 17px;
    margin-bottom: 0px;
    line-height: 20px;
}
.single-blog-title p span{
	border-left: 1px solid #ffc609;
	padding-left: 10px;
	margin-left: 10px;
}
.single-blog-title h3{
	font-weight: bold;
	color: #ffffff;
	font-size: 32px;
    line-height: 32px;
	margin-bottom: 0px;
}
.single-blog-title h3 a{
	color: #ffffff;
}


/*------- Blog Main Section Style Start -------*/
.blog-main{
	padding-top: 30px;
}
.blog-main .blog-card{
	margin-bottom: 30px;
}
.blog-main .blog-cont h6{
	font-weight: 600;
	text-transform: none;
}
.blog-main .blog-cont h6 span{
	border-left: 1px solid #f92c2c;
    padding-left: 10px;
    margin-left: 10px;
}
.blog-foot {
    display: flex;
    padding: 13px;
    border-top: 1px solid rgb(223, 230, 237);
}
.blog-foot-card{
	flex: 1;
	border-right: 1px solid #e3e9ef;
}
.blog-foot-card:last-child{
	border: 0px;
}
.blog-foot-card p{
	padding: 0;
	margin: 0 0 0 10px;
	color: #070817;
	line-height: 32px;
	font-size: 14px;
}
.blog-foot-card i{
	width: 32px;
	height: 32px;
	background-color: #ffc609;
	border-radius: 50%;
	color: #070817;
	font-size: 17px;
	box-shadow: 0px 2px 5px 0px rgba(255, 198, 9, 0.3);
	text-align: center;
	line-height: 32px;
}
.blog-foot-card i.fa-eye{
	background-color: #f92c2c;
	color: #ffffff;
	box-shadow: 0px 2px 5px 0px rgba(249, 44, 44, 0.3);
}
.blog-foot-card a{
	display: inline-flex;
	color: #070817;
}


/*------- Blog Detail Section Style Start -------*/
.blog-detail {
    padding-top: 30px;
	padding-bottom: 120px;
}
.blog-detail-cont{
    text-align: center;
    margin-top: 30px;
}
.blog-detail-cont h2{
	color: #060816;
	font-family: 'Oswald', sans-serif;
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 25px;
}
.blog-detail-cont p{
	color: #060816;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}
.blog-detail-img{
	width: 100%;
	height: 220px;
	border-radius: 10px;
	overflow: hidden;
	margin: 15px 0 30px 0;
}
.blog-detail-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-search{
	margin-bottom: 60px;
	position: relative;
}
.blog-search .form-control{
	width: 100%;
	height: 60px;
	border: 1px solid rgb(232, 235, 246);
	border-radius: 5px;
	background-color: #ffffff;
	font-size: 16px;
	color: #060816;
	padding: 15px 80px 15px 20px;
}
.blog-search .form-control::-webkit-input-placeholder {
    color: #060816;
    opacity: 1;
}
.blog-search .form-control::-moz-placeholder {
    color: #060816;
    opacity: 1;
}
.blog-search .form-control:-ms-input-placeholder {
    color: #060816;
    opacity: 1;
}
.blog-search .form-control::-ms-input-placeholder {
    color: #060816;
    opacity: 1;
}
.blog-search .form-control::placeholder {
    color: #060816;
    opacity: 1;
}
.blog-search .btn{
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: none;
	padding: 0px;
	background-color: #ffc609;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #060816;
	font-size: 17px;
	text-align: center;
}
.blog-filter-title{
	color: #060816;
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
    font-weight: 800;
    margin-bottom: 40px;
}
.post-category ul{
	margin-bottom: 0px;
}
.post-category li{
	width: 100%;
	margin-bottom: 15px;
}
.post-category li a{
	width: 100%;
	display: inline-block;
	position: relative;
	border: 1px solid rgb(232, 235, 246);
	border-radius: 5px;
	color: #060816;
	font-size: 15px;
    padding: 18px 25px;
}
.post-category li a:after{
	position: absolute;
    top: 23px;
    right: 25px;
	content: "\f061";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
	color: #080a18;
}
.post-category li a:hover{
	border: 1px solid rgb(249, 44, 44);
	box-shadow: 0px 7px 8px 0px rgba(9, 11, 26, 0.05);
}
.post-category {
    margin-bottom: 60px;
}
.posts-card-in{
	margin-bottom: 30px;
	display: flex;
}
.posts-img{
	width: 90px;
	height: 90px;
	border-radius: 5px;
	overflow: hidden;
}
.posts-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.posts-cont{
	flex: 1;
	margin-left: 15px;
}
img.coin-icon {
  max-height: 25px;
}
.posts-cont span{
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	color: #f92c2c;
	font-size: 14px;
}
.posts-cont p{
	color: #060816;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
}
.posts-cont p a{
	color: #060816;
}
img.game-icon-image {
  max-width: max-content;
  bottom: 68px;
  max-height: 80%;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}