/*----------------------------------------*/


/*  Google Fonts
/*----------------------------------------*/

@import url('css.css');

/*----------------------------------------*/


/*  1.  Theme default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0px solid;
}

img {
	max-width: 100%;
	height: auto;
}

.fix {
	overflow: hidden;
}

p {
	margin: 0 0 15px;
	color: #333333;
	letter-spacing: 0.50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	color: #333;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 48px;
	line-height: 50px;
}

h2 {
	font-size: 38px;
	line-height: 40px;
}

h3 {
	font-size: 30px;
	line-height: 32px;
}

h4 {
	font-size: 24px;
	line-height: 26px;
}

h5 {
	font-size: 20px;
	line-height: 22px;
}

h6 {
	font-size: 16px;
	line-height: 20px;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0 none;
}

a:hover,
a:focus {
	color: #990033;
	text-decoration: none;
}

body {
	background-color: #fff none repeat scroll 0 0;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
	font-weight: 400;
}

#scrollUp {
	background: #990033 none repeat scroll 0 0;
	border-radius: 2px;
	bottom: 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 32px;
	height: 54px;
	line-height: 50px;
	right: 25px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 54px;
	border: 1px solid #fff;
}

#scrollUp:hover {
	background: transparent;
	color: #990033;
	transition: all 0.4s ease 0s;
}

.clear {
	clear: both;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/logo/preloader.gif') no-repeat center center;
}

.navbar-collapse {
	padding-left: 0px;
}

::-moz-selection {
	background: #990033;
	text-shadow: none;
}

::selection {
	background: #990033;
	text-shadow: none;
}

.color {
	color: #990033;
	font-weight: 700;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.area-padding {
	padding: 100px 0px;
}

.area-padding-2 {
	padding: 100px 0px 70px;
}

.page-padding {
	padding: 130px 0px 100px;
}

.page-padding-2 {
	padding: 130px 0px 70px;
}

.section-headline {
	padding-bottom: 50px;
	position: relative;
}

.section-headline h3 {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	text-transform: capitalize;
}

.section-headline.white-headline h3 {
	color: #fff;
}

.section-headline.white-headline p {
	color: #333333;
}

.section-headline.text-left {
	margin-bottom: 30px;
}

.section-headline::after {
	background: #990033;
	background-repeat: no-repeat;
	bottom: 27px;
	content: "";
	left: 50%;
	position: absolute;
	width: 200px;
	z-index: 10;
	height: 5px;
	margin: 0 auto;
	margin-left: -100px;
}

.section-headline.text-left h3::after {
	border: 2px solid #990033;
	left: 0;
	right: auto;
}

.section-headline p {
	max-width: 650px;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin: 0 auto;
	line-height: 26px;
}

.small-title {
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
	color: #990033;
}

.section-headline h4 {
	font-size: 26px;
	max-width: 800px;
	line-height: 36px;
	font-weight: 700;
	margin: 0 auto;
	text-transform: uppercase;
}

.load-more-btn {
	text-transform: uppercase;
	background: #990033;
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	font-weight: 600;
	margin-top: 30px;
	border-radius: 3px;
	width: 200px;
	transition: 0.4s;
	border: 2px solid #990033;
}

.load-more-btn:hover {
	background: #fff;
	border: 2px solid #990033;
	color: #990033;
	transition: 0.4s;
}

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.parallax-bg {
	position: relative;
}

.parallax-bg:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #002c57;
	opacity: .8;
	content: "";
}

.left-headline {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.left-headline::after {
	border: 1px solid #990033;
	bottom: 5px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	width: 70px;
	right: auto;
}

.sub-headline {
	position: relative;
	margin-bottom: 30px;
}

.sub-headline::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #990033;
}

.sub-headline h4 {
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 20px;
}

.center-headline h3 {
	max-width: 900px;
	font-size: 34px;
	line-height: 42px;
	margin: 0px auto 58px;
	text-align: center;
}

.center-headline h3::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 31px;
	width: 50px;
	right: 0;
	margin: 0 auto;
	height: 2px;
	background: #990033;
}

.bg-color-1 {
	background: #990033;
}

.bg-dark {
	background-color: #edeff0;
}

.last-item {
	margin-bottom: 0px !important;
}

.single-brand-item {
	display: inline;
	text-align: center;
}


/*----------------------------------------*/


/*  2.1 Header Area
/*----------------------------------------*/

.header-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
}

.header-area {
	background: rgba(153, 0, 51, 0.96) none repeat scroll 0 0;
}

.logo a {
	display: inline-block;
	height: auto;
	padding: 20px 0;
}

.main-menu ul.navbar-nav li {
	float: left;
	position: relative;
}

.main-menu ul.navbar-nav>li>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 40px 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 15px;
}

.main-menu ul.navbar-nav li a:hover {
	color: #fff;
}

.main-menu ul.navbar-nav>li>a::before {
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
	top: 0;
	width: 0;
	transition: .5s;
	left: 0px;
}

.main-menu ul.navbar-nav>li:hover>a:before,
.main-menu ul.navbar-nav>li.active>a::before {
	width: 100%;
}

.main-menu ul.navbar-nav li.active a:focus {
	color: #333;
}

.main-menu ul.navbar-nav li.active a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #990033;
	position: relative;
	z-index: 9999999;
}

