/* 400 Regular */
@font-face {
  font-family: Google Sans;
  src: url(../fonts/GoogleSans-Regular.woff2) format("woff2"), url(../fonts/GoogleSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
/* 400 Regular Italic */
@font-face {
  font-family: Google Sans;
  src: url(../fonts/GoogleSans-Italic.woff2) format("woff2"), url(../fonts/GoogleSans-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
}
/* 500 Medium */
@font-face {
  font-family: Google Sans;
  src: url(../fonts/GoogleSans-Medium.woff2) format("woff2"), url(../fonts/GoogleSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
/* 500 Medium Italics */
@font-face {
  font-family: Google Sans;
  src: url(../fonts/GoogleSans-MediumItalic.woff2) format("woff2"), url(../fonts/GoogleSans-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
}
/* 700 Bold */
@font-face {
  font-family: Google Sans;
  src: url(../fonts/GoogleSans-Bold.woff2) format("woff2"), url(../fonts/GoogleSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
/* 700 Bold Italics */
@font-face {
  font-family: Google Sans;
  src: url(../fonts/GoogleSans-BoldItalic.woff2) format("woff2"), url(../fonts/GoogleSans-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: SF Compact Text;
  src: url(../fonts/SFCompactText-Regular.woff2) format("woff2"), url(../fonts/SFCompactText-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SF Compact Text;
  src: url(../fonts/SFCompactText-LightItalic.woff2) format("woff2"), url(../fonts/SFCompactText-LightItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: SF Compact Text;
  src: url(../fonts/SFCompactText-Semibold.woff2) format("woff2"), url(../fonts/SFCompactText-Semibold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

* {
  font-family: "Google Sans", serif;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}

#pageName,
#parentPage {
  display: none;
}

/*  */
/*  */
/* Navigation Top */
/*  */
/*  */

.homeTopBarParent {
  width: 100%;
  background-image: url(../images/header_top_overlay.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a191d;
  color: #fff;
  position: relative;
}
.headerSkew {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 420px;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 350px 100%, 0% 100%);
  background-image: -webkit-linear-gradient(left, #0e475c, #48b6de 100%);
  background-image: -moz-linear-gradient(left, #0e475c, #48b6de 100%);
  background-image: -ms-linear-gradient(left, #0e475c, #48b6de 100%);
  background-image: -o-linear-gradient(left, #0e475c, #48b6de 100%);
  background-image: linear-gradient(left, #0e475c, #48b6de 100%);
}
.homeTopBarChild {
  padding: 0 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.homeTopBarLeft {
  font-family: "SF Compact Text", sans-serif;
  font-size: 15px;
  float: left;
  color: inherit;
  word-spacing: 0.1em;
}
.homeTopBarRight {
  float: right;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 15px 0;
}
.tb-phone,
.tb-email {
  margin-right: 30px;
}
.tb-phone::after,
.tb-email::after {
  content: "";
  display: inline-flex;
  height: 40px;
  width: 1px;
  background-color: rgba(222, 222, 222, 0.5);
  margin-left: 30px;
  margin-top: 5px;
}
.homeTopBarRight i {
  color: #bbbabc;
  font-size: 30px;
  display: inline-block;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.tb-phone,
.tb-email,
.tb-address {
  display: flex;
  flex-flow: row nowrap;
}
.tbContact p {
  font-family: "SF Compact Text", sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: inherit;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
}
.tbContact a {
  color: inherit;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: inherit;
  font-weight: 500;
}

/*  */
/*  */
/* Navigation Bar */
/*  */
/*  */

.navContainer {
  display: flex;
  flex-flow: row nowrap;
  background-color: rgb(255, 255, 255);
  font-size: 18px;
  color: rgb(0, 0, 0);
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 6;
  margin: 0;
  padding: 0;
  top: 50;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.navContainer2 {
  display: flex;
  flex-flow: row nowrap;
  background-color: rgb(0, 0, 0, 0.6);
  font-size: 17px;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 80px;
  position: absolute;
  z-index: 6;
  margin: 0;
  padding: 0;
  top: 50;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  float: left;
}
#navCompanyLogo img {
  height: 70px;
  width: auto;
  padding: 5px;
}
.logo2 {
  display: none;
}

.links > ul > li {
  display: inline-block;
  margin: 0px 15px;
  vertical-align: middle;
  position: relative;
  list-style: none;
}
.links > ul > li:first-child {
  margin-left: 30px;
}
.links > ul > li > a {
  line-height: 80px;
  padding: 29px 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.navContainer .links > ul > li > a::before {
  background-color: #00b4d8;
}
.navContainer2 .links > ul > li > a::before {
  background-color: rgb(255, 255, 255);
}
.links > ul > li > a::before {
  content: "";
  position: absolute;

  height: 3px;
  width: 0;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.links > ul > li:hover a::before {
  width: 100%;
}
.links > ul > li > a:active::before {
  width: 100%;
}
.navActive a::before {
  width: 100% !important;
}
.arrowDown::after {
  position: relative;
  bottom: 2px;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 11px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 1;
}
.links ul li ul {
  position: absolute;
  background-color: #fff;
  border-bottom: 3px solid #00b4d8;
  top: 100%;
  min-width: 230px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms linear 0ms;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  list-style: none;
  margin: 0;
}
.links ul li:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  transition: all 200ms linear 0ms;
}
.links ul li ul li {
  position: relative;
  list-style: none;
  color: #666666;
  border-bottom: 1px solid white;
}
.links ul li ul li:last-of-type {
  border-bottom: none;
}
.links ul li:hover ul {
  display: block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.links ul li ul li a {
  display: block;
  padding: 1px 30px 0;
  /* border-bottom: 1px solid #f4f4f4; */
  position: relative;
  font-size: 15px;
  line-height: 43px;
  font-weight: normal;
  transition: all 100ms linear 0ms;
  color: inherit;
  outline: none;
  text-decoration: none;
}
.links ul li ul li:hover {
  background-color: #00b4d8;
  color: rgb(255, 255, 255);
  transition: all 150ms linear 0ms;
}
.subNavActive {
  background-color: #00b4d8 !important;
  color: white !important;
}
/* Mobile Nav */
.mobileNav {
  width: auto;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  /* justify-content: center; */
  background-color: #1a191d;
  font-size: 15px;
  color: rgb(255, 255, 255);
  position: fixed;
  z-index: 5;
  margin: 0;
  padding-top: 50px;
  top: 80px;
  right: -200px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  transition: transform 0.75s;
}
.mobileNav a {
  float: left;
  display: block;
  color: inherit;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: inherit;
}

.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: inherit;
  border: none;
  outline: none;
  color: inherit;
  padding: 20px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  width: 100%;
  transition: all 250ms linear 0s;
}
.dropdown-content {
  display: none;
  /* height: 0; */
  position: relative;
  /* background-color: #c9c9c9; */
  min-width: 160px;
  z-index: 5;
  transition: all 1s linear 0s;
}
.dropdown-content a {
  float: none;
  background-color: rgb(255, 255, 255);
  color: black;
  padding: 20px 16px;
  text-decoration: none;
  display: block;
  transition: all 250ms linear 0s;
}
.mobileNav a:hover,
.dropdown:hover .dropbtn {
  background-color: #cd0001;
  color: white;
}
.mobileNavActive {
  background-color: #cd0001 !important;
  color: white !important;
}
.dropdown-content a:hover {
  background-color: #cd0001;
  color: rgb(255, 255, 255);
}
.displayBlock {
  display: block;
}
.openMobileNav {
  transform: translateX(-200px);
}

/* Hamburger Button */

.hamburger {
  height: 100%;
  display: none;
  padding: 0 10px;
  margin-right: 0px;
  cursor: pointer;
}
.hamburger .bar {
  background-color: rgb(255, 255, 255);
  height: 4px;
  width: 36px;
  margin: 3px;
  border-radius: 10px;
}
.animateBar1 {
  animation: flipBar1 1s;
  animation-fill-mode: forwards;
}
.animateBar2 {
  animation: fadeBar2 1s;
  animation-fill-mode: forwards;
}
.animateBar3 {
  animation: flipBar3 1s;
  animation-fill-mode: forwards;
}
@keyframes flipBar1 {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(45deg) translate(4px, 10px);
  }
}
@keyframes fadeBar2 {
  form {
    transform: scaleX(1);
    opacity: 1;
  }
  to {
    transform: scaleX(0);
    opacity: 0;
  }
}
@keyframes flipBar3 {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(-45deg) translate(4px, -10px);
  }
}

/*  */
/*  */
/* Homepage */
/*  */
/*  */
#sliderSection {
  text-align: center;
}
#sliderSection h1 {
  margin-top: 25px;
  font-size: 60px;
  color: rgb(255, 255, 255);
  animation: overlayText1 2.5s linear 0s;
}

#sliderSection h4 {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.6em;
  animation: overlayText2 2.5s linear 0s;
  margin-bottom: 50px;
}

.btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 50px;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 15px 31px;
  transform-origin: 50% 50%;
  vertical-align: middle;
}
.red-btn {
  background: rgb(205, 0, 1);
  color: white;
  line-height: 46px;
  margin-right: 12px;
  /* animation: overlayButton1 2.5s linear 0s; */
  background: linear-gradient(to left, rgb(205, 0, 1) 50%, rgb(255, 255, 255) 50%) right;
  background-size: 210%;
  transition: 0.5s ease-in;
}
.red-btn:hover {
  color: black;
  background-position: left;
}
.white-btn {
  color: black;
  background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgb(205, 0, 1) 50%) right;
  background-size: 210%;
  transition: 0.5s ease-in;

  margin-left: 12px;
}
.white-btn:hover {
  color: white;
  background-position: left;
}
#mySlider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 110vh;
}
.singleSlide {
  background-size: cover;
  background-position: center;
  height: 110vh;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 0px;
  animation: slideShow 10s linear infinite 0s;
}
.sliderOverlayColor {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  padding-top: 20%;
  box-sizing: border-box;
}
.slideOverlay {
  position: relative;
  width: 60%;
  margin: auto;
  padding-top: 10%;
  height: 100%;
  box-sizing: border-box;
}
#sliderNav {
  position: relative;
  top: -60vh;
  z-index: 3;
  font-size: 42px;
}
#sliderNav:hover {
  cursor: pointer;
}
#sliderPrev {
  float: left;
  left: 5%;
}
.sliderArrows {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.sliderArrows:hover {
  background: #48b6de;
}
#sliderPrev::before {
  /* position: absolute; */
  font-family: "revicons";
  content: "\e817";
  font-size: 20px;
  color: #ffffff;
  display: block;
  line-height: 50px;
  text-align: center;
}
#sliderNext {
  float: right;
  right: 5%;
}
#sliderNext::before {
  /* position: absolute; */
  font-family: "revicons";
  content: "\e818";
  font-size: 20px;
  color: #ffffff;
  display: block;
  line-height: 50px;
  text-align: center;
}
@keyframes slideShow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes overlayText1 {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  60% {
    transform: scale(0.9);
    opacity: 0;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes overlayText2 {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  80% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes overlayButton1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(500px);
  }
}
/* Middle Welcome */
#middleContainerTop {
  position: relative;

  width: 80%;
  margin: auto;
  top: -50px;
  display: flex;
  flex-flow: row wrap;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.middleInnerContainer {
  position: relative;
  width: 24%;
  flex-grow: 1;
  /* height: 300px; */
  background-color: rgb(255, 255, 255);
  border-right: 1px solid rgb(204, 203, 203);
  /* clip-path: inset(10%, 0); */
  transition: all 250ms ease-out 0s;
}
.middleInnerContainer:last-of-type {
  border-right: none;
}
.innerContainerDiv svg {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  color: #0e475c;
  fill: #00b4d8;
  transition: all 0.1s linear 0s;
}
.innerContainerDiv i {
  margin-bottom: 30px;
  font-size: 50px;
  color: #cd0001;
  transition: all 0.1s linear 0s;
}
.middleInnerContainer a {
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 25px;
  color: black;
  transition: all 0.1s linear 0s;
}
/* .middleInnerContainer:hover{
  background-color: #cd0001;
  color: #fff;
  clip-path:inset(0% 0);
}
.middleInnerContainer:hover a, .middleInnerContainer:hover a svg{
    color: #fff;
    fill: #fff;
} */
.innerContainerDiv {
  position: relative;
  padding: 45px 30px 30px;
  text-align: center;
  z-index: 2;
}
.innerContainerDiv p {
  font-family: "SF Compact Text", sans-serif;
  padding-top: 15px;
}
.innerContainerOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-image: linear-gradient(#cd0001 25%, #810001 100%); */
  background-image: -webkit-linear-gradient(0deg, rgba(14, 71, 92, 1) 0%, rgba(0, 180, 216, 1) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(14, 71, 92, 1) 0%, rgba(0, 180, 216, 1) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(14, 71, 92, 1) 0%, rgba(0, 180, 216, 1) 100%);
  background-image: -o-linear-gradient(0deg, rgba(14, 71, 92, 1) 0%, rgba(0, 180, 216, 1) 100%);
  background-image: linear-gradient(0deg, rgba(14, 71, 92, 1) 0%, rgba(0, 180, 216, 1) 100%);
  height: 100%;
  visibility: hidden;
  transition: all 250ms linear 0s;
}
.middleInnerContainer:hover .innerContainerOverlay {
  visibility: visible;
  transform: scaleY(1.1);
}
.middleInnerContainer:hover,
.middleInnerContainer:hover a,
.middleInnerContainer:hover .innerContainerDiv i,
.middleInnerContainer:hover .innerContainerDiv svg {
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
}
.innerContainerButton {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  /* transition: all 250ms linear 0s; */
  bottom: 0;
  display: flex;
  width: 70%;
  text-align: center;
}
.innerContainerButton a {
  font-size: 14px;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 49px;
  width: 100%;
  /* padding: 0 35px; */
  /* position: relative; */
  /* z-index: 1; */
}
.downloadImageDiv {
  margin-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}
.downloadImageDiv a img {
  padding: 5px;
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
/* Bottom Welcome */
#welcomBottomParent {
  width: 100%;
  margin: 50px 0 0;
  display: flex;
  flex-flow: row wrap;
}
.welcomeBottomChild {
  width: 50%;
}
#welcomeImage {
  width: 100%;
}
#welcomeImage img {
  display: block;
  max-width: 100%;
}
#welcomeText {
  padding: 0 80px;
}
#welcomeText h4 {
  letter-spacing: 0.05em;
  font-size: 20px;
  margin-bottom: 11px;
  text-transform: capitalize;
  font-weight: 500;
  color: #00b4d8;
}
#welcomeText h1 {
  font-size: 35px;
  color: #1a191d;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#welcomeText p {
  font-family: "SF Compact Text", sans-serif;
  font-size: 15px;
  margin: 17px 15px 17px 0px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
  word-wrap: break-word;
  color: #666666;
}
#welcomeText div {
  margin-bottom: 30px;
}
#homepageOwner {
  display: flex;
  flex-flow: row wrap;
  margin-top: 15px;
}
#homepageOwnerPic {
  margin-right: 35px;
}
#homepageOwnerPic img {
  width: 60px;
}
#homepageOwnerSign {
  margin-right: 35px;
}
#homepageOwnerName {
  color: #1a191d;
  letter-spacing: 0.3px;
}
#homepageOwnerName h3 {
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
#homepageOwnerName p {
  font-family: "SF Compact Text", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 15px;
}

