
@media (max-width: 991px) {
  .top_nav ul li a{
    font-size: 8px
  }
  .min-nav {
    background-color:#040E34;
    right: 0;
    top: 75px;
    width: 250px;
    z-index: 11;
    padding: 12px;
    position: absolute;
    border-radius: 5px 0px 0px 5px;
  }
  .min-nav .nav_a li a {
    color: #ffffff !important;
  }
  .nav-link::before{
    background: none !important;
  }
  .navbar-light .navbar-nav .nav-link{
    transition: 0.2s;
    margin-bottom: 10px;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    background: #fff !important;
    padding-left: 12px;
    border-radius: 5px;
    transition: 0.2s;
  }
  .navbar-light .navbar-nav .nav-link.active {
    background: #fff !important;
    padding-left: 12px;
    border-radius: 5px;
    color:#040E34 !important;
  
  }
  .re_ser .btn-nc{
    background-color: #fff;
  }
  .search-box{
    display: flex;
    flex-wrap: wrap !important;
  }
  .resume_main{
 justify-content: end !important;
  }
  video{
    height: auto;
  }
  .emp_ban {
  position: relative;
  height: 650px !important;
  overflow: hidden;

}
.emp_ban img {
  object-fit: cover;
  min-height: 650px;
}
}

/* .articals_item{
  flex-wrap: wrap;
 } */