.navbar {
	border: medium none;
	margin-bottom: 0;
}

.navbar-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: none;
	color: #333;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: none;
}

.main-menu ul.nav li ul.sub-menu {
	background: #990033;
	border-top: 2px solid #990033;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 115%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: -99;
	border-radius: 0px 0px 10px 10px;
}

.pagess {
	position: relative;
}

.navbar.navbar-default {
	float: right;
}

.main-menu ul.nav li ul.sub-menu li {
	border-bottom: 1px solid #101E2C;
	padding: 0;
	position: relative;
	width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
	top: 100%;
	opacity: 1;
	z-index: 999;
	visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
	color: #fff;
	background: #990033;
}

.main-menu ul.nav li:hover ul.sub-menu>li:last-child a:hover {
	border-radius: 0px 0px 10px 10px;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
	border: none;
}

.stick span.search-button i,
.stick .header-search input {
	color: #666
}

.search-option-5 button.button {
	display: inline-block;
	border: none;
	background: none;
	padding: 0;
}

.search-option {
	background: #0a1827 none repeat scroll 0 0;
	bottom: -48px;
	color: #666;
	display: none;
	position: absolute;
	right: 20px;
	width: 260px;
	z-index: 99999;
}

.search-option input {
	background: #081827 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-style: italic;
	padding: 8px 10px;
	width: 210px;
	height: 44px;
}

.search-option button.button {
	background: #990033;
	border: medium none;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 17px;
	line-height: 35px;
	padding: 5px 15px;
	text-align: center;
}

.header-right-link a.main-search {
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 20px;
	padding: 30px 0px 30px 10px;
	line-height: 40px;
}

.header-right-link a.main-search:hover {
	color: #fff;
}


/*--------------------------------*/


/* 2.2. Sticky Header Area
/*--------------------------------*/

.header-area.stick {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	box-shadow: 0px 0px 5px #000, -2px -2px 5px #000;
	background: rgba(153, 0, 51, 0.90) none repeat scroll 0 0;
}

.header-area.stick .logo a {
	display: inline-block;
	height: auto;
	padding: 16px 0;
}

.header-area.stick .main-menu ul.navbar-nav li a {
	padding: 34px 0px;
}

.header-area.stick .quote-button {
	float: right;
	padding: 13px 5px;
}

.header-area.stick .header-right-link a.main-search {
	padding: 22px 0px 22px 10px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
	color: #fff;
}

.header-area.stick .navbar-brand>img {
	display: block;
	width: auto;
	height: auto;
}

.header-area.stick .logo-bg:after {
	border-top: 76px solid transparent;
}


/*----------------------------------------*/


/*  2.3. Mobile Menu Area
/*----------------------------------------*/

.mobile-menu-area {
	background: rgba(153, 0, 51, 0.60);
	padding: 10px 0px;
}

.mean-container .mean-bar::after {
	content: "";
	font-size: 21px;
	left: 5%;
	position: absolute;
	top: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
	color: #990033
}

.mean-container .mean-nav ul {
	list-style-type: none;
	padding: 20px 0px;
	padding: 0;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	background: #990033 none repeat scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	padding: 13px 10px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
}

.mean-container .mean-nav ul li a.mean-expand {
	color: #fff;
	line-height: 17px;
}

.mean-container .mean-nav ul li {
	width: 99.7%;
}


/*----------------------------------------*/


/*  3. Slider Area
/*----------------------------------------*/

.intro-content {
	position: relative;
	z-index: 1;
}

.intro-content::after {
	background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(48, 56, 83, 0.75) 0%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.slider-content {
	position: absolute;
	right: 0;
	text-align: left;
	top: 50%;
	z-index: 3;
	left: 0;
	margin: 0 auto;
	margin-top: -150px;
}

.layer-1-2 {
	margin: 20px 0;
}

.layer-1-2 h1 {
	color: #fff;
	font-size: 60px;
	line-height: 72px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px auto;
	max-width: 925px;
	font-weight: 800;
}

.layer-1-1 p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	max-width: 780px;
	margin: 20px auto 40px;
	letter-spacing: 1px;
}

.ready-btn {
	border: 1px solid #990033;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	background: #990033;
	width: 180px;
	border-radius: 2px;
}

.ready-btn:hover {
	color: #fff;
	background: transparent;
	transition: all 0.4s ease 0s;
}

.ready-btn:active, .ready-btn:focus {
	color: #fff;
}

.layer-1-2 .color {
	color: #990033;
	font-weight: 900;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
	color: #fff;
	font-size: 24px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	;
	text-align: center;
	line-height: 52px;
	opacity: 0;
	border: 1px solid #990033;
	width: 54px;
	height: 54px;
	border-radius: 2px;
	background: #990033;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: 10%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
	right: 10%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
	right: 2%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
	left: 2%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
	color: #990033;
	background: transparent;
	transition: all 0.4s ease 0s;
}

.intro-carousel .owl-item .layer-1-2 {
	transform: translateY(100%);
	opacity: 0;
	transition: all 1s ease-in-out 0.3s;
}

.intro-carousel .owl-item .layer-1-1 {
	transform: translateY(100%);
	opacity: 0;
	transition: all 1s ease-in-out 1s;
}