/* Homepage - Use Cases */
.useCaseParent {
  background-image: url(../images/useCaseBackgroundOverlay.png);
  width: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
  padding-bottom: 100px;
}
.useCaseChild {
  width: 88%;
  margin: auto;
}
.useCaseHeader {
  width: 100%;
  padding-top: 100px;
  text-align: center;
}
.useCaseHeader h2 {
  margin-bottom: 5px;
  font-size: 40px;
  color: #1a191d;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.useCaseHeader p {
  font-family: "SF Compact Text", sans-serif;
  font-size: 20px;
  color: #666;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.52em;
  margin: 13px 0;
}
.useCaseHeader span {
  width: 30%;
  height: 2px;
  background-color: #dedede;
  position: relative;
  display: inline-flex;
}
.useCaseHeader span::before {
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 33%;
  height: 4px;
  position: absolute;
  top: -1px;
  background-color: #00b4d8;
}
.useCaseMain {
  width: 100%;
  padding: 40px 0 40px;
}
.useCaseSlider {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
.useCaseCard {
  width: 30%;
  background-color: #fff;
  position: relative;
  margin: 0 15px 15px;
}
.useCaseCard::before {
  content: "";
  display: block;
  height: 10px;
  background-color: #dedede;
  position: absolute;
  bottom: -10px;
  left: 10px;
  right: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -khtml-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
  transition: all 350ms ease-in-out 0ms;
}
.useCaseCard::after {
  content: "";
  display: block;
  width: 10px;
  background-color: #dedede;
  position: absolute;
  top: 13px;
  bottom: -10px;
  right: -10px;
  -webkit-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -khtml-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -ms-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  -o-clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 6px, 100% 100%, 0 100%);
  transition: all 350ms ease-in-out 0ms;
}

