body {
  font-size: 16px;
}

a,
a:hover:not(
  .vertical-tab-content-about .vertical-tab-contents-ul-li-a,
  .industries-side-card li a
) {
  text-decoration: none;
  color: inherit;
}

p {
  line-height: 2;
  font-size: 16px !important;
}

section.breadcrumb-sec {
  position: sticky;
  top:0;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-shadow:none;
}

nav.breadcrumb-sec__nav ol.breadcrumb-nav__list {
  width: 100%;
  padding: 0;
  margin: 0;
}

ol.breadcrumb-nav__list::after {
  clear: both;
  content: " ";
  display: table;
}

nav.breadcrumb-sec__nav ol.breadcrumb-nav__list li.breadcrumb-nav__list-items {
  display: inline-block;
  margin: 0.5em 0;
  color: #000;
}

li.breadcrumb-nav__list-items:hover {
  color: #010b57 !important;
}

li.breadcrumb-nav__list-items a,
li.breadcrumb-nav__list-items span {
  margin: 0;
  padding: 0;
}

ol.breadcrumb-nav__list li.breadcrumb-nav__list-items::after {
  display: inline-block;
  content: "\00bb";
  margin: 0 0.6em;
  color: #000;
}

li.breadcrumb-nav__list-items:last-of-type {
  color: #8c8c8c !important;
}

ol.breadcrumb-nav__list li.breadcrumb-nav__list-items:last-of-type::after {
  display: none;
}

section.industries-banner-sec {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  box-shadow:none;
}

section.industries-banner-sec::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

div.industries-banner__content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 85vh;
  max-height: 80vh;
}

div.banner-content-sec h1 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.08rem;
  word-spacing: normal;
  line-height: 1.2;
  margin: 0 0 10px;
}

div.banner-content-sec p {
  font-size: 24px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.06rem;
  margin: 2.2rem 0 0;
  max-width: 100%;
}

section#contact-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 3rem 0;
  margin: 2rem 0;
}

div.contact-sec__anim-wrap img,
div.faq-anim-wrap img {
  width: 100%;
  height: auto;
  object-fit: fill;
}

div.contact-our-expert,
div.faq-wrapper {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 2rem;
  border-radius: 5px;
  box-shadow:none;
}

div.contact-sec__anim-wrap,
div.faq-anim-wrap {
  width: 300px;
  height: auto;
  overflow: hidden;
  transition: width 0.5s ease-in-out;
}

div.contact-our-expert .content p,
div.faq-wrapper .content p {
  font-size: large;
  margin-bottom: 25px;
}

a.contact-our-experts__btn,
a.faq-page__btn {
  margin: auto 0 0;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow:none;
  transition: 0.5s ease-in-out;
}

div.contact-our-expert:hover a.contact-our-experts__btn,
div.faq-wrapper:hover a.faq-page__btn {
  background-color: rgba(0, 0, 0, 0.98);
  color: #fff;
  box-shadow:none;
}

@media only screen and (max-width: 991px) {
  section.breadcrumb-sec,
  section.industries-banner-sec::before {
    display: none;
  }

  section.industries-banner-sec {
    padding: 1.5rem 0 3rem;
  }

  div.industries-banner__content-wrapper {
    flex-direction: column;
    align-items: unset;
    min-height: auto;
  }

  div.banner-content-sec h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  div.banner-content-sec p {
    font-size: 16px;
  }

  div.industries-banner__before-img {
    display: block !important;
    width: 100%;
    min-height: 10rem;
    overflow: hidden;
  }

  div.industries-banner__before-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  div.contact-our-expert,
  div.faq-wrapper,
  section#contact-sec {
    flex-direction: column;
  }

  section#contact-sec {
    margin: 0;
  }

  div.contact-our-expert,
  div.faq-wrapper {
    margin-top: 20px;
    box-shadow:none;
  }

  div.contact-our-expert .content,
  div.faq-wrapper .content {
    display: flex;
    flex-direction: column;
  }

  div.contact-our-expert .content p,
  div.faq-wrapper .content p {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
  }

  a.contact-our-experts__btn,
  a.faq-page__btn {
    margin: auto auto 20px;
    box-shadow:none;
  }
}

/* .industries-side-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.industries-side-card li {
  margin-bottom: 8px;
}

.industries-side-card a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #222;
  background: #f5f5f5;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.industries-side-card a:hover {
  background: #0d6efd;
  color: #fff;
}

.industries-side-card a.active {
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
} */

@media only screen and (min-width: 991px) {
  div.industries-banner__content-wrapper div.banner-content-sec {
    max-width: 55%;
  }
}
