@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

/* html {
  background: white;
}
.industries-page {
  background: white;
} */
/* .industries-page .industry-list-container {
  background-color: white;
} */

.hero h1 {
  font: normal normal bold 24px/28px Ubuntu !important;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: none;
}
.hero h5 {
  color: #ffffff !important;
}
.industries-page h2 {
  font: normal normal bold 18px/22px Ubuntu;
  letter-spacing: 0px;
  color: #3d4244;
  text-transform: none;
}
.industries-page h3 {
  font: normal normal bold 16px/22px Ubuntu;
  letter-spacing: 0px;
  color: #3d4244;
  text-transform: none;
}
.industries-page h4 {
  font: normal normal bold 14px/18px Ubuntu;
  margin-bottom: 8px;
  letter-spacing: 0px;
  color: #3d4244;
  text-transform: none;
}
.industries-page h5 {
  font: normal normal 600 12px/18px Open Sans;
  letter-spacing: 0.24px;
  color: #3d4244;
  text-transform: none;
}
.industries-page h6 {
  font: normal normal bold 14px/20px Ubuntu;
  letter-spacing: 4.2px;
  color: #3d4244;
  text-transform: uppercase;
}
.industries-page p {
  font: normal normal normal 12px/20px Open Sans;
  letter-spacing: 0.24px;
  color: #3d4244;
}
.industries-page a {
  font: normal normal 600 14px/19px Open Sans;
  letter-spacing: 0.28px;
  color: #42abae;
  text-decoration: none;
}
.industries-page a:hover {
  color: #0c9299;
}
.industries-page .hero h3 {
  margin-top: 0;
}
.industries-page .intro {
  position: relative;
}
.industries-page .intro .shade {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  background: #3d4244 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.85;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.industries-page .intro .hero .container {
  position: relative;
  height: 100%;
  z-index: 3;
  padding-top: 30px;
}
.hero.bg-cover {
  height: 100%;
  background-position: 50% 70%;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.industries-page .breadcrumb {
  width: 100%;
  border-radius: 0;
  background: #ffffffd9 0% 0% no-repeat padding-box;
  position: absolute;
  float: left;
  z-index: 4;
  padding-left: 50px;
  padding-right: 50px;
}
.industries-page .breadcrumb li {
  font-size: 10px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  color: #42abae;
  display: inline-block;
}
.industries-page .breadcrumb li a {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.28px;
  color: #3d4244;
}
.industries-page .breadcrumb.dark-bg.breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 50px;
  padding-right: 50px;
}
.industries-page .breadcrumb.dark-bg.breadcrumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
.industries-page .breadcrumb.dark-bg li {
  color: #ffffff;
  position: relative;
}
.industries-page .breadcrumb.dark-bg li a {
  color: #ffffff;
  position: relative;
}

/* .industries-page .accordion .panel-heading {
  border-bottom: 2px solid #ebeded;
  padding: 0 4px 0 0;
}
.industries-page .accordion .panel-heading a.collapsed,
.industries-page .accordion .panel-heading a.collapsed:visited {
  background: transparent;
  color: #3d4244;
}
.industries-page .accordion .panel-heading a,
.industries-page .accordion .panel-heading a:hover,
.industries-page .accordion .panel-heading a:visited {
  color: #42abae;
  outline: none;
  background: transparent;
  display: block;
  position: relative;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.accordion .panel-heading a i {
  left: 0 !important;
} */