.useCaseCard:hover::before,
.useCaseCard:hover::after {
  background-color: #00b4d8;
}
.useCaseImage img {
  max-width: 100%;
  display: block;
  transition: all 0.4s;
}
.useCaseImage {
  display: block;
  position: relative;
  text-overflow: clip;
  overflow: clip;
}
.useCaseImage > div::after {
  content: "";
  display: block;
  width: 75px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  right: -1px;
  -webkit-clip-path: polygon(12px 0, 75px 0, 75px 15px, 0 15px);
  -khtml-clip-path: polygon(12px 0, 75px 0, 75px 15px, 0 15px);
  -moz-clip-path: polygon(12px 0, 75px 0, 75px 15px, 0 15px);
  -ms-clip-path: polygon(12px 0, 75px 0, 75px 15px, 0 15px);
  -o-clip-path: polygon(12px 0, 75px 0, 75px 15px, 0 15px);
  clip-path: polygon(12px 0, 75px 0, 75px 15px, 0 15px);
}
.useCaseCard:hover img {
  opacity: 0.9;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.useCaseContent {
  padding: 27px 25px 25px;
  border: 1px solid #dedede;
  border-top: none;
  border-right: none;
  background-color: #fff;
}
.useCaseContent h3 {
  font-size: 20px;
  color: #1a191d;
  padding-bottom: 16px;
  margin-bottom: 14px;
  position: relative;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.useCaseContent h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 22%;
  height: 1px;
  background-color: #00b4d8;
  z-index: 1;
}
.useCaseContent h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dedede;
}
.useCaseContent p {
  word-wrap: break-word;
  font-family: "SF Compact Text", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  font-weight: normal;
  letter-spacing: 0;
}