.intro-carousel .owl-item .layer-1-3 {
	transform: translateY(100%);
	opacity: 0;
	transition: all 1s ease-in-out 1.5s;
}

.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3 {
	transform: translateY(0);
	opacity: 1;
}

.intro-carousel .owl-item.active .slider-images img {
	transform: scale(1.1);
	transition: 10s;
}


/*--------------------------------*/


/* 5. Services Area
/*--------------------------------*/

.services-area {
	position: relative;
}

.services-all {
	margin-top: -30px;
}

.services-carousel .owl-stage-outer {
	padding-bottom: 5px;
}

.single-services {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1;
	position: relative;
}

.main-services {
	display: block;
	position: absolute;
	padding: 20px;
	top: 57%;
	left: 0;
	z-index: 2;
	margin-top: -40px;
	opacity: 0;
	right: 0;
}

.single-services:hover .main-services {
	opacity: 1;
}

.main-services p {
	color: #333333;
}

.services-icon {
	width: 60px;
	float: left;
	height: 100px;
	font-size: 40px;
	color: #990033;
}

.services-img {
	overflow: hidden;
	position: relative;
}

.services-img img {
	transform: scale(1.1);
	transition: 0.4s;
}

.image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(153, 0, 51, 0.90) none repeat scroll 0 0;
	z-index: 1;
	opacity: 0;
	transition: 0.4s;
}

.image-layer img {
	text-align: center;
	position: relative;
	top: 26%;
	margin-top: -10px;
	height: 100px;
	width: 100px !important;
	right: 0;
	left: 0;
	margin: 0px auto 30px;
}

.service-content h4 {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 0 0 10px;
	text-transform: capitalize;
}

.service-btn {
	font-weight: 600;
	color: #f0f0f0;
	position: relative;
	font-size: 16px;
}

.service-btn::after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	background: #990033;
	width: 0%;
	height: 1px;
	transition: 0.4s;
}

.single-services:hover .services-img img {
	transform: scale(1);
	transition: 0.4s;
}

.single-services:hover .image-layer {
	transition: 0.4s;
	opacity: 1;
}

.single-services:hover .service-content h4 {
	color: #fff;
}

.single-services:hover .service-btn:hover {
	color: #990033;
}

.single-services:hover .service-btn:hover::after {
	transition: 0.4s;
	width: 100%;
}

.services-carousel .col-md-4 {
	width: 100%;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
	color: #fff;
	font-size: 18px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	;
	text-align: center;
	line-height: 39px;
	opacity: 0;
	border: 1px solid #990033;
	background: #990033;
	width: 40px;
	height: 40px;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: 10%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.services-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
	right: 10%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
	right: 1%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	opacity: 1;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
	left: 1%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	opacity: 1;
}

.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.services-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
	color: #990033;
	background: transparent;
	transition: all 0.4s ease 0s;
}


/*--------------------------------*/


/* 6.Product Area
/*--------------------------------*/

.product-area {
	position: relative;
}

.single-product {
	display: block;
}

.single-product .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
}

.category {
	position: absolute;
	top: 0;
	left: 20px;
	background: #990033;
	padding: 4px 15px;
	color: #fff;
	font-size: 18px;
	z-index: 20;
	font-weight: 600;
}

.product-content {
	padding: 50px 30px;
}

.product-name {
	text-align: center;
	text-transform: capitalize;
	font-size: 26px;
	font-weight: 600;
}

.product-name>a {
	color: #333;
}

.launch-date span {
	color: #333333;
	font-size: 16px;
	line-height: 26px;
}

.no-rating a:last-child {
	color: #333333;
}

.download-btn {
	padding-top: 30px;
}

.pro-rating a {
	color: #990033;
	font-size: 16px;
}

.price-box {
	margin-top: 10px;
}

.price-box span {
	color: #333333;
	font-size: 20px;
}

.rating-rate {
	color: #333333;
	display: block;
	padding: 10px 0px;
	font-size: 16px;
}

.play-btn {
	display: inline-block;
	margin: 0px 10px;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.4s;
}

.left-btn {
	background: #990033;
}

.right-btn {
	background: #990033;
}

.product-name>a:hover {
	color: #990033;
}

.left-btn:hover {
	background: #AB2E58;
	transition: 0.4s;
}

.right-btn:hover {
	background: #AB2E58;
	transition: 0.4s;
}

.product-img {
	position: relative;
	z-index: 1;
}

.product-img img {
	min-height: 260px;
	object-fit: cover;
}

@media only screen and (min-width: 768px) {
	.product-img img {
	    min-height: 360px;
	    object-fit: cover;
	}
}

.product-img::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(153, 0, 51, 0.30) none repeat scroll 0 0;
	content: "";
	transition: 0.4s;
	opacity: 0;
}

.video-play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
	color: #333333;
	font-size: 50px;
	margin-top: -25px;
	z-index: 10;
	opacity: 0;
}

.single-product:hover .video-play {
	opacity: 1;
	transition: 0.4s;
}

.single-product:hover .product-img::after {
	opacity: 1;
	transition: 0.4s;
}


/*--------------------------------*/


/*  7.Gallery Area
/*--------------------------------*/

.project-area {
	position: relative;
	z-index: 1;
}

