
/* *********** Header Nav  ******************/
/* ******************************************** */
.nav-header{
  background: #f4f4f4;
  background-size: cover;
  padding: 15px 0px;
}

.nav-header .logo{
  
}

.nav-header .logo img{
  height: 70px;
  /*width: auto;*/
}

.nav-items-list{
  display: flex;
  flex-wrap: wrap;
}
.nav-items-list .nav-item{
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 12px;
  color: #ffffff;
  /* border-right: 1.5px solid #0D6B30; */
  border-right: 1.5px solid rgba(210, 204, 235, 0.21);
  padding: 12px 18px;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}
.nav-items-list .nav-item:last-child{
  border-right: 0;
}
.nav-items-list .nav-item:hover{
  background: #3a9f90;
}

.nav-items-list .nav-item a{
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.nav-items-list .nav-item:hover a{
}

.nav-items-list-wrapper{
  /* background: #d0cbde; */
  /* box-shadow: 0px 7px 7px rgba(200, 200, 200, 0.1); */

  background: #102e32;
  /* border-bottom: 1px solid #102e32; */
}
.nav-items-list .nav-item.active{
  background: #008C77;
  color: #FFFFFF !important;
}
@media (max-width: 768px) {
  .nav-items-list{
      flex-direction: column;
      display: block;
  }
  .nav-item{
      border-right: 0px !important;
      /* border-left:1.5px solid #0D6B30; */
      border-bottom: 1.5px solid rgba(210, 204, 235, 0.13);
  }
  .nav-item:last-child{
      border-bottom: 0;
  }
}
.megamenu {
  position: static !important;
}

.megamenu .dropdown-menu {
  border: none;
  border-radius:0;
  /*width: 100% !important;*/
}