/* Homepage - Products Slider */
.productSlider {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* display: block; */
}
/* .slick-slider {
  line-height: 0;
} */
#productSlide_01 {
  background-image: url(../images/wireRope.jpg);
}
#productSlide_02 {
  background-image: url(../images/steelSingleWire.jpg);
}
#productSlide_03 {
  background-image: url(../images/WireRopeSpool2.jpg);
}
.productSliderOverlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 100px 0;
}
.productSliderInner {
  width: 80%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.productSliderSection {
  width: 48%;
}
.productSliderSection:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productImage {
  border: 1px solid #fff;
  border-radius: 100%;
  border-style: dashed;
  /* width: 460px;
  height: 460px; */
}
.productImageInner {
  padding: 20px;
}
.productImageInner img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  border-radius: 100%;
}
.productText h3 {
  color: rgb(255, 255, 255);
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}
.productText p {
  color: rgb(237, 237, 237);
  font-family: "SF Compact Text", sans-serif;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 15px;
}

/*  */
/*  */
/* About Us */
/*  */
/*  */

#aboutHeaderParent {
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(26, 25, 29, 1) 100%); */
  background-image: url(../images/wireRope03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 80vh;
}
#aboutHeaderOverlay {
  width: 100%;
  height: 80vh;
  background-color: rgb(0, 0, 0, 0.5);
}
#aboutHeaderChild {
  margin: auto;
  width: 60%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
}
#aboutHeaderChild h1 {
  font-size: 60px;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-top: 50px;
}
#aboutHeaderChild p {
  font-family: "SF Compact Text";
  font-size: 17px;
  line-height: 28px;
}
/* About Page Welcome Section */
#aboutWelcomeParent {
  width: 100%;
  /* height: 500px; */
  /* background-color: gray; */
}
#aboutWelcomeChild {
  width: 80%;
  /* height: 100%; */
  /* background-color: aquamarine; */
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 100px 0px 50px;
}
#aboutWelcomeText {
  /* background-color: blanchedalmond; */
  width: 100%;
}
#aboutWelcomeText h4 {
  letter-spacing: 0.05em;
  font-size: 20px;
  margin-bottom: 11px;
  text-transform: capitalize;
  font-weight: 500;
  color: #00b4d8;
}
#aboutWelcomeText h1 {
  font-size: 40px;
  color: #1a191d;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#aboutWelcomeText p {
  font-family: "SF Compact Text", sans-serif;
  font-size: 18px;
  margin: 17px 0px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
  word-wrap: break-word;
  color: #666666;
}
#aboutWelcomeText ol li {
  font-family: "SF Compact Text", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#aboutWelcomeText div {
  margin-bottom: 30px;
}
#aboutWelcomeOwner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 15px;
}
#aboutWelcomeOwnerPic {
  margin-right: 35px;
  /* flex-grow: 2; */
  display: flex;
  justify-content: center;
}
#aboutWelcomeOwnerPic img {
  width: 100px;
}
#aboutWelcomeOwnerSign {
  margin-right: 35px;
  /* flex-grow: 1; */
}
#aboutWelcomeOwnerName {
  color: #1a191d;
  letter-spacing: 0.3px;
  /* flex-grow: 1; */
}
#aboutWelcomeOwnerName h3 {
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
#aboutWelcomeOwnerName p {
  font-family: "SF Compact Text", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 15px;
}

/*  */
/*  */
/* Founder's Message Page */
/*  */
/*  */

/* Founder Header Section */
#founderHeaderParent {
  width: 100%;
  height: 70vh;
  background-image: url(../images/wireRope01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(26, 25, 29, 1) 100%); */
}
#founderHeaderOverlay {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
}
#founderHeaderText {
  width: 85%;
  height: 100%;
  margin: auto;
  line-height: 1.2;
  padding: 170px 100px 0;
}
#founderHeaderText h3 {
  color: #ededed;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.75px;
  margin-bottom: 20px;
}
#founderHeaderText h1 {
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 1.8px;
}
/* Founder Main Section */
#founderMainParent {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
#founderMainChild {
  width: 82%;
  background-color: rgb(255, 255, 255);
  margin-top: -50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
#founderMain {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
#founderIntroDiv {
  width: 30%;
}
#founderDetailDiv {
  width: 62%;
  padding-bottom: 30px;
}
#founderIntroImg {
  width: 100%;
  height: auto;
  margin: 30px 0 20px;
}
#founderIntroImg img {
  width: 100%;
  height: auto;
}
.founderDetails {
  border-bottom: 1px solid #dedede;
}
.founderDetails:last-of-type {
  border-bottom: none;
}
.founderDetails h3 {
  font-size: 30px;
  margin: 30px 0 15px;
  color: #1a191d;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.founderDetails p {
  margin-bottom: 17px;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #666666;
}
.founderDetails p:last-of-type {
  margin-bottom: 30px;
}
/* Dummy Section to avoid footer getting upwards */
#founderFooterParent {
  width: 100%;
  height: 100px;
}

/*  */
/*  */
/* Proudcts Page */
/*  */
/*  */

