.w-400 {
  height: 350px !important;
  width: 100%;
}

.w-200 {
  height: 200px !important;
  width: 100%;
}


.bg-theme {
  background: #008000;
}

.h-200px {
  height: 200px !important;
  object-fit: cover;
}

.team_member {
  height: 300px !important;
  width: 100%;
  object-fit: cover;
}

.details p {
  font-size: 18px !important;
}

.btn-primary {
  background: #008000 !important;
}

.theme-text-color {
  color: #008000 !important;
}

.top-header {
  padding: 8px !important;
  font-size: 14px !important;
}


.mainfooter .nav-link {
  font-size: 14px !important;
  padding: 5px !important;
}

.mainfooter .nav-link a:hover {
  color: #fff !important;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 1px !important;
  padding: 5px !important;
}