/*------------------------------------*\
    CONTENTS
\*------------------------------------

Default
Buttons
Scrollup
Header & Navigation
Modal
Breadcrumbs
Slider
Brand
Section Title
Overview
Features
Support
Games
Buy
List
Currency Table
Assets Table
Shaded Table
Shade Box
Fact
Blog
Testimonial
Contact
Disclaimer
Footer
Preloader

*/

/*------------------------------------*\
    DEFAULT
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Oxanium:400,500,600,700,800|Poppins:400,400i,500,500i,600,600i,700&display=swap');
html {
  scroll-padding-top: 200px; /* height of sticky header */
} 

body {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-size: 15px;
	font-weight: 500;
	color: #d4d4d4;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #e5b031;
	text-decoration: none;
}
a {
	color: #e4a101;
	outline: medium none;
}
input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oxanium', cursive;
	color: #fff;
	margin-top: 0px;
	font-style: normal;
	font-weight: 800;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h2.sub-heading {
	font-size: 22px;
	color: #e4a101;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.section-anchor::before { 
  display: block; 
  content: " "; 
  margin-top: -225px;
  height: 225px; 
  visibility: hidden; 
  pointer-events: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #cbcbcb;
	margin-bottom: 15px;
}
img.fit {
	max-width: 100%;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.area-pad-large {
	padding-top: 190px;
	padding-bottom: 120px;
}
.area-pad-normal {
	padding-top: 110px;
	padding-bottom: 90px;
}
.area-pad-small {
	padding-top: 80px;
	padding-bottom: 60px;
}
.full-page {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 120px 50px 110px 50px;
}
.full-page.error {
	background-image: url("../img/bg/grim-reaper.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}
.center-content {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.overview-padding {
	padding-bottom: 172px;
}
.games-content .games-tag a::before,
.features-meta a:hover,
.games-cart-action a:hover,
.newsletter-form button,
.footer-newsletter button,
.transparent-btn:hover,
.games-tag a::before,
.games-area.black-bg .games-cart-action a:hover,
.features-box .features-meta a:hover,
.games-tag a:hover::before {
	background: #e4a101;
}
.form-error2 {
	color: #e4a101; 
}
.text-small {
	font-size: 11px;
	line-height: 14px;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn,
.btn-small {
	-moz-user-select: none;
	border: medium none;
	border-radius: 5px;
	background: #e4a101;
	color: #1c1121;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 44px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.btn:hover,
.btn-small:hover {
	color: #1c1121;
}
.btn::before,
.btn-small::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	background-color: #e4a101;
	width: 100%;
	height: 55px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	z-index: -1;
	transition: .3s linear;
}
.btn:hover::before
.btn-small::before {
	bottom: 0;
}
.btn i,
.btn-small i{
	margin-right: 5px;
}
.btn-small {
	font-size: 14px;
	padding: 10px 20px;
}
.btn-small::before {
	height: 35px;
}
.btn.transparent-btn {
	border: 2px solid #9f999d;
	background: transparent;
	color: #fff;
}
.btn.transparent-btn:hover {
	border: 2px solid #e4a101;
	color: #1c1121;
}
.btn.transparent-btn::before {
	display: none;
}
.btn.btn-style-two,
.btn-small.btn-style-three {
	background: transparent;
	padding: 20px 35px;
	margin: 0 8px;
}
.btn.btn-style-two.fit {
	width: 90%
}
.btn.btn-style-two::before,
.btn-small.btn-style-three::before {
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	height: 100%;
	width: 5px;
	transform: skewX(-16deg);
	z-index: 1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #e4a101;
}
.btn.btn-style-two::after,
.btn-small.btn-style-three::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-16deg);
	z-index: -1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #e4a101;
}
.btn.btn-style-two:hover::before,
.btn-small.btn-style-three:hover::before {
	right: 0;
}
.btn-small.btn-style-three {
	padding: 8px 20px 10px 20px;
	margin-top: 10px;
}
#paypal-button-container {
	position: relative;
	z-index: 1;
}


/*------------------------------------*\
    SCROLL UP
\*------------------------------------*/

#scrollUp {
	background: #E4A101;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 50px;
	color: #1c1121;
	text-align: center;
	border-radius: 0;
	font-size: 22px;
	line-height: 38px;
}
#scrollUp:hover {
	background: #444;
	color: #fff;
}


/*------------------------------------*\
    HEADER & NAVIGATION
\*------------------------------------*/