/* Products - Header section */
#productsHeaderParent {
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(26, 25, 29, 1) 100%); */
  background-image: url(../images/wireRope07.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
}
#productsHeaderOverlay {
  width: 100%;
  height: 80vh;
  background-color: rgb(0, 0, 0, 0.5);
}
#productsHeaderContent {
  margin: auto;
  width: 60%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
}
#productsHeaderContent h1 {
  font-size: 60px;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 50px;
}
#productsHeaderContent p {
  font-family: "SF Compact Text";
  font-size: 17px;
  line-height: 28px;
}
/* Products - Main Section */
#productsParent {
  width: 100%;
}
#productsChild {
  width: 80%;
  margin: auto;
  padding-top: 50px;
}
.productsText {
  width: 100%;
}
.productsText h1 {
  font-size: 40px;
  color: #1a191d;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-top: 50px;
}
.productsText p {
  font-family: "SF Compact Text", sans-serif;
  font-size: 18px;
  margin: 17px 0px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
  word-wrap: break-word;
  color: #666666;
}
#wireRopeTypes {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.wireRopeTypesChild {
  margin-bottom: 20px;
}
.wireRopeTypesChild h4 {
  font-family: "SF Compact Text", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #1a191d;
  line-height: 1.2;
  margin-bottom: 10px;
}
#wireRopeTerminology {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.wireRopeProducts {
  width: 30%;
  background-color: black;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.wireRopeProducts img {
  max-width: 100%;
  display: block;
  border-radius: 5px;
}
.wireRopeProducts:hover img {
  opacity: 0.75;
  transition: all 150ms linear 0s;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding: 50px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0, 0.8);
}
.modal-content {
  position: relative;
  /* background-color: #fefefe; */
  margin: 0 auto 100px;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.close {
  color: white;
  position: fixed;
  top: 10px;
  right: 50px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.mySlides img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: -35px;
}
.prev {
  left: -35px;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
} */

/*  */
/*  */
/* Proudcts Single and Strand Page */
/*  */
/*  */

/* Products - Header section */
#productsSingleHeaderParent {
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(26, 25, 29, 1) 100%); */
  background-image: url(../images/steelSingleWire.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
}
#productsSingleHeaderOverlay {
  width: 100%;
  height: 80vh;
  background-color: rgb(0, 0, 0, 0.5);
}
#productsSingleHeaderContent {
  margin: auto;
  width: 60%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
}
#productsSingleHeaderContent h1 {
  font-size: 60px;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 50px;
}
#productsSingleHeaderContent p {
  font-family: "SF Compact Text";
  font-size: 17px;
  line-height: 28px;
}
/* Products - Main Section */
.productsSingleParent {
  width: 100%;
}
.productsSingleChild {
  width: 80%;
  margin: auto;
  padding-top: 50px;
}
.productsSingleText {
  width: 100%;
  margin-bottom: 50px;
}
.productsSingleText h4 {
  letter-spacing: 0.05em;
  font-size: 20px;
  margin-bottom: 11px;
  text-transform: capitalize;
  font-weight: 500;
  color: #00b4d8;
  margin-top: 50px;
}
.productsSingleText h1 {
  font-size: 40px;
  color: #1a191d;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.productsSingleText h1:last-of-type {
  margin-top: 50px;
}
.productsSingleText p {
  font-family: "SF Compact Text", sans-serif;
  font-size: 18px;
  margin: 17px 0px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
  word-wrap: break-word;
  color: #666666;
}
.productsSingleImage {
  background-color: black;
  margin-bottom: 50px;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19); */
}
.productsSingleImage img {
  display: block;
  max-width: 100%;
}
.productsSingleImage:hover img {
  opacity: 0.75;
  transition: all 150ms linear 0s;
}
.productSheetImage div {
  width: 90%;
  margin: auto;
}
.productSheetImage img {
  /* text-align: center; */
  background-color: #00b4d8;
  max-width: 100%;
  display: block;
  margin-bottom: 70px;
}

/*  */
/*  */
/* Clients Page */
/*  */
/*  */

