* {
  box-sizing: border-box;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
body {
  font-family: Josefin Sans, serif;
}
.font-bold {
  font-weight: 700;
}
button {
  border: none;
  border-bottom: 2px solid #e4701e;
  background: none;
  border-radius: 9999px;
  padding: 0.75rem 2.5rem;
  padding-top: calc(0.75rem + 2px);
  color: #e4701e;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 1.25rem;
  transition: all ease-in 0.2s;
}
button:hover {
  background: #e4701e;
  color: #fff;
}
.navbar {
  background-color: #fff;
  margin: 0;
}
.navbar .container-fluid {
  padding: 1rem 6rem;
}
.navbar .navbar-brand {
  max-height: 90px;
  padding: 0;
  height: auto;
}
.navbar .navbar-brand img {
  max-height: 100%;
}
.navbar .navbar-nav > li > a {
  font-weight: 400;
  text-transform: uppercase;
}
.navbar .navbar-nav .sub-menu {
  list-style: none;
  padding: 0 15px;
}

.navbar .navbar-nav .two-column-menu .sub-menu {
  padding: 0 15px;
}
.navbar .navbar-nav .two-column-menu .submenu > li > a {
  color: #e4701e;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
}
.navbar .navbar-nav .two-column-menu .submenu > li > a:hover,
.navbar .navbar-nav .two-column-menu .submenu > li > a:focus {
  color: #e4701e;
  background-color: #f5f5f5;
}
.two-column-menu {
  width: 100vw;
  max-width: 500px;
}
.two-column-menu .col-sm-6 + .col-sm-6 {
  padding-left: 0;
}
.navbar .navbar-nav .two-column-menu .sub-menu > li > a {
  white-space: wrap;
}

.navbar-nav .dropdown-menu > li:has(ul.sub-menu) > a {
  color: #e4701e;
}
.navbar .navbar-nav .sub-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.navbar .navbar-nav .sub-menu > li > a:hover,
.navbar .navbar-nav .sub-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.navbar .nav.navbar-nav {
  float: none !important;
  margin: 0;
}
.navbar .navbar-right {
  background: #e4701e;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  box-shadow: inset 0 0 4px gray;
}
.navbar .navbar-right li {
  float: none !important;
}
.navbar .navbar-right li a {
  text-transform: uppercase;
  color: #fff;
  padding: 0.25rem 1rem;
  vertical-align: baseline;
  font-size: 1.25rem;
  font-weight: 400;
}
.navbar .navbar-right li a:hover {
  background: #fff;
  color: #e4701e;
}
.navbar .mobile-top-strip {
  display: none;
}
.top-strip {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #e4701e;
  gap: 3rem;
  padding: 0.5rem;
}
.top-strip img {
  height: 4rem;
  width: auto;
}
.top-strip .top-strip-description {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  padding: 1rem;
  margin: 0;
}
.carousel-indicators li {
  border: none;
  margin: 1px 5px;
  background: #ffffffb3;
}
.carousel-indicators .active {
  background-color: #e4701e;
}

.carousel-indicators li.active {
  margin: 0px 5px;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-control {
  width: 7.5%;
}
.content-container {
  padding: 0 5rem;
  margin: 0 auto;
}
.content-container .content {
  grid-column: 2 / span 7;
}
.section-heading {
  text-transform: capitalize;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  color: #e4701e;
  border-bottom: 2px solid #e4701e;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin: 5rem 0;
}
.section-light-heading {
  text-transform: capitalize;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  color: #e4701e;
  display: inline-block;
}
.section-description {
  font-size: 2.5rem;
  padding: 5rem 0;
}
.what-we-build-section {
  position: relative;
  padding-bottom: 10rem;
}
.what-we-build-section:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 8rem;
  background: linear-gradient(180deg, #d9d9d900, #ff995133),
    linear-gradient(180deg, #d9d9d900, #73737333);
  bottom: 0;
  left: 0;
}
.what-we-build-section .what-we-build-list {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.what-we-build-section a:hover,
.what-we-build-section a:visited {
  text-decoration: none;
}
.what-we-build-section .what-we-build-card {
  aspect-ratio: 1/1;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 20% 2rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
.what-we-build-section .what-we-build-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: radial-gradient(circle, #0003, #0000), #e4701e78;
}
.what-we-build-section .what-we-build-card .what-we-build-card-heading,
.what-we-build-section .what-we-build-card .what-we-build-card-button {
  z-index: 2;
  position: relative;
}
.what-we-build-section
  .what-we-build-card
  .what-we-build-card-heading-container {
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-we-build-section .what-we-build-card .what-we-build-card-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.0625rem;
}
.what-we-build-section .what-we-build-card .what-we-build-card-button {
  border: none;
  border-bottom: 2px solid white;
  background: none;
  border-radius: 9999px;
  padding: 0.75rem 2.5rem;
  padding-top: calc(0.75rem + 2px);
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.25rem;
  transition: all ease-in 0.2s;
}
.what-we-build-section .what-we-build-card .what-we-build-card-button:hover {
  background: #fff;
  color: #000;
}
.industry-pioneers-section {
  padding: 9rem 5rem 8rem;
  margin: 0 auto;
  text-align: center;
  background-size: cover;
  background-position: center center;
  text-transform: capitalize;
}
.industry-pioneers-section .section-description {
  max-width: 1100px;
  margin: 0 auto;
}
.gradient-group {
  background: linear-gradient(180deg, #efefef00, #e6e6e6);
  display: flex;
  flex-direction: column;
}
.services-section {
  display: flex;
  flex-direction: column;
}
.services-section.content-container {
  width: 100%;
  max-width: 1200px;
}
.services-section .content {
  text-align: center;
}
.services-section .services-list {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 4rem;
}
.services-section .services-list .services-card {
  aspect-ratio: 4 / 3;
  background-size: cover;
  position: relative;
  background-position: center;
  color: #fff;
  z-index: 1;
}
.services-section .services-list .services-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(180deg, #0000 42%, #000000e6), #00000054;
}
.services-section .services-list .services-card .services-card-content {
  padding: 0 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.services-section .services-list .services-card .services-card-heading,
.services-section .services-list .services-card .services-card-button,
.services-section .services-list .services-card .services-card-description {
  z-index: 1;
  position: relative;
}
.services-section .services-list .services-card .services-card-heading {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  color: #fff;
}
.services-section .services-list .services-card .services-card-description {
  font-size: 1.5rem;
  min-height: 6rem;
}
.services-section .services-list .services-card .services-card-button {
  border: none;
  border-bottom: 2px solid white;
  background: none;
  border-radius: 9999px;
  padding: 0.75rem 2.5rem;
  padding-top: calc(0.75rem + 2px);
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.25rem;
  transition: all ease-in 0.2s;
}
.services-section .services-list .services-card .services-card-button:hover {
  background: #fff;
  color: #000;
}
.solutions-section {
  margin: 0 auto;
  display: block;
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.solutions-section > .content {
  padding: 9rem 5rem 8rem;
}
.solutions-section .section-description {
  max-width: 1100px;
  margin: 0 auto;
  text-transform: capitalize;
  padding-bottom: 0;
}
.certification-section {
  margin: 0 auto;
  text-align: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.certification-section .certification-section-bg {
  position: absolute;
  width: 33%;
  height: 67%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: right bottom;
}
.certification-section .certification-list {
  list-style: none;
  padding: 0;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.certification-section .certification-list > li:nth-child(2) {
  grid-column: span 2;
}
.certification-section .certification-list > li:nth-child(2) img {
  height: 12rem;
}
.certification-section .certification-list > li:nth-child(3) {
  order: -1;
}
.certification-section .certification-list img {
  height: 16rem;
}
.certification-section > .content {
  padding: 9rem 5rem 8rem;
}
.certification-section .section-description {
  max-width: 1100px;
  margin: 0 auto;
  text-transform: capitalize;
}
.opportunities-section {
  display: grid;
  margin-bottom: 9rem;
}
.opportunities-section .content {
  display: flex;
  flex-direction: column;
}
.opportunities-section .opportunities-content-image {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  object-fit: cover;
  order: -1;
}
.opportunities-section .opportunities-text-content {
  padding: 4rem 0rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.opportunities-section .opportunities-description {
  line-height: 1.5;
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 2rem;
  color: #000;
}
.opportunities-section .opportunities-heading {
  color: #585858;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}
.opportunities-section .opportunities-heading:after {
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  width: 70%;
  bottom: 0;
  left: 0;
  background-color: #e4701e;
}
.trusted-partners-section {
  position: relative;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.trusted-partners-section:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e4701eb3;
  bottom: 0;
  left: 0;
}
.trusted-partners-section .content {
  z-index: 1;
  color: #fff;
  position: relative;
}
.trusted-partners-section .content:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 110%;
  height: 120%;
  background: #e4701e99;
  left: -5%;
  top: -5%;
  filter: blur(2rem);
  z-index: -1;
}
.trusted-partners-section .trusted-partners-heading {
  text-transform: uppercase;
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.trusted-partners-section .trusted-partners-description {
  font-style: italic;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.trusted-partners-section .trusted-partners-list {
  list-style: none;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  padding: 0;
  gap: 3rem;
}
.trusted-partners-section .trusted-partners-list img {
  max-width: 100%;
}
.news-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.news-section .news-heading {
  font-size: 4rem;
  color: #e4701e;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3rem;
}
.news-section .news-list {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  padding: 0;
}
.news-section .news-list img {
  max-width: 100%;
  width: 100%;
  height: 180px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.news-section .news-list .news-card-title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.375;
  color: #717073;
}
.news-section .news-list .news-card-date {
  color: rgb(51, 51, 51);
  position: relative;
  text-align: right;
  line-height: 2.5;
  font-weight: 300;
  letter-spacing: 0.05rem;
  margin-bottom: 2.5rem;
}
.news-section .news-list .news-card-date i {
  color: #e4701e;
}
.news-section .news-list .news-card-date:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  background-color: #e4701e;
  width: 70%;
}
.footer-section {
  background: #1b0b00;
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.footer-section .footer-group-1 {
  display: flex;
  flex-direction: column;
}
.footer-section .footer-group-1 .footer-logo {
  grid-column: span 4;
  width: 100%;
}
.footer-section .footer-group-1 .footer-nav {
  margin-top: 5rem;
}
.footer-section .footer-group-1 .footer-nav ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.footer-section .footer-group-1 .footer-nav li {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.footer-section .footer-group-1 .footer-nav li a {
  color: #fff;
}
.footer-section .footer-group-1 .footer-standard-icons {
  grid-column: span 2;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.footer-section .footer-group-1 .footer-standard-icons > img {
  height: 3rem;
  width: 9rem;
}
.footer-section .footer-group-1 .drop-icon-container {
  background: #676767;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-section .footer-group-1 .drop-icon-container img {
  max-width: 100%;
  max-height: 100%;
  margin-top: 0.75rem;
}
.footer-section .footer-social-links {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
}
.footer-section .footer-social-links .footer-social-link {
  color: #fff;
  background: #e4701e;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  vertical-align: middle;
}
.footer-section .footer-social-links .footer-social-link i.fab {
  line-height: 2.5;
}
.footer-section .footer-contact-us-button {
  text-transform: none;
  border-radius: 0.75rem;
  border: none;
  background: #fff;
  color: #e4701e;
  padding: 0.625rem 4rem;
  font-weight: 500;
}
.footer-section .footer-seperator {
  height: 2px;
  width: 110%;
  position: relative;
  left: -5%;
  background: #e4701e;
  margin: 2rem auto;
}
.footer-section .footer-group-2 {
  margin-top: 5rem;
}
.footer-section .footer-group-2 .footer-secondary-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  font-size: 1.25rem;
}
.footer-section .footer-group-2 .footer-secondary-nav a {
  color: #e4701e;
}
.footer-section .footer-group-2 .footer-group-2-top {
  display: flex;
  flex-direction: column;
}
.footer-section .footer-group-2 .footer-group-2-top-right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.footer-section .footer-copyright-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
.page-header-section {
  position: relative;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-position: center;
}
.page-header-section:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e4701eb3;
  bottom: 0;
  left: 0;
}
.page-header-section .content {
  z-index: 1;
  color: #fff;
  position: relative;
}
.page-header-section .content:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 110%;
  height: 120%;
  background: #e4701e99;
  left: -5%;
  top: -5%;
  filter: blur(2rem);
  z-index: -1;
}
.page-header-section .page-header-section-heading {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.page-header-section .page-header-section-button {
  background: #e4701e;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  color: #fff;
  box-shadow: 0 4px 4px #00000040;
  border: none;
}
.page-header-section .page-header-section-button:hover {
  background-color: #fff;
  color: #e4701e;
}
.product-list-page {
  padding: 12rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.product-list-section {
}
.product-list-section .product-list-section-heading {
  color: #e4701e;
  text-align: center;
  margin: 0 auto 8rem;
  text-transform: uppercase;
  font-size: 3.5rem;
}
.product-list-section .product-list {
  padding: 0;
  display: grid;
  margin: 0 auto;
  gap: 5rem;
  list-style: none;
}
.product-list-section .product-list-item-image {
  width: 100%;
  aspect-ratio: 1/1;
  box-shadow: 0 4px 16px #00000040;
  border-radius: 0.375rem;
}
.product-list-section .product-list-item-title {
  color: #e4701e;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.product-list-section .product-list-section-description {
  font-size: 2rem;
  text-align: justify;
  padding: 8rem 0 12rem;
}
.product-list-page:before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  transform: rotate(180deg);
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, #d9d9d900 80%, #73737340),
    linear-gradient(180deg, #d9d9d900, #ff995130);
}
.product-list-page:after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, #efefef00, #e6e6e6);
}
.rig-accessories-page .product-list-section .product-list-item-title {
  padding-left: 0;
  padding-right: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.rr-process-section {
  position: relative;
  width: 100%;
}
.rr-process-section .rr-process-section-heading {
  color: #e4701e;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.25;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 3rem;
}
.rr-process-section .rr-process-section-description {
  font-size: 3.125rem;
  color: #e4701e;
  text-align: center;
  text-transform: capitalize;
  max-width: 1050px;
  margin: 0 auto;
  margin-bottom: 3rem;
  font-size: 500;
}
/* .rr-process-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(0deg, #d9d9d900 80%, #73737340),
    linear-gradient(0deg, #d9d9d900, #ff995130);
}
.rr-process-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, #efefef00, #e6e6e6);
} */
.rr-process-section .rr-process {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.rr-process-section .rr-process .rr-process-step {
  display: flex;
  gap: 2rem;
  position: relative;
  align-items: center;
  overflow: hidden;
}
.rr-process-section .rr-process .rr-process-step + .rr-process-step {
  padding-top: 6rem;
}
/* .rr-process-section .rr-process .rr-process-step + .rr-process-step:before {
  content: "";
  display: block;
  width: 2px;
  left: 6rem;
  height: 4rem;
  background-color: #e4701e;
  position: absolute;
  top: -5rem;
}
.rr-process-section
  .rr-process
  .rr-process-step:first-child
  .rr-process-step-image-container:before {
  display: none;
}
.rr-process-section
  .rr-process
  .rr-process-step:last-child
  .rr-process-step-image-container:after {
  display: none;
} */
.rr-process-section .rr-process .rr-process-step-image-container {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}
/* .rr-process-section .rr-process .rr-process-step-image-container:before,
.rr-process-section .rr-process .rr-process-step-image-container:after {
  content: "";
  display: block;
  width: 2px;
  left: 6rem;
  height: 20rem;
  background-color: #e4701e;
  position: absolute;
}
.rr-process-section .rr-process .rr-process-step-image-container:before {
  bottom: 100%;
}
.rr-process-section .rr-process .rr-process-step-image-container:after {
  top: 100%;
} */
.rr-process-section
  .rr-process
  .rr-process-step-image-container
  .rr-process-step-number {
  top: 2rem;
  left: 0;
  position: absolute;
  height: 3rem;
  width: 3rem;
  background-color: #e4701e;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rr-process-section .rr-process .rr-process-step-image {
  height: 12rem;
  width: 12rem;
  border-radius: 50%;
  box-shadow: 11px -1px 18px #00000040;
  z-index: 2;
}
.rr-process-section .rr-process .rr-process-step-content {
  width: 100%;
  position: relative;
  padding: 1rem 0;
  /* padding-top: 5rem; */
}
.rr-process-section
  .rr-process
  .rr-process-step-content
  .rr-process-step-heading {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  text-decoration: underline;
  color: #333;
  margin-bottom: 1rem;
}
.rr-process-section
  .rr-process
  .rr-process-step-content
  .rr-process-step-description {
  font-weight: 300;
  font-size: 1.25rem;
  text-align: justify;
  line-height: 1.25;
}
.content-card-heading {
  text-align: center;
  text-decoration: underline;
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 3rem;
  color: #e78038;
}
.content-card-description {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: normal;
}
@media all and (min-width: 768px) {
  .rr-process-section .rr-process-section-heading {
    font-size: 4rem;
  }
  .rr-process-section .rr-process-section-description {
    font-size: 4.25rem;
  }
  .rr-process-section
    .rr-process
    .rr-process-step-image-container
    .rr-process-step-number {
    height: 5rem;
    width: 5rem;
    font-size: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .rr-process-section .rr-process {
    max-width: 80rem;
  }
  .rr-process-section .rr-process .rr-process-step {
    max-width: 62rem;
    overflow: visible;
    gap: 2rem;
  }
  .rr-process-section .rr-process .rr-process-step + .rr-process-step {
    padding-top: 0;
  }
  .rr-process-section .rr-process .rr-process-step + .rr-process-step:before {
    display: none;
  }
  .rr-process-section .rr-process .rr-process-step:nth-child(2n) {
    margin-left: 16rem;
    position: relative;
  }
  .rr-process-section
    .rr-process
    .rr-process-step
    .rr-process-step-image-container {
    padding: 0;
  }

  .rr-process-section
    .rr-process
    .rr-process-step
    .rr-process-step-image-container
    .rr-process-step-image {
    height: 22rem;
    width: 22rem;
  }
  .rr-process-section
    .rr-process
    .rr-process-step
    .rr-process-step-image-container
    .rr-process-step-number {
    top: 0;
  }
  .rr-process-section .rr-process .rr-process-step-content {
    min-height: 22rem;
    padding-top: 10rem;
  }
  .rr-process-section
    .rr-process
    .rr-process-step-content
    .rr-process-step-description {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    margin-bottom: 2rem;
  }
  .rr-process-section
    .rr-process
    .rr-process-step-content
    .rr-process-step-heading {
    margin-bottom: 2rem;
    /* position: absolute;
    top: 20%;
    transform: translateY(-50%); */
  }
}
@media (min-width: 768px) {
  .hide-in-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-in-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar-header:before,
  .navbar-header:after {
    content: unset;
  }
  .navbar-toggle,
  .navbar-brand {
    float: none !important;
  }
  .navbar {
    border: 0;
  }
  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-toggle {
    order: 1;
  }
  .navbar-toggle:not(.collapsed) > .icon-bar:nth-last-child(1) {
    transform: rotate(135deg);
    width: 30px;
    transform-origin: 0 0;
    margin-top: 0px;
    left: 30px;
    position: relative;
    top: -10px;
  }

  .navbar-toggle:not(.collapsed) > span:nth-child(2) {
    transform: rotate(45deg);
    width: 30px;
    transform-origin: 0 0;
    position: relative;
    top: -10px;
    left: 10px;
  }

  .navbar-toggle:not(.collapsed) > span:nth-child(3) {
    display: none;
  }
  .navbar .container-fluid .navbar-header {
    padding: 2rem 3rem;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .navbar .container-fluid {
    padding: 0;
  }
  .navbar .navbar-brand img {
    height: 6rem;
  }
  .top-strip {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 0.5rem;
  }
  .top-strip > img {
    display: none;
    max-width: 90px;
  }
  .top-strip > img:nth-child(1) {
    display: block;
  }
  .top-strip .top-strip-description {
    font-size: 10px;
    padding: 0.5rem 0;
  }
  .section-heading {
    width: 100%;
  }
  .navbar .mobile-top-strip {
    display: flex;
    flex-direction: row;
    background-color: #e4701e;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2.5rem;
  }
  .navbar .mobile-top-strip .top-strip-iso-standard-icon {
    height: 4rem;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #e4701e;
    width: 24px;
    height: 4px;
  }
  .navbar-toggle {
    border-width: 2px;
    margin-right: 0;
    border: 0;
  }
  .container-fluid .navbar-collapse {
    padding: 0;
    margin: 0;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover .icon-bar,
  .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #e4701e;
  }
  .navbar .nav.navbar-nav:not(#menu-header-menu-other) {
    text-align: center;
    padding: 30px 0 40px;
    background: rgba(227, 113, 37, 0.88);
    margin-top: 10px;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: #e4701e;
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    color: #e4701e;
    text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    background: #ffffff;
  }
  .header-menu-other-container {
    background: rgba(227, 113, 37, 0.88);
    padding: 24px 24px 36px;
  }
  .header-menu-other-container ul > li:nth-last-child(1) {
    display: none;
  }
  .navbar .navbar-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  }
  .header-menu-other-container ul::after,
  .header-menu-other-container ul::before {
    display: none;
  }
  .navbar .navbar-right li a {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
  }

  .white-strip {
    background-color: #ffffff;
    width: 80%;
    margin: auto;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    height: 4px;
  }

  .services-section .services-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    min-height: 500px;
    height: auto;
  }
  .services-section .services-list .services-card {
    aspect-ratio: auto;
    height: 100%;
  }
  .services-section
    .services-list
    .services-card
    .services-card-heading-container {
    position: relative;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -13vw;
    overflow: hidden;
    max-width: 100%;
  }
  .services-section .services-list .services-card .services-card-heading {
    text-transform: uppercase;
    font-size: 2.5rem;
    margin: 0;
    color: #fff;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    position: absolute;
  }
  .services-section .services-list .services-card .services-card-content {
    position: static;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
  }

  .services-section .services-list .services-card {
    display: flex;
    flex-direction: column;
  }
  .services-section .services-list .services-card .services-card-description {
    min-height: auto;
  }

  .certification-section .certification-list > li:nth-child(3),
  .certification-section .certification-list > li:nth-child(4),
  .certification-section .certification-list > li:nth-child(5) {
    order: -1;
  }
  .certification-section .certification-list > li:nth-child(2) {
    grid-column: span 4;
  }
  .certification-section .certification-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .trusted-partners-section .trusted-partners-heading {
    font-size: 27px;
  }
  .trusted-partners-section .trusted-partners-description {
    font-size: 12px;
  }
  .trusted-partners-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .trusted-partners-section .trusted-partners-list img {
    max-height: 50px;
  }
  .opportunities-section .opportunities-text-content {
    align-items: center;
  }
  .opportunities-section .opportunities-heading:after {
    width: 95%;
    left: 2.5%;
  }
  .news-section .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
  }
  .news-section .carousel-control.left,
  .news-section .carousel-control.right {
    height: auto;
    margin: 0;
    position: static;
  }
  .news-section .controls .fa {
    text-shadow: none;
    color: #696969;
    font-size: 3rem;
  }
  .news-section .news-list .news-card-title {
    min-height: 70px;
  }
  /* hide first child of footer-group-1 */
  /* .footer-section
    .footer-group-1
    .footer-nav
    > *:nth-child(1)
    > *:nth-child(1) {
   display: none !important; 
  } */

  .footer-section .footer-group-1 .footer-standard-icons img {
    height: 4rem;
    width: 12rem;
  }
  .footer-section .footer-group-1 .footer-nav ul li {
    font-size: 1.75rem;
  }
  .footer-section .footer-group-1 .footer-nav > *:nth-child(1) {
    margin-bottom: 4rem;
    text-align: left;
  }
  .footer-section .footer-group-1 .footer-nav > *:nth-child(2) {
    /* display: flex; */
    gap: 1.5rem;
    justify-content: center;
  }
  .footer-section .footer-group-1 .footer-nav > *:nth-child(2) li a {
    /* color: #e4701e; */
  }

  .footer-nav::before {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    height: 3px;
    background: #e36f1e;
    top: -4rem;
  }
  .footer-section .footer-contact-us-button {
    padding: 0.625rem 3rem;
  }
  .footer-section .footer-social-links {
    margin-top: 0;
  }
  .footer-section .footer-group-2 .footer-group-2-top-right {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    order: -1;
  }
  .footer-section .footer-group-2 .footer-secondary-nav {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3rem;
  }
  .footer-section .footer-seperator {
    width: 100%;
    left: 0;
  }
  .footer-section .footer-group-1 .footer-nav {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    position: relative;
    margin-top: 7rem;
  }
  .footer-section .footer-group-1 .footer-nav li {
    padding-left: 1.5rem;
    position: relative;
  }
  .footer-section .footer-group-1 .footer-nav li :before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    height: 1.75rem;
    width: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAUCAYAAABBECfmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABrSURBVHgBxY+7DYAwDERt5IKSkjFSUjICozJCRmAUNjDnCCRi2XVOOlnKu/hDNECqusElYgKvcEGAmPnqIB5OA9DhA/aTsoB8qSgg/xk+MAVL3m9d2J21o5grulTOQBuTgQYzYLKF5giM0gOitT+PC6zziQAAAABJRU5ErkJggg==);
  }
  .footer-section {
    padding: 4rem 5rem 5rem !important;
  }
}
@media (min-width: 768px) {
  .section-heading {
    font-size: 4.5rem;
  }
  .navbar .container-fluid {
    display: flex;
  }
  .navbar-default .navbar-collapse {
    display: flex !important;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .industry-pioneers-section,
  .solutions-section .content {
    padding: 9rem 8rem 8rem;
  }
  .certification-section .certification-list {
    display: flex;
    justify-content: center;
    gap: 4rem;
    align-items: center;
  }
  .certification-section .certification-list > li:nth-child(3) {
    order: 1;
  }
  .news-section .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-section .content {
    padding: 0 10rem;
  }
  .footer-section .footer-group-1 .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }
  .footer-section .footer-group-1 .footer-nav li {
    padding-left: 1.5rem;
    position: relative;
  }
  .footer-section .footer-group-1 .footer-nav li :before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    height: 1.75rem;
    width: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAUCAYAAABBECfmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABrSURBVHgBxY+7DYAwDERt5IKSkjFSUjICozJCRmAUNjDnCCRi2XVOOlnKu/hDNECqusElYgKvcEGAmPnqIB5OA9DhA/aTsoB8qSgg/xk+MAVL3m9d2J21o5grulTOQBuTgQYzYLKF5giM0gOitT+PC6zziQAAAABJRU5ErkJggg==);
  }
  .footer-section .footer-group-1 .footer-standard-icons {
    margin-top: 0;
    justify-content: flex-start;
  }
  .footer-section .footer-group-1 .footer-standard-icons > img {
    height: 4rem;
    width: 12rem;
  }
  .footer-section .footer-group-1 .drop-icon-container {
    height: 5rem;
    width: 5rem;
  }
  .footer-section
    .footer-group-1
    .footer-nav
    > *:nth-child(2)
    > *:nth-child(1) {
    display: none !important;
  }
  .mobile-only {
    display: none !important;
  }
  .product-list-section .product-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 750px;
  }
  .page-header-section .page-header-section-heading {
    font-size: 4.5rem;
  }
}
@media all and (min-width: 1024px) {
  .services-section .services-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .what-we-build-section .what-we-build-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .opportunities-section .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .opportunities-section .opportunities-text-content {
    padding: 6rem 9rem 0 5rem;
    align-items: flex-end;
  }
  .opportunities-section .opportunities-content-image {
    order: 0;
  }
  .opportunities-section .opportunities-heading:after {
    left: unset;
    right: 0;
  }
  .certification-section .certification-list {
    gap: 10rem;
  }
  .trusted-partners-section .trusted-partners-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-list-section .product-list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1300px;
  }
  .product-list-section.two-column-layout .product-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 750px;
  }
}
@media all and (min-width: 1280px) {
  .content-container {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    padding-left: 0;
    padding-right: 0;
  }
  .top-strip {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .news-section .news-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .footer-section .footer-group-1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .footer-section .footer-group-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer-section .footer-group-2 .footer-secondary-nav {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .footer-section .footer-group-2 .footer-group-2-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-section .footer-group-2 .footer-group-2-top-right {
    align-items: center;
    flex-direction: row;
  }
  .footer-section .footer-logo {
    margin-left: -6rem;
  }
  .footer-section .footer-nav {
    grid-column: 6 / span 5;
    column-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-section .footer-nav ul {
    columns: auto 15rem;
  }
  .footer-section .footer-standard-icons {
    justify-content: end;
    flex-direction: column;
    align-items: end;
    gap: 1rem;
  }
  .footer-section .footer-social-links {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .footer-section .footer-group-1 .footer-nav {
    margin-top: 5rem;
  }
}