.project-menu li a {
	color: #333333;
	display: inline-block;
	font-size: 14px;
	margin: 0 5px;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 2px;
	margin-bottom: 30px;
}

.project-menu li a.active {
	color: #fff;
	background: #990033;
	text-decoration: none;
}

.project-menu {
	margin-bottom: 10px;
}

.project-menu li {
	display: inline-block;
}

.project-menu li a:hover {
	color: #fff;
	background: #990033;
	text-decoration: none;
}

.project-all {
	margin-top: -15px;
}

.project-content .project-single {
	float: left;
	width: 25%;
}

.all-padding {
	padding: 15px;
}

.single-awesome-project {
	overflow: hidden;
}

.awesome-img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.awesome-img::after {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(153, 0, 51, 0.80) none repeat scroll 0 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
}

.awesome-img img {
	transform: scale(1.1);
	transition: 0.5s;
}

.single-awesome-project:hover .awesome-img img {
	transform: scale(1);
	transition: 0.5s;
}

.awesome-img>a {
	display: block;
	position: relative;
}

.awesome-img>a::before {
	position: absolute;
	content: "\e827";
	font-family: Android;
	left: 0;
	top: 50%;
	color: #fff;
	z-index: 9;
	right: 0;
	margin-top: -25px;
	text-align: center;
	font-size: 50px;
	line-height: 56px;
	opacity: 0;
}

.single-awesome-project:hover .awesome-img>a::before,
.single-awesome-project:hover .awesome-img::after {
	opacity: 1;
}


/*--------------------------------*/


/* 8.Reviews Area
/*--------------------------------*/

.reviews-area {
	position: relative;
	background-color: #edeff0;
}

.testimonial-carousel .owl-stage {
	padding-bottom: 10px;
}

.game-description {
	padding: 30px 20px;
	position: relative;
	margin-top: 50px;
	background: #F0F8FF;
	text-align: center;
}

.testi-img {
	position: relative;
	top: -80px;
}

.testi-img img {
	width: 100%;
	display: inline-block;
	max-width: 100px;
	height: auto;
	border-radius: 50%;
}

.testi-text {
	margin-top: -60px;
}

.testi-text h4 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0px;
	color: #333333;
}

.testi-text p {
	color: #333333;
}

.testi-text span,
.testi-text span a {
	color: #333333;
}

.testi-text h5 {
	color: #333333;
	font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
	color: #fff;
	font-size: 18px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	;
	text-align: center;
	line-height: 39px;
	opacity: 0;
	border: 1px solid #990033;
	background: #990033;
	width: 40px;
	height: 40px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: 10%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
	right: 10%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}

.testimonial-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
	right: 1%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	opacity: 1;
}

.testimonial-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
	left: 1%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	opacity: 1;
}

.testimonial-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.testimonial-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
	color: #990033;
	background: transparent;
}


/*--------------------------------*/


/* 9.Challange Area
/*--------------------------------*/

.challange-area {
	position: relative;
}

.tab-menu {
	display: block;
}

.tab-menu ul.nav {
	margin: 0;
	padding: 0;
}

.tab-menu ul.nav li {
	border: medium none;
	display: block;
	width: 100%;
}

.tab-menu ul.nav li a {
	background: #990033;
	border-radius: 0;
	display: block;
	font-weight: 600;
	padding: 7px 20px 16px;
	color: #fff;
	border: 1px solid none;
	box-shadow: 5px 5px 10px #0C1925, -5px -5px 10px #0C1925;
	margin: 10px 0px;
}

.tab-menu .nav-tabs {
	border-bottom: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
	background-color: #990033 !important;
	border-color: #990033;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #fff !important;
	cursor: default;
	position: relative;
}

.tab-menu ul.nav li a:hover {
	border: 1px solid #990033;
}

.cha-img {
	display: inline-block;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	border-radius: 10px;
}

.title-date {
	display: inline-block;
	position: relative;
	top: 15px;
}

.cha-title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
}

.cha-date {
	display: block;
	color: #333333;
}

.tab-menu .active .cha-date {
	color: #f5f5f5;
}

.single-page {
	position: relative;
}

.challange-area .video-play {
	opacity: 1;
	background: #990033;
	display: inline-block;
	width: 80px;
	height: 80px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	font-size: 34px;
	line-height: 78px;
	border-radius: 3px;
	color: #fff;
	top: 50%;
	margin-top: -40px;
}

.challange-area .video-play:hover {
	opacity: 1;
	background: #fff;
	color: #990033
}

.tab-menu ul.nav li:first-child a {
	margin-top: 0px;
}


/*----------------------------------------*/


/*  10. Blog Area
/*----------------------------------------*/

.blog-area {
	position: relative;
}

.blog-image {
	overflow: hidden;
	display: block;
}

.blog-content {
	background: #990033;
	padding: 20px;
}

.blog-right-column .blog-image {
	overflow: hidden;
	float: left;
	width: 50%;
}

.blog-right-column .blog-content {
	background: #990033;
	width: 50%;
	height: 100%;
	min-height: 269px;
	float: left;
	padding: 30px 20px 30px 30px;
}

.image-scale {
	position: relative;
	transform: scale(1.1);
	display: block;
	transition: 0.5s;
}