/* Clients - Header Section */
#clientsHeaderParent {
  background-image: url(../images/clientsHeader.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
}
#clientsHeaderOverlay {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.5);
}
#clientsHeaderContent {
  margin: auto;
  width: 60%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
}
#clientsHeaderContent h1 {
  font-size: 60px;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#clientsHeaderContent p {
  font-family: "SF Compact Text";
  font-size: 17px;
  line-height: 28px;
}
#clientsParent {
  width: 100%;
  padding: 100px 0 50px;
}
#clientsChild {
  width: 80%;
  margin: auto;
}
#clientsText h1 {
  font-size: 40px;
  color: #1a191d;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#clientsText p {
  font-family: "SF Compact Text", sans-serif;
  font-size: 18px;
  margin: 17px 0;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
  word-wrap: break-word;
  color: #666666;
}
.clientsLogo {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.clientsCards {
  width: 150px;
  height: 150px;
  margin: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clientsCards img {
  max-width: 100%;
}

/*  */
/*  */
/* BOD Page */
/*  */
/*  */

/* BOD - Header Section */
#BODHeaderParent {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(26, 25, 29, 1) 100%);
  /* background: linear-gradient(90deg, rgba(70,10,11,1) 0%, rgba(0,0,0,1) 100%); */
  /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgb(125, 9, 10) 100%); */
  /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(70,10,11,1) 100%); */
  width: 100%;
  height: 80vh;
}
#BODHeaderOverlay {
  width: 100%;
  height: inherit;
}
#BODHeaderContent {
  margin: auto;
  width: 60%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
}
#BODHeaderContent h1 {
  font-size: 60px;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 50px;
}
#BODHeaderContent p {
  font-family: "SF Compact Text";
  font-size: 17px;
  line-height: 28px;
}
/* BOD Main Section */
#BODParent {
  width: 100%;
}
#BODChild {
  width: 82%;
  margin: auto;
  padding-top: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.BODMemberCard {
  width: 45%;
  margin-bottom: 50px;
  position: relative;
  transition: all 200ms linear 0s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.BODMemberCard .BODmemberImg {
  height: 400px;
  text-align: center;
}
.BODMemberCard .BODmemberImg img {
  max-width: 100%;
  height: 400px;
}
.BODMemberCard .BODmemberDetails {
  padding: 0 30px 30px;
  text-align: center;
  /* border: 1px solid #dedede; */
  border-top: none;
}
.BODMemberCard .BODmemberName {
  background: -webkit-linear-gradient(left, #0e475c, #48b6de 100%);
  background: -moz-linear-gradient(left, #0e475c, #48b6de 100%);
  background: -ms-linear-gradient(left, #0e475c, #48b6de 100%);
  background: -o-linear-gradient(left, #0e475c, #48b6de 100%);
  background: linear-gradient(left, #0e475c, #48b6de 100%);
  /* background-color: #cd0001; */
  padding: 18px 20px 13px;
  margin-top: -37px;
  margin-bottom: 24px;
  position: relative;
  color: #fff;
}
.BODMemberCard .BODmemberName h3 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
  line-height: 1.2;
}
.BODMemberCard .BODmemberName p {
  font-family: "SF Compact Text", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}
.BODMemberCard .BODmemberInfo p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  font-weight: normal;
  letter-spacing: 0;
  font-family: "SF Compact Text", sans-serif;
}
.BODMemberCard .BODmemberSocial {
  margin-top: 23px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.BODMemberCard .BODmemberSocial .BODmemberSocialIcons a {
  display: block;
  border: 1px solid #e9e9e9;
  border-right: none;
  width: 52px;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  color: rgba(26, 25, 29, 0.6);
  cursor: pointer;
  transition: all 200ms linear 0s;
}
.BODMemberCard .BODmemberSocial .BODmemberSocialIcons:last-of-type a {
  border-right: 1px solid #e9e9e9;
}
.BODMemberCard .BODmemberSocial .BODmemberSocialIcons a:hover {
  background-color: #1a191d;
  border-color: #1a191d;
  color: #fff;
}
.BODChild {
  width: 100%;
  /* background: linear-gradient(90deg, rgba(70,10,11,1) 0%, rgba(0,0,0,1) 100%); */
  /* background: linear-gradient(90deg, rgba(125,9,10,1) 0%, rgba(0,0,0,1) 100%); */
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%); */
  /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); */
  /* padding-top: 100px; */
}
/* .BODCard {
  width: 82%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  padding: 50px 0 0;
}
.BODCard .BODmemberImg {
  width: 50%;
}
.BODCard .BODmemberImg img {
  max-width: 100%;
  display: block;
}
.BODmemberDetails {
  width: 50%;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.BODmemberText {
  width: 60%;
}
.BODmemberText h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.BODmemberText p {
  font-family: "SF Compact Text";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.52em;
  margin: 13px 0 10px;
} */

/*  */
/*  */
/* Our Team Page */
/*  */
/*  */

/* Our Team - Header Section */
#teamHeaderParent {
  /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(26, 25, 29, 1) 100%); */
  background-image: url(../images/wireRope05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
}
#teamHeaderOverlay {
  width: 100%;
  height: 80vh;
  background-color: rgb(0, 0, 0, 0.5);
}
#teamHeaderContent {
  margin: auto;
  width: 60%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
}
#teamHeaderContent h1 {
  font-size: 60px;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-top: 50px;
}
#teamHeaderContent p {
  font-family: "SF Compact Text";
  font-size: 17px;
  line-height: 28px;
}
/* Our Team - Members Section  */
#teamMembersParent {
  width: 100%;
}
#teamMembersChild {
  width: 82%;
  margin: auto;
  padding-top: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.teamMemberCard {
  width: 31%;
  margin-bottom: 50px;
  position: relative;
  transition: all 200ms linear 0s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.teamMemberCard .memberImg {
  height: 275px;
  text-align: center;
}
.teamMemberCard .memberImg img {
  max-width: 100%;
  height: 275px;
}
.teamMemberCard .memberDetails {
  padding: 0 30px 30px;
  text-align: center;
  /* border: 1px solid #dedede; */
  border-top: none;
}
.teamMemberCard .memberName {
  /* background-color: #cd0001; */
  background: -webkit-linear-gradient(left, #0e475c, #48b6de 100%);
  background: -moz-linear-gradient(left, #0e475c, #48b6de 100%);
  background: -ms-linear-gradient(left, #0e475c, #48b6de 100%);
  background: -o-linear-gradient(left, #0e475c, #48b6de 100%);
  background: linear-gradient(left, #0e475c, #48b6de 100%);
  padding: 18px 20px 13px;
  margin-top: -37px;
  margin-bottom: 24px;
  position: relative;
  color: #fff;
}
.teamMemberCard .memberName h3 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
  line-height: 1.2;
}
.teamMemberCard .memberName p {
  font-family: "SF Compact Text", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}
.teamMemberCard .memberInfo p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  font-weight: normal;
  letter-spacing: 0;
  font-family: "SF Compact Text", sans-serif;
}
.teamMemberCard .memberSocial {
  margin-top: 23px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.teamMemberCard .memberSocial .memberSocialIcons a {
  display: block;
  border: 1px solid #e9e9e9;
  border-right: none;
  width: 52px;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  color: rgba(26, 25, 29, 0.6);
  cursor: pointer;
  transition: all 200ms linear 0s;
}
.teamMemberCard .memberSocial .memberSocialIcons:last-of-type a {
  border-right: 1px solid #e9e9e9;
}
.teamMemberCard .memberSocial .memberSocialIcons a:hover {
  background-color: #1a191d;
  border-color: #1a191d;
  color: #fff;
}

/*  */
/*  */
/* Contact Us Page */
/*  */
/*  */

#contactHeaderParent {
  background-image: url(../images/wireRope04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
}
#contactHeaderOverlay {
  width: 100%;
  height: 80vh;
  background-color: rgb(0, 0, 0, 0.5);
}
#contactHeaderContent {
  margin: auto;
  width: 60%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
}

#contactHeaderContent h1 {
  font-size: 60px;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 50px;
}
#contactHeaderContent p {
  font-family: "SF Compact Text";
  font-size: 17px;
  line-height: 28px;
}

.alert-margin {
  margin-top: 80px !important;
}
#contactMessageParent {
  width: 100%;
  /* height: 700px; */
  display: flex;
  flex-flow: row wrap;
}
.contactMessageChild {
  width: 50%;
  /* height: 700px; */
}
#contactMessage {
  background-image: url(../images/contactFormOverlay.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  opacity: 1;
}
#contactMessageText {
  width: 70%;
  margin: auto;
  padding-top: 100px;
}
#contactMessageText h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
#contactMessageText p {
  font-family: "SF Compact Text", sans-serif;
  font-size: 17px;
  margin: 13px 0 50px;
  line-height: 1.52em;
  color: #666;
  letter-spacing: normal;
}
#contactMessageForm {
  margin: 22px 0 90px;
  width: 70%;
  margin: auto;
}
.contactForm input {
  background-color: #fff;
  border: 1px solid #dedede;
  font-family: "SF Compact Text", sans-serif;
  color: #666;
  padding: 13px 20px !important;
  height: 20px;
  border-radius: 0;
  /* line-height: 47px; */
  font-size: 13px !important;
  width: 90%;
  margin-bottom: 20px;
}
.contactForm textarea {
  line-height: normal;
  background-color: #fff;
  border: 1px solid #dedede;
  font-family: "SF Compact Text", sans-serif;
  color: #666;
  padding: 13px 20px !important;
  border-radius: 0;
  font-size: 13px !important;
  margin-bottom: 20px;
  width: 90%;
}
.contactForm button {
  margin: 7px 0 50px;
  background-color: #cd0001;
  font-family: "Google Sans", serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0 35px;
  line-height: 49px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

#contactDetails {
  background-color: #1a191d;
  width: 100%;
  height: 100%;
}
#contactDetailsInner {
  width: 60%;
  margin: auto;
  padding-top: 100px;
  color: white;
}
#contactDetailsText h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
#contactDetailsText p {
  font-family: "SF Compact Text";
  font-size: 17px;
  font-weight: 400;
  color: #f9f9f9;
  line-height: 1.52em;
  margin: 13px 0 10px;
}
#contactDetailsAddress {
  margin-top: 50px;
}
.contactDetailsAddressInner {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 35px;
}
.contactIcon a {
  color: #ededed;
  border-color: #ededed;
}
.contactIcon a svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  fill: #ededed;
  color: #ededed;
  font-size: 44px;
  cursor: pointer;
  margin-right: 20px;
}
.contactIconDetails h3 {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
}
.contactIconDetails a {
  color: inherit;
}
.contactIconDetails p {
  color: #ededed;
  font-family: "SF Compact Text", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
#contactMap {
  width: 100%;
  height: 500px;
}
#contactMap iframe {
  width: 100%;
  height: 500px;
}
.invalidFeedback {
  color: red;
  margin: 0 0 20px;
  padding-left: 20px;
}
input.is-invalid,
textarea.is-invalid {
  border-color: red;
}
.alert {
  display: block;
  /* width: 100%; */
  padding: 10px;
}
.alert-success {
  background-color: #d1ecf1;
  color: #155759;
  border: 1px solid #155759;
}
.alert-danger {
  background-color: #f8d7da;
  color: #b75a24;
  border: 1px solid #b75a24;
}

