body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 85px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 53.33px;
  line-height: 55px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 33.33px;
  line-height: 35px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-size: 33.33px;
  line-height: 36px;
}

a {
  text-decoration: none;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.small-paragraph {
  margin-bottom: 0px;
  font-size: 26.66px;
  line-height: 30px;
  font-weight: 300;
}

.second-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/txs-second-section-shape.svg');
  background-position: 100% 100%;
  background-size: 14%;
  background-repeat: no-repeat;
}

.text-block {
  width: 69vw;
  max-width: 738.984375px;
  font-weight: 300;
}

.text-heading {
  font-size: 44px;
  line-height: 50px;
  font-weight: 200;
}

.text-heading.small-margin-bottom {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px;
}

.text-body {
  margin-top: 40px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 21px;
  line-height: 26px;
  font-weight: 200;
  letter-spacing: 1.2px;
}

.small-margin-bottom {
  margin-bottom: 15px;
}

.red-text {
  color: #ff0023;
}

.white-text {
  color: #fff;
}

.our-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17.5vw;
}

.big-picture {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 51vw;
  height: 100vh;
}

.black-bg-and-text-section {
  margin-top: -7vw;
  margin-bottom: -7vw;
  padding: 10vh 6vw 9vw 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.services-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 0vw;
  margin: -10vw -6vw 0vw -9vw;
  padding: 4vw 6vw 4vw 9vw;
  background-color: #000;
  color: #ff0023;
  font-size: 5vw;
  line-height: 5.1vw;
  font-weight: 700;
  letter-spacing: -3px;
}

.scroll-box {
  margin-top: 4vw;
  color: #fff;
}

.service-number {
  height: 7vw;
  margin-bottom: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-number.one {
  background-image: url('../images/services-numbering-01.svg');
}

.service-number.two {
  background-image: url('../images/services-numbering-02.svg');
}

.service-number.thee {
  background-image: url('../images/services-numbering-03.svg');
}

.service-number.expertise-number {
  display: none;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  opacity: 0;
}

.service-type-heading {
  font-size: 45px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -4px;
}

.service-desc-text {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: -2px;
}

.scroll {
  margin-top: 40px;
  margin-left: 13px;
  border-left: 1.3px solid #ff0023;
}

.service-types {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-circle {
  width: 20px;
  height: 20px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
}

.industry-and-expertise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 16vw;
  margin-bottom: 10vw;
}

.text-and-control-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22.5vw;
  height: 29vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e4e5e7;
  color: #231f20;
}

.industry-title-block {
  width: 30vw;
  max-width: 321.296875px;
  margin-top: 7vw;
  margin-left: 10vw;
  font-size: 5vw;
  line-height: 5.1vw;
  font-weight: 700;
  letter-spacing: -3px;
}

.industry-title-block.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34vw;
  max-width: none;
  margin-top: 0vw;
  margin-bottom: 0vw;
  margin-left: -15vw;
  padding-right: 15px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: none;
}