.blog-content a h4 {
	font-size: 20px;
	text-transform: inherit;
	font-weight: 600;
	color: #fff;
	line-height: 28px;
	margin: 10px 0px;
}

.blog-meta span {
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	padding-right: 10px;
}

.single-blog:hover .image-scale {
	transform: scale(1);
	transition: 0.5s;
}

.blog-content a h4:hover {
	color: #990033;
}

.single-blog {
	margin-bottom: 30px;
	overflow: hidden;
}

.read-more {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog-content p {
	color: #333333;
}

.blog-right-column .blog-image img {
	min-height: 268px;
}


/*----------------------------------------*/


/*  11. Footer Area
/*----------------------------------------*/

.footer-area {
	padding: 100px 0;
	background-color: #F0F8FF;
}

.footer-logo {
	margin-bottom: 15px;
}

.footer-head p {
	color: #333333;
}

.footer-head h4 {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}

.footer-head.logo-head {
	padding-right: 100px;
}

.footer-icons {
	margin-top: 30px;
}

.footer-contacts p span {
	color: #fbac02;
	font-weight: 700;
}

.footer-icons ul li {
	display: inline-block;
}

.footer-icons ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	margin-right: 5px;
	width: 36px;
	height: 36px;
	border: 1px solid #990033;
	background: #990033;
	border-radius: 2px;
	transition: 0.4s;
}

.footer-icons ul li a:hover {
	color: #990033;
	background: transparent;
	transition: 0.4s;
}

.footer-icons {
	margin-top: 20px;
}

.footer-list {
	width: 50%;
	float: left;
}

.suscribe-input {
	margin-top: 20px;
}

.suscribe-input input {
	background-color: #fff;
	border: medium none;
	color: #333333;
	font-size: 15px;
	line-height: 24px;
	padding: 11px 15px;
	height: 54px;
	border-radius: 2px;
	width: 100%;
	border: 1px solid #272644;
}

.suscribe-input button {
	background: #990033;
	border: 1px solid #990033;
	color: #fff;
	font-size: 18px;
	padding: 13px 25px;
	border-radius: 2px;
	transition: 0.4s;
	margin-top: 15px;
	text-transform: capitalize;
	font-weight: 700;
}

.suscribe-input button:hover {
	background: transparent;
	color: #990033;
	transition: 0.4s;
}

.footer-contacts p span {
	color: #990033;
	font-weight: 700;
}

.footer-content {
	display: block;
	overflow: hidden;
}

.footer-list li a {
	color: #333333;
	padding-left: 20px;
	margin: 11px 0px 10px 0px;
	display: block;
	position: relative;
	font-weight: 500;
}

.footer-list li:first-child a {
	margin-top: 0px;
}

.footer-list li:last-child a {
	padding-bottom: 0px;
}

.footer-list li a::after {
	position: absolute;
	content: "";
	top: 12px;
	left: 0;
	background: #990033;
	height: 6px;
	width: 6px;
	border-radius: 1px;
}

.footer-list li a:hover {
	color: #990033;
}

.footer-area-bottom {
	background-color: #990033;
	padding: 25px 0;
}

.copyright-text a:hover {
	text-decoration: underline;
	color: #fff;
}

.copyright-text a {
	color: #fff;
}

.copyright>p {
	text-align: center;
	margin-bottom: 0;
	color: #fff;
}

.copyright a {
	color: #fff;
}


/*----------------------------------------*/


/*  12. Breadcumbs Area
/*----------------------------------------*/

.page-area {
	position: relative;
}

