.w-400 {
  object-fit: cover;
  height: 350px !important;
  width: 100%;
}
.vh-80 {
  height: 80vh !important;
}
.w-200 {
  object-fit: cover;
  height: 200px !important;
  width: 100%;
}

.w-100 {
  object-fit: cover;
  width: 100%;
}
.text-justify {
  text-align: justify;
}
.bg-theme {
  background: #006daa;
}
.bg-theme-red {
  background: #da0a01;
}
.border-left {
  border-left: 3px solid #ffffff !important;
}
.border-right {
  border-right: 1px solid #006daa !important;
}
.btn-primary {
  background: #006daa !important;
}

.theme-text-color {
  color: #0074bf;
}

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

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

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

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

.details h1 {
  font-size: 30px;
}

.details h2 {
  font-size: 28px;
}

.details h3 {
  font-size: 26px;
}

.details h4 {
  font-size: 24px;
}

.details ul {
  font-size: 18px;
}

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

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