* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.section {
  height: 83vh;
}

body {
  background: #f2f2f2;
}

.navbar {
  background: #fff !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 8px;
  position: relative;
  padding-top: 20px;
  /* add space for border */
}

/* Active link with green border */
.navbar-nav .nav-link.active {
  color: #000;
}

.bg-green {
  background-color: #019846;
  color: #019846;
}

.mt-40 {
  margin-top: -40px;
}

.navbar-nav .nav-link.active::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #019846;
  border-radius: 0px;
}

.search-icon {
  color: #019846;
  font-size: 1.2rem;
  margin-left: 8px;
}

.section {
  padding: 40px 20px;
  color: #545454;
  line-height: 1.6;
  position: relative;
  /* important so ::before is positioned inside */
  overflow: hidden;
}

form.search-form {
  display: none;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  width: 500px;
  height: 500px;
  background: url(../images/bg-arrow.png) no-repeat right center;
  background-size: cover;
  z-index: 0;
  opacity: 0.3;
}

/* .section::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 400px;
      height: 400px;
      background: url('../images/bg-arrow.png') no-repeat right center;
      background-size: cover;
      z-index: -1;
      opacity: 0.5;
    } */

.section h2 {
  color: #019846;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section p.subtitle {
  color: #555;
  max-width: 800px;
  margin: 0 auto 3px auto;
  font-size: 15px;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 30px;
}

.about-content img {
  height: 365px;
  object-fit: fill;
  width: 100%;
  vertical-align: top;
}

.img {
  width: 50%;
}

.about-text {
  flex: 1;
  width: 50%;
  text-align: left;
}

.about-text h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px;
  color: #222;
}

.about-text p {
  font-size: 14px;
  color: #545454;
  margin-bottom: 25px;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 40px;
  border: 2px solid #019846;
  border-radius: 30px;
  color: #019846;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn:hover {
  background: #019846;
  color: #fff;
}

hr {
  margin: 1rem 0;
  color: #019846;
  border: 0;
  border-top: 5px solid;
  width: 160px;
  opacity: 2;
  margin: 0 auto 40px auto;
}

.mw-1350 {
  max-width: 1350px;
}

/* contact */
.contact-section p.subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 40px;
}

.contact-card {
  background: #d9d9d9;
  border-radius: 10px;
  padding: 25px;
  min-height: -webkit-fill-available;
}

.contact-info {
  background: transparent;
  border-radius: 10px;
  min-height: -webkit-fill-available;
  padding: 25px;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); */
}

.contact-info h4 {
  font-weight: bold;
  color: #019846;
  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 15px;
  font-size: 15px;
}

.btn-custom {
  background: #019846;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  transition: 0.3s;
}

.btn-custom:hover {
  background: #019846;
}

.icon {
  width: 30px;
  height: 30px;
  background: #019846;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Test Capabilities */
.nav-tabs .nav-link {
  border: none;
  border-radius: 10px 10px 0px 0px;
  margin-right: 10px;
  background: #cccccc;
  color: #000;
  font-weight: 500;
  padding: 15px;
}

.nav-tabs .nav-link.active {
  background: #019846;
  color: #fff;
}

.tab-content {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.tab-content h4 {
  font-weight: bold;
  color: #019846;
  font-size: 27px;
}

.service-box {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  margin-bottom: 20px;
  min-height: 135px;
}

.service-box h5 {
  font-size: 22px;
  color: #545454;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-custom {
  background: #019846;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  transition: 0.3s;
}

.btn-custom:hover {
  background: #019846;
}

.mw-1285 {
  max-width: 1285px;
}

/* Industries We Serve */
.industry-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: none !important;
}

.industry-icon i {
  font-size: 60px;
}

.industry-icon {
  position: relative;
  top: -90px;
  background-color: #019846;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 30px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.industry-title {
  color: #019846;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: -95px;
}

.industry-card ul {
  list-style: disc;
  padding-left: 20px;
  text-align: left;
}

.btn-learn-more {
  margin-top: 20px;
  background-color: #019846;
  color: #fff !important;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
}

.btn-learn-more:hover {
  background-color: #019846;
}

.mh-100 {
  min-height: 100%;
}

.mh-256 {
  min-height: 256px;
}

/* Responsive */

.icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -35px;
}

.icon-circle i {
  font-size: 60px;
}

.underline {
  width: 60px;
  height: 4px;
  background-color: #019846;
  border-radius: 10px;
}

.carousel-caption h5 {
  font-size: 45.2px;
  font-weight: bold;
}

.slide-btn:hover {
  background: #fff;
  color: #019846;
  border-color: #019846;
}

