body{
     font-family: 'Montserrat', sans-serif;
/*     text-transform: capitalize;*/ 
    }

     nav{
 background-color:#fff;
 border-bottom: 2px solid #16A34A;
}
.navbar-dark .navbar-nav .active>.nav-link{
  color: #16A34A !important;

}
.navbar-nav .nav-item .nav-link{
  color: black;
  font-weight: 500;
}
.navbar-nav .nav-item .nav-link:hover{
  color: black;
  font-weight: 500;
  border-bottom: 2px solid #16A34A;
}
.nav-link{
  font-size: 17px;
}
.nav-item{
  margin-left: 25px;
}
.nav-button{
  border-radius: 15px;
/*   height: 43px;*/
   background-color:#16A34A;
   color: white !important;
}
.navbar-brand{
    color: #16A34A !important;
}
.nav-bar-icon{
  width:210px;
}
.nav-bar-icon1{
  width:100px;
  height:50px;

}
.nav-menu-btn{
  width:50px;
}
.my-btn{
    padding: 7px 25px; background-color: #16A34A; color: white; border-radius: 5px; text-decoration: none; font-weight: 600; display: inline-block; margin-top: 15px; font-family: 'Montserrat', sans-serif;
}
.my-color{
  color: #16A34A !important;
  text-decoration: none;
}

.home-banner{
    background-image: url('../img/banner-home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

  .job-card {
    border: 1px solid #eee;
    border-radius: 12px;
    transition: 0.3s;
  }
  .job-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
  .job-title {
    color: #16A34A;
    font-weight: 600;
  }
  .apply-btn {
    background-color: #16A34A;
    border: none;
    color: #fff;
    transition: 0.3s;
  }
  .apply-btn:hover {
    background-color: #10B981;
    color: #fff;
  }