/* -----------------------------------
Template:  Theme Name

NOTE: This is Header style file. All Header related style included in this file.

--------------------------------------*/
.header-position {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.preview-header {
  padding: 15px 0;
}
.header-area{}
.logo {
  margin-top: 8px;
}
.logo a{}
.main-menu{}
.main-menu ul{}
.main-menu ul li {
  display: inline-block;
  margin-left: 30px;
  padding: 15px 0;
  position: relative;
}
.main-menu ul li a {
  color: #464646;
  font-family: "Raleway",sans-serif;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.main-menu ul li a::before {
  background: #464646 none repeat scroll 0 0;
  bottom: -8px;
  content: "";
  height: 2px;
  position: absolute;
  transform: scaleX(0);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.main-menu ul li:hover a::before,.main-menu ul li a.active::before{
    transform: scaleX(1);
}

.main-menu ul li ul {
  background: #fff none repeat scroll 0 0;
  box-shadow: -1px 5px 6px 1px rgba(0, 0, 0, 0.5);
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 190px;
  z-index: 999;
}
.main-menu ul li:hover > ul{opacity:1;visibility:visible;}
.main-menu ul li ul li a{}
.main-menu ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    transition: all .3s ease 0s;
}
.main-menu ul li ul li:hover {
  background-color: #f5f5f5;
}
.main-menu ul li ul li a {
  display: block;
  padding: 10px 10px;
    text-transform: capitalize;
    
}
.main-menu ul li ul li:first-child {
    border-top: none;
}
.main-menu ul li ul li:hover > a{padding-left:15px}
.main-menu ul li ul li a:before{display:none}
.main-menu ul li ul li > ul {
  left: 100%;
  margin-top: -1px;
  opacity: 0;
  position: absolute;
  top: 45%;
  visibility: hidden;
}
.main-menu ul li ul li:hover > ul {
  top: 0;
}
.main-menu.text-right span {
  float: right;
}



.mean-container .mean-bar {
  background: transparent none repeat scroll 0 0;
  min-height: 0;
  padding: 0;
}
.mean-container a.meanmenu-reveal {
  border: 1px solid #464646;
  color: #464646;
  margin-top: -22px;
  padding: 4px 5px;
  position: absolute;
}
.mean-container a.meanmenu-reveal span {
  background-color: #333;
}
.mean-container .mean-nav {
  margin-top: 15px;
}



/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */


/* stiky */
.header-sticky.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  left: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}




/* intelligent-header */

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.intelligent-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.header-space {
  height: 90px;
}

.intelligent-header.headroom--pinned {
  transition: all 0.3s ease 0s;
}
.intelligent-header.headroom--not-top {
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}