.header-top-area {
	background: #1c1121;
	height: 45px;
}
.container-full-padding {
	padding: 0 260px;
}
.s-container-full-padding {
	padding: 0 230px;
}
.header-top-offer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header-top-offer p,
.time-count {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	color: #a5a5a5;
}
.header-top-offer .time-count {
	display: none;
}
.header-top-offer .time-count:first-child {
	display: block;
}
.header-top-offer .time-count > span {
	display: inline-block;
	padding: 16px 25px;
	font-weight: 900;
	font-size: 18px;
	color: #1c1121;
	position: relative;
	z-index: 1;
}
.header-top-offer .time-count > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../img/offer_count_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.header-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-social ul {
	display: flex;
	flex-wrap: wrap;
}
.header-social ul li {
	margin-left: 15px;
	display: inline-block;
}
.header-social ul li:first-child {
	margin-left: 0;
}
.header-social ul li a {
	color: #b4b0b5;
	font-size: 13px;
}
.header-social ul li a:hover,
.header-top-account p span,
.header-top-account p i,
.header-action ul li.header-search a,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu > li:hover > a,
.minicart .del-icon > a {
	color: #e4a101;
}
.header-top-action ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-top-account p {
	margin-bottom: 0;
	font-size: 12px;
	color: #bcbcbc;
}
.header-top-account p a {
	color: #bcbcbc;
}
.header-top-action {
	margin-left: 20px;
}
.header-top-action ul li:last-child {
	margin-left: 15px;
	overflow: hidden;
}
.header-top-account p span {
	display: inline-block;
	margin-right: 15px;
}
.header-top-account p i {
	margin-right: 20px;
}
.main-header {
	background-image: url(../img/bg/header_bg.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}
.main-menu nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.mob-menu-only {
	display: none;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
}
.navbar-wrap ul li {
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #edeaea;
	padding: 43px 26px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	font-family: 'Oxanium', cursive;
}
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
.navbar-wrap ul li a::before {
	background: #e4a101;
}
.navbar-wrap ul li.show a::after,
.navbar-wrap ul li.active a::after,
.navbar-wrap ul li:hover > a::after {
	content: "";
	position: absolute;
	height: 3px;
	background: #e4a101;
	right: 40px;
	left: 0;
	bottom: 0;
}
.navbar-wrap ul li:hover > a {
	color: #1c1121;
}
.navbar-wrap ul li.show,
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li:hover > a::before {
	opacity: 1;
}
.navbar-wrap ul li.show > a {
	color: #1c1121;
}
.navbar-wrap ul li.active > a::before {
	opacity: 1;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.header-action > ul li {
	position: relative;
	margin-left: 40px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: #edeaea;
	font-size: 14px;
}
.header-basket a span {
	position: absolute;
	right: -13px;
	top: -2px;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
	line-height: 18px;
	color: #1c1121;
	background: #e4a101;
}
.menu-style-two .navbar-wrap ul li.show a::after,
.menu-style-two .navbar-wrap ul li:hover > a::after {
	display: none;
}
.menu-style-two {
	padding: 28px 30px;
	border-radius: 0 0 14px 14px;
	background-image: url(../img/bg/header_bg.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	height: auto;
	z-index: 9;
}
.s-header-top-area .header-top-offer .time-count > span {
	padding: 9px 25px;
}
.menu-style-two .navbar-wrap ul li a {
	padding: 15px 23px;
}
.menu-style-two .navbar-wrap ul li.show a::before,
.menu-style-two .navbar-wrap ul li a::before {
	transform: skewX(-16deg);
	transition: .3s linear;
}
.s-header-top-area {
	background: #131014;
}
.navbar-wrap ul li > .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: -9px;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #3a2746;
	background: #1c1421;
	margin: 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li > .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li > .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.navbar-wrap ul li > .submenu li a::before,
.navbar-wrap ul li > .submenu li a::after {
	display: none;
}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: url(../img/bg/header_bg.jpg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
    padding: 0;
}

/*------------------------------------*\
    MODAL
\*------------------------------------*/

.modal_dialog {
	position: fixed;
	font-size: 16px;
	font-weight: 400;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modal_dialog:target {
	opacity:2;
	pointer-events: auto;
}
.modal_dialog > div {
	min-width: 300px;
  	max-width: 479px;
	color: #fff;
	background: #1c181e;
	position: relative;
	margin: 10% auto;
	padding: 20px 20px 13px 20px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 7px;
}
.modal_dialog .image-container img {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.modal_dialog > div h2,
.modal_dialog > div h3,
.modal_dialog > div h4,
.modal_dialog > div p,
.modal_dialog > div p a {
	color: #fff;
	font-weight: 200;
}
.modal_dialog > div h2 {
	font-size: 24px;
	margin-top: 0px;
	font-weight: 500;
	text-transform: uppercase;
}
.modal_dialog .close {
	color: #e4a101;
	font-size: 16px;
	line-height: 16px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 2px;
	width: 16px;
	text-decoration: none;
	font-weight: normal;
}
.modal_dialog .close:hover {
	color: #e4a101;
}
.modal_dialog .hidden {
	display: none;
}
.modal_dialog .tab-button {
	outline: none !important;
    border-color: #fff;
	display: inline-block;
	width: 50%;
	height: 40px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0;
	border-right: solid 1px #1c181e;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fff;
	color: #1c181e;
}
.modal_dialog .tab-button .right {
	border-right: none;
	border-left: solid 1px #1c181e;
}
.modal_dialog .tab-button.selected {
	background-color: #f9f9f9;
	color: #1c181e;
}
.modal_dialog .tab-button.deselected {
	background-color: #6b696c;
	color: #1c181e;
}
.modal_dialog .tab-button:hover,
.modal_dialog .tab-button:focus {
	background-color: #fff;
	color: #1c181e;
}
.modal_dialog .form-area {
	display: inline-block;
	width: 100%;
	background-color: #1c181e;
	padding: 15px 0px 0px 0px;
}
.modal_dialog .form-area,
.modal_dialog .form-area p {
	color: #fff;
}
.modal_dialog .form-area p {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 19px;
}
.modal_dialog .form-area p.small {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
}
.modal_dialog .form-area a {
	color: #e4a101;
}
.modal_dialog .form-area a:hover {
	color: #e5b031;
}
.modal_dialog .form-area .form-group {
	float: left;
	margin-bottom: 15px;
	width: 100%;
	color: #fff;
}
.modal_dialog .form-area .form-group.mr {
	margin-right: 30px !important;
}
.modal_dialog .form-area .form-group.two {
	float: left;
	width: 49%;
}
.modal_dialog .form-area .form-group.two.last {
	float: right;
	margin-right: 0px;
}
.modal_dialog .form-area .form-group.bottom {
	margin-bottom: 0px;
}
.modal_dialog .form-area input.text-box,
.modal_dialog .form-area input.text-area {
    outline: none !important;
	overflow: hidden;
    text-align: left;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    background-color: #1c181e;
	font-size: 16px;
	font-weight: normal;
	border: solid 1px #f9f9f9;
	padding: 6px 9px 8px 9px;
	margin-bottom: 5px;
	width: 100%;
	float: left;
}
.modal_dialog .form-area input.text-box::placeholder,
.modal_dialog .form-area input.text-area::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.modal_dialog .form-area input.text-box:-ms-input-placeholder,
.modal_dialog .form-area input.text-area:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.modal_dialog .form-area input.text-box::-ms-input-placeholder,
.modal_dialog .form-area input.text-area::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.modal_dialog .form-area input.text-box:focus { 
    outline: none !important;
    border-color: #fff;
}
.modal_dialog .regular-checkbox {
	display: none;
}
.modal_dialog .regular-checkbox + label {
	background-color: #1c181e;
	padding: 7px;
	margin-right: 7px;
	margin-bottom: 0px;
	display: inline-block;
	position: relative;
	border: solid 1px #fff;
	cursor: pointer;
}
.modal_dialog .regular-checkbox:checked + label {
	background-color: #1c181e;
	color: #fff;
}
.modal_dialog .regular-checkbox:checked + label:after {
	content: '\2713';
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	position: absolute;
	top: 0px;
	left: 2px;
	color: #fff;
}
.modal_dialog .form-area .form-error {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #e4a101;
	margin: 0;
	padding: 0;
}
.modal_dialog .button-area {
	margin-bottom: 10px;
}


/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/

.breadcrumb-area {
	padding-top: 275px;
	padding-bottom: 170px;
	background-position: center;
	background-size: cover;
}
.breadcrumb-area.background {
    background-image: url("../img/bg/how-to-guides-header.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    padding: 260px 0;
}
.breadcrumb-area.background.support-bg {
    background-image: url("../img/bg/how-to-guides-header.jpg");
}
.breadcrumb-area.background.android-bg {
    background-image: url("../img/bg/android-header.jpg");
}
.breadcrumb-area.background.browser-bg {
    background-image: url("../img/bg/browser-header.jpg");
}
.breadcrumb-area.background.ms-store-bg {
    background-image: url("../img/bg/microsoft-store-header.jpg");
}
.breadcrumb-area.background.fps-bg {
    background-image: url("../img/bg/fps-header.jpg");
}
.breadcrumb-area.background.geforce-bg {
    background-image: url("../img/bg/geforce-now-header-blank.jpg");
}
.breadcrumb-area.background.mmorpg-bg {
    background-image: url("../img/bg/mmorpg-header.jpg");
}
.breadcrumb-area.background.mmorpg-action-bar-bg {
    background-image: url("../img/bg/mmorpg-action-bar.jpg");
}
.breadcrumb-area.background.smoking-chimp-bg {
    background-image: url("../img/bg/smoking-chimp.jpg");
}
.breadcrumb-area.background.saluting-chimp-bg {
    background-image: url("../img/bg/saluting-chimp.jpg");
}

.breadcrumb-content h1 {
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: .8;
}
.breadcrumb-content .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 30px;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}
.breadcrumb-content .breadcrumb.left {
	justify-content: flex-start;
	text-align: left;
}
.breadcrumb-content .breadcrumb li {
	text-transform: uppercase;
	font-weight: 600;
}
.breadcrumb-content .breadcrumb li.white {
	color: #fff;
}
.breadcrumb-content h1 span {
	color: #f2a900;
}
.breadcrumb-content .breadcrumb li.white a {
	color: #fff;
}
.breadcrumb-content .breadcrumb li a:hover {
	color: #f2a900;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #222;
	content: "\f101";
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
}
.breadcrumb-content .breadcrumb-item.white + .breadcrumb-item::before {
	color: #fff;
}
.breadcrumb > .active {
	color: #888;
}
.breadcrumb-content .breadcrumb .form-control {
	width: 200px;
	text-align: left;
}
.breadcrumb-content .breadcrumb .form-error {
	color: #e4a101;
	text-transform: none;
	margin-top: 5px;
}


/*------------------------------------*\
    SLIDER
\*------------------------------------*/


.slider-bg {
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    padding: 260px 0;
}
.slider-bg.dragon {
    background-image: url("../img/slider/dragon-bg.jpg");
}
.slider-bg.warrior {
    background-image: url("../img/slider/warrior-bg.jpg");
}
.slider-content h6 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0 18px;
	color: #e4a101;
}
.slider-content h6::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 135px 5px 0;
	border-color: transparent #fff transparent transparent;
}
.slider-content h6::after {
    content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 135px;
    border-color: transparent transparent transparent #fff;
}
.slider-content h2 {
	font-size: 100px;
	font-weight: 800;
	line-height: .9;
	margin-bottom: 12px;
	letter-spacing: -3px;
	text-transform: uppercase;
}
.slider-content h2 span {
	color: #e4a101;
}
.slider-content p {
	font-weight: 600;
	color: #ededed;
	width: 73%;
	margin: 0 auto 40px;
	font-size: 18px;
	line-height: 1.6;
}
.slider-style-two {
	padding: 290px 0 190px;
	position: relative;
	z-index: 1;
}
.slider-style-two .slider-content h6::before,
.slider-style-two .slider-content h6::after {
	display: none;
}
.slider-style-two .slider-content h2 {
	font-size: 90px;
	text-transform: capitalize;
}
.slider-style-two .slider-content p {
	font-weight: 400;
	color: #dbdbdb;
	width: 80%;
	margin: 0 0 45px;
	font-size: 16px;
	line-height: 30px;
}
.slider-style-two .slider-content h6 {
	margin-bottom: 15px;
	display: block;
	padding: 0;
}
.slider-img {
	position: absolute;
	right: 135px;
	bottom: 0;
}
.slider-img.slider-img2 {
	right: 295px;
	z-index: -1;
}
.slider-img.slider-img3 {
	right: 295px;
	bottom: 50px;
	z-index: -1;
}
.slider-circle-shape {
	position: absolute;
	right: 410px;
	bottom: 0;
	z-index: -2;
	opacity: .07;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	left: 120px;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 1;
}
.slider-active .slick-next {
	right: 120px;
	left: auto;
}


/*------------------------------------*\
    BRAND
\*------------------------------------*/

.brand-bg {
	background-image: url(../img/bg/brand_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
.brand-item {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 82px;
}
.brand-item img {
	display: inline-block;
}
.slick-slide:focus {
	outline: none;
}


/*------------------------------------*\
    SECTION TITLE
\*------------------------------------*/

.section-title > span {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #c8c8c8;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.section-title h2,
.section-title h1 {
	font-size: 45px;
	font-weight: 800;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: -2px;
}
.section-title h1 span,
.section-title h2 span {
	color: #e4a101;
}
.title-style-two,
.title-style-three {
	padding-bottom: 25px;
	margin-bottom: 30px;
	position: relative;
}
.title-style-two::before,
.title-style-three::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/images/title_bar.png);
	width: 270px;
	height: 13px;
	background-repeat: no-repeat;
}
.title-style-three::before {
	background-image: url(../img/images/title_bar02.png);
}
.title-style-three.white-title::before {
	background-image: url(../img/images/title_bar03.png);
}
.title-style-three h1,
.title-style-three h2 {
	color: #1c1121;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 20px;
}
.title-style-three.white-title h1,
.title-style-three.white-title h2 {
	color: #fff;
}
.title-style-three p {
	color: #6c6c6c;
	margin-bottom: 0;
}
.title-style-three.white-title p {
	color: #cbcbcb;
}
.title-style-two.text-center::before,
.title-style-three.text-center::before {
	right: 0;
	margin: 0 auto;
}


/*------------------------------------*\
    OVERVIEW
\*------------------------------------*/

.overview {
	background-image: url(../img/bg/logo-watermark.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.overview-category,
.overview-category a {
	font-size: 12px;
	text-transform: uppercase;
	color: #252525;
	font-family: 'Oxanium', cursive;
	font-weight: 800;
	line-height: 1;
	display: inline-block;
	padding: 14px 23px;
	position: relative;
	z-index: 1;
	margin: 0px 0px 25px 7px;
}
.overview-category::before,
.overview-category a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.overview-introduction h2 {
	font-size: 26px;
	line-height: 32px;
	color: #e4a101;
	margin-bottom: 15px;
}
.overview-introduction h3 {
	color: #e4a101;
}
.overview-content h2,
.overview-content h3,
.overview-content h4,
.overview-content h5,
.overview-content h6 {
	color: #1c1121;
	text-transform: uppercase;
	margin-top: 20px;
}
.overview-content h4.guide-action {
	font-size: 18px;
	text-transform: none;
}
.overview-content h4.guide-action span {
	color: #e4a101;
}
.overview-content p {
	color: #6c6c6c;
	margin-bottom: 12px;
}
.overview-content p.caption {
	font-style: italic;
	color: #9c9c9c;
}
.overview-content p.back-up {
	text-align: right;
	font-size: 16px;
}
/* .overview-content p:nth-child(3) {
	margin-bottom: 35px;
} */
.overview-content textarea {
	width: 100%;
}
.overview-content ul,
.overview-content ol {
	margin-bottom: 20px;
	padding-left: 30px;
}
.overview-content ol li {
	list-style-type: decimal;
}
.overview-content ol li ul li {
	list-style-type: none;
}
.overview-content ol li ul li:first-child {
	margin-top: 10px;
}
.overview-content ol li ul {
	margin-bottom: 0px;
}
.overview-content li {
	font-size: 15px;
	font-weight: 500;
	color: #6c6c6c;
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.overview-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: rgb(120, 119, 119);
	width: 6px;
	height: 6px;
}
.overview-content li:last-child {
	margin-bottom: 0;
}
.overview-share {
	float: right;
	text-align: right;
	font-family: 'Oxanium', cursive;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	color: #e4a101;
	margin-top: 10px;
}
.overview-share i {
	font-size: 16px;
	color: #1c1121;
	margin-left: 10px;
}
.overview-share a i {
	color: #1c1121;
}
.overview-share a:hover i {
	color: #e4a101;
}
.overview-img p.caption {
	margin-top: 10px;
	font-style: italic;
	color: #9c9c9c;
	margin-bottom: 12px;
}
.overview-img img {
	margin-left: 115px;
}
.overview-img.ml-0 img {
	margin-left: 0px;
}
.overview-img img:nth-child(2) {
	margin-left: 10px;
	margin-top: -315px;
}
.overview-img img:nth-child(3) {
	margin-top: -200px;
	margin-left: 70px;
}
.overview-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.overview-date {
	color: #e4a101;
	text-transform: uppercase;
	margin-top: 20px;
}
.overview-date span {
	color: #7e7e7e;
	font-weight: 600;
}


/*------------------------------------*\
    FEATURES
\*------------------------------------*/

.features-box {
	display: flex;
	align-items: center;
	background: #211e23;
	padding: 15px;
	margin-bottom: 30px;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.features-item {
	display: flex;
	align-items: center;
	background: #23162e;
	padding: 37px 20px;
	justify-content: space-between;
	height: 100%;
}
.features-content {
	padding: 41px 30px;
	position: relative;
	background: #1c181e;
	height: 100%;
	width: 100%;
}
.features-content h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.features-content h3 span,
.features-content h3 a:hover {
	color: #e4a101;
	transition: .3s linear;
}
.features-content h3 a:hover span {
	color: #fff;
}
.features-content p {
	font-size: 13px;
	line-height: 2;
	padding-right: 20px;
	margin-bottom: 0;
}
.features-meta {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.features-meta h5 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	color: #c9c9c9;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.features-meta h5 span {
	margin-left: 5px;
	color: #e4a101;
}
.features-meta a {
	display: block;
	border: 1px dashed #383838;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
	padding: 12px 13px;
	line-height: 1;
	margin-left: 18px;
	color: #e4a101;
	background: #222225;
}
.features-meta a:hover {
	border: 1px solid #e4a101;
	color: #1c1121;
}
.features-bg {
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
}
.features-bg.dragon {
    background-image: url("../img/bg/dragon.jpg");
}
.features-bg.warrior {
    background-image: url("../img/bg/warrior.jpg");
}
.features-thumb img {
	width: 100%;
}
.features-thumb i {
	font-size: 80px;
	color: #e9a301;
	padding-right: 15px;
}


/*------------------------------------*\
    SUPPORT
\*------------------------------------*/

.support-bg,
.support-bg-2 {
	position: relative;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}
.support-bg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url("../img/images/support_bg_conve01.png");
	width: 467px;
	height: 169px;
	margin: 0 auto;
	top: -4px;
	background-repeat: no-repeat;
	z-index: -1;
}
.support-bg::after,
.support-bg-2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../img/images/support_bg_conve02.png);
	width: 420px;
	height: 152px;
	margin: 0 auto;
	bottom: -20px;
	background-repeat: no-repeat;
	z-index: -1;
}
.support-bg.warrior-gate {
    background-image: url(../img/bg/warrior.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
}
.support-list ul li {
	margin-bottom: 40px;
	padding-right: 20px;
	overflow: hidden;
}
.support-list-icon {
	float: left;
	background-image: url(../img/bg/gamer_list_icon_bg.jpg);
	width: 97px;
	height: 97px;
	text-align: center;
	line-height: 85px;
	display: block;
	border: 6px solid #333240;
	margin-right: 25px;
	transition: .3s linear;
	padding-top: 11px;
}
.support-list-icon i {
	color: #e9a301;
	font-size: 46px;
	line-height: 46px;
}
.support-list-content {
	position: relative;
	top: 3px;
}
.support-list-content h5 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 7px;
}
.support-list-content p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.support-list ul li:hover .support-list-icon {
	border-color:  #e9a301;
}
.support-list ul li:last-child {
	margin-bottom: 0;
}
.support-img {
	position: absolute;
	width: 100%;
	top: -83px;
	right: 30px;
}
.support-circle-shape {
	position: absolute;
	top: 110px;
	left: 330px;
	z-index: -1;
}
.support-circle-shape img:nth-child(2) {
	position: absolute;
	top: 46px;
	right: -67px;
}
.support-chart-shape {
	position: absolute;
	right: -30px;
	bottom: -73px;
}


/*------------------------------------*\
    GAMES
\*------------------------------------*/

.games-item {
	background-color: #1e1b20;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.16);
}
.games-item .games-thumb img {
	width: 100%;
}
.games-content {
	padding: 35px 25px 25px;
	position: relative;
	width: 100%;
}
.games-content .games-tag {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	text-align: center;
	top: -15px;
	z-index: 1;
}
.games-content .games-tag a {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	color: #1c1121;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 10px;
}
.games-content .games-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.games-content h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #e4a101;
}
.games-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.games-price h5 {
	margin-bottom: 0;
	font-size: 16px;
	color: #e4a101;
}
.games-active .slick-arrow {
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
	height: 33px;
	color: #6e6b6f;
	border: 3px solid #6e6b6f;
	display: inline-block;
	transition: .3s linear;
	background: transparent;
	cursor: pointer;
	z-index: 1;
}
.games-active .slick-arrow.slick-next {
	right: -70px;
	left: auto;
}
.games-active .slick-track {
	padding-bottom: 30px;
	padding-top: 30px;
}
.games-active .slick-arrow:hover {
	color: #e4a101;
	border-color: #e4a101;
}


/*------------------------------------*\
    BUY
\*------------------------------------*/

.buy-item {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
	padding: 30px 25px 35px;
}
.buy-head-title > span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e8a301;
	font-family: 'Oxanium', cursive;
	margin-bottom: 6px;
}
.buy-head-title.bronze > span {
	color: #cd7f32;
}
.buy-head-title.silver > span {
	color: #c0c0c0;
}
.buy-head-title.gold > span {
	color: #e4a101;
}
.buy-head-title.platinum > span {
	color: #d7d6d3;
}
.buy-head-title h4 {
	font-size: 22px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 0;
}
.buy-head-title h4 a:hover {
	color: #e9a301;
}
.buy-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.buy-head-title {
	margin-right: 50px;
}
.buy-price h5 {
	margin-bottom: 0;
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding: 6px 25px;
	margin-right: 7px;
	color: #fff;
}
.buy-price h5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.buy-item p {
	font-size: 14px;
	color: #6c6c6c;
	line-height: 24px;
	margin-bottom: 30px;
}
.buy-thumb {
	position: relative;
}
.buy-thumb img {
	width: 100%;
}
.buy-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e4a101;
	opacity: 0;
	transition: .3s linear;
}
.buy-price.bronze h5::before,
.buy-thumb.bronze::before {
	background: #cd7f32;
}
.buy-price.silver h5::before,
.buy-thumb.silver::before {
	background: #c0c0c0;
}
.buy-price.gold h5::before,
.buy-thumb.gold::before {
	background: #e4a101;
}
.buy-price.platinum h5::before,
.buy-thumb.platinum::before {
	background: #d7d6d3;
}
.buy-cart {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.buy-cart a.btn {
	border-color: #1c1121;
	color: #1c1121;
	font-size: 14px;
	padding: 13px 24px;
	transform: translateY(20px);
	transition: .4s linear;
	background: #fff;
	opacity: .65;
}
.buy-cart a.btn:hover {
	border-color: #fff;
	background: #fff;
	color: #1c1121;
}
.buy-item:hover .buy-thumb::before {
	opacity: .77;
}
.buy-item:hover .buy-cart a.btn {
	opacity: 1;
	transform: translateY(0px);
}
.buy-footer p {
	text-align: center;
	color: #6c6c6c;
}


/*------------------------------------*\
	LIST
\*------------------------------------*/

.list-item {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
	padding: 30px 25px 25px 25px;
	margin-bottom: 30px;
}
.list-head-title > span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e8a301;
	font-family: 'Oxanium', cursive;
	margin-bottom: 6px;
}
.list-head-title h2 {
	font-size: 24px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 0;
}
.list-head-title h2 a:hover {
	color: #e9a301;
}
.list-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.list-head-title {
	margin-right: 50px;
}
.list-tag,
.list-tag a {
	font-size: 12px;
	text-transform: uppercase;
	color: #252525;
	font-family: 'Oxanium', cursive;
	font-weight: 800;
	line-height: 1;
	display: inline-block;
	padding: 14px 23px;
	position: relative;
	z-index: 1;
	margin-left: 7px;
	margin-bottom: 20px;
}
.list-tag::before,
.list-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.list-introduction {
	font-family: 'Oxanium', cursive;
	text-transform: uppercase;
	color: #e8a301;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	padding-top: 20px;
}
.list-description {
	color: #6c6c6c;
	font-size: 14px;
	line-height: 18px;
	padding-top: 15px;
}
.list-date {
	color: #e4a101;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: right;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}
.list-date span {
	color: #7e7e7e;
	font-weight: 700;
}
.list-thumb img {
	width: 100%;
}
.list-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.list-button a.btn {
	border-color: #1c1121;
	color: #1c1121;
	font-size: 14px;
	padding: 13px 24px;
	transform: translateY(20px);
	transition: .4s linear;
	background: #fff;
	opacity: .65;
}
.list-button a.btn:hover {
	border-color: #fff;
	background: #fff;
	color: #1c1121;
}
.list-item:hover .list-thumb::before {
	opacity: .77;
}
.list-item:hover .list-button a.btn {
	opacity: 1;
	transform: translateY(0px);
}


/*------------------------------------*\
	CURRENCY TABLE
\*------------------------------------*/

.currency-table table {
	width: 100%;
	border-collapse: separate; 
	border-spacing: 0 10px;
	color: #1c1121;
}
.currency-table table .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
	padding: 8px 10px 10px 10px;
	font-size: 15px;
	line-height: 15px;
}
.currency-table table tbody tr {
	width: 100%;
	padding: 20px;
	background-color: #f9f9f9;
	height: 60px;
}
.currency-table table tbody tr td {
	vertical-align: middle;
	font-size: 15px;
}
.currency-table table tbody tr td.delete {
	text-align: center;
	width: 50px;
	font-size: 20px;
}
.currency-table table tbody tr td.name {
	padding: 0 15px 0 15px;
}
.currency-table table tbody tr td span.duration {
	padding: 0 15px 0 30px;
	color: #2A2A2A;
}
.currency-table table tbody tr td.price,
.currency-table table tbody tr td.item-total {
	text-align: right;
	padding: 0 15px 0 0;
}
.currency-table table tbody tr td.quantity {
	text-align: center;
	width: 65px;
}
.currency-table table tfoot tr td.other-total {
	text-align: right;
	font-size: 16px;
	padding-right: 15px;
}
.currency-table table tfoot tr td.basket-total {
	text-align: right;
	font-size: 18px;
	font-weight: 600;
	padding-right: 15px;
}
.currency-table .basket-footer {
	text-align: right;
	margin-top: 10px;
	padding-right: 15px;
}
.currency-table h4 {
	font-size: 18px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 0;
}
.currency-table h4 span {
	color: #e8a301;
}
.currency-table p {
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 20px;
}
.currency-table p > span {
	font-weight: 600;
	color: #1c1121;
}
.currency-table ul {
	margin-bottom: 30px;
	padding-left: 20px;
}
.currency-table li {
	font-size: 14px;
	font-weight: 500;
	color: #434243;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.currency-table li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: rgb(120, 119, 119);
	width: 6px;
	height: 6px;
}
.currency-table li:last-child {
	margin-bottom: 0;
}



/*------------------------------------*\
    ASSETS TABLE
\*------------------------------------*/

.assets-table table {
    width: 100%;
    margin: 0 0 20px 0;
    padding:0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
	color: #1c1121;
	font-weight: normal;
}
.assets-table table thead {
    background-color: #e4a101;
    color: #fff;
}
.assets-table table thead th {
    padding: 15px 10px;
}
.assets-table table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
.assets-table table thead th,
.assets-table table tbody td {
    padding: 10px;
}
.assets-table table thead th {
    text-transform: uppercase;
    font-size: 16px;
}
.assets-table table tbody td img {
    max-height: 60px;
}
.assets-table table tr td.fit {
    width:1%;
    white-space:nowrap;
}
.assets-table table tr td.title {
    font-weight: 500;
}
.assets-table table tbody tr {
    background-color: #fff;
}
.assets-table table tbody tr.disabled {
    color: #A3A3A3;
}
.assets-table table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}
.assets-table table tbody tr.link:hover {
    cursor: pointer;
	background-color: #d3d3d3;
}


