﻿
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
	width: 210px;
    background: url(../image/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}

/*
2.Scrollup
==============*/
#scrollUp {
	background: #c20f17 none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 5px;
	color: #fff;
	font-size:16px;
	height: 40px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;background:#c9c00;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 11px;
}

/*
3.Header Section
==================*/
.header-area{
	position:relative;
}
.header-area::after {
	position: absolute;
	width: 36px;
	height: 100%;
	background: #c20f17;
	right: 0;
	content: "";
	top:0
}
.header-top-one {
	background: #191919;
	overflow:hidden;
}
.header-left {
	padding: 10px 0;
}
.header-left ul {
	display: inline-block;
}
.header-left li {
	padding-right: 40px;
	position: relative;
	display: inline-block;
	color: #fff;
	position: relative;
}
.header-left li::before {
	content: "";
	height: 14px;
	width: 1px;
	background: #191919;
	position: absolute;
	right: 20px;
	top: 6px;
}
.header-left li:last-child:before{
	display:none;
}
.header-left li:last-child{padding-right:0}
.header-left li i {
	color: #c20f17;
	margin-right: 6px;
}

.header-right-div {
	text-align: right;
	position: relative;
	z-index: 1;
	padding: 10px 0;
}
.header-right-div::before {
	background: #c20f17 none repeat scroll 0 0;
	content: " ";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(-48deg);
	width: 2000px;
	z-index: -1;
}
.soical-profile ul,
.soical-profile li {
	display: inline-block;
}
.soical-profile li a {
	color:#fff;
}
.soical-profile li a i {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	color:#fff;
}
.soical-profile li a i:hover {
	background: #191919;
	color: #fff;
}
/*Header Top*/
.header-top {
	padding:14px 0;
}
.contact-intro {
	text-align: right;
}
.info-intro {
	display: inline-block;
}
.info-text h5 {
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
	text-transform: capitalize;
}

.info-icon {
	display: inline-block;
	float: left;
}
.info-text {
	padding-left: 40px;
}
.info-text a, .info-text span {
	font-size: 14px;
	color: #8d8d8d;
	text-transform: capitalize;
}
.social-profile {
	text-align: right;
}
.follow-title {
	display: inline-block;
	color: #0f2637;
	font-weight: 600;
}
.social-profile li {
	display: inline-block;
	position: relative;
}
.social-profile li a {
	display: inline-block;
	color: #777777;
	text-transform: capitalize;
	font-weight: 600;
	margin-left: 5px;
}
.social-profile ul {
	display: inline-block;
	margin-left: 10px;
}
/*
4.Menu  Section
=================*/
.social-title {
	display: inline-block;
	color: #322f2f;
	font-weight: 500;
}
.menu-center {
	text-align: right;
}
.menu {
display: inline-block;
position:relative;
float:right;
}
.main-menu {
	display: inline-block;
	text-align: left;
	margin-right: 40px;
}
.nav-menu-area {
	padding-left: 0px;
	text-align: right;
}
.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
display: inline-block;
padding: 0;
position: relative;
}
.main-menu ul li.active > a {
	color: #c20f17;
}
.main-menu ul li.active a:hover{
	color:#c20f17;
}
.main-menu ul li.active{
	position:relative
}
.main-menu ul li a {
	display: block;
	font-size: 16px;
	padding: 26px 14px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	position: relative;
	font-weight: 600;
	color:#191919;
}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
  color:#191919;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#c20f17
}

.main-menu ul ul {
	background: #191919 none repeat scroll 0 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 140px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
}
.main-menu ul ul li {
float : none;
width : 240px;
}
.main-menu ul ul li ul {
	visibility: hidden !important;
}
.main-menu ul ul li i {
	float: right;
}
.main-menu ul ul li:hover ul{
	visibility: visible !important;
	top : -1px;
	transition: all 0.3s ease 0s;
	opacity:1;	
}
.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 20px;
	color: #ddd;
	border-bottom: 1px solid #2d2c2c;
}
.main-menu ul ul li:last-child a{
	border-bottom:0px;
}
.main-menu ul ul li a:hover {
color:#fff!important;background:#c20f17;
}
.main-menu ul ul ul {
left : 100%;
transition: all 0.3s ease 0s;
opacity:0;
}
.main-menu ul li:hover ul {	
 visibility: visible;
 transition: all 0.4s ease 0s; 
 opacity: 1;
 top:77px; 
}
.main-menu ul li a i {
margin-left : 6px;
}
.search-bar-icon{
	display: inline-block;
	padding: 26px 0px;
	position: absolute;
	right: 0;
	top: 0;
}
.site-search span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	background:#c20f17;
}
.site-search.open span i.fa-search::before {
	 content: "\f00d" !important; 
}
.site-search i {
  color: #fff;
}
.search-forum > form {
	display: inline-flex;
	background: #fff;
	padding: 18px 20px;
	border-top: 2px solid #c20f17;
}
.search-forum input[type="text"] {
	padding: 10px;
	border: 1px solid #ddd;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #22253a;
  color: #fff;
}
.search-forum {
	left: -240px;
	position: absolute;
	top: 76px;
	transition: all 0.4s ease 0s;
	z-index: 21;
}
.search-forum.dropdown-menu {
	padding: 0;
	border: 0px;
}
.animation{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

 @-webkit-keyframes slideUpIn {
	 0% {
		 
		 -webkit-transform: translateY(40px);
	 }
	 100% {
		 
		 -webkit-transform: translateY(0);
	 }
	 
	 0% {
		 -webkit-transform: translateY(40px);
	 }
}

@keyframes slideUpIn {
	0% {
		transform: translateY(40px);
	}
	100% {
		transform: translateY(0);
	}
	0% {
		transform: translateY(40px);
	}
}

.slideUpIn {
	-webkit-animation-name: slideUpIn;
	animation-name: slideUpIn;
}
.hd-sec.sticky_menu {
  left: 0;
  right: 0;
  top: 0;  
  position: fixed;
  z-index: 9999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background:#fff;
}
.download-button-area {
	text-align: right;
	padding-left:0px;
}
.download-button {
	position: relative;
	z-index: 2;
	padding: 12px 0;
	display: inline-block;
	text-align: right;
}
.download-button a {
	padding: 9px 26px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
	margin-top: 4px;
	background: #c20f17;
	width: 100%;
	text-align: center;
	color: #fff;
}
.download-button a:hover{background:#c20f17;color:#0f2637;border-color:#c20f17;}
.cart-button {
	display: inline-block;
	background-image: url('404.png');
	background-repeat: no-repeat;
	padding: 26px 0;
	background-position: center;
	position: absolute;
	right: -30px;
	top: 0;
	z-index:9;
}
.cart-product {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	font-size: 12px;
	text-align: center;
	position: relative;
	top: -16px;
	font-weight: 600;
	right: -12px;
	background: #c20f17;
}
.phone-layout-logo {
	display: none;
}