/*  */
/*  */
/* Footer Section For All Pages */
/*  */
/*  */

#footerContainer {
  width: 100%;
  /* height: 400px; */
  background-color: #1a191d;
  background-image: url(../images/footer_overlay.png);
  background-position: center right;
  background-repeat: no-repeat;
  padding: 55px 0px 40px 0px;
}
#footerParent {
  width: 90%;
  margin: auto;
  /* height: 300px; */
  color: white;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footerChild {
  width: 24%;
  display: flex;
  justify-content: center;
}
#fChild1 a img {
  display: block;
  cursor: pointer;
  margin-top: 10px;
  height: 75px;
}
#fChild1 p {
  font-size: 15px;
  font-family: "SF Compact Text", sans-serif;
  text-align: left;
  margin-top: 28px;
  line-height: 1.6;
}
#footerIconTray {
  display: flex;
  align-items: center;
  text-align: center;
  display: none;
}
#footerIconTray i {
  color: #767577;
  height: 48px;
  width: 48px;
  background-color: #00000000;
  --icon-padding: 1em;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #605f61;
}
#footerIconTray i:first-of-type {
  border-left: 1px solid #605f61;
}
#fChild2 a,
#fChild3 p,
#fChild4 p {
  font-family: "SF Compact Text", sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.6;
}
#fChild2 h3,
#fChild3 h3,
#fChild4 h3 {
  margin-bottom: 30px;
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
#fChild2 i {
  margin-top: 9px;
  color: #767577;
  margin-right: 10px;
}
#fChild3 p {
  border-bottom: 1px solid transparent;
  transition: all 200ms linear 0s;
  box-shadow: none;
  text-decoration: none;
  box-sizing: border-box;
  margin-top: 9px;
}
#fChild3 p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #00b4d8;
  margin-right: 14px;
  vertical-align: middle;
  transition: all 200ms linear 0s;
  box-sizing: border-box;
}
/* #fChild3 p:hover{
  border-bottom: 1px solid white;
} */

