body {
  font-size: 0.875rem;
  background-color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
}
.navbar.navbar-light {
  border-bottom: 1px solid rgb(227, 227, 227);
}
.navbar-brand {
  background: url('../img/logo.png') no-repeat center center transparent;
  text-indent: -999px;
  display: inline-block;
  width: 175px;
  background-size: 175px;
  height: 80px;
}
.navbar-light .top-nav .nav-link {
  font-size: 1rem;
  color: rgba(0, 0, 0, 1);
}
.navbar-light .top-nav .nav-link:hover {
  color: #318c74;
}
.navbar-light .navbar-nav.top-nav .active > .nav-link,
.navbar-light .navbar-nav.top-nav .nav-link.active,
.navbar-light .navbar-nav.top-nav .nav-link.show,
.navbar-light .navbar-nav.top-nav .show > .nav-link {
  color: #318c74;
  font-weight: 500;
  position: relative;
}

.btn-primary {
  background-color: #31588d;
  color: #fff;
  border-color: #31588d;
  font-weight: 500;
  font-size: 1.125rem;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #318c74;
  border-color: #318c74;
}
.btn-outline-primary {
  border-color: #31588d;
  color: #31588d;
  font-weight: 500;
  font-size: 1.125rem;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #31588d;
  border-color: #31588d;
}
.btn-outline-primary.btn-sm {
  font-size: 0.875rem;
}
.btn-outline-primary svg {
  margin-left: 1rem;
}
.home-banner .banner-img {
  width: 100%;
  object-fit: cover;
  height: 600px;
  object-position: top center;
}
.bannner-box {
  background-color: #318c74;
  padding: 1rem;
  border-radius: 1rem;
}
.bannner-box h1 {
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  font-size: 2.25rem;
}
.bannner-box h1 strong {
  font-weight: 700;
}
.home-banner .container {
  position: relative;
}
.banner-content {
  position: absolute;
}
.home-banner .carousel-control-next,
.home-banner .carousel-control-prev {
  border: 0px none;
  background: none;
  width: 10%;
}
.about-us .img-fluid {
  border-radius: 1rem;
}
.secondary-title {
  border-left: 5px solid #318c74;
}
.why-exergy {
  background-color: rgb(28 117 181 / 7%);
}
.brand-text-color {
  color: #318c74;
}
.why-exergy .card {
  border-radius: 1rem;
  border: 0px none;
  box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}
.why-exergy .card img {
  height: 60px;
  margin-bottom: 1rem;
}
.product-card {
  border-radius: 0.5rem;
}
.product-card img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
}
.product-card .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.footer-wrapper {
  background-color: #31588d;
  color: rgba(255, 255, 255, 0.8);
}
.footer-logo {
  max-width: 225px;
}
.footer-wrapper a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper h5,
.footer-wrapper ul li a:hover {
  color: #fff;
}
.footer-wrapper ul {
  list-style: none;
  padding-left: 0px;
}
.footer-wrapper ul li {
  padding-top: 0.5rem;
  font-size: 1rem;
}
.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  border-radius: 1rem;
  padding: 1rem;
}
.product-table tbody th {
  font-weight: 400;
}
.product-table tbody td {
  font-weight: 600;
}
.nav-tabs.custom-tabs .nav-item + .nav-item {
  padding-left: 2rem;
}
.nav-tabs.custom-tabs .nav-link {
  border: 0px none;
  border-radius: 0px;
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1.125rem;
}
.nav-tabs.custom-tabs .nav-item.show .nav-link,
.nav-tabs.custom-tabs .nav-link.active {
  background: none;
  color: #318c74;
  border-bottom: 3px solid #318c74;
}
.why-ss {
  background-color: #318c74;
  color: #fff;
}
.list li {
  padding-top: 1rem;
  font-size: 1rem;
}
.social-media {
  display: flex;
  column-gap: 1rem;
}
.social-media a svg {
  fill: rgba(255, 255, 255, 0.8);
  width: 30px;
}
.social-media a:hover svg {
  fill: rgba(255, 255, 255, 1);
}
.inner-page-banner .banner-img {
  height: 300px;
}
.inner-page-banner {
  color: #fff;
}
.light-green-wrapper {
  background-color: rgba(49, 140, 116, 0.1);
}
.new-footer {
  background-color: #318c74;
}
.new-footer.footer-wrapper ul li {
  padding-top: 1rem;
}
.contact-block {
  background-color: #31588d;
  border-radius: 1rem;
  padding: 1.5rem;
  font-size: 1.15rem;
  color: #fff;
}
.contact-block a {
  color: #fff;
  text-decoration: underline;
}
/*
 * Responsive
 */
@media screen and (min-width: 992px) {
  .about-us .img-fluid {
    margin-right: 1rem;
  }
  .navbar-light .navbar-nav.top-nav .active > .nav-link::before {
    background-color: #318c74;
    position: absolute;
    content: '';
    display: block;
    width: calc(100% - 1rem);
    height: 5px;
    left: 0.5rem;
    bottom: -29px;
  }  
}
@media screen and (min-width: 768px) {
  .top-nav .nav-item {
    padding-right: 15px;
  }
  .banner-content {
    left: 0px;
    bottom: 0px;
  }
  .bannner-box {
    padding: 3rem;
  }
  .why-exergy .card,
  .product-card {
    height: 100%;
  }
  .product-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .why-ss {
    position: relative;
  }
  .why-ss img {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 50%;
    object-fit: cover;
    top: 0px;
  }
  .contact-block {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  .home-banner .banner-img {
    height: 300px;
  }
  .home-banner .container {
    padding-top: 50px;
  }
  .banner-content {
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
  }
  .bannner-box h1 {
    font-size: 1.5rem;
  }
  .home-banner .btn-outline-primary {
    width: 100%;
  }
  .about-us .btn {
    width: 100%;
    margin-bottom: 1rem;
  }
  .why-exergy .card,
  .product-card {
    margin-bottom: 1rem;
  }
}
