/* #region Global Mixin Definitions*/
/* #endregion */
/* #region Global Values*/
/* #endregion */
/* #region Global Settings*/
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: 100%;
}

.align-container {
  padding-top: 200px;
}

.vtop {
  vertical-align: top;
}

.vtop td {
  vertical-align: top;
}

h1,
h2 {
  color: #000000;
}
@media (min-width: 576px) {
  h1,
  h2 {
    font-size: 55px;
  }
}
@media (min-width: 768px) {
  h1,
  h2 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  h1,
  h2 {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  h1,
  h2 {
    font-size: 70px;
  }
}
h1 .fa-spinner,
h2 .fa-spinner {
  animation: rotate 4s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1:before,
h2:before {
  content: " ";
  display: block;
  border-top: 4px solid #9acd32;
  width: 200px;
  padding-bottom: 25px;
}

.ErrorText,
.input-error {
  color: #f00;
  font-size: 12px;
  font-style: italic;
}

.green-text {
  color: #adbf00;
}

.green-background {
  background-color: #adbf00;
  color: #fff;
}

.mt-80 {
  margin-top: 80px;
}

.close {
  border: none;
  background-color: #fff;
  opacity: 0.5;
  transition: ease-in-out all 0.3s;
}
.close:hover {
  opacity: 1;
}

.btn-purple {
  font-size: 20px;
  display: inline-block;
  padding: 15px 20px;
  border: 2px solid #7f197f;
  background-color: #7f197f;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease;
}
.btn-purple.btn-lg {
  width: 100%;
}
.btn-purple:hover {
  color: #fff;
  background-color: #aa21aa;
}
.btn-submit {
  font-size: 20px;
  display: inline-block;
  padding: 15px 20px;
  border: 2px solid #7f197f;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: 0.3s all ease;
}
.btn-submit:hover {
  color: #fff;
  background-color: #7f197f;
  text-decoration: none;
}
.btn-submit.btn-sm {
  padding: 10px 35px;
}
.btn-outline-submit {
  font-size: 20px;
  display: inline-block;
  padding: 15px 35px;
  border: 2px solid #7f197f;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  transition: 0.3s all ease;
}
.btn-outline-submit:hover {
  color: #fff;
  background-color: #7f197f;
  text-decoration: none;
}
.btn-outline-submit.btn-sm {
  padding: 10px 35px;
}

/* #endregion */
.harnessHeader {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  width: 100%;
}

.header-seperator {
  height: 75px;
  background: url(../img/global/seperator-line.png) repeat-x;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0;
}
footer h2 {
  color: #fff;
  padding-bottom: 0;
}
footer h6 {
  color: #fff;
  font-size: 1.25em;
  margin-bottom: 1.25em;
}
footer .btn-contact {
  display: inline-block;
  padding: 20px 40px;
  background-color: #7f197f;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease;
  font-weight: bold;
}
footer .btn-contact:hover {
  color: #7f197f;
  background-color: #fff;
  text-decoration: none;
}
footer a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .copyright {
  font-size: 0.8em;
  margin-top: 60px;
}
footer hr {
  border-top: 1px solid #ccc !important;
  opacity: 1;
  margin: 3.5em 0;
}

.about-us {
  width: 100%;
  margin: 0;
  padding: 0;
}
.about-us .text-color {
  color: #adbf00;
}
.about-us .para {
  background-color: #eee !important;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
.about-us .heading {
  font-weight: bolder;
  font-size: 30px;
}
.about-us .mini-heading {
  font-weight: bold;
  font-size: 16px;
}
.about-us .background {
  background-color: #7f197f;
  color: white;
}
.about-us .row {
  width: 100%;
  margin: 0;
  padding: 0;
}

.contact-us .form-control {
  background-color: #eee !important;
  color: #000000;
}
.contact-us .contact-select {
  background-color: #eee !important;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  /*font-weight: 400;*/
  line-height: 1.5;
  color: #212529;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
}
.contact-us .btn-submit {
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #adbf00;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s all ease;
  width: 302px;
}
.contact-us .btn-submit:hover {
  color: #fff;
  background-color: #adbf00;
  text-decoration: none;
}
.contact-us h6 {
  font-size: 1.25em;
}
.contact-us .hover-text:hover {
  color: black;
  background-color: #adbf00;
  text-decoration: none;
}

.industries .link-heading {
  font-size: 30px;
  font-weight: bolder;
}
.industries .right_side {
  max-width: 100% !important;
  height: 100% !important;
  display: block;
}
.industries .left-panel {
  background-color: #ececec;
}
.industries .icon-link {
  display: block;
  height: 70px;
  padding-left: 100px;
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
  transition: 0.3s all ease;
  text-decoration: none;
}
@media (max-width: 576px) {
  .industries .icon-link {
    font-size: 1.5em;
  }
}
.industries .icon-link.active {
  color: #fff !important;
  background-color: #9cb916 !important;
}
.industries .icon-link:hover {
  color: #adbf00;
}

.mediaItems .mediaItem {
  margin-bottom: 10%;
}
.mediaItems .mediaItem .date {
  background-color: #9acd32;
  text-align: center;
  color: white;
  max-height: 50px;
}
.mediaItems .mediaItem .btn-read-more {
  padding: 0.5em;
  width: 10em !important;
  text-decoration: none;
  color: #111;
  border: 2px solid #7f197f;
  background-color: white;
  transition: all 0.2s;
}
.mediaItems .mediaItem .btn-read-more:hover {
  background-color: #7f197f;
  color: white;
}

.technologyContain {
  height: 100%;
}
@media (max-width: 576px) {
  .technologyContain {
    height: 100% !important;
  }
}

.carouselContain {
  height: 100%;
  width: 100%;
}
@media (max-width: 576px) {
  .carouselContain {
    height: 100%;
    width: 100%;
  }
}
.carouselContain img {
  -o-object-fit: fill;
     object-fit: fill;
  filter: brightness(0.5);
}
.carouselContain .carousel .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translate3d(1345);
}
.carouselContain .carousel .text-overlay .carousel-caption {
  top: 40% !important;
}
.carouselContain .carousel h5 {
  font-size: 35px;
  color: #9acd32;
}
.carouselContain .carousel:hover .text-overlay {
  opacity: 1;
}
.carouselContain .carousel .carousel-control-prev {
  left: 0;
}
.carouselContain .carousel .carousel-control-next {
  right: 0;
}
.carouselContain .carousel .arrowIcon {
  background-color: #adbf00;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .carouselContain .carousel .arrowIcon {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 20% !important;
  }
}

.innovation-links button {
  display: block;
  text-align: left;
  border: none;
  background-color: #fff;
  font-weight: bold;
  margin-top: 40px;
  transition: 0.3s all ease;
}
.innovation-links button:before {
  content: " ";
  display: block;
  border-top: 2px solid #adbf00;
  width: 100px;
  padding-bottom: 8px;
}
.innovation-links button:hover {
  color: #7f197f;
}
.innovation-links button:hover:before {
  border-top: 2px solid #7f197f;
}
.innovation-links button.active {
  color: #7f197f;
}
.innovation-links button.active:before {
  border-top: 2px solid #7f197f;
}

.about-us_qms a {
  color: black;
  text-decoration: none;
  transition: 0.3s all ease;
}
.about-us_qms a:hover {
  color: #7f197f;
  text-decoration: none;
}
.about-us_qms .link-heading {
  font-weight: bolder;
  font-size: large;
}
.about-us_qms img {
  border: none;
  background-color: gray;
  height: 80px !important;
  width: 80px !important;
}
.about-us_qms .text {
  color: #adbf00;
}

.homeBanner .btn-carousel-indicator {
  font-size: 20px;
  display: inline-block;
  padding: 15px 20px;
  border: 2px solid #7f197f;
  border-radius: 50%;
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease;
}
.homeBanner .btn-carousel-indicator.active {
  background-color: #7f197f;
}
.homeBanner .row .col {
  padding: 0;
}
.homeBanner .row .banner-h1 {
  font-weight: 700;
  position: relative !important;
}
.homeBanner .row .image {
  background-image: url("../img/home/banner/Header_Image.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.home-link-blocks {
  margin-top: -50px;
}
.home-link-blocks .background {
  background-color: #eee !important;
  color: black;
}
.home-link-blocks .background:hover {
  color: white;
  background-color: #adbf00 !important;
  text-decoration: none;
}
.home-link-blocks a {
  color: black;
  text-decoration: none;
  transition: 0.3s all ease;
}
.home-link-blocks a:hover {
  background-color: #adbf00;
  color: white;
  text-decoration: none;
}
.home-link-blocks .div {
  color: black;
  text-decoration: none;
  transition: 0.3s all ease;
}
.home-link-blocks .div:hover {
  background-color: #adbf00;
  color: white;
  text-decoration: none;
}
.home-link-blocks .btn-submit {
  display: inline-block;
  padding: 7px 20px;
  border: 2px solid #7f197f;
  text-decoration: none;
  transition: 0.3s all ease;
  width: 150px;
}
.home-link-blocks .card {
  background-color: #eee !important;
  color: black;
  border-radius: 0;
  border: none;
}
.home-link-blocks .card .card-header {
  background-color: transparent !important;
  border: none;
  padding: 30px 20px;
}
.home-link-blocks .card .card-header h3 {
  padding-top: 140px;
}
.home-link-blocks .card .card-header h3:after {
  content: " ";
  display: block;
  border-top: 4px solid #adbf00;
  width: 110px;
  margin-top: 15px;
}
.home-link-blocks .card .card-header.innovation {
  background: url(../img/home/links/innovation.png) no-repeat 20px 20px;
}
.home-link-blocks .card .card-header.quality {
  background: url(../img/home/links/quality.png) no-repeat 20px 20px;
}
.home-link-blocks .card .card-header.technology {
  background: url(../img/home/links/technology.png) no-repeat 20px 20px;
}
.home-link-blocks .card .card-footer {
  background-color: transparent !important;
  border: none;
  padding-bottom: 30px;
}
.home-link-blocks .card .card-footer .read-more {
  display: inline-block;
  padding: 7px 20px;
  border: 2px solid #7f197f;
  text-decoration: none;
  width: 150px;
  text-align: center;
}
.home-link-blocks .card:hover {
  color: white;
  background-color: #adbf00 !important;
  text-decoration: none;
}
.home-link-blocks .card:hover .card-header h3:after {
  border-top: 4px solid #adbf00;
}
.home-link-blocks .card:hover .card-header.innovation {
  background: url(../img/home/links/innovation-white.png) no-repeat 20px 20px;
}
.home-link-blocks .card:hover .card-header.quality {
  background: url(../img/home/links/quality-white.png) no-repeat 20px 20px;
}
.home-link-blocks .card:hover .card-header.technology {
  background: url(../img/home/links/technology-white.png) no-repeat 20px 20px;
}
.home-link-blocks .card:hover .card-footer .read-more {
  border: 2px solid #fff;
  text-decoration: none;
}

/* #region Global Mixin Definitions*/
/* #endregion */
.industriesContain {
  margin: 0;
  padding: 0;
  height: 100%;
}
.industriesContain .background-image {
  height: 100%;
  padding: 20px 0;
  position: relative;
}
.industriesContain .background-image::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/industries/bus-and-truck.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: grayscale(1);
}
.industriesContain h1 {
  position: relative;
  z-index: 100;
  color: white;
  width: 30%;
  padding: 0;
}
.industriesContain h5 {
  position: relative;
  z-index: 100 !important;
  color: white;
}
.industriesContain .industryCol {
  z-index: 100;
}
.industriesContain .industryLink {
  background-color: rgb(235, 233, 233);
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #333;
  text-decoration: none;
}
.industriesContain .industryLink:hover {
  background-color: #adbf00 !important;
  color: white !important;
}
.industriesContain .industryLink .detail-block {
  position: relative;
}
.industriesContain .industryLink .detail-block h4 {
  font-size: 1.7em;
  font-weight: 700;
}
@media (max-width: 576px) {
  .industriesContain .industryLink .detail-block h4 {
    font-size: 1.4em;
  }
}
.industriesContain .industryLink .detail-block i {
  position: absolute;
  right: 10px;
  top: 20%;
  color: #fff;
}

.home-about-us .objectivesDiv {
  padding: 0;
}
.home-about-us .objectivesDiv .aboutH1 {
  position: relative;
  margin: 0 !important;
  left: 13%;
  width: 30%;
}
@media (max-width: 576px) {
  .home-about-us .objectivesDiv .aboutH1 {
    width: 100% !important;
    left: 10%;
  }
}
.home-about-us .objectivesDiv .infoAndBtn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.home-about-us .objectivesDiv .infoAndBtn .objectives {
  padding: 48px;
  padding-left: 38px !important;
  height: 75%;
}
@media (max-width: 576px) {
  .home-about-us .objectivesDiv .infoAndBtn .objectives {
    padding: 20px !important;
  }
  .home-about-us .objectivesDiv .infoAndBtn .objectives .objectivesContent {
    width: 100% !important;
    left: 0% !important;
  }
}
.home-about-us .objectivesDiv .infoAndBtn .objectives .objectivesContent {
  position: relative;
  left: 11%;
  width: 80%;
}
.home-about-us .objectivesDiv .infoAndBtn .objectives .objectivesContent h5 {
  color: #7f197f;
  font-weight: 700;
}
.home-about-us .whoWeAre {
  background-color: #7f197f;
}
@media (max-width: 576px) {
  .home-about-us .whoWeAre {
    padding: 20px !important;
    width: 100% !important;
  }
  .home-about-us .whoWeAre .whoWeAreContain {
    width: 100% !important;
  }
  .home-about-us .whoWeAre .btn-submit {
    left: 0% !important;
  }
}
.home-about-us .whoWeAre .whoWeAreContain {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 70%;
  height: 75%;
  margin: 0 !important;
}
@media screen and (min-width: 992px) {
  .home-about-us .whoWeAre .whoWeAreContain {
    height: 60% !important;
  }
}
.home-about-us .whoWeAre .whoWeAreContain h3 {
  font-size: 40px;
  margin-bottom: 15% !important;
}
.home-about-us .harness-text {
  font-weight: bold;
}
.home-about-us .whoWeAreBtn {
  border: 2px solid white !important;
  background-color: #7f197f !important;
  color: white !important;
}
@media screen and (min-width: 576px) {
  .home-about-us .whoWeAreBtn {
    visibility: visible;
    position: relative;
    left: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  .home-about-us .whoWeAreBtn {
    visibility: visible;
    position: relative;
    left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .home-about-us .whoWeAreBtn {
    display: none !important;
  }
}
.home-about-us .whoWeAreBtn:hover {
  color: black !important;
  background-color: white !important;
}
.home-about-us .back-g {
  background-color: #ececec;
}
.home-about-us h6 {
  color: #7f197f;
  font-weight: bold;
}

.mediaContain {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.mediaContain h1 {
  margin: 0 !important;
  padding: 0;
  width: 80%;
}
.mediaContain .mediaArticles {
  display: flex;
  width: 83%;
  justify-content: space-around;
}
.mediaContain .mediaArticles .articleRow {
  width: 100%;
  justify-content: space-between;
}
.mediaContain .mediaArticles .articleRow .col {
  display: flex;
  justify-content: center;
  padding: 0;
}

.articleCard {
  border: none !important;
}
.articleCard .cardBody {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 50%;
}
.articleCard .cardBody .cardTitle {
  font-size: 20px;
  font-weight: 600;
}
.articleCard .cardBody .cardSubtitle {
  color: #adbf00;
}
.articleCard .cardBody .cardBtn {
  display: inline-block;
  padding: 7px 20px;
  color: #000;
  background-color: white;
  border: 2px solid #7f197f;
  text-decoration: none;
  transition: 0.2s all ease;
  width: 150px;
  text-align: center;
}
.articleCard .cardBody .cardBtn:hover {
  background-color: #7f197f;
  color: white;
}

.industries .link-heading {
  font-size: 30px;
  font-weight: bolder;
}
.industries .right_side {
  max-width: 100% !important;
  height: 100% !important;
  display: block;
}
.industries .left-panel {
  background-color: #ececec;
}
.industries .icon-link {
  display: block;
  height: 70px;
  padding-left: 100px;
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
  transition: 0.3s all ease;
  text-decoration: none;
}
@media (max-width: 576px) {
  .industries .icon-link {
    font-size: 1.5em;
  }
}
.industries .icon-link.active {
  color: #fff !important;
  background-color: #9cb916 !important;
}
.industries .icon-link:hover {
  color: #adbf00;
}

.btnNewsBack {
  color: #8e8989;
  text-decoration: none;
  font-size: larger;
}
.btnNewsBack:hover {
  color: #7f197f;
}

.mediaArticleItem .date {
  background-color: #9acd32;
  color: white;
  width: 100%;
}/*# sourceMappingURL=harnesspro.css.map */