.bgimg{
    width: 100vw;
    height: 100vh;
}
.games2H{
	color:#754bc4 !important;
	font-size:40px;
}
.navbar-default .games2_bar>li>a {
	/* color: #fff; */
	color: #30067f48;
}

.navbar-default .games2_bar>li>a:hover, .navbar-default .games2_bar>li>a:focus {
	color: #30067f48;
}
.navbar-default .games2_bar > .active > a, .navbar-default .games2_bar > .active > a:hover, .navbar-default .games2_bar > .active > a:focus {
    color: #30067f;
    background-color: transparent;
}
/*-- services bottom --*/
.game2_bg{
	background:url(../games2/imges/bg2.webp) no-repeat 0px 0px;
	background-size:cover;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	position:relative;
	min-height:400px;
	padding:50px 0px;
}