.control-block {
  position: relative;
  top: 1.9vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.control-block.left {
  position: relative;
  top: 1.7vw;
}

.control-circle {
  width: 9vw;
  height: 9vw;
  margin-right: -4.5vw;
  background-image: url('../images/industries-right-arrow.svg');
  background-position: 50% 95%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.control-circle.left {
  background-image: url('../images/industries-left-arrow.svg');
}

.slider-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.expertise-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  min-height: 35vw;
  padding: 4vw 2vw 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  color: #fff;
  font-size: 1.9vw;
  line-height: 1.9vw;
  text-align: center;
}

.picture-and-icon-bg {
  width: 14vw;
  height: 14vw;
  margin-bottom: 5vw;
  border-radius: 50%;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 35, 0.7)), to(rgba(255, 0, 35, 0.7))), url('../images/industries-oil-and-gas-image.jpg');
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), linear-gradient(180deg, rgba(255, 0, 35, 0.7), rgba(255, 0, 35, 0.7)), url('../images/industries-oil-and-gas-image.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 50%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.picture-and-icon-bg.oil-gas {
  background-image: url('../images/industries-oil-gas-icon.svg'), url('../images/industries-oil-and-gas-image-new.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 50%, cover;
  background-repeat: no-repeat, no-repeat;
}

.picture-and-icon-bg.petrochem {
  background-image: url('../images/industries-petrochemicals-icon.svg'), url('../images/industries-petrochemical-image-new.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 50%, cover;
  background-repeat: no-repeat, no-repeat;
}

.picture-and-icon-bg.construction {
  background-image: url('../images/industries-construction-icon.svg'), url('../images/industries-construction-image-new.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 50%, cover;
  background-repeat: no-repeat, no-repeat;
}

.picture-and-icon-bg.transportation {
  background-image: url('../images/industries-transportation-icon.svg'), url('../images/industries-transportation-image-new.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 50%, cover;
  background-repeat: no-repeat, no-repeat;
}

.picture-and-icon-bg.offshore {
  background-image: url('../images/industries-offshore-oil-icon.svg'), url('../images/industries-offshore-oil-image-new.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 20%, cover;
  background-repeat: no-repeat, no-repeat;
}

.picture-and-icon-bg.engineering {
  background-image: url('../images/industries-engineering-icon.svg'), url('../images/industries-engineering-image-new.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 50%, cover;
  background-repeat: no-repeat, no-repeat;
}

.picture-and-icon-bg.electric {
  background-image: url('../images/industries-electrical-utility-icon.svg'), url('../images/industries-electric-utility-image-new.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 50%, cover;
  background-repeat: no-repeat, no-repeat;
}

.picture-and-icon-bg.heavy {
  background-image: url('../images/industries-heavy-industries-icon.svg'), url('../images/industries-heavy-industries-image-new.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 50%, cover;
  background-repeat: no-repeat, no-repeat;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-left: 13vw;
  background-color: #000;
  background-image: url('../images/products-section-image-cut-out-01.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.products.test {
  display: none;
  height: 50vw;
}

.product-item-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px none #e4e5e7;
}

.product-item-and-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-weight: 300;
}

.product-item-and-icon-div.topic-side {
  margin-top: 12px;
  margin-left: 13vw;
}

.product-item-and-icon-div.pop-up {
  height: auto;
  max-width: 268.640625px;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
  letter-spacing: 0px;
}

.product-item-and-icon-div.pop-up.bottom {
  margin-top: 0px;
  margin-bottom: -10px;
}

.red-icon {
  width: 40px;
  height: 30px;
  margin-right: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/products-list-shape-red.svg');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.red-icon.view-all-flex-box {
  margin-right: 1vw;
}

.red-icon.pop-up {
  margin-right: 10px;
  margin-left: -20px;
}

.red-icon.no-margin {
  margin-right: 0vw;
}

.products-heading-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.view-all-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-weight: 300;
  letter-spacing: -1px;
  cursor: pointer;
}

.text-and-line-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3.6vw;
  margin-right: 10vw;
  margin-left: 10vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-and-line-div.end-to-end {
  margin-top: -4.6vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-and-line-div.top {
  margin-top: -0.15vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.redline {
  height: 2px;
  background-color: #ff0023;
}

.redline.shorter-line {
  width: 5vw;
  height: 1px;
}

.redline.long-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.txs-advantage {
  margin-right: 20px;
  margin-left: 20px;
  color: #231f20;
  font-size: 4.7vw;
  line-height: 5.1vw;
  font-weight: 700;
  letter-spacing: -4px;
}

.white-text-and-txs-bg {
  background-image: url('../images/txs-advantage-shape-grey.svg');
  background-position: 50% 50%;
  background-size: 130% 100%;
  background-repeat: no-repeat;
  color: #fff;
}

.light-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -11px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 200;
}

.gray-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e4e5e7;
}

.gray-line.shorter-gray-line {
  width: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.gray-line.maintenance-gray-line {
  width: 20vw;
  height: 1px;
}

.gray-line.maintenance-gray-line-2 {
  width: 24vw;
  height: 1px;
}

.red-vertical-text {
  width: 1px;
  margin-right: 5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff0023;
}

.red-vertical-text.gray {
  width: 1px;
  margin-top: -3vw;
  margin-bottom: -3vw;
  background-color: #e4e5e7;
}

.gray-vertical-text {
  width: 1px;
  margin-left: 6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e4e5e7;
}

.plenty-text-block {
  margin: 9vw 20px 7vw;
}

.bottom-text-block {
  width: 30vw;
  margin-top: -4vw;
  margin-right: 20px;
  margin-left: 20px;
  color: #ff0023;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

.txc-advantage {
  margin-top: 13vw;
}

.maintenance {
  margin-top: 10vw;
  padding-top: 7vw;
  padding-bottom: 10vw;
  background-color: #000;
}

.maintenance-topic-div {
  width: 48vw;
  margin-right: auto;
  margin-bottom: 5vw;
  margin-left: auto;
}

.our-approach-topic-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3vw;
  padding-bottom: 3vw;
  color: #fff;
  font-size: 3.2vw;
  line-height: 4.1vw;
  font-weight: 400;
}

.red-3-div {
  margin-right: 5px;
  margin-left: 5px;
  color: #ff0023;
  font-size: 9vw;
  line-height: 8vw;
  font-weight: 300;
}

.very-light-text {
  font-weight: 200;
}

.our-approach-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vw;
  margin-right: auto;
  margin-left: 10vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(180deg, transparent, #000);
}

.our-approach-accordion-block {
  position: relative;
  z-index: 1;
  margin-top: 6vw;
  margin-bottom: -6vw;
  margin-left: -12.5vw;
  padding-top: 3vw;
  padding-right: 22px;
  padding-left: 5vw;
  background-color: #000;
}

.dropdown-parent {
  width: 45vw;
  max-width: 481.9375px;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.gray-and-red-gradient-horizontal-line {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(255deg, rgba(0, 0, 0, 0.6), #ff0023 32%, #e4e5e7);
  opacity: 0.2;
}

.approach-text {
  padding: 2vw 4vw;
  border-left: 1px solid rgba(228, 229, 231, 0.3);
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-weight: 300;
}

.approach-text-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  cursor: pointer;
}

.plus-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.plus-lines {
  width: 3px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff0023;
}

.plus-lines.horizontal {
  margin-right: -3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.approach-text-extras {
  overflow: hidden;
  margin-top: 1.5vw;
}

.picture-block {
  width: 56%;
  height: 630px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/our-approach-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 640px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-image {
  position: relative;
  width: 50vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/footer-image-shape-01.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  margin-top: 5vw;
  margin-bottom: 2vw;
  margin-left: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-logo {
  width: 12vw;
  height: 8vw;
  background-image: url('../images/txs-logo.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.need-our-services-block {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
}

.contact-us-block {
  margin-top: 10px;
  color: #ff0023;
  font-size: 33px;
  line-height: 37px;
  font-weight: 800;
}

.contact {
  border-left: 1.3px solid #e4e5e7;
}

.contact-us-wrapper {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 4vw;
  color: #000;
}

.contact-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-block {
  width: 23vw;
  max-width: 246.328125px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-title {
  color: #ff0023;
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}

.contact-body {
  margin-top: 10px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

.site-credit {
  position: absolute;
  right: 3vw;
  bottom: 25px;
}

.site-credit.txs {
  position: absolute;
}

.black-text {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #000;
}

.black-text:hover {
  color: #ff0023;
}

.first-service-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/services-01-product.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.second-service-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/services-02-life-extension.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.third-service-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/industries-engineering-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._100-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80%;
  margin-left: -3px;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gray-vertical-line {
  position: relative;
  right: -17px;
  width: 1px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #a6a8ab;
}

.products-pup-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 170;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 8vw;
  padding-bottom: 8vw;
  background-color: #000;
}

.pop-up-topic-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-pup-div {
  width: 5vw;
  height: 5vw;
  background-image: url('../images/txs-approach-plus-icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.products-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 8vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vw;
  min-width: 30%;
  margin-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #e4e5e7;
}

.div-block {
  max-width: 216.546875px;
}

.products-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vw;
  margin-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1.2px solid #e4e5e7;
}

.product-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 200;
  letter-spacing: 0px;
}

.red {
  width: 30px;
  height: 20px;
}

.slider-parent {
  position: relative;
  width: 78vw;
  padding-top: 24vw;
  padding-left: 10vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.industry-slider {
  height: auto;
  margin-top: -3vw;
  background-color: transparent;
}

.industry-slider.mobile {
  display: none;
}

.display-none {
  display: none;
}

.slider-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 7.5vw;
  height: 7.5vw;
  margin-top: 0.5vw;
  margin-left: -14.5vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.slider-arrow.left {
  margin-top: 9vw;
  background-image: url('../images/industries-left-arrow.svg');
  background-size: auto;
}

.slider-arrow.right {
  background-image: url('../images/industries-right-arrow.svg');
  background-size: auto;
}

.slider-right-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.red-number {
  color: #ff0023;
  font-size: 8vw;
  line-height: 0vw;
  font-weight: 200;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding: 7vw 7vw 17vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.nav-bar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-logo {
  position: relative;
  z-index: 10;
  width: 11vw;
  height: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/txs-logo-white.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-us-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.red-bg {
  width: 5vw;
  height: 4vw;
  margin-right: 20px;
  background-color: #ff0023;
  background-image: url('../images/landing-page-contact-icon.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.hero-text-div-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9vw;
  margin-right: 9vw;
  margin-left: 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.txs {
  position: relative;
  z-index: 10;
  margin-left: 0vw;
  color: #fff;
  font-size: 5.1vw;
  line-height: 6vw;
  font-weight: 700;
}

.text-block-2 {
  font-size: 5.1vw;
  line-height: 6vw;
}

.small-hero-text {
  display: block;
  margin-top: 10px;
  font-size: 29px;
  line-height: 25px;
}

.hero-maintenace {
  font-size: 4.2vw;
  line-height: 4vw;
  font-weight: 300;
  letter-spacing: -1px;
}

.hero-solutions {
  margin-top: 0.6vw;
  margin-bottom: 0.6vw;
  font-size: 4.2vw;
  line-height: 4vw;
  font-weight: 300;
}

.hero-powerful {
  font-size: 4.1vw;
  line-height: 4.1vw;
  font-weight: 500;
}

.minus {
  width: 20px;
  height: 3px;
  margin-left: -11px;
  background-color: #ff0023;
}

.red-line {
  position: relative;
  z-index: 2;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff0023;
}

.header-sliding-div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-310%, 0px);
  -ms-transform: translate(-310%, 0px);
  transform: translate(-310%, 0px);
}

.black-absolute-skewed-bg {
  position: absolute;
  z-index: 1;
  width: 66vw;
  height: 60vw;
  margin-left: -27vw;
  padding-left: 0px;
  background-color: #000;
  -webkit-transform: skew(32deg, 0deg);
  -ms-transform: skew(32deg, 0deg);
  transform: skew(32deg, 0deg);
}

.black-dummy-div {
  width: 7vw;
  background-color: #000;
}

.mobile-picture-block {
  display: none;
}

.lottie-animation-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 90vw;
  height: auto;
}

.lottie-sequence {
  height: 100%;
}

.text-block-5 {
  position: relative;
  z-index: 2;
}

.red-stroke-div {
  position: relative;
  z-index: 2;
  width: 5px;
  margin-left: -8.9vw;
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg);
}

@media (max-width: 991px) {
  .small-paragraph {
    font-size: 23px;
    line-height: 26px;
  }
  .second-section {
    height: auto;
    min-height: auto;
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .text-block {
    width: 80vw;
    max-width: none;
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
  .text-heading {
    min-width: 570px;
    font-size: 40px;
    line-height: 40px;
  }
  .text-heading.small-margin-bottom {
    min-width: 620px;
    font-size: 32px;
    line-height: 39px;
  }
  .our-services {
    margin-top: 24.5vw;
    margin-bottom: 17.5vw;
  }
  .big-picture {
    width: 40vw;
  }
  .services-heading {
    font-size: 5vw;
  }
  .service-number {
    height: 9vw;
    max-height: 69.109375px;
  }
  .service-number.expertise-number {
    min-height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .service-type-heading {
    font-size: 43px;
  }
  .service-desc-text {
    font-size: 38px;
    line-height: 40px;
  }
  .industry-title-block.products {
    margin-left: 0vw;
  }
  .slider-div-block {
    width: 68vw;
    height: auto;
  }
  .expertise-card {
    width: 29vw;
    height: 40vw;
    font-size: 2vw;
    letter-spacing: 0px;
  }
  .products {
    height: 60vw;
    padding-left: 10vw;
  }
  .product-item-div {
    width: 385px;
    padding-right: 0vw;
  }
  .product-item-and-icon-div {
    height: 30%;
  }
  .text-and-line-div.end-to-end {
    margin-top: -4.4vw;
  }
  .bottom-text-block {
    width: 40vw;
  }
  .maintenance {
    padding-top: 15vw;
    padding-bottom: 20vw;
  }
  .our-approach-content-block {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .picture-block {
    height: 60vw;
  }
  .footer {
    height: 631px;
  }
  .footer-image {
    background-position: 0% 0%;
    background-size: 100% 100%;
  }
  .footer-text-wrapper {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gray-vertical-line {
    background-color: #a6a8ab;
  }
  .pop-up-topic-box {
    width: 60vw;
    margin-left: 18vw;
  }
  .products-wrapper {
    width: 80vw;
  }
  .header {
    height: auto;
    padding-bottom: 15vw;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .hero-text-div-flex {
    margin-top: 15vw;
  }
  .black-absolute-skewed-bg {
    height: 71vw;
  }
  .red-stroke-div {
    margin-left: -8vw;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 24px;
    line-height: 30px;
  }
  .small-paragraph {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
  }
  .second-section {
    height: auto;
    max-height: none;
    background-size: 20vw;
  }
  .text-block {
    width: 80vw;
  }
  .text-heading {
    min-width: auto;
    font-size: 30px;
    line-height: 35px;
  }
  .text-heading.small-margin-bottom {
    width: auto;
    min-width: auto;
  }
  .text-body {
    margin-top: 25px;
  }
  .our-services {
    margin-bottom: 20.5vw;
  }
  .big-picture {
    width: 30vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .services-heading {
    font-size: 50px;
    line-height: 50px;
  }
  .service-number {
    height: 80px;
    max-height: none;
  }
  .service-number.expertise-number {
    width: auto;
    height: auto;
    font-size: 27px;
    line-height: 30px;
  }
  .service-type-heading {
    line-height: 45px;
  }
  .service-desc-text {
    font-size: 35px;
    line-height: 38px;
  }
  .industry-and-expertise {
    margin-bottom: 12vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-and-control-div {
    width: 170px;
    height: 250px;
  }
  .industry-title-block {
    width: auto;
    margin-top: 74px;
    font-size: 50px;
    line-height: 50px;
  }
  .industry-title-block.products {
    width: 50vw;
    height: auto;
    margin-top: 10vw;
    margin-right: 10vw;
    margin-bottom: 4vw;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 45px;
  }
  .slider-div-block {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .expertise-card {
    width: 40vw;
    height: auto;
    min-height: 400px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .picture-and-icon-bg {
    width: 150px;
    height: 150px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .products {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-image: url('../images/products-section-image-cut-out-01.png');
    background-position: 100% 100%;
    background-size: 100%;
  }
  .products.test {
    position: relative;
    height: auto;
    max-height: none;
    padding-bottom: 135px;
    padding-left: 16vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product-item-div {
    width: auto;
    height: 470px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .product-item-and-icon-div {
    height: 80px;
  }
  .red-icon.view-all-flex-box {
    position: static;
    width: 30px;
    margin-left: 0px;
  }
  .red-icon.no-margin {
    margin-right: 0vw;
  }
  .products-heading-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .view-all-flex-box {
    width: 140px;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-and-line-div.end-to-end {
    margin-top: -46px;
  }
  .txs-advantage {
    font-size: 50px;
    line-height: 50px;
  }
  .gray-line.maintenance-gray-line {
    width: 185px;
  }
  .gray-line.maintenance-gray-line-2 {
    width: 197px;
  }
  .plenty-text-block {
    margin-top: 69px;
    margin-bottom: 60px;
  }
  .bottom-text-block {
    width: 55vw;
    max-width: none;
  }
  .maintenance-topic-div {
    width: 430px;
    margin-right: auto;
    margin-left: auto;
  }
  .our-approach-topic-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 30px;
    line-height: 30px;
  }
  .red-3-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 70px;
    line-height: 70px;
  }
  .our-approach-accordion-block {
    margin-left: -30vw;
  }
  .dropdown-parent {
    width: 55vw;
    max-width: none;
  }
  .approach-text {
    padding-top: 0vw;
    padding-bottom: 4vw;
  }
  .approach-text-heading {
    padding-top: 3.5vw;
  }
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-block {
    width: auto;
    max-width: none;
  }
  ._100-div {
    height: 70%;
    padding-top: 10vw;
    border-top: 1px solid #e4e5e7;
  }
  .gray-vertical-line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .products-pup-up {
    z-index: 230;
    display: none;
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .pop-up-topic-box {
    width: auto;
    margin-left: 0vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pop-up-title-div.red-text {
    margin-right: 10px;
  }
  .close-pup-div {
    width: 50px;
    height: 50px;
  }
  .products-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-block.pop-up-project-block {
    width: 100%;
  }
  .product-flex {
    max-width: none;
    line-height: 25px;
  }
  .slider-parent {
    width: auto;
    margin-top: 6vw;
    padding-top: 110px;
    padding-left: 6vw;
  }
  .industry-slider {
    width: auto;
  }
  .slider-arrow {
    left: 0%;
    top: -110px;
    right: auto;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-left: 0vw;
  }
  .slider-arrow.left {
    margin-top: 0vw;
    margin-left: 0px;
  }
  .slider-arrow.right {
    margin-left: 100px;
  }
  .slide {
    padding-top: 110px;
  }
  .red-number {
    font-size: 70px;
    line-height: 6px;
    font-weight: 300;
  }
  .dummy-box {
    display: none;
  }
  .header {
    max-height: none;
    padding-bottom: 80px;
    background-color: transparent;
  }
  .white-logo {
    width: 129px;
    height: 50px;
  }
  .red-bg {
    width: 60px;
    height: 50px;
  }
  .hero-text-div-flex {
    position: relative;
    z-index: 1;
    min-width: 398.5px;
    margin-top: 67px;
    margin-left: 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txs {
    z-index: 0;
    font-size: 50px;
    line-height: 61px;
  }
  .small-hero-text {
    font-size: 27px;
    line-height: 23px;
  }
  .hero-maintenace {
    margin-top: 25px;
    font-size: 47px;
    line-height: 47px;
  }
  .hero-solutions {
    font-size: 47px;
    line-height: 50px;
  }
  .hero-powerful {
    font-size: 41px;
    line-height: 41px;
  }
  .text-block-3 {
    font-size: 50px;
    line-height: 60px;
  }
  .products-title {
    margin-right: 4vw;
  }
  .red-line {
    width: 260px;
    height: 4px;
    margin-top: 0px;
    margin-left: 0vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header-sliding-div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: silver;
  }
  .black-absolute-skewed-bg {
    z-index: 0;
    display: none;
    width: 100vw;
    height: 146vw;
  }
  .lottie-animation-block {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
  }
  .lottie-sequence {
    background-color: #000;
  }
  .red-stroke-div {
    width: 260px;
    height: 4px;
    margin-top: 30px;
    margin-left: 0vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 479px) {
  .second-section {
    padding-top: 0vw;
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .text-block {
    width: auto;
    margin-top: 0vw;
    margin-bottom: 66px;
  }
  .text-heading.small-margin-bottom {
    min-width: auto;
  }
  .big-picture {
    width: 0vw;
  }
  .black-bg-and-text-section {
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-bottom: 0px;
  }
  .services-heading {
    padding-top: 3vh;
    padding-bottom: 3vh;
    font-size: 39px;
    line-height: 40px;
  }
  .scroll-box {
    margin-top: 70px;
  }
  .scroll-box.first-scroll-box {
    margin-top: 20px;
  }
  .service-number {
    height: 60px;
  }
  .service-number.expertise-number {
    display: none;
    opacity: 0;
  }
  .service-type-heading {
    font-size: 30px;
    line-height: 35px;
  }
  .service-desc-text {
    font-size: 25px;
  }
  .industry-title-block {
    margin-left: 9vw;
    font-size: 38px;
    line-height: 40px;
  }
  .industry-title-block.products {
    width: auto;
    margin-top: 15vw;
    margin-right: 0vw;
    margin-bottom: 10vw;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 38px;
  }
  .slider-div-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .expertise-card {
    width: 86%;
    min-height: 420px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 40px 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .picture-and-icon-bg.oil-gas {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .picture-and-icon-bg.offshore {
    background-image: url('../images/industries-offshore-oil-icon.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 35, 0.9)), to(rgba(255, 0, 35, 0.9))), url('../images/industries-offshore-oil-image.jpg');
    background-image: url('../images/industries-offshore-oil-icon.svg'), linear-gradient(180deg, rgba(255, 0, 35, 0.9), rgba(255, 0, 35, 0.9)), url('../images/industries-offshore-oil-image.jpg');
    background-size: 20%, auto, cover;
  }
  .products {
    height: auto;
    padding-right: 5vw;
    padding-bottom: 0px;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .products.test {
    position: relative;
    height: auto;
    max-height: none;
    padding-right: 10vw;
    padding-bottom: 114px;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-image: url('../images/products-section-image.jpg');
    background-position: 50% 130%;
    background-size: contain;
  }
  .product-item-div {
    width: auto;
    height: 450px;
  }
  .product-item-and-icon-div {
    height: 90px;
  }
  .red-icon.view-all-flex-box {
    position: static;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .products-heading-block {
    width: 100%;
  }
  .view-all-flex-box {
    margin-top: 6px;
  }
  .text-and-line-div {
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .text-and-line-div.end-to-end {
    margin-top: -32px;
    margin-right: 5vw;
    margin-left: 5vw;
  }
  .txs-advantage {
    margin-left: 5px;
    font-size: 34px;
    line-height: 36px;
  }
  .white-text-and-txs-bg {
    display: inline;
    background-size: 100%;
    font-size: 32px;
  }
  .red-vertical-text.gray {
    margin-top: 0vw;
  }
  .plenty-text-block {
    margin-right: 2px;
    margin-left: 2px;
  }
  .bottom-text-block {
    width: 79vw;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
  }
  .maintenance {
    margin-top: 15vw;
    padding-bottom: 27vw;
  }
  .maintenance-topic-div {
    width: auto;
    margin: 11vw 10vw 0vw;
  }
  .our-approach-topic-text {
    display: block;
    padding: 47px 15px 47px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #e4e5e7;
    line-height: 35px;
  }
  .red-3-div {
    display: inline-block;
  }
  .very-light-text {
    display: inline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .our-approach-content-block {
    margin-top: 0vw;
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .our-approach-accordion-block {
    margin-left: 0vw;
    padding-right: 0px;
    padding-left: 0vw;
  }
  .dropdown-parent {
    width: auto;
    margin-bottom: 15px;
  }
  .approach-text {
    padding-bottom: 1px;
  }
  .approach-text-heading {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .approach-text-extras {
    margin-bottom: 20px;
  }
  .picture-block {
    width: 0%;
  }
  .footer {
    height: auto;
    max-height: none;
    min-height: auto;
    padding: 10vw 10vw 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-image {
    display: none;
  }
  .footer-text-wrapper {
    margin-left: 0vw;
  }
  .footer-logo.w--current {
    width: 110px;
    height: 78px;
  }
  .contact-us-block {
    width: 268.8125px;
  }
  .contact {
    margin-top: 39px;
    margin-bottom: 27px;
  }
  .site-credit {
    position: static;
    margin-bottom: 25px;
  }
  .site-credit.txs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  ._100-div {
    height: 90%;
    max-height: none;
    padding-top: 10vw;
    padding-bottom: 10vw;
    border-top: 1px solid #e4e5e7;
  }
  .pop-up-topic-box {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .close-pup-div {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .products-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-parent {
    padding-top: 125px;
    padding-left: 9vw;
  }
  .industry-slider {
    display: none;
  }
  .industry-slider.mobile {
    display: block;
  }
  .slider-arrow {
    top: -103px;
    width: 70px;
    height: 70px;
  }
  .slider-arrow.right {
    margin-left: 80px;
  }
  .red-number {
    display: block;
    width: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 70px;
  }
  .dummy-box {
    display: none;
  }
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 630px;
    max-height: none;
    min-height: 100vh;
    padding-top: 10vw;
    padding-bottom: 0px;
    padding-left: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-bar {
    margin-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .white-logo {
    width: 112px;
    margin-bottom: 20px;
  }
  .red-bg {
    margin-right: 11px;
  }
  .hero-text-div-flex {
    min-width: auto;
    margin: 0px 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .txs {
    font-size: 45px;
    line-height: 45px;
  }
  .small-hero-text {
    margin-top: 2px;
    font-size: 16px;
    line-height: 20px;
  }
  .hero-maintenace {
    font-size: 40px;
    line-height: 45px;
  }
  .hero-solutions {
    font-size: 30px;
    line-height: 35px;
  }
  .hero-powerful {
    font-size: 31px;
    line-height: 41px;
    font-weight: 600;
  }
  .header-sliding-div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .black-absolute-skewed-bg {
    display: none;
    width: 100px;
  }
  .opacity-0 {
    display: none;
  }
  .text-span {
    display: inline;
  }
  .mobile-picture-block {
    display: block;
    height: 200px;
    margin-top: 30px;
    margin-right: -6vw;
    margin-left: -9vw;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobile-picture-block.second-service {
    background-image: url('../images/services-02-life-extension.jpg');
  }
  .mobile-picture-block.third-service {
    background-image: url('../images/industries-engineering-image.jpg');
  }
  .mobile-picture-block.first-service {
    background-image: url('../images/services-01-product.jpg');
  }
  .lottie-animation-block {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 120%;
  }
  .lottie-sequence {
    height: 160%;
    padding-bottom: 55px;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}