/*------------------------------------*\
    SHADED TABLE
\*------------------------------------*/

.shaded-table table {
	background: #fff;
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
}
.shaded-table thead tr th {
	vertical-align: middle;
	padding: 24px 25px;
	border-bottom: 1px solid #ededed;
}
.shaded-table thead tr {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 800;
	color: #6d6d6d;
	font-family: 'Oxanium', cursive;
}
.shaded-table tr th:first-child {
	text-align: left;
}
.shaded-table tr th,
.shaded-table tr td {
	text-align: left;
}
.shaded-table tbody td,
.shaded-table tbody th {
	padding: 20px 25px;
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #ededed;
}
.shaded-table tbody td {
	font-size: 14px;
	font-weight: 400;
	color: #868686;
}
.shaded-table .wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.shaded-table .content span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #9b9b9b;
	margin-top: 5px;
}
.shaded-table .content span a {
	font-weight: 500;
	color: #636363;
}
.shaded-table .content {
	font-size: 14px;
	font-weight: 600;
	color: #413f3f;
}


/*------------------------------------*\
    SHADE BOX
\*------------------------------------*/

.shade-box {
	box-shadow: 0px 2px 21px 0px rgba(59, 53, 63, 0.12);
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 30px 30px 20px 30px;
	overflow: hidden;
	text-align: left;
}
.shade-box h2,
.shade-box h3,
.shade-box h4,
.shade-box h5 {
	font-size: 24px;
	color: #1c1121;
	text-transform: uppercase;
	margin-bottom: 0;
}
.shade-box h3 {
	font-size: 20px;
}
.shade-box h4 {
	font-size: 18px;
}
.shade-box h5 {
	font-size: 16px;
}
.shade-box h2 span,
.shade-box h3 span,
.shade-box h4 span,
.shade-box h5 span {
	color: #e8a301;
}
.shade-box p {
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 20px;
}
.shade-box p > span {
	font-weight: 600;
	color: #1c1121;
}
.shade-box .image img {
	width: 100%;
	margin-bottom: 30px;
}
.shade-box .image {
	margin-top: 40px;
	margin-bottom: 5px;
}
.shade-box ul {
	margin-bottom: 30px;
	padding-left: 20px;
}
.shade-box li {
	font-size: 14px;
	font-weight: 500;
	color: #434243;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.shade-box li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: rgb(120, 119, 119);
	width: 6px;
	height: 6px;
}
.shade-box li:last-child {
	margin-bottom: 0;
}
.shade-box ul.lined {
	margin-bottom: 0px;
	padding-left: 0px;
}
.shade-box ul.lined li {
	color: #6c6c6c;
	font-size: 14px;
	display: block;
	padding-bottom: 18px;
	padding-left: 0px;
	border-bottom: 1px solid #e6e5e4;
	margin-bottom: 16px;
	text-align: center;
}
.shade-box ul.lined li::before {
	content: "";
	position: relative;
}
.shade-box ul.lined li:last-child {
	margin-bottom: 30px;
}
.shade-box ul.lined li span {
	font-size: 16px;
	font-weight: 600;
	color: #413f3f;
	margin-right: 10px;
}
.shade-box .gallery img {
	width: 100%;
	margin-top: 30px;
}
.shade-box .shape {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	z-index: -1;
}