.footer p {
  color: #555;
  max-width: 800px;
  margin: 0 auto 15px auto;
  font-size: 15px;
}

.search-box {
  color: #545454 !important;
  border: none !important;
  border-radius: 35px !important;
  padding: 8px 10px !important;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  background: #f2f2f2;
}

a.nav-link {
  font-size: 18px;
}

.card-heading {
  color: #019846 !important;
  font-weight: 600;
  font-size: 18px;
}

.card-footer .text-white {
  color: white !important;
}

.industry-card .text-light {
  color: white !important;
}

.green {
  color: #019846 !important;
  margin-top: 10px !important;
  position: relative;
  left: -35px;
}

.green:hover {
  color: #fff !important;
}

.carousel-caption {
  bottom: 18% !important;
}

.carousel-item {
  position: relative;
}

.carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  /* Light black overlay */
}

.carousel-caption a {
  color: #019846 !important;
}

.px-20 {
  padding: 0 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: relative;
  top: 25%;
}

.contact-info a {
  color: #545454;
  text-decoration: none;
}

.search-page .page-title {
  text-transform: uppercase;
  color: #019846;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
}

.search-page h2 {
  margin-bottom: 0;
}

.search-page .entry-summary {
  display: none;
}

.search-page .post-edit-link {
  color: #019846;
  font-size: 16px;
  text-decoration: none;
}

.search-page h2.entry-title a {
  font-size: 25px;
  font-weight: bold;
  color: #222;
  text-decoration: underline;
}

.search-page article {
  margin-bottom: 10px;
}

.h-100vh {
  height: 100vh;
}

img.events-workshops {
  width: 75px;
}

.w-80 {
  width: 80%;
}

#search-page-100vh {
  height: 100vh;
}

/* ------------------------------------------------------------Industry Page--------------------------------------------------------------------------- */
.industry_crd_img {
  height: 250px;
}
.industry_crd_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card_title_container {
  background-color: #019846;
  padding: 10px 20px;
  text-align: center;
}
.card_title_container .card-title{
  color: white;
}
.fontw-18 {
  font-size: 18px;
}
.indstry-card {
  height: 100%;
  border-radius: 23px;
  overflow: hidden;
}
.indstry-card .card-body{
  display: flex;
  flex-direction: column;
}
.indstry-card .card-body ul {
  flex-grow: 1;
  color: #545454;
}

/* Responsive */

@media (max-width: 1919px) {
  .section {
    height: auto;
  }
}

@media (max-width: 768px) {
  .px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #search-page-100vh {
    height: auto;
  }

  img.events-workshops {
    width: 45px;
  }

  .section {
    height: auto;
  }

  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .about-text {
    text-align: center;
    width: 100%;
  }

  .img {
    width: 100%;
  }

  .about-content img {
    height: auto;
    width: 100%;
    vertical-align: top;
  }

  .navbar-nav li.active::before {
    display: none;
  }

  .navbar {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .green {
    color: #019846 !important;
    margin-top: 10px !important;
    position: relative;
    left: 0px !important;
  }

  .carousel-caption h5 {
    font-size: 30px;
    font-weight: bold;
    width: 100% !important;
  }

  .navbar-nav .nav-link.active::before {
    display: none;
  }

  .wdth-100 {
    width: 100%;
    text-align: center !important;
  }

  .carousel-caption p {
    width: 100% !important;
    font-size: 14px;
  }

  #testTabs {
    justify-content: space-between !important;
    margin-left: 0;
  }

  #testTabs .nav-link {
    border: none;
    border-radius: 10px 10px 0px 0px;
    margin-right: 0;
    background: #cccccc;
    color: #000;
    font-weight: 500;
    padding: 10px;
    font-size: 10px;
    margin-bottom: 10px;
    min-height: 50px;
    width: -webkit-fill-available;
  }

  .industry-card ul {
    list-style: disc;
    padding-left: 10px;
    text-align: left;
    margin: 0px;
  }

  .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    text-align: center !important;
  }

  .wdht-5 {
    width: 40px;
  }

  #testTabs li.nav-item {
    width: 49%;
  }

  .btn-custom {
    margin-bottom: 20px;
  }

  .tab-content {
    padding: 20px;
  }

  .service-box h5 {
    font-size: 18px;
    color: #545454;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .service-box p {
    font-size: 14px;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .industry-icon {
    width: 80px;
    height: 80px;
    top: -83px;
  }

  .icon-circle {
    width: 80px;
    height: 80px;
  }

  .icon-circle i {
    font-size: 35px;
  }

  .industry-icon i {
    font-size: 35px;
  }
}