.page-area {
	background: url('img/backgrounds/hero-bg-inner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.breadcumb-overlay {
	position: absolute;
	background: rgba(153, 0, 51, 0.10) none repeat scroll 0 0;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
}

.breadcrumb {
	padding: 200px 0px 100px;
	background-color: transparent;
	margin-bottom: 0;
}

.breadcrumb-bg {
	position: relative;
	top: 130px;
	background: #990033;
	border-radius: 5px;
	padding: 22px 30px;
	z-index: 99;
}

.breadcrumb .section-headline h3 {
	font-size: 38px;
	letter-spacing: 2px;
	line-height: 42px;
	text-transform: uppercase;
	position: relative;
	top: 25px;
	font-weight: 700;
}

.breadcrumb .section-headline {
	padding-bottom: 0px;
}

.breadcrumb .section-headline h3::after {
	display: none;
}

.breadcrumb ul li {
	display: inline-block;
	color: #ffffff;
	padding: 0px 10px 0px 20px;
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}

.breadcrumb ul li.home-bread {
	padding-left: 0px;
}

.breadcrumb ul li.home-bread::after {
	position: absolute;
	content: "\f105";
	font-family: fontAwesome;
	right: -10px;
	top: 0;
}

.breadcrumb .section-headline::after {
	display: none;
}


/*----------------------------------------*/


/*  13. About area
/*----------------------------------------*/

.About-feature-area {
	position: relative;
}

.about-feature {
	margin-top: 30px;
}

.single-about {
	border: 1px solid #990033;
	padding: 10px 30px;
	display: block;
	position: relative;
	background: #990033;
}

.feature-icon {
	display: block;
}

.feature-icon i {
	font-size: 32px;
	width: 80px;
	height: 80px;
	border: 1px solid #990033;
	display: inline-block;
	text-align: center;
	line-height: 80px;
	position: relative;
	top: -50px;
	background: #990033;
	color: #fff;
	border-radius: 50%;
	left: 20px;
	transition: 0.4s;
}

.feature-text {
	margin-top: -50px;
}

.feature-text h4 {
	text-transform: capitalize;
	font-size: 19px;
	color: #fff;
	font-weight: 600;
}

.feature-text p {
	font-size: 14px;
	color: #333333;
}

.single-about:hover .feature-icon i {
	border: 1px solid #990033;
	background: #990033;
	color: #990033;
	transition: 0.4s;
}

.about-area {
	position: relative;
}

.about-content h4 {
	line-height: 34px;
	text-transform: capitalize;
	font-size: 24px;
	position: relative;
	color: #fff;
	font-weight: 600;
}

.about-content h4 ::after {
	border: 1px solid #990033;
	bottom: 3px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	width: 12%;
}

.about-content p {
	color: #333333;
}

.about-image img {
	border-radius: 10px;
}

.award-img {
	display: block;
}

.award-img a {
	display: inline-block;
}

.award-img a {
	float: left;
	width: 33%;
	padding-right: 40px;
	max-width: 160px;
}

.about-award h5 {
	font-size: 19px;
	margin: 25px 0px;
}

.single-brand-item a {
	display: block;
	border: 1px solid #666;
}

.project-column-3 .project-single {
	float: left;
	width: 33.33%;
}


/*----------------------------------------*/


/*  14. Team Area
/*----------------------------------------*/

.team-area {
	position: relative;
}

.single-member {
	border: 1px solid #f3f3f3
}

.single-member .team-img {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.team-hover li {
	display: inline-block;
	margin-right: 5px;
}

.team-hover li a {
	color: #fff;
	display: block;
	line-height: 32px;
	font-size: 20px;
	margin: 0px 5px;
}

.team-hover li a:hover {
	color: #990033;
}

.team-hover {
	padding: 15px 0;
	text-align: center;
	transition: all 0.4s ease 0s;
}

.single-member .team-img a {
	display: block;
}

.single-member {
	border: 1px solid #990033;
	background: #990033;
	padding: 30px;
}

.team-content {
	padding: 10px;
}

.team-content h4 a {
	color: #fff;
}

.team-content p {
	margin-bottom: 0;
}

.team-content h4 {
	font-size: 17px;
	margin: 10px 0px;
	text-transform: uppercase;
	font-weight: 700;
}

.single-member {
	margin-bottom: 30px;
}


/*--------------------------------*/


/* 15. Faq page Area
/*--------------------------------*/

.business-faq {
	background: #990033;
	padding: 40px 20px 25px 30px;
	border-radius: 5px;
}

.business-faq h4 {
	color: #fff;
}

.business-faq p {
	color: #fff;
}

.single-faq h4 {
	background: #990033;
	color: #fff;
	padding: 12px 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 22px;
	border-radius: 5px;
}

.faq-full {
	margin-bottom: 60px;
	display: block;
}

.panel-default {
	border: none;
}

.faq-details .panel-heading {
	padding: 0;
}

.panel-default>.panel-heading {
	border: medium none;
	color: #444;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 1px solid #990033;
	background: #990033;
}

.faq-full .panel-default>.panel-heading,
.faq-full .panel {
	background: #990033;
	border-radius: 5px;
}

.panel-body {
	padding: 15px 15px 0px 45px;
}

.check-title {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: capitalize;
	background: #990033;
	border: 1px solid #990033;
	margin-bottom: 0px;
	border-radius: 5px;
}

.check-title a {
	color: #fff;
	display: block;
	font-weight: 500;
	padding: 10px 10px 10px 40px;
	text-decoration: none;
	border-radius: 5px;
}

.faq-details a span.acc-icons {
	position: relative;
}

.faq-details a span.acc-icons::before {
	color: #fff;
	content: "\f067 ";
	font-family: fontawesome;
	font-size: 16px;
	left: -26px;
	line-height: 39px;
	position: absolute;
	text-align: center;
	top: -10px;
}

.faq-details a.active span.acc-icons::before {
	color: #990033;
	content: "\f068";
	font-family: fontawesome;
	font-size: 16px;
	left: -26px;
	line-height: 39px;
	position: absolute;
	text-align: center;
	top: -10px;
}

.faq-details .panel-heading h4 a.active {
	color: #990033;
}

.panel-group {
	margin-bottom: 0px;
}


/*--------------------------------*/


/* 16. Error page area
/*--------------------------------*/

.error-easy-text {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
}

.high-text {
	font-size: 200px;
	line-height: 200px;
}

.error-bot {
	font-size: 24px;
	color: #ccc;
}

.error-btn {
	background: #990033;
	border: 1px solid #990033;
	color: #fff;
	font-size: 16px;
	padding: 14px 20px;
	transition: 0.4s;
	margin-top: 15px;
	text-transform: capitalize;
	margin-top: 30px;
	display: inline-block;
	font-weight: 700;
	border-radius: 3px;
}

.error-btn:hover {
	background: transparent;
	color: #990033;
	transition: all 0.3s ease 0s;
}


/*----------------------------------------*/


/*  17.	Contact Us  CSS
/*----------------------------------------*/

.single-icon i {
	font-size: 34px;
	width: 80px;
	height: 80px;
	border: 1px solid #fff;
	background: #990033;
	line-height: 77px;
	border-radius: 50%;
	margin-bottom: 20px;
	color: #fff;
}

.single-icon p {
	font-size: 16px;
	line-height: 30px;
}

.contact-icon {
	margin-bottom: 40px;
	background-color: #F0F8FF;
	padding: 50px 30px 30px;
}

.contact-page-area {
	background: #f1f1f1 none repeat scroll 0 0;
	padding: 50px 0 70px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	border: 1px solid #272644;
	border-radius: 3px;
	height: 50px;
	margin-bottom: 20px;
	padding-left: 20px;
	width: 100%;
	background-color: #F0F8FF;
}

.contact-form textarea#message {
	border: 1px solid #272644;
	border-radius: 3px;
	height: 171px;
	padding: 20px;
	width: 100%;
	background-color: #F0F8FF;
}

.contact-form input[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #444;
	border-radius: 0;
	color: #444;
	font-size: 14px;
	font-weight: 700;
	margin-top: 16px;
	padding: 11px 24px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}

.contact-form input[type=submit]:hover {
	color: #fff;
	border: 1px solid #252525;
	background: #252525;
}

.add-btn.contact-btn {
	background: #990033;
	border: 1px solid #990033;
	color: #fff;
	display: block;
	font-size: 16px;
	margin-top: 10px;
	padding: 12px 20px;
	transition: 0.4s;
	border-radius: 2px;
	margin: 0 auto;
}

.add-btn.contact-btn:hover {
	background: transparent;
	color: #990033;
	transition: 0.4s;
}

.map-area {
	margin-right: 60px;
}


/*----------------------------------------*/


/*  18. Blog Sidebar Area
/*----------------------------------------*/

.blog-search-option input {
	padding: 5px 15px;
	width: 80%;
	border: none;
	height: 52px;
	background: #272644;
}

.left-head-blog {
	padding-left: 40px;
}

.blog-search-option {
	margin-bottom: 30px;
	display: block;
	border: 1px solid #272644;
	border-radius: 2px;
	background: #272644;
}

.blog-search-option button {
	background: transparent;
	border: none;
}

.blog-search-option button i {
	line-height: 16px;
	font-size: 20px;
	padding: 0px 10px;
}

.blog-search-option button i:hover {
	color: #990033;
}

.left-blog h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
	padding: 15px 0px;
	text-transform: capitalize;
	position: relative;
}