/*------------------------------------*\
    FACT
\*------------------------------------*/

.fact-item {
	display: flex;
	align-items: first baseline;
	margin-bottom: 50px;
}
.fact-icon {
	margin-right: 20px;
}
.fact-icon i {
	line-height: 50px;
	font-size: 50px;
	color: #e9a301;
}
.fact-content h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
	margin-bottom: 10px;
}
.fact-content > span {
	display: block;
	font-weight: 700;
	color: #dfdede;
}
.fact-footer {
	color: #fff;
	text-align: center;
}


/*------------------------------------*\
    BLOG
\*------------------------------------*/

.blog-list-post {
	box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
	background: #fff;
	margin-bottom: 50px;
}
.blog-list-post-icon {
	position: absolute;
	background: #e9a301;
	height: 60px;
	width: 60px;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	padding: 10px 0 10px 0;
}
.blog-list-post-icon.max-height {
	height: 100%;
}
.blog-list-post-thumb img {
	width: 100%;
}
.blog-list-post-content {
	padding: 20px 40px 40px 10px;
}
.blog-list-post-content.short {
	padding: 20px 40px 10px 90px;
}
.blog-list-post-tag,
.blog-list-post-tag a {
	font-size: 12px;
	text-transform: uppercase;
	color: #252525;
	font-family: 'Oxanium', cursive;
	font-weight: 800;
	line-height: 1;
	display: inline-block;
	padding: 14px 23px;
	position: relative;
	z-index: 1;
	margin-left: 7px;
}
.blog-list-post-tag::before,
.blog-list-post-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(114, 113, 113, 0.18);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.blog-list-post-content h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #1c1121;
	margin-bottom: 10px;
}
.blog-list-post-content h2 a:hover {
	color: #e4a101;
}
.blog-list-post-content p {
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 0;
}
.blog-list-post-content li {
	font-size: 14px;
	font-weight: 500;
	color: #434243;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.blog-list-post-content li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: rgb(120, 119, 119);
	width: 6px;
	height: 6px;
}
.blog-list-post-content li:last-child {
	margin-bottom: 0;
}
.blog-list-post-content ul {
	margin-bottom: 30px;
	padding-left: 20px;
}
.blog-list-post-content .blog-meta ul {
	margin-bottom: 20px;
	list-style: none;
}
.blog-list-post-content .blog-meta ul li {
	text-transform: uppercase;
	font-size: 12px;
	color: #909090;
	display: inline-block;
}
.blog-list-post-content .blog-meta ul li a {
	font-weight: 500;
	color: #494949;
}
.blog-list-post-bottom ul {
	background: #252525;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 23px 40px 8px;
}
.blog-list-post-bottom ul li {
	display: inline-block;
	margin-bottom: 15px;
}
.blog-list-post-bottom ul li > a,
.blog-list-post-bottom ul li > span {
	font-size: 14px;
	text-transform: uppercase;
	color: #dcdada;
	font-family: 'Oxanium', cursive;
	font-weight: 800;
}
.blog-list-post-bottom ul li > span,
.blog-post-share {
	line-height: 1;
	margin-right: 10px;
}
.blog-list-post-bottom ul li > a i {
	margin-left: 10px;
	color: #e4a101;
}
.blog-list-post-bottom ul li:last-child {
	display: flex;
	align-items: center;
}
.blog-list-post-bottom ul li .blog-post-share a {
	font-size: 12px;
	color: #ffffff;
	margin-left: 15px;
}
.blog-list-post-bottom ul li a:hover {
	color: #e4a101;
}
.blog-list-post-text-button,
.blog-list-post-text-button a {
	font-size: 14px;
	text-transform: uppercase;
	color: #252525;
	font-family: 'Oxanium', cursive;
	font-weight: 800;
	float: left;
}
.blog-list-post-text-button a:hover {
	color: #e4a101;
}
.blog-list-post-text-button a i {
	margin-left: 10px;
	color: #e4a101;
}
.blog-list-post-date {
	color: #e4a101;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 5px 0px 15px 0px;
}
.blog-list-post-date span {
	color: #7e7e7e;
	font-weight: 700;
}
.blog-post-share {
	margin-top: -3px;
}
.blog-search-filter {
	background: #1d1d1d;
	padding: 20px 20px;
	margin-bottom: 30px;
}
.blog-search-filter form {
	position: relative;
}
.blog-search-filter form input,
.blog-search-filter form select {
	width: 100%;
	background: #2e2e2e;
	color: #fff;
	border: 1px solid #2b2b2b;
	padding: 12px 50px 12px 12px;
	font-size: 14px;
	font-weight: 500;
}
.blog-search-filter form input::placeholder,
.blog-search-filter form select::placeholder {
	color: #909090;
	font-size: 14px;
}
.blog-search-filter form button {
	position: absolute;
	right: 25px;
	font-size: 14px;
	padding: 0;
	background: none;
	border: none;
	color: #e9a301;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}


/*------------------------------------*\
    TESTIMONIAL
\*------------------------------------*/

.testimonial-active {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
	position: relative;
	padding: 70px 0 63px;
}
.testimonial-item {
	padding: 0 45px;
}
.testimonial-active.owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -85px;
	z-index: 1;
}
.testimonial-active.owl-carousel .owl-nav button {
	width: 37px;
	height: 33px;
	color: #bebac0;
	border: 3px solid #bebac0;
	display: inline-block;
	transition: .3s linear;
}
.testimonial-active.owl-carousel .owl-nav button.owl-next {
	margin-left: 10px;
}
.testimonial-active.owl-carousel .owl-nav button:hover {
	border-color: #e4a101;
	color: #e4a101;
}
.testi-quote {
	position: absolute;
	right: 45px;
	bottom: 45px;
	z-index: 1;
}
.testimonial-content h5 {
	margin-bottom: 15px;
}
.testimonial-rating i {
	font-size: 14px;
	color: #e4a101;
}
.testimonial-content p {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 0;
}
.testimonial-avatar {
	display: flex;
	align-items: center;
}
.testi-avtar-img {
	margin-right: 20px;
}
.testi-avatar-info h6 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}
.testi-avatar-info span {
	font-size: 15px;
	font-style: italic;
	line-height: 1;
	color: #e4a101;
}
.testimonial-active.owl-carousel .owl-nav {
	top: auto;
	bottom: 50px;
	left: 45px;
	right: auto;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 55px;
	position: unset;
}
.testimonial-active.owl-carousel .owl-nav button {
	color: #4b4550;
	border-color: #4b4550;
}