/* Media Queries */
@media (max-width: 1200px) {
  .navContainer {
    font-size: 17px;
  }
  #middleContainerTop {
    box-shadow: none;
  }
  .middleInnerContainer {
    width: 49%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  }
  .middleInnerContainer {
    border: none;
  }
  .middleInnerContainer:nth-last-of-type(3),
  .middleInnerContainer:nth-last-of-type(4) {
    margin-bottom: 50px;
  }
  #welcomeText {
    padding: 0 20px;
  }
  #welcomeText h1 {
    font-size: 25px;
  }
  #welcomeText p {
    margin: 17px 0;
  }
  .homeTopBarLeft {
    display: none;
  }
  .useCaseHeader {
    padding: 50px 0 0;
  }
  #wireRopeTypes {
    justify-content: space-evenly;
  }
}
@media (min-width: 900px) and (max-width: 1000px) {
  /* #navCompanyLogo img {
    width: 110px;
  }
  .links > ul > li {
    margin: 0 5px;
  }
  .links > ul > li:first-of-type {
    margin-left: 10px;
  } */
}
@media (min-width: 1000px) and (max-width: 1200px) {
  /* .links > ul > li {
    margin: 0 5px;
  }
  .links > ul > li:first-of-type {
    margin-left: 10px;
  } */
}
@media (max-width: 1075px) {
  #welcomeText h1 {
    font-size: 20px;
  }
  #welcomeBottomChild {
    width: 100%;
  }
  .welcomeBottomChild {
    width: 80%;
    margin: auto;
  }
  #welcomeImage {
    width: 100%;
    margin: auto;
  }
  #welcomeImage img {
    width: 100%;
  }
  #welcomeText {
    width: 100%;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 900px) {
  .links {
    display: none;
  }
  .logo1 {
    display: none;
  }
  .logo2 {
    display: block;
  }
  .homeTopBarParent {
    display: none;
  }
  .hamburger {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .navContainer,
  .navContainer2 {
    justify-content: space-between;
    top: 0;
    position: fixed;
    background-color: #1a191d;
  }
  .slideOverlay {
    width: 80%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  #sliderSection h1 {
    font-size: 40px;
  }
  .productText h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #projectsTextInner {
    width: 80%;
  }
  #projectsTextInner h2 {
    padding-top: 50px;
    font-size: 30px;
  }
  .projectsCard {
    width: 48%;
  }
  .projectsCard:nth-of-type(1),
  .projectsCard:nth-of-type(2) {
    margin-bottom: 25px;
  }
  #footerContainer {
    padding-top: 30px;
  }
  .footerChild {
    width: 49%;
  }
  .footerChild:nth-of-type(1),
  .footerChild:nth-of-type(2) {
    margin-bottom: 25px;
  }
  #fChild1 {
    width: 70%;
  }
  #aboutHeaderChild,
  #teamHeaderContent,
  #productsHeaderContent,
  #productsSingleHeaderContent,
  #clientsHeaderContent,
  #BODHeaderContent,
  #contactHeaderContent {
    width: 80%;
  }
  #aboutHeaderChild h1,
  #teamHeaderContent h1,
  #productsHeaderContent h1,
  #productsSingleHeaderContent h1,
  #clientsHeaderContent h1,
  #BODHeaderContent h1,
  #contactHeaderContent h1 {
    font-size: 40px;
  }
  #aboutWelcomeChild {
    padding: 60px 0 0;
    width: 85%;
  }
  #aboutWelcomeText h1 {
    font-size: 30px;
  }
  #founderHeaderText {
    padding: 100px 0;
    width: 90%;
  }
  #founderMainChild {
    width: 90%;
  }
  #founderIntroDiv {
    width: 47%;
  }
  #founderDetailDiv {
    width: 47%;
  }
  .founderDetails h3 {
    font-size: 25px;
  }
  .founderDetails p {
    font-size: 15px;
  }
  #transProjectsChild {
    width: 90%;
  }
  #transProjectDetails h1 {
    font-size: 30px;
  }
  .projectsTable h3 {
    font-size: 18px;
  }
  .projectsTable td {
    font-size: 16px;
  }
  #clientsParent {
    padding: 75px 0 25px;
  }
  #clientsText h1 {
    font-size: 30px;
  }
  #clientsText p {
    font-size: 17px;
  }
  #aboutHeaderChild {
    width: 80%;
  }
  #aboutWelcomeText h1 {
    font-size: 25px;
  }
  #aboutWelcomeText p {
    font-size: 17px;
  }
  .productsText h1 {
    font-size: 35px;
  }
  .productsText p {
    font-size: 16px;
  }
  .wireRopeProducts {
    width: 45%;
  }
  #BODChild,
  #teamMembersChild {
    width: 95%;
  }
  .BODMemberCard {
    width: 49%;
  }
  .teamMemberCard {
    width: 48%;
  }
  #contactMessageText,
  #contactDetailsInner {
    width: 80%;
    padding-top: 50px;
  }
  #contactMessageText h2,
  #contactDetailsText h2 {
    font-size: 30px;
  }
  #contactMessageText p,
  #contactDetailsText p {
    font-size: 16px;
  }
  #contactMessageForm {
    width: 80%;
  }
}
@media (max-width: 750px) {
  .contactMessageChild {
    width: 100%;
  }
  .productSliderSection {
    width: 80%;
    margin: auto;
  }
  .productSliderSection:first-of-type {
    margin-bottom: 50px;
  }
  .productText {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .middleInnerContainer {
    width: 100%;
    margin-bottom: 50px;
  }
  .middleInnerContainer:last-of-type {
    margin-bottom: 0px;
  }
  #welcomeBottomChild {
    width: 100%;
  }
  #welcomeImage {
    width: 100%;
  }
  #welcomeText {
    /* width: 90%; */
    /* padding-top: 50px; */
    margin: auto;
  }
  #welcomeText h1 {
    font-size: 25px;
  }
  .projectsCard {
    width: 100%;
    margin-bottom: 25px;
  }
  .projectsCard:nth-last-of-type() {
    margin-bottom: 0px;
  }
  #footerContainer {
    padding-top: 50px;
  }
  .footerChild {
    width: 100%;
    margin-bottom: 25px;
  }
  .footerChild:last-of-type() {
    margin-bottom: 0px;
  }
  #fChild1 {
    width: 80%;
  }
  #fChild1 img {
    margin: auto;
  }
  #fChild1 p {
    text-align: center;
  }
  #aboutWelcomeChild {
    width: 90%;
    padding: 35px 0 0;
  }
  #aboutWelcomeText h1 {
    font-size: 25px;
  }
  #founderHeaderText h1 {
    font-size: 40px;
  }
  #founderIntroDiv {
    width: 90%;
  }
  #founderDetailDiv {
    width: 90%;
  }
  .founderDetails h3 {
    font-size: 25px;
  }
  #clientsChild {
    width: 90%;
  }
  .clientsCards {
    margin: 10px;
  }
  .clientsLogo {
    justify-content: space-evenly;
  }
  #BODChild,
  #teamMembersChild {
    width: 90%;
  }
  .BODMemberCard {
    width: 100%;
  }
  .teamMemberCard {
    width: 100%;
  }
  #productsChild {
    padding: 25px 0 0;
  }
  .productsText h1 {
    font-size: 30px;
    margin: 25px 0 0;
  }
  .wireRopeProducts {
    width: 90%;
  }
}
