
/* ====================================
1.1 Reset CSS
=======================================*/
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px;
}
.aligncenter {
  display: block;
  margin: 0 auto 26px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.padding {
  padding: 30px;
}
.padding-top {
  padding-top: 30px;
}
.padding-bottom {
  padding-bottom: 30px;
}
.padding1 {
  padding: 60px;
}
.padding-top1 {
  padding-top: 60px;
}
.padding-bottom1 {
  padding-bottom: 60px;
}
.mobile-menu-area {
  display: none;
}
.mean-container .mean-nav {
  position: absolute;
  top: 154%;
}

/* ====================================
2.Header Area Start Here
=======================================*/
.main-header .logo-area {
  padding: 25px 0;
}
.main-header .logo-area a {
  display: block;
}
.main-header .main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-header .main-menu ul li {
  display: inline-block;
  padding: 18px 0px;
  position: relative;
}
.main-header .main-menu ul li:hover ul {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.main-header .main-menu ul li ul {
  border-top: 1px solid rgb(210 210 210 / 31%);
  position: absolute;
  right: 0;
  opacity: 0;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 200px;
  z-index: 99999;
  text-align: left;
  visibility: hidden;
}
.main-header .main-menu ul li ul li {
  display: block;
  clear: both;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin: 0px;
  padding: 0px;
}
.main-header .main-menu ul li ul li:last-child {
    border-bottom: 0px solid #f4f4f4;
}
.main-header .main-menu ul li ul li a {
  text-decoration: none;
  width: 100%;
  background: #ffffff;
  margin: 0px;
  padding: 13px 20px 11px 20px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: padding .2s linear;
  transition: all 500ms ease;
  text-align: right;
}
#site-header2 .main-header .main-menu ul li ul li a:after{
  display: none
}
.main-header .main-menu ul li ul li:hover > a {
  color: #2acb35;
  /**background: #f7f7f7;**/
}
.main-header .main-menu ul li.active a {
  color: #e38231;
}
#site-header2 .main-header .main-menu ul li.active a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #e38231;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.main-header .main-menu ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 10px 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  color: #2c2a6d;
}
.main-header .main-menu ul li a:hover {
  color: #e38231;
}
.main-header .main-header-right ul {
  margin: 0;
  padding: 0;
}
.main-header .main-header-right ul li {
  display: inline-block;
}
.main-header .main-header-right ul li .form-area {
  padding-top: 40px;
}
.main-header .main-header-right ul li .form-area .navbar-form {
  position: relative;
  overflow: hidden;
}
.main-header .main-header-right ul li .form-area .navbar-form .form-group {
  width: 100%;
}
.main-header .main-header-right ul li .form-area .navbar-form .form-group input {
  width: 120px;
  height: 24px;
  border-radius: 0;
  font-size: 12px;
}
.main-header .main-header-right ul li .form-area .navbar-form button.btn-default {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  border: none;
  background: transparent;
}
.main-header .main-header-right ul li .form-area .navbar-form button.btn-default i {
  color: #444444;
  font-size: 12px;
  position: relative;
  right: 0;
  top: 0px;
  transition: all 0.5s ease 0s;
  display: block;
}
.main-header .main-header-right ul li .form-area .navbar-form button.btn-default i:hover {
  color: #e38231;
}
.main-header .main-header-right ul li.cart-area {
  margin-top: 0px;
}
.main-header .main-header-right ul li.cart-area a {
  display: block;
  margin-top: -24px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background: #e38231;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
}
.main-header .main-header-right ul li.cart-area a:after {
  content: "\f07a";
  background: #ffffff none repeat scroll 0 0;
  bottom: -9px;
  color: #444444;
  font-family: fontawesome;
  height: 14px;
  left: -11px;
  position: absolute;
  text-align: center;
  width: 17px;
}
#site-header2{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 2;
  left: 0;
  width: 100%;
  background: #fff;
}
#site-header2 .logo-block {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
#site-header2  #logo_light {
  display: block;
  width: 250px;
}
#site-header2 .main-header.sticky {
  padding: 0.5rem 1rem;
}
#site-header2 .main-header .main-menu ul li a:hover {
  color: #e38231;
}
#site-header2 .main-header .main-menu ul li a:hover:after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#site-header2 .main-header .main-menu ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0;
  background-color: #e38231;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: 0.7s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.7s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.7s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.7s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.7s transform cubic-bezier(0.23, 1, 0.32, 1), 0.7s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}