/*------------------------------------*\
    CONTACT
\*------------------------------------*/

.contact-area {
	background-color: #DFDFDF;
}
.contact-info-list ul li {
	color: #6c6c6c;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}
.contact-info-list ul li:last-child {
	margin-bottom: 0;
}
.contact-info-list ul li i {
	margin-right: 10px;
	color: #e9a301;
}
.contact-form .label-above {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #222;
}
.contact-form textarea.text-area {
	width: 100%;
	padding: 20px 20px;
	border: none;
	margin-bottom: 20px;
	background: #f1f1f1;
	height: 160px;
	transition: .3s;
	font-size: 14px;
	font-weight: 500;
	color: #222;
}
.contact-form input.text-box,
.contact-form select.list-box {
	width: 100%;
	padding: 19px 20px;
	border: none;
	margin-bottom: 20px;
	background: #f1f1f1;
	color: #222;
	transition: .3s;
	font-size: 14px;
	font-weight: 500;
}
.contact-form input.text-box::placeholder,
.contact-form select.list-box::placeholder,
.contact-form textarea.text-area::placeholder {
	color: #989797;
}
.contact-form .regular-checkbox {
	display: none;
}
.contact-form .regular-checkbox + label {
	background-color: #f1f1f1;
	padding: 10px;
	margin: 5px 10px 0px 0px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.contact-form .regular-checkbox:checked + label {
	background-color: #f1f1f1;
	color: #222;
}
.contact-form .regular-checkbox:checked + label:after {
	content: '\2713';
	font-size: 20px;
	color: #6c6c6c;
	line-height: 20px;
	font-weight: 600;
	position: absolute;
	top: 0px;
	left: 2px;
}
.contact-form .form-error {
	color: #e4a101; 
}
.contact-form span {
	font-size: 14px;
	color: #9e9e9e;
	font-weight: normal;
}
.contact-form p {
	text-align: center;
	color: #222;
}


/*------------------------------------*\
   DISCLAIMER
\*------------------------------------*/

.disclaimer-area .disclaimer-wrap {
	border-radius: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 65px;
	margin-top: -55px;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
	background-color: #1c181e;
}
.disclaimer-area .disclaimer-title h2 {
	font-size: 26px;
	color: #e4a101;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.disclaimer-area .disclaimer-text p {
	font-size: 13px;
	line-height: 19px;
	padding: 0 0 0 40px;
	margin: 0;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer-bg {
	background-image: url(../img/bg/footer_bg.jpg);
	background-color: #f9f9f9;
	background-position: top center;
	background-size: cover;
	padding-bottom: 65px;
	position: relative;
	z-index: 1;
}
.footer-text p {
	font-size: 15px;
	color: #90949c;
	margin-bottom: 15px;
}
.footer-contact ul li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #90949c;
	line-height: 28px;
}
.footer-contact ul li i {
	margin-right: 10px;
}
.footer-contact ul li span {
	font-weight: 500;
}
.footer-contact ul li:last-child {
	margin-bottom: 0;
}
.fw-title h5 {
	font-size: 18px;
	color: #c8c8c8;
	margin-bottom: 0;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
}
.fw-title h5::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
}
.fw-link ul li {
	display: block;
}
.fw-link ul li a {
	color: #90949c;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
}
.fw-link ul li a:hover {
	padding-left: 5px;
}
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-social ul li {
	display: block;
	margin-right: 9px;
}
.footer-social ul li a {
	width: 36px;
	height: 36px;
	background-color: rgb(59, 89, 152);
	display: block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
}
.footer-social ul li:nth-child(2) a {
	background: #55acee;
}
.footer-social ul li:nth-child(3) a {
	background: #d71e18;
}
.footer-social ul li:nth-child(4) a {
	background: #1565c0;
}
.footer-newsletter input {
	width: 100%;
	background: #24182d;
	border: none;
	padding: 12px 20px;
	color: #fff;
	padding-right: 60px;
	font-size: 14px;
}
.footer-newsletter input::placeholder {
	color: #7c7c7d;
	font-size: 14px;
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter button {
	position: absolute;
	width: 53px;
	height: 100%;
	border: none;
	color: #1c1121;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 14px;
}
.footer-fire {
	position: absolute;
	left: 90px;
	bottom: 0;
	z-index: -1;
}
.footer-fire-right {
	left: auto;
	right: 90px;
}
.copyright-wrap {
	background: #140a1c;
	padding: 20px 0;
}
.copyright-text p {
	font-size: 14px;
	color: #90949c;
	margin-bottom: 0;
}
.copyright-text p a {
	font-weight: 500;
	color: #e4a101;
}
.copyright-text p a:hover {
	color: #e5b031;
}
.s-footer-bg {
	background-image: url(../img/bg/s_footer_bg.jpg);
}
.s-footer-bg .fw-title h5 {
	font-size: 16px;
	text-transform: uppercase;
}
.s-footer-bg .footer-newsletter input {
	background: #262228;
}
.s-copyright-wrap {
	background: #161417;
}


/*------------------------------------*\
    PRELOADER
\*------------------------------------*/

#preloader{
	background-color: #161417;
	height: 100%;
	width: 100%;
	position: fixed;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}