.left-blog h4::after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 80px;
	height: 1px;
	background: #990033;
}

.left-blog {
	overflow: hidden;
	padding-bottom: 20px;
}

.left-blog li {
	display: block;
}

.left-blog ul li a {
	color: #333333;
	display: block;
	font-size: 15px;
	padding: 8px 0px 8px 20px;
	text-transform: capitalize;
	position: relative;
}

.pst-content .date-type {
	font-size: 14px;
}

.left-blog ul li a::before {
	position: absolute;
	content: "";
	top: 20px;
	left: 0;
	background: #990033;
	height: 6px;
	width: 6px;
	border-radius: 1px;
}

.left-blog ul li a::after {
	position: absolute;
	content: "\e876";
	top: 8px;
	right: 0;
	color: #990033;
	font-family: Android;
	font-size: 13px;
}

.popular-tag.left-blog ul li a::before,
.popular-tag.left-blog ul li a::after {
	display: none;
}

.recent-single-post {
	display: block;
	overflow: hidden;
	padding: 15px 0px;
}

.recent-single-post:last-child {
	border-bottom: none;
}

.post-img {
	display: inline-block;
	float: left;
	padding-right: 10px;
	width: 32%;
	height: 100%;
	min-height: 85px;
}

.post-img a {
	display: block;
}

.post-img a img {
	width: 100%;
	height: 100%;
	min-height: 85px;
	object-fit: cover;
	border-radius: 3px;
}

.pst-content {
	display: inline-block;
	float: left;
	width: 65%;
	padding-left: 10px;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
	color: #990033;
}

.blog-page-area .blog-content {
	background: #f9f9f9;
}

.pst-content p a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.blog-tags {
	padding: 1px 0;
}

.left-blog li:last-child {
	border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
	color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
	padding: 0px;
}

.left-tags .left-side-tags ul li {
	border-bottom: 0;
	display: inline-block;
	margin: 6px 0px;
}

.left-tags .left-side-tags ul li a {
	padding: 5px 10px;
	width: auto;
	border: 1px solid #990033;
	background: #990033;
	color: #ddd;
	border-radius: 2px;
	font-weight: 500;
	font-size: 14px;
}

.left-tags .left-side-tags ul li a:hover {
	border: 1px solid #990033;
	background: #990033;
	color: #fff
}

.left-side-tags h4 {
	margin-bottom: 15px;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0 0px;
	border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #fff;
	background-color: #990033;
	border: none;
	margin-left: -1px;
	border-radius: 5px;
}

.pagination>li {
	display: inline-block;
	margin: 0px 3px 0px 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #990033;
	border-color: #990033;
	cursor: default;
	border-radius: 5px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #990033;
	border-color: #990033;
	border-radius: 2px;
}


