/* *********************************
******** Header Style Here *********** */
.header-logo {
  margin-bottom: -29px;
  border-radius: 4px;
}
.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 !important;
  }
}
@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: #fff;
  display: inline-block;
}
.mobile-menu-icon:hover {
  cursor: pointer;
}
.header-area {
  /* background: #032b03;
  position: relative; */
  /* background-image: url(https://rmu.ac.bd/wp-content/themes/wpt-unipro-ius/assets/images/bg_pattern6.png); */
  /* background-image: url("../img/bg_pattern6.png"); */

     background: #415e64;
    position: relative;
    z-index: 20;
}
.header-title {
  font-family: "Georgia";
  font-size: 27px;
  margin: 0px;
  font-weight: 600;
  color: #ffffff !important;
  line-height: 1.4;
}
.navigation {
  margin-left: 94px;
}
.nav-area {
  background: #1d5763 !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;
}
.header-sub-title {
  color: #00f6ff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

@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%;
    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;
  }
}