@media (max-width: 767.9px) {
  .hero h1 {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero h5 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .industries-page .intro {
    height: 220px;
    background-position: 50% 30%;
  }
  .industries-page .intro .bg-cover {
    height: 100%;
    background-position: 50% 30%;
    background-image: url(/images/hero-industries.jpg) !important;
  }
}

@media (min-width: 768px) {
  .hero h1 {
    font: normal normal bold 36px/42px Ubuntu !important;
    margin-top: 72px;
  }
  .industries-page h2 {
    font: normal normal bold 24px/28px Ubuntu;
  }
  .industries-page h3 {
    font: normal normal bold 18px/22px Ubuntu;
  }
  .industries-page h4 {
    font: normal normal bold 16px/22px Ubuntu;
    margin-bottom: 10px;
  }
  .industries-page h5 {
    font: normal normal 600 14px/22px Open Sans;
    letter-spacing: 0.28px;
  }
  .industries-page h6 {
    font: normal normal bold 16px/22px Ubuntu;
    letter-spacing: 5.6px;
  }
  .industries-page p {
    font: normal normal normal 14px/24px Open Sans;
    letter-spacing: 0.28px;
  }
  .industries-page a {
    font: normal normal 600 16px/22px Open Sans;
    letter-spacing: 0.32px;
  }
  .industries-page .container {
    padding-left: 0;
    padding-right: 0;
    width: 84%;
  }
  .industries-page .intro {
    height: 300px;
    background-position: 50% 30%;
  }
  .industries-page .intro .bg-center-top {
    height: 100%;
    background-position: 50% 30%;
  }
  .industries-page .breadcrumb {
    border-radius: 0 0 10px 0;
    width: initial;
  }
  .industries-page .breadcrumb li {
    font: normal normal normal 14px/24px Open Sans;
  }
  .industries-page .breadcrumb li a {
    font: normal normal normal 14px/24px Open Sans;
  }
  .industries-page .breadcrumb.dark-bg.breadcrumb:before {
    border-radius: 0 0 10px 0;
  }
}

@media (min-width: 992px) {
  .hero h1 {
    font: normal normal bold 54px/62px Ubuntu !important;
    margin-top: 45px;
  }
  .industries-page h2 {
    font: normal normal bold 36px/42px Ubuntu;
  }
  .industries-page h3 {
    font: normal normal bold 24px/28px Ubuntu;
  }
  .industries-page h4 {
    font: normal normal bold 18px/22px Ubuntu;
    margin-bottom: 10px;
  }
  .industries-page h5 {
    font: normal normal 600 16px/26px Open Sans;
    letter-spacing: 0.32px;
  }
  .industries-page h6 {
    font: normal normal bold 18px/22px Ubuntu;
    letter-spacing: 8.1px;
  }
  .industries-page p {
    font: normal normal normal 16px/26px Open Sans;
    letter-spacing: 0.32px;
  }
  .industries-page a {
    font: normal normal 600 16px/22px Open Sans;
    letter-spacing: 0.32px;
  }
  .industries-page .intro {
    height: 300px;
    background-position: 50% 30%;
  }
  .industries-page .intro .bg-center-top {
    height: 100%;
    background-position: 50% 30%;
  }
  .industries-page .breadcrumb {
    left: 0;
    padding-left: 110px;
  }
  .industries-page .container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero h5 {
    max-width: 930px;
  }
  /* .industries-page .industry-list-container {
    min-height: calc(100vh - 385px);
  }
  .industries-page .accordion .panel-heading a {
    font: normal normal bold 18px/22px Ubuntu !important;
    letter-spacing: 0 !important;
    padding-left: 30px;
  }
  .industries-page .accordion .panel {
    margin-bottom: 20px;
  } */
}
@media (min-width: 1200px) {
  .industries-page .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .industries-page .container {
    width: 1300px;
  }
}

/*====================================== Category Tile Styling ====================================== */
.industries-page .categories.style-1 {
  background: #f5f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}
.industries-page .categories.style-1 .text h2 {
  font: normal normal bold 18px/22px Ubuntu;
  text-align: center;
  text-transform: inherit;
  display: inherit;
  color: #3d4244;
}
.industries-page .categories.style-1 .text p {
  font: normal normal normal 12px/20px Open Sans;
  text-align: center;
  letter-spacing: 0.32px;
  color: #3d4244;
  padding-bottom: 40px;
}
.industries-page .categories.style-1 .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
}
.industries-page .categories.style-1 .items .link {
  width: 128px;
  height: 160px;
  margin: 0 2px 4px 2px;
  text-decoration: none;
  padding-bottom: 40px;
}
.industries-page .categories.style-1 .items .link:hover {
  background: #ebeded;
  border-radius: 10px;
}
.industries-page .categories.style-1 .items .link .panel {
  background-size: cover;
  position: relative;
  height: 100%;
  background: none;
  border: none;
  box-shadow: none;
}
.industries-page .categories.style-1 .items .link .panel p {
  font: normal normal bold 14px/18px Ubuntu;
  position: absolute;
  letter-spacing: 0px;
  color: #3d4244;
  width: 100%;
  margin: auto;
  text-align: center;
  bottom: 0;
}
.industries-page .categories.style-1 .items .link .panel .title {
  display: block;
  font: normal normal bold 14px/18px Ubuntu;
  color: #3d4244;
  text-align: center;
}
.industries-page .categories.style-1 .items .link .panel img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.industries-page .categories.style-1 .bottom-text {
  margin-top: 50px;
}
.industries-page .categories.style-1 .bottom-text p {
  text-align: center;
  color: #3d4244;
  font: normal normal bold 14px/18px Ubuntu;
}
.industries-page .categories.style-2 {
  background: transparent linear-gradient(315deg, #20719b 0%, #42abae 100%);
  padding-bottom: 60px;
  padding-top: 50px;
}
.industries-page .categories.style-2 .items .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.industries-page .categories.style-2 .text {
  padding-top: 60px;
}
.industries-page .categories.style-2 .text h2 {
  text-align: center;
  text-transform: inherit;
  display: inherit;
  font: normal normal bold 18px/22px Ubuntu;
  color: #fff;
  margin-top: 0;
}
.industries-page .categories.style-2 .text p {
  text-align: center;
  font: normal normal normal 12px/20px Open Sans;
  letter-spacing: 0.32px;
  color: #fff;
  padding-bottom: 10px;
}
.industries-page .categories.style-2 .link {
  height: 174px;
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  margin-bottom: 30px;
}
.industries-page .categories.style-2 .link .learn {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
}
.industries-page .categories.style-2 .link .learn span {
  vertical-align: middle;
  padding-right: 5px;
  display: inline-block;
  font: normal normal 500 14px/18px Ubuntu !important;
  letter-spacing: 0.36px;
  color: #42abae;
  font-weight: 600;
}
.industries-page .categories.style-2 .link .learn i {
  font-size: 24px;
  vertical-align: middle;
}
.industries-page .categories.style-2 .link .panel {
  background-size: cover;
  padding: 20px;
  position: relative;
  height: 100%;
  border-radius: 10px;
  border: none;
}
.industries-page .categories.style-2 .link .panel:hover img {
  opacity: 0.2;
}

.industries-page .categories.style-2 .link p {
  position: absolute;
  text-align: left;
  font: normal normal bold 16px/22px Ubuntu;
  letter-spacing: 0px;
  color: #0c9299;
}
.industries-page .categories.style-2 .link img {
  object-fit: cover;
  object-position: right;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.industries-page .categories.style-2 .call-to-action .description {
  text-align: center;
  font: normal normal bold 14px/18px Ubuntu;
  color: #fff;
  margin-bottom: 40px;
}
.industries-page .categories.style-2 .call-to-action .buttons {
  text-align: center;
}
.industries-page .categories.style-2 .call-to-action .buttons .btn {
  margin: 10px 4px;
  padding: 11px 10px;
}
.industries-page .categories.style-2 .call-to-action .buttons .btn img {
  height: 22px;
}
.industries-page .categories.style-2 hr {
  border-top: 4px solid #ffffff70;
  margin: 20px auto 60px auto !important;
  width: 300px;
}
.industries-page .categories.style-2 .link a {
  color: #0c9299;
}
.industries-page .btn-secondary {
  font: normal normal bold 12px/17px Open Sans;
  padding: 11px 32px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #42abae;
  color: #42abae;
}
.industries-page .btn-secondary:hover {
  border: 2px solid #0c9299;
  color: #0c9299;
}
.industries-page .btn-secondary.dark-bg {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.industries-page .btn-secondary.dark-bg:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.industries-page .btn-secondary span,
.industries-page .btn-secondary i {
  vertical-align: middle;
}
.industries-page .btn-secondary img {
  padding: 0 5px;
}
.industries-page .btn-secondary i {
  font-size: 18px;
  padding-left: 5px;
}
.industries-page .btn-secondary.disabled,
.industries-page .btn-secondary[disabled] {
  border-color: #b6b9ba;
  color: #b6b9ba;
}

@media (max-width: 767.9px) {
  .industries-page .categories.style-2 .link {
    height: 145px;
  }
  .industries-page .categories.style-2 .call-to-action .description {
    font: normal normal 500 14px/18px Ubuntu;
    letter-spacing: 0.5px;
  }
  .industries-page .categories.style-2 .link p {
    max-width: 75%;
  }
  .industries-page .categories.style-2 .link a {
    font: normal normal bold 16px/22px Ubuntu !important;
  }
}

@media (min-width: 768px) {
  .industries-page .categories.style-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .industries-page .categories.style-1 .text h2 {
    font: normal normal bold 24px/28px Ubuntu;
  }
  .industries-page .categories.style-1 .text p,
  .industries-page .categories.style-1 .text .title {
    font: normal normal normal 14px/24px Open Sans;
    padding-bottom: 40px;
  }
  .industries-page .categories.style-1 .items .link {
    width: 190px;
    height: 220px;
    margin: 0 8px 16px 8px;
  }
  .industries-page .categories.style-1 .items .link .panel p,
  .industries-page .categories.style-1 .items .link .panel .title {
    font: normal normal bold 16px/22px Ubuntu;
  }
  .industries-page .categories.style-1 .items .link .panel img {
    padding-bottom: 30px;
  }
  .industries-page .categories.style-1 .bottom-text p {
    font: normal normal bold 14px/18px Ubuntu;
  }
  .industries-page .categories.style-2 {
    padding-bottom: 140px;
    padding-top: 80px;
  }
  .industries-page .categories.style-2 .text {
    padding-top: 100px;
  }
  .industries-page .categories.style-2 .text h2 {
    font: normal normal bold 24px/28px Ubuntu;
  }
  .industries-page .categories.style-2 .text p {
    /* padding-bottom: 80px; */
    font: normal normal normal 14px/24px Open Sans;
  }
  .industries-page .categories.style-2 .call-to-action {
    margin-top: 50px;
  }
  .industries-page .categories.style-2 .call-to-action .description {
    font: normal normal 500 16px/22px Ubuntu;
    letter-spacing: 0.2px;
  }
  .industries-page .categories.style-2 .call-to-action .buttons {
    text-align: center;
  }
  .industries-page .categories.style-2 .call-to-action .buttons .btn {
    margin: 10px 20px;
    padding: 11px 32px;
  }
  .industries-page .categories.style-2 .link p {
    max-width: 150px;
  }
  .industries-page .categories.style-2 .link a {
    font: normal normal bold 18px/22px Ubuntu !important;
  }
  .industries-page .btn-primary,
  .industries-page .btn-secondary {
    font: normal normal bold 18px/24px Open Sans;
  }
  .industries-page .btn-primary i,
  .industries-page .btn-secondary i {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .industries-page .categories.style-1 {
    padding-bottom: 140px;
    padding-top: 140px;
  }
  .industries-page .categories.style-1 .text h2 {
    font: normal normal bold 24px/28px Ubuntu;
  }
  .industries-page .categories.style-1 .text p,
  .industries-page .categories.style-1 .text .title {
    font: normal normal normal 14px/24px Open Sans;
    padding-bottom: 50px;
  }
  .industries-page .categories.style-1 .items .link {
    height: 240px;
    width: 180px;
    margin: 0 15px 30px 15px;
  }
  .industries-page .categories.style-1 .items .link .panel p {
    font: normal normal bold 16px/22px Ubuntu;
  }
  .industries-page .categories.style-1 .items .link .panel img {
    opacity: 1;
    padding-bottom: 40px;
  }
  .industries-page .categories.style-1 .bottom-text p {
    font: normal normal bold 16px/22px Ubuntu;
  }
  .industries-page .categories.style-2 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .industries-page .categories.style-2 .text {
    padding-top: 140px;
  }
  .industries-page .categories.style-2 .text h2 {
    font: normal normal bold 36px/42px Ubuntu;
  }
  .industries-page .categories.style-2 .text p {
    font: normal normal normal 16px/26px Open Sans;
    padding-bottom: 30px;
    max-width: 954px;
    margin: 0 auto;
  }
  .industries-page .categories.style-2 .link img {
    object-fit: cover;
    object-position: right;
    opacity: 1;
  }
  .industries-page .categories.style-2 .link .learn span {
    font: normal normal 500 18px/22px Ubuntu !important;
  }
  .industries-page .categories.style-2 .call-to-action .description {
    font: normal normal 500 16px/22px Ubuntu;
    letter-spacing: 0.2px;
  }
  .industries-page .categories.style-2 .link p {
    max-width: 70%;
    font: normal normal bold 18px/22px Ubuntu;
  }
  .industries-page .categories.style-2 .link a {
    font: normal normal bold 24px/28px Ubuntu !important;
  }
}

footer {
  position: absolute;
  bottom: 0;
}