@charset "utf-8";
/*

TemplateMo 579 Cyborg Gaming

https://templatemo.com/tm-579-cyborg-gaming

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Google Sans Code", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-shadow:#6A0003 2px 2px 3px;
  background-color: #4f1960;
  font-size: 1.5vmin;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#fff;
}
table{
	border:2px solid #111;
	display:inline-block;
	table-layout:auto;
	border-radius: 23px;
	overflow:scroll;
}
.row{
width:100% !important;	
}
th{
	padding:10px;
	border:0px solid #F00;
	border-bottom:1px solid #000;
	background-color:#6A0003;
	color:#fff;
	padding:5px 20px 5px 20px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7vmin;
}
td{
	padding:5px;
	border:0px solid #F00;
	padding:5px 20px 5px 20px;
	border-bottom:1px solid #6A0003;
}
.odd{
	background:#111 !important;
	border:#000 solid thin;
	padding:5px;
	
}
.even{
	background:#6A0003 !important;
	border:#000 solid thin;
	padding:5px;
}
.odd a{
	color:#FFF;
	text-decoration:underline !important;	
}
.even a{
	color:#FFF;
	text-decoration:underline !important;
}

.2ndfont{
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5vmin;
}
a {
  color:#C00;
  text-decoration: none !important;
}
a:hover {
	color:#f00;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
 
}

ul{
  font-size: 1.5vmin;
  margin-bottom:5px;

}
li {
  padding:8px;
  cursor:pointer;
}
li:hover {
  padding:7px;
  background:#1A1A1A;
  font-weight:400;
  font-size:1.5vmin;
}

p {


  color: #fff;
}
img {
  max-width: 100%;
  overflow: hidden;
  border:0;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  background:url(../images/bg.jpg) top center #5f0000;
  font-family: "Google Sans Code", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-repeat: no-repeat;
  background-size: 100% 100%;
	margin:0;
	padding:0;
  
}
hr{
border-bottom:1px solid #6A0003;
border-top:2px solid #A40004;
margin-bottom:5px;
margin-top:5px;	
}
body .page-content {
  margin-top: 80px;
  background-color: #27292a;
  padding: 15px;
  border-radius: 23px;
  border:2px solid #111;
   width: 100% !important;
  
}

p {
  font-size: 1.5vmin;
  color: #fff;
  line-height: 30px;
  margin-bottom: 0px;
}
.adminimg {
  width: 8vmin;
  height: 8vmin;
  border:#000 solid 1px;
  padding:5px;
  margin-top:5px;
  margin-bottom:5px;
  background:#111;
  display:inline;
}
.adminimg:hover {
  width: 10vmin;
  height: 10vmin;
  border:#000 solid 1px;
  padding:0;
  margin-top:0;
  margin-bottom:0;
  background:#111;
  display:inline;
}
.message img {
  max-width: 100%;
  overflow: hidden;
  
}

.footer-text{
	font-size:1.3vmin;
}
.footer-text a{
	font-size:1.3vmin;
	color:#fff;
	border-bottom:#fff solid 1px;
	
}
.footer-text .goback{
	font-size:1.5vmin;
	color:#fff;
	border-bottom:0; 
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #000 ;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.alert-danger{
	background:#900;
	border:#111 solid 1px;
	border-radius:23px;
	color:#fff;
	padding:5px;
	text-align:center;

	alignment-adjust:middle;
}
.alert{
	background:#000;
	border:#111 solid 1px;
	border-radius:23px;
	color:#fff;
	padding:5px;
	text-align:center;

	alignment-adjust:middle;
}
.alert-dark{
	background:#111;
	border:#000 solid 1px;
	border-radius:23px;
	color:#fff;
	padding:5px;
	alignment-baseline:middle;
	text-align:center;	
}
.alert-dark hr{
	border-bottom:#222 solid 1px;
	border-top:0;
	
}
.btn-danger{
	background:#111;
	border:#000 solid 1px;
	border-radius:5px;
	color:#fff;	
	padding:5px;
}
.btn-danger span{
	background:#111;
	border:#000 solid 1px;
	border-radius:5px;
	color:#fff;	
}
.btn-danger a{
	border:0;
	color:#fff;
	padding:5px;		
}

.message span{
  border-bottom: 1px solid #6A0003;
  background-color:#900;
}
.message .small{
  font-size:1.2vmin;
  padding:3px;
}
.message .footnote{
  font-size:1.5vmin;
  padding:10px;
  font-family: "Audiowide", sans-serif;
  font-style: normal;
}
textarea {
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111;
	color:#fff;
	width:100%;
}
.form-control textarea {
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111;
	color:#fff;
	width:100%;
}


input:disabled{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111 !important;
	color:#fff;	
    transition: all .15s ease;
}
input:focus{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111 !important;
	color:#fff;
    transition: all .15s ease;
}
input[type="password"]{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111 !important;
	color:#fff;
    transition: all .15s ease;
}
input[type="password"]:focus{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111 !important;
	color:#fff;
    transition: all .15s ease;
}
input[type="text"]{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111 !important;
	color:#fff;
    transition: all .15s ease;
}
input[type="text"]:focus{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111 !important;
	color:#fff;
}
input:disabled{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111 !important;
	color:#fff;
	cursor: not-allowed;
    transition: all .15s ease;
}
.input[readonly]{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111 !important;
	color:#fff;

    transition: all .15s ease;
}
input[type="submit"]{
	padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	color:#fff;
	background-color: #111 !important;
    transition: all .15s ease;
}
input[type="reset"] {
	padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	color:#fff;
	background-color: #111 !important;
    transition: all .15s ease;
}
select{
	padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	color:#fff;
	background-color: #111 !important;
	transition: all .15s ease;
}
.form-group{
	padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color:#4F0000 !important;
	color:#fff;	
	transition: all .15s ease;
	margin-bottom:5px;
}
.form-control{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111 !important;
	color:#fff;	
	transition: all .15s ease;
}
input{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111 !important;
	color:#fff;
    transition: all .15s ease;
}

#login{
    padding: 6px;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color: #111;
	color:#fff;	
}
::selection {
  background: #F00;
  color: #fff;
}
::-moz-selection {
  background: #F00;
  color: #fff;
}

.templatemo-item {
	max-width: 80px; 
	border-radius: 23px;
}

.main-button a {
  font-size: 1.5vmin;
  color: #fff;
  background-color: #F00;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-button a:hover {
  background-color: #fff;
  color: #F00;
}

.main-border-button a {
  font-size: 1.5vmin;
  color: #F00;
  background-color: transparent;
  border: 1px solid #F00;
  padding: 10px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  font-family: "Audiowide", sans-serif;
  font-style: normal;
}

.main-border-button a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #F00;
}

.border-no-active a {
  border-color: #666;
  color: #666;
}

.border-no-active a:hover{
  border-color: #666;
  color: #666;
  background-color: transparent;
}

section {
  margin-top: 20px;
}

.heading-section h4 {
  color: #F00;
  font-size: 2.5vmin;
  text-decoration: none;
  margin-bottom: 10px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.heading-section h4 em {
  color: #fff;
  font-style: normal;
  text-decoration: underline;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.99s ease;
  transition: opacity 0.99s ease;
  background:#000 url(../images/loader.gif) center center no-repeat;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.lazy {
 display: block;
 opacity: 1;
 visibility: hidden;
 height:100%;

}
.lazy.loaded {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2.99s ease;
  transition: opacity 2.99s ease;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #F00;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 0.8s infinite;
  animation: dot 0.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 0.8s infinite;
  animation: dots 0.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #F00;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.background-header {
  background-color: #111 !important;
  height: 60px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: none;
  width: 100% !important;
}

.header-area {
  background-color: transparent;
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin-bottom:10px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100% !important;
}

.header-area .main-nav {
  min-height: 70px;
  background: transparent;
  display: flex;
  padding: 15px 0px;
  border-radius: 50px;
  font-size:1.8vmin;
  
}

.background-header .main-nav {
  padding: 0px;
  background-color: transparent;
  
}

.header-area .main-nav #search {
  position: relative;
}

.header-area .main-nav #search input {
  background-color: #111;
  border:#000 solid thin;
  height: 46px;
  border-radius: 23px;
  color: #fff;
  font-size: 1.5vmin;
  padding: 0px 15px 0px 45px;
}

.header-area .main-nav #search i {
  position: absolute;
  color: #666;
  left: 20px;
  top: 16px;
  width: 18px;
  height: 18px;
  font-size: 1.5vmin;
}

.header-area .main-nav .logo {
  flex-basis: 25%;
  margin-right: 5%;
}

.header-area .main-nav .logo img {
  width: 180px;
}


.background-header .main-nav .logo {
  margin-top: 10px;
}

.background-header .main-nav .logo img {
  width: 197px;
}


.header-area .main-nav .nav {
  display: inline-flex;
  flex-basis: 70%;
  justify-content: flex-end;
  vertical-align: middle;
  text-align: right;
  margin-top: 0px;
  margin-right: 0px;
  position: relative;
  z-index: 999;
  
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-size:1.8vmin;
  background-color:transparent;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  border: transparent;
  padding: 7px 10px;
  border-radius: 18px;
  letter-spacing: .3px;
  font-size:1.8vmin;
  background-color:transparent;
}
.header-area .main-nav .nav li a:hover {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  color: #F00;
  border: transparent;
  padding: 5px 10px;
  border-radius: 18px;
  letter-spacing: .3px;
  font-size:1.8vmin;
}
.header-area .main-nav .nav li:hover {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  color: #F00;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  border:transparent;
  padding: 5px 10px;
  border-radius: 18px;
  letter-spacing: .3px;
  font-size:1.8vmin;
  background:#111;
}
.header-area .main-nav .nav li:last-child a {
  background-color: #27292a;
  padding: 8px 10px 8px 20px;
  border-radius: 23px;
}
.header-area .main-nav .nav li:last-child a {
  background-color: #27292a;
  padding: 8px 10px 8px 20px;
  border-radius: 23px;
}

.header-area .main-nav .nav li:last-child a img {
  max-width: 30px;
  border-radius: 50%;
  margin-left: 5px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}
<!----          #F00  --->
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color:#F00 !important;
}

.header-area .main-nav .nav li:last-child:hover a {
  color: #fff !important;
  background-color: #F00 !important;
}
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 17px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #F00;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #F00;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #F00;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #F00;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #F00;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #F00;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #F00;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #F00;
}

.header-area.header-sticky {
  min-height: 60px;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area {
    top: 0;
  }
  .header-area .main-nav {
    background-color: transparent;
    border-radius: 0px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 5px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #F00!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 60px;
    box-shadow: none;
    text-align: center;
		margin:0;
	width:100% !important; 
  }
  .header-area .container {
    padding: 0px;
	margin:0;
	width:100% !important; 
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area.header-sticky .nav {
    margin-top: 65px !important;
    text-align: center;
	width: 100%;
  }
  .background-header.header-sticky .nav {
    margin-top: 70px !important;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #1e1e1e !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #fff !important;
    color: #F00!important;
  }
  .header-area .main-nav .nav li:last-child a img {
    display: none;
  }
  .header-area .main-nav .nav li:last-child a:hover {
    color: #F00 !important;
    background-color: transparent !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 1.2vmin;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 1.5vmin;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 380px;
  border-radius: 23px;
  padding: 80px 60px;
}

.main-banner h6 {
  font-size: 2vmin;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}

.main-banner h4 {
  font-size: 4.5vmin;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-banner h4 em {
  font-style: normal;
  color: #F00;
}

/* 
---------------------------------------------
Most Popular Style
--------------------------------------------- 
*/

