/*----------------------------------
  Header Top Area
-------------------------------------*/

.heaher__top__left {
    justify-content: left;
    display: flex;
    height: 45px;
    align-items: center;
}
.header__top__right {
    align-items: center;
    display: flex;
    height: 45px;
    justify-content: flex-end;
}
.login-register {
    display: flex;
    margin-right: 47px;
}
.heaher__top__left li {
    color: #fff;
    font-size: 12px;
}
.heaher__top__left li + li {
    margin-left: 47px;
}
.heaher__top__left li i {
    padding-right: 12px;
}
.login-register li a {
    font-size: 12px;
    text-transform: uppercase;
}
.login-register li.separator {
    color: #fff;
    padding: 0 10px;
}
.heaher__top__btn a {
    align-items: center;
    background: #fcc236 none repeat scroll 0 0;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.heaher__top__btn a:hover {
    color: #060606;
}


/*----------------------------------------
  Menu basic style
------------------------------------------*/


.header{
  z-index: 10;
  position: relative;
}
.main__menu {
  display: flex;
  justify-content: flex-end;
  margin-left: -15px;
  margin-right: -15px;
}
.main__menu > li > a {
  color: #074627;
  display: block;
  font-family: Raleway;
  font-size: 14px;
  font-weight: 600;
  height: 130px;
  line-height: 130px;
  position: relative;
  text-transform: uppercase;
}
.main__menu li {
  position: relative;
}
.main__menu > li:hover > a{
  color: #52ad33;
}
.logo a{
  display: block;
}
/* .logo {
    height: 130px;
    line-height: 130px;
} */
.logo image{
  max-height: 120px;
}
.main__menu li {
    padding: 0 15px;
}


/*-----------------------------------------
  Sticky  For  Header
-------------------------------------------*/

.sticky__header.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  left: 0;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.sticky__header.scroll-header .main__menu > li > a {
  height: 70px;
  line-height: 70px;
}
.sticky__header.scroll-header .logo {
  height: 70px;
  line-height: 70px;
}
.sticky__header.scroll-header .logo a img {
  max-width: 80px;
}
.sticky__header.scroll-header .htc__header__search {
  height: 70px;
}


.fluid-container.mobile-menu-container {
  position: relative;
}
.mobile-logo {
  align-items: center;
  display: flex;
  height: 52px;
  left: 0;
  padding-left: 15px;
  position: absolute;
  top: 0;
  z-index: 2147483647;
}
.mobile-logo img {
  max-height: 25px;
}