/*----------------------------------------*/


/*  19. Blog Details
/*----------------------------------------*/

.blog-details .blog-content {
	background: #990033;
	padding: 30px 20px 30px 30px;
}

.comments-heading h3,
h3.comment-reply-title {
	color: #fff;
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0 0 5px;
	text-transform: capitalize;
}

.comments-list ul li {
	margin-bottom: 25px;
}

.comments-list-img {
	float: left;
	margin-right: 15px;
}

.comments-content-wrap {
	color: #fff;
	font-size: 14px;
	margin: 0 0 15px 60px;
	padding: 10px;
	position: relative;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 15px;
	border-left: 5px solid #990033;
	font-style: italic;
}

blockquote p {
	font-size: 16px !important;
	line-height: 28px;
}

.author-avatar {
	display: inline-block;
	float: left;
	width: 10%;
}

.author-description h2 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}

.author-description h2 a {
	color: #fff;
}

.comments-content-wrap span b {
	margin-right: 5px
}

.comments-content-wrap span a:hover {}

span.post-time {
	margin-right: 5px
}

.comments-content-wrap p {
	color: #ccc;
	margin-top: 10px;
}

li.threaded-comments {
	margin-left: 50px
}

.comment-respond {
	margin-top: 20px;
}

span.email-notes {
	color: #ccc;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}

.comment-respond p {
	color: #ccc;
	margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
	border: 1px solid #272644;
	border-radius: 5px;
	height: 50px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
	width: 100%;
	background: #272644;
}

.comment-respond textarea#message-box {
	border: 1px solid #272644;
	border-radius: 5px;
	max-width: 100%;
	padding: 10px;
	height: 220px;
	width: 100%;
	background: #272644;
}

.comments-content-wrap span a {
	color: #990033;
}

.comments-content-wrap span a:hover {
	color: #990033;
}

.comment-respond .add-btn.contact-btn {
	background: #990033;
	color: #fff;
	display: block;
	font-size: 18px;
	margin-top: 5px;
	padding: 15px 20px;
	transition: 0.4s;
	border-radius: 2px;
	width: auto !important;
	margin-top: 20px;
	border: 1px solid #990033;
	text-transform: capitalize;
	font-weight: 600;
}

.comment-respond .add-btn.contact-btn:hover {
	background: transparent;
	color: #990033;
	transition: 0.4s;
}

.blog-page-details .left-blog-page {
	margin-top: 0px;
	margin-bottom: 30px;
}

.single-post-comments {
	margin-top: 30px;
}

.left-head-blog .pst-content p {
	margin-bottom: 5px;
}

.blog-details .blog-content h4 {
	font-size: 24px;
	line-height: 34px;
	margin-top: 10px;
	font-weight: 600;
}


/*----------------------------------------*/
/*  20. Game Details
/*----------------------------------------*/

.game-details-page .product-content {
	padding: 0px;
}

.game-details-page .product-content p {
	font-size: 15px;
	margin-top: 15px;
}

.game-details-page .rating-rate {
	display: inline-block;
	padding-right: 20px;
}

.game-details-page .download-btn {
	padding: 0px 0px 0px;
	margin-left: -10px;
}

.game-details-page .play-btn {
	margin: 20px 10px 0px;
}

.single-game {
	margin-top: 40px;
}

.single-game a h4 {
	font-weight: 600;
	line-height: 30px;
}

.single-page {
	overflow: hidden;
}

.service-list li {
	display: block;
	position: relative;
	padding-left: 30px;
	color: #ddd;
}

.service-list li::before {
	position: absolute;
	left: 0;
	content: "\f00c";
	font-family: fontawesome;
	top: 0;
	color: #990033;
}

.mar-row .single-game {
	margin-top: 0px;
}

.marker-list li {
	color: #333333;
	padding-left: 30px;
	margin: 10px 0px;
	position: relative;
	font-size: 15px;
}

.marker-list li::after {
	position: absolute;
	content: "\e886";
	left: 0;
	top: 3px;
	font-family: Android;
	color: #990033;
	font-weight: 700;
}

.mar-row {
	margin-top: 60px;
}

.single-game-about {
	padding: 40px 0px;
	overflow: hidden;
}

.single-page .video-play {
	opacity: 1;
}

.game-about {
	width: 50%;
	float: left;
	margin-bottom: 30px;
	padding-right: 30px;
}

.game-about:nth-child(2n),
.game-about:nth-child(4n) {
	padding-right: 0px;
}

.game-about:nth-child(3n),
.game-about:nth-child(4n) {
	margin-bottom: 0px;
}

.game-system-head {
	background: #990033;
	padding: 40px 30px
}

.game-icon {
	float: left;
	margin-right: 20px;
	color: #990033;
}

.game-icon i {
	font-size: 34px;
}

.game-text h4 {
	font-weight: 500;
	font-size: 20px;
}

.game-text p {
	font-size: 15px;
}

.single-game h4 {
	font-size: 24px;
	line-height: 36px;
}

.game-system-head p {
	font-size: 15px;
}

.game-details-page .product-name {
	text-align: left;
}

.slider-images img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


/*--------------------------------*/
/* .End CSS
/*--------------------------------*/