.most-popular {
  margin-top: 20px;
  padding: 30px;
  background-color: #1f2122;
  border-radius: 23px;
  border:1px solid #1E1E1E;
}

.most-popular .item {
  background-color: #27292a;
  padding: 30px 15px;
  border-radius: 23px;
  margin-bottom: 30px;
}

.most-popular .item .item {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0px;
}

.most-popular .item img {
  border-radius: 23px;
}

.most-popular .item h4 {
  font-size: 1.7vmin;
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.most-popular .item span {
  color: #666;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}

.most-popular .item ul {
  float: right;
}

.most-popular .item ul li {
  text-align: right;
  color: #fff;
  font-size: 1.5vmin;
  border-bottom:1px solid #6A0003;
}

.most-popular .item ul li:first-child i {
  color: yellow;
}

.most-popular .item ul li:last-child i {
  color: #F00;
}

.most-popular .main-button {
  text-align: center;
  margin-bottom: -53px;
}

/* 
---------------------------------------------
Gaming Library Style
--------------------------------------------- 
*/

.gaming-library {
  margin-top: 20px;
  padding: 30px;
  background-color: #1f2122;
  border-radius: 23px;
  border:1px solid #1E1E1E;
}

.gaming-library .message {
  border: 1px solid #111;
  border-radius:0 0 23px 23px;
  padding:8px;
  background-color:#1B1B1B;
  overflow:scroll;
}
.gaming-library .message:hover {
  border: 1px solid #6A0003;
  border-radius:0 0 23px 23px;
  padding:8px;
  background-color:#000;
}

.gaming-library .item {
  border-bottom: 1px solid #6A0003;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.gaming-library .last-item {
  margin-bottom: 30px;
}

.profile-library .last-item {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.gaming-library ul li {
  border-bottom:1px solid #6A0003;
}
.gaming-library .item ul li {

  border-bottom:1px solid #6A0003;
}

.gaming-library .item ul li img {
  margin-top: -30px;
}

.gaming-library .item ul li {
  display: inline-block;
  width: 17%;
}

.gaming-library .item ul li:first-child {
  width: 110px;
}

.gaming-library .item ul li:last-child {
  width: 15%;
  text-align: right;
}

.gaming-library .item ul li h4 {
  font-size: 1.5vmin;
  margin-bottom: 5px;
  vertical-align:central;
   font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gaming-library .item ul li span {
  color: #666;
  font-size: 1.5vmin;
}

.gaming-library .main-button {
  text-align: center;
  margin-bottom: -53px;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer p {
  text-align: center;
  padding: 30px 0px;
  color: #fff;
  font-weight: 300;
}

footer p a {
  color: #fff;
  transition: all .3s;
}

footer p a:hover {
  color: #F00;
}

/* 
---------------------------------------------
Featured Games Style
--------------------------------------------- 
*/

.featured-games {
  border-radius: 23px;
  background-color: #1f2122;
  padding: 30px;
}

.featured-games .item .thumb {
  position: relative;
  overflow: hidden;
}

.featured-games .item .thumb .hover-effect {
  position: absolute;
  bottom: -100px;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.featured-games .item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.featured-games .item .thumb .hover-effect h6 {
  background-color: rgba(31,33,34,0.95);
  display: inline-block;
  color: #F00;
  font-weight: 600;
  font-size: 1.5vmin;
  padding: 10px 20px;
  border-radius: 25px;
}

.featured-games .item img {
  border-radius: 23px;
}

.featured-games .item h4 {
  font-size: 1.7vmin;
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align:central;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.featured-games .item span {
  color: #666;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}

.featured-games .item ul {
  float: right;
  margin-top: 20px;
}

.featured-games .item ul li {
  text-align: right;
  color: #fff;
  font-size: 1.5vmin;
  border-bottom:1px solid #6A0003;
}

.featured-games .item ul li:first-child i {
  color: yellow;
}

.featured-games .item ul li:last-child i {
  color: #F00;
}

.featured-games .owl-nav {
  position: absolute;
  margin: 0 auto;
  top: -70px;
  right: 0;
}

.featured-games .owl-nav .owl-prev {
  margin-right: 2.5px;
}

.featured-games .owl-nav .owl-next {
  margin-left: 2.5px;
}

.featured-games .owl-nav .owl-prev span,
.featured-games .owl-nav .owl-next span  {
  font-size: 3.6vmin;
  display: inline-block;
  color: #666;
  opacity: 1;
  transition: all .3s;
}

.featured-games .owl-nav .owl-prev span:hover,
.featured-games .owl-nav .owl-next span:hover {
  opacity: 1;
  color: #F00;
}

.top-downloaded {
  border-radius: 23px;
  background-color: #1f2122;
  padding: 30px;
  max-height: 567px;
  min-height: 567px;
}

.top-downloaded ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom:1px solid #6A0003;
}

.top-downloaded ul li img {
  float: left;
  margin-right: 15px;
}

.top-downloaded ul li h4 {
  font-size: 1.7vmin;
  padding-top: 7px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top-downloaded ul li h6 {
  font-size: 1.7vmin;
  color: #666;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}

.top-downloaded ul li span {
  color: #fff;
  font-size: 1.5vmin;
  margin-right: 10px;
}

.top-downloaded ul li .download i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-23px);
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #F00;
  background-color: #27292a;
  border-radius: 50%;
}

.top-downloaded ul li {
  border-bottom: 1px solid #27292a;
  margin-bottom: 28px;
  padding-bottom: 28px;
}

.top-downloaded .text-button  {
  text-align: center;
}

.top-downloaded .text-button a {
  font-weight: 600;
  color: #F00;
  font-size: 1.5vmin;
}

/* 
---------------------------------------------
Start Stream Style
--------------------------------------------- 
*/

.start-stream .heading-section {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}

.start-stream .item {
  padding: 30px;
  border: 1px solid #444;
  border-radius: 23px;
}

.start-stream .item h4 {
  font-size: 2vmin;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
   font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.start-stream .main-button {
  text-align: center;
  margin-top: 30px;
}

/* 
---------------------------------------------
Live Stream Style
--------------------------------------------- 
*/

.live-stream {
  margin-top: 60px;
  border-radius: 23px;
  background-color: #1f2122;
  padding: 30px;
}

.live-stream .item {
  margin-bottom: 30px;
}

.live-stream .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.live-stream .thumb img {
  border-radius: 23px; 
}

.live-stream .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.live-stream .hover-effect {
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}

.live-stream .hover-effect .live a { 
  position: absolute;
  background-color: rgba(236, 96, 144, 0.9);
  padding: 5px 10px;
  border-radius: 23px;
  color: #fff;
  font-size: 1.5vmin;
  right: 15px;
  top: 15px;
}

.live-stream .hover-effect ul {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.live-stream .hover-effect ul li {
  display: inline-block;
  margin: 0px 5px;
}

.live-stream .hover-effect ul li a {
  background-color: rgba(236, 96, 144, 0.9);
  padding: 5px 10px;
  border-radius: 23px;
  color: #fff;
  font-size: 1.5vmin;
}

.live-stream .avatar img {
  margin-right: 15px;
}

.live-stream span i {
  color: #fff;
  background-color: #F00;
  border-radius: 50%;
  font-size: 1.2vmin;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
}

.live-stream span {
  font-size: 1.5vmin;
  color: #F00;
}

.live-stream .down-content h4 {
  margin-top: 8px;
  font-size: 2vmin;
  font-weight: 700;
  margin-left: 61px;
    font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.live-stream .main-button {
  text-align: center;
  margin-bottom: -53px;
}

/* 
---------------------------------------------
Featured Banner Style
--------------------------------------------- 
*/

.feature-banner .thumb {
  position: relative;
  max-height: 305px;
  overflow: hidden;
  border-radius: 23px;;
}

.feature-banner .thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-23px, -23px);
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  color: #F00;
}

/* 
---------------------------------------------
Game Details Style
--------------------------------------------- 
*/

.game-details h2 {
  font-size: 4.5vmin;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0px;
}

.game-details .content {
  border-radius: 23px;
  padding: 30px;
  background-color: #1f2122;
}

.game-details .content .left-info {
  background-color: #27292a;
  border-radius: 23px;
  padding: 30px;
  margin-bottom: 30px;
}

.game-details .content .left-info .left {
  float: left;
}

.game-details .content .left-info h4 {
  font-size: 1.7vmin;
  display: block;
    font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.game-details .content .left-info span {
  color: #666;
  display: block;
  margin-top: 7px;
  font-weight: 400;
}

.game-details .content .left-info ul {
  text-align: right;
}

.game-details .content .left-info ul li {
  color: #fff;
  font-size: 1.5vmin;
  margin-bottom: 3px;
}

.game-details .content .left-info ul li:first-child i {
  color: yellow;
}

.game-details .content .left-info ul li:last-child i {
  color: #F00;
}

.game-details .content .right-info {
  background-color: #27292a;
  border-radius: 23px;
  padding: 30px;
  margin-bottom: 30px;
}

.game-details .content .right-info ul li {
  display: inline-block;
  width: 23%;
  text-align: center;
  font-size: 1.5vmin;
  color: #fff;
}

.game-details .content .right-info ul li i {
  display: block;
  margin-bottom: 12px;
}

.game-details .content .right-info ul li:first-child i {
  color: yellow;
} 

.game-details .content .right-info ul li i {
  color: #F00;
}

.game-details .main-border-button {
  margin-top: 35px;
}

.game-details .main-border-button a {
  text-align: center;
  width: 100%;
} 

/* 
---------------------------------------------
Other Related Style
--------------------------------------------- 
*/

.other-games {
  border-radius: 23px;
  padding: 30px 30px 0px 30px;
  background-color: #1f2122;
  margin-top: 60px;
}

.other-games .item {
  position: relative;
  border-bottom: 1px solid #27292a;
  padding-bottom: 52px;
  margin-bottom: 30px;
}

.other-games .item img {
  float: left;
  margin-right: 15px;
}

.other-games .item h4 {
  display: inline-block;
  font-size: 1.7vmin;
  margin-bottom: 5px;
  padding-top: 15px;
    font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.other-games .item span {
  color: #666;
  font-size: 1.5vmin;
  display: block;
}

.other-games ul {
  position: absolute;
  right: 0;
  top: 15px;
}

.other-games ul li {
  color: #fff;
  font-size: 1.5vmin;
  margin-bottom: 3px;
}

.other-games ul li:first-child i {
  color: yellow;
}

.other-games ul li:last-child i {
  color: #F00;
}

/* 
---------------------------------------------
Top Streamers Style
--------------------------------------------- 
*/

.top-streamers {
  border-radius: 23px;
  background-color: #1f2122;
  padding: 30px;
  max-height: 567px;
  min-height: 567px;
}

.top-streamers ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #353637;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.top-streamers ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.top-streamers ul li span {
  float: left;
  font-size: 1.5vmin;
  color: #fff;
  font-weight: 700;
  padding-top: 12px;
  margin-right: 10px;
}

.top-streamers ul li h6 {
  display: inline;
  font-size: 1.5vmin;
  color: #F00;
  font-weight: 400;
}

.top-streamers ul li h6 i {
  color: #fff;
  background-color: #F00;
  border-radius: 50%;
  font-size: 1.2vmin;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  margin-right: 3px;
}

.top-streamers ul li .main-button {
  float: right;
}

.top-streamers ul li .main-button a {
  padding: 8px 20px;
}

/* 
---------------------------------------------
Profile Style
--------------------------------------------- 
*/

.main-profile {
  margin-top: 20px;
  padding: 30px;
  background-color: #1f2122;
  border-radius: 23px;
  border:1px solid #1E1E1E;
}

.main-profile .main-info span {
  font-size: 1.5vmin;
  color: #fff;
  background-color: #F00;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-profile .main-info h4 {
  margin-bottom: 20px;
    font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-profile .main-info .main-border-button {
  margin-top: 25px;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-profile ul {
  border-radius: 23px;
  padding: 30px;
  background-color: #27292a;
}

.main-profile ul li {
  width: 100%;
  font-size: 1.5vmin;
  color: #666;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
  border-bottom:1px solid #6A0003;
}

.main-profile ul li span {
  float: right;
  font-weight: 500;
  color: #F00;
}

.main-profile ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.clips {
  margin-top: 30px;
  border-top: 2px solid #27292a;
}

.clips .heading-section {
  margin-top: 30px;
}

.clips .item  {
  border-radius: 23px;
  padding: 30px 15px;
  background-color: #27292a;
  margin-bottom: 30px;
}

.clips .item .thumb {
  position: relative;
  margin-bottom: 15px;
}

.clips .item .thumb a {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-23px, -23px);
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    color: #F00;
}

.clips .item h4 {
  font-size: 1.7vmin;
  display: inline-block;
    font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.clips .item span i {
  color: #F00;
}

.clips .item span {
  float: right;
  color: #fff;
  font-size: 1.5vmin;
}

.clips .main-button {
  margin-top: 10px;
  text-align: center;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body .page-content {
    padding: 0px 30px;
  }
  .main-banner {
    text-align: center;
  }
  .main-banner h4 {
    font-size: 2.5vmin;
  }
  .gaming-library .item ul li,
  .gaming-library .item ul li:first-child,
  .gaming-library .item ul li:last-child {
    width: 100% !important;
    text-align: center !important;
  }
  .gaming-library .item ul li {
    margin-top: 30px;
  }
  .top-downloaded ul li .download i {
    top: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .top-downloaded ul li img {
    margin-right: 10px;
  }
  .top-downloaded ul li span {
    font-size: 1.5vmin;
  }
  .top-streamers ul li .main-button {
    float: none;
    margin-top: 10px;
  }
  .top-streamers ul li .main-button a {
    width: 100%;
    text-align: center;
  }
  .top-streamers,
  .top-downloaded {
    max-height: 100%;
    min-height: 100%;
  }
  .most-popular .item .inner-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .background-header {
  display: inline-block;
  }
  .header-area .main-nav #search {
    display: none;
  }
  .heading-section h4 {
    font-size: 2vmin;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  }
  .gaming-library .item ul li {
    width: 48% !important;
  }
  .gaming-library .item ul li:last-child {
    text-align: left;
  }
  .featured-games {
    margin-bottom: 60px;
  }
  .start-stream .item {
    margin: 15px 0px;
  }
  .feature-banner .thumb {
    margin-top: 30px;
  }
  .main-profile .main-info {
    margin: 45px 0px;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .logo {
    margin-right: 30px;
    border-right: none;
  }
  .gaming-library .item ul li {
    width: 16%;
  }
}