/* *********************************
******** Header Style Here *********** */
.header-logo {
  margin-bottom: -29px;
}
.header-apply-btn {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .header-logo {
    margin-bottom: unset;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 992px) {
  .header-title {
    font-size: 20px;
  }
  .header-logo {
    margin-bottom: unset;
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .header-logo {
    margin-bottom: unset;
    width: 50px;
    height: 50px;
  }
  .header-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .main-header {
    padding-bottom: 10px;
  }
  .header-title {
    font-size: 12px;
  }
  .header-apply-btn {
    padding: 3px 4px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: bold;
  }
}

/* *********************************
  ******** Menu Style Here *********** */
.menu-top-move-100 {
  top: -100%;
  transition: all 1s ease-in-out;
}
.mobile-menu-icon {
  border: 1px solid #056605;
  font-size: 18px;
  padding: 4px 6px;
  border-radius: 4px;
  color: #0d6235;
  display: inline-block;
}
.mobile-menu-icon:hover {
  cursor: pointer;
}
/* .header-area {
  background-image: url("../img/bg_pattern6.png");
  background-size: contain;
  z-index: 20;
} */
.header-title {
  color: #246b07 !important;
  font-weight: bold;
}
.navigation {
  margin-left: 94px;
}
.nav-area {
  /* background: #1d5c1d !important; */
  background: #071d63 !important;
  height: 40px;
}
.mobileMenu .navbar-nav {
  height: 40px;
}
.navbar-height-area {
  height: 50px;
}
.nav-area .nav-item {
  padding: 0px 8px;
  border-left: 1px solid #413d94;
  /* border-right: 1px solid #ffffff; */
}
.nav-area .nav-item:last-child {
  border-right: 1px solid transparent;
}
.nav-area .nav-item a {
  color: #ffffff;
  line-height: 8px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .nav-bar-wrapper {
    /* position: relative;
        width: 100%;
        height: 100%;
         -moz-transition: all 1s ease-in;
         -webkit-transition: all 1s ease-in;
         -o-transition: all 1s ease-in;
         transition: all 1s ease-in; */
  }
  .nav-area {
    position: absolute;
    width: 100%;
    height: 100% !important;
    z-index: 10;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
  }
  .navigation {
    margin-left: 10px;
    justify-content: start;
  }

  .nav-area .nav-item {
    border-right: 0px solid transparent;
  }
  .nav-area .nav-item a {
    line-height: 1.1;
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .nav-area .nav-item a {
    line-height: 1.1;
    font-size: 15px;
  }
}
