@font-face {
  font-family: lato;
  src: url(../fonts/lato-bold-webfont.eot);
  src: url(../fonts/lato-bold-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/lato-bold-webfont.woff2) format("woff2"),
    url(../fonts/lato-bold-webfont.woff) format("woff"),
    url(../fonts/lato-bold-webfont.ttf) format("truetype"),
    url(../fonts/lato-bold-webfont.svg#latobold) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: lato;
  src: url(../fonts/lato-italic-webfont.eot);
  src: url(../fonts/lato-italic-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/lato-italic-webfont.woff2) format("woff2"),
    url(../fonts/lato-italic-webfont.woff) format("woff"),
    url(../fonts/lato-italic-webfont.ttf) format("truetype"),
    url(../fonts/lato-italic-webfont.svg#latoitalic) format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: lato;
  src: url(../fonts/lato-light-webfont.eot);
  src: url(../fonts/lato-light-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/lato-light-webfont.woff2) format("woff2"),
    url(../fonts/lato-light-webfont.woff) format("woff"),
    url(../fonts/lato-light-webfont.ttf) format("truetype"),
    url(../fonts/lato-light-webfont.svg#latolight) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: lato;
  src: url(../fonts/lato-regular-webfont.eot);
  src: url(../fonts/lato-regular-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/lato-regular-webfont.woff2) format("woff2"),
    url(../fonts/lato-regular-webfont.woff) format("woff"),
    url(../fonts/lato-regular-webfont.ttf) format("truetype"),
    url(../fonts/lato-regular-webfont.svg#latoregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: raleway;
  src: url(../fonts/raleway-bold-webfont.eot);
  src: url(../fonts/raleway-bold-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/raleway-bold-webfont.woff2) format("woff2"),
    url(../fonts/raleway-bold-webfont.woff) format("woff"),
    url(../fonts/raleway-bold-webfont.ttf) format("truetype"),
    url(../fonts/raleway-bold-webfont.svg#ralewaybold) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: raleway;
  src: url(../fonts/raleway-light-webfont.eot);
  src: url(../fonts/raleway-light-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/raleway-light-webfont.woff2) format("woff2"),
    url(../fonts/raleway-light-webfont.woff) format("woff"),
    url(../fonts/raleway-light-webfont.ttf) format("truetype"),
    url(../fonts/raleway-light-webfont.svg#ralewaylight) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: raleway;
  src: url(../fonts/raleway-medium-webfont.eot);
  src: url(../fonts/raleway-medium-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/raleway-medium-webfont.woff2) format("woff2"),
    url(../fonts/raleway-medium-webfont.woff) format("woff"),
    url(../fonts/raleway-medium-webfont.ttf) format("truetype"),
    url(../fonts/raleway-medium-webfont.svg#ralewaymedium) format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: raleway;
  src: url(../fonts/raleway-regular-webfont.eot);
  src: url(../fonts/raleway-regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/raleway-regular-webfont.woff2) format("woff2"),
    url(../fonts/raleway-regular-webfont.woff) format("woff"),
    url(../fonts/raleway-regular-webfont.ttf) format("truetype"),
    url(../fonts/raleway-regular-webfont.svg#ralewayregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: raleway;
  src: url(../fonts/raleway-semibold-webfont.eot);
  src: url(../fonts/raleway-semibold-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/raleway-semibold-webfont.woff2) format("woff2"),
    url(../fonts/raleway-semibold-webfont.woff) format("woff"),
    url(../fonts/raleway-semibold-webfont.ttf) format("truetype"),
    url(../fonts/raleway-semibold-webfont.svg#ralewaysemibold) format("svg");
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
select,
textarea {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background-color: #fff;
  font-family: lato, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #3e4449;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #1da599;
}
a:hover {
  text-decoration: none;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.clear:after,
.clear:before {
  content: "";
  display: table;
  clear: both;
}
.header-wrapper {
  padding: 10px 0;
}
a.logo {
  display: block;
  max-width: 90px;
  margin: 0 auto;
}
.menu-bar {
  font-size: 32px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 50px;
  display: none;
  margin-bottom: 0;
  width: 45px;
}
a.menu-bar:before {
  background: #191717;
  width: 100%;
  height: 4px;
  content: "";
  display: block;
}
a.menu-bar:after {
  content: "";
  margin-top: 4px;
  display: block;
  border-top: solid 4px #191717;
  height: 4px;
  border-bottom: solid 4px #191717;
}
.menu-area {
  width: 100%;
  margin: 15px 0 2px;
  text-align: center;
  clear: left;
}
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu li {
  display: inline-block;
  position: relative;
}
.menu li a {
  display: block;
  color: #1e306e;
  padding: 0 9px;
  font-size: 16px;
}
.menu li a:hover {
  color: #8c8c8c;
}
.flexslider {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.main-slider li {
  position: relative;
}
.slide-text-area {
  position: absolute;
  left: 50%;
  top: 10%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.slide-text-area h1 {
  color: #fff;
  font-size: 65px;
  font-family: raleway;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.slide-text-area h5 {
  color: #fff;
  font-family: lato;
  font-weight: 700;
  line-height: 1.2;
  font-size: 48px;
  text-align: left;
  padding-left: 25px;
}
.flex-control-nav {
  bottom: 20px;
}
.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
}
.flex-control-nav li {
  margin: 0 4px;
}
.block-row {
  padding: 40px 0;
}
.block-image-left {
  float: left;
  width: 49%;
  margin: 20px 0;
}
.block-text-left {
  float: right;
  width: 48%;
  margin: 0;
}
.block-title {
  font-family: raleway;
  font-size: 26px;
  font-weight: 700;
  color: #1e306e;
  margin: 16px 0;
}
.block-sub-title {
  font-family: raleway;
  font-size: 20px;
  font-weight: 700;
  color: #1e306e;
  margin: 16px 0;
}
.block-text {
  font-family: Lato;
  font-size: 18px;
  line-height: 1.6;
}
/*.block-text strong {
        margin-top:10px;
        display:inline-block
    }*/
.grey-row {
  background-color: #f6f5f5;
}
.grey-row .block-image-left {
  float: right;
}
.grey-row .block-text-left {
  float: left;
}
.block-col-row {
  padding: 50px 0;
}
.block-col-section-title {
  font-family: raleway;
  font-size: 26px;
  font-weight: 700;
  color: #1e306e;
  text-align: center;
  padding-bottom: 20px;
}
.block-col-three {
  float: left;
  width: 31.5%;
  margin-left: 2.7%;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.block-col-three:nth-of-type(3n + 1) {
  clear: left;
  margin-left: 0;
}
.block-col-heading {
  font-family: raleway;
  font-size: 18px;
  font-weight: 600;
  color: #1e306e;
  text-align: center;
  padding: 20px 0 10px;
}
.block-col-text {
  font-size: 16px;
  line-height: 1.6;
}
a.readmore-btn {
  display: block;
  width: 100%;
  max-width: 115px;
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
  color: #fff;
  background-color: #1e306e;
  margin: 17px auto 0;
  text-transform: uppercase;
  font-family: raleway;
  font-size: 13px;
  font-weight: 600;
}
a.readmore-btn:hover {
  color: #3d4246;
  background-color: #e6e6e6;
}
.footer-wrapper {
  padding: 60px 0;
}
.footer {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
  text-align: center;
  border-bottom: solid 1px #ccc;
}
.footer li {
  display: inline-block;
  margin: 0 1%;
}
.footer li a {
  color: #3d4246;
  font-size: 16px;
  display: inline-block;
}
.footer li a:hover {
  color: #3d4246;
  text-decoration: underlinel;
}
.copyright {
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}
.banner-wrapper {
  padding: 80px 0 300px;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.banner-wrapper:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.banner-wrapper h1 {
  position: relative;
  z-index: 9;
  font-family: raleway;
  font-weight: 600;
  font-size: 52px;
  text-align: left;
}
.banner-wrapper p {
  position: relative;
  z-index: 9;
  font-family: raleway;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
}
.about-banner {
  background-image: url(../assets/about-banner.webp);
}
.contact-banner {
  background-image: url(../assets/contact-banner.webp);
}
.traid-banner {
  background-image: url(../assets/traid-banner.webp);
}
.faq-banner {
  background-image: url(../assets/faq-banner.webp);
}
.why-us-banner {
  background-image: url(../assets/why-us-banner.webp);
}
.career-banner {
  background-image: url(../assets/career-banner.webp);
}
.content-wrapper {
  padding: 30px 0;
}
.left-area {
  float: left;
  width: 70%;
}
.right-area {
  float: right;
  width: 25%;
}
.text {
  font-size: 18px;
  line-height: 1.6;
  margin: 15px 0;
}
.about-col .block-title,
.about-col .text {
  text-align: left;
}
.contact-title {
  text-align: center;
}
.contact-row {
  padding: 40px 0 0;
}
.contact-column {
  float: left;
  width: 47%;
  margin-left: 6%;
}
.contact-column:first-of-type {
  margin-left: 0;
}
.contact-listing {
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 18px;
}
.contact-listing li {
  padding: 10px 0;
  line-height: 1.5;
}
.required-text {
  font-weight: 600;
  font-size: 17px;
}
.form-label {
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
}
.textbox {
  width: 100%;
  height: 56px;
  border: solid 1px #ddd;
  padding: 10px 12px;
  font-size: 17px;
  border-radius: 4px;
  color: #69727b;
}
.textarea {
  width: 100%;
  min-height: 150px;
  border: solid 1px #ddd;
  padding: 10px 12px;
  font-size: 17px;
  border-radius: 4px;
  color: #69727b;
}
.form-row {
  float: left;
  width: 48%;
  padding: 8px 0;
  margin-left: 4%;
}
.form-row:nth-of-type(odd) {
  clear: left;
  margin-left: 0;
}
.custom-select {
  position: relative;
  background: #fff;
  display: block;
  width: 100%;
  height: 56px;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 17px;
}
.custom-select select {
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  height: 36px;
  font-size: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: 0 0;
  cursor: pointer;
  color: #69727b;
}
.custom-select:before {
  pointer-event: none;
  content: "";
  display: table;
  position: absolute;
  right: 15px;
  top: 25px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #ddd;
}

.contact-custom-select {
  position: relative;
}

.contact-custom-select select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #69727b;
  position: relative;
  display: block;
  height: 56px;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 10px;
  font-size: 17px;
  background: transparent;
}
.contact-custom-select:before {
  pointer-event: none;
  content: "";
  display: table;
  position: absolute;
  right: 15px;
  bottom: 32px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #ddd;
}
.submit-btn {
  cursor: pointer;
  height: 56px;
  width: 100%;
  background-color: #1e306e;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: raleway;
  font-weight: 600;
  font-size: 18px;
  border-radius: 6px;
  margin-top: 15px;
}
.submit-btn:hover {
  background-color: #69727b;
}
ol,
ul {
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 18px;
}
ol li,
ul li {
  margin: 10px 0;
}
.block-icon {
  max-width: 35px;
  display: inline-block;
  margin-right: 10px;
}
.welcome-row {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.welcome-row p {
  display: block;
  font-size: 18px;
  text-align: center;
}
.welcome-wrapper {
  padding: 60px 0;
}
.tolling-banner {
  /*background-image:url(../images/tooling-banner.jpg)*/
  background-image: url(../images/quality-banner-new.gif);
}
.production-banner {
  background-image: url(../assets/production-banner.webp);
}
.contact-left {
  float: left;
  width: 60%;
}
.contact-right {
  float: right;
  width: 30%;
}
.contact-right a {
  color: #1e306e;
}
.contact-right .block-title {
  font-size: 24px;
}
.form-row-full {
  width: 100%;
  margin-left: 0;
}
a.read-more {
  display: inline-block;
  color: #1e306e;
  text-decoration: underline;
  margin: 20px auto 0;
  font-size: 16px;
}
.sub-ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
  list-style: none;
}
.flex-control-paging li a {
  background-color: #fff;
}
.flex-control-paging li a.flex-active {
  background-color: #1e306e;
}
.flex-control-paging li a:hover {
  background-color: #1e306e;
}
.product-banner {
  background-image: url(../images/slide-1.jpg);
}
.product-wrapper {
  text-align: center;
}
.email {
  color: #1e306e;
  font-weight: 700;
}
a.pdf-icon {
  display: block;
  max-width: 60px;
  margin: 40px auto;
}
.header-wrapper .container {
  position: relative;
}
a.linked {
  display: inline-block;
  position: absolute;
  right: 100px;
  top: 30%;
  color: #69727b;
  font-size: 15px;
}
a.linked img {
  margin-left: 10px;
}
a.google {
  display: inline-block;
  position: absolute;
  right: 54px;
  top: 30%;
  color: #69727b;
  font-size: 15px;
}
a.google img {
  margin-left: 15px;
  max-width: 30px;
}
a.youtube {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 30%;
  color: #69727b;
  font-size: 15px;
}
a.youtube img {
  margin-left: 15px;
  max-width: 30px;
}
a.linked img {
  max-width: 30px;
}
.catalogue-col {
  float: left;
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 35px;
}
.catalogue-col:nth-of-type(3n + 1) {
  clear: left;
  margin-left: 0;
}
.catalogue-name {
  font-family: raleway;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  margin: 15px 0;
}
.csr-col {
  float: left;
  width: 46%;
  margin-left: 8%;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}
.csr-col:nth-of-type(odd) {
  clear: left;
  margin-left: 0;
}
.infrastucture-new-block {
  float: left;
  width: 30%;
  margin-left: 5%;
  text-align: center;
  margin-bottom: 45px;
}
.infrastucture-new-block:nth-of-type(3n + 1) {
  clear: left;
  margin-left: 0;
}
.infra-wrapper {
  padding: 60px 0;
}
a.infrastucture-new-name {
  display: block;
  font-family: raleway;
  font-size: 20px;
  font-weight: 700;
  color: #1e306e;
  padding-top: 15px;
  text-align: center;
}
.infrastucture-new-block p {
  font-family: Lato;
  font-size: 16px;
  margin: 6px 0;
}
.accordian-content {
  text-align: left;
}
.team-content {
  display: none;
  text-align: left;
}
.infrastucture-new-block ul {
  text-align: left;
  margin-top: 15px;
}
.infrastucture-new-block ul li {
  margin: 3px 0;
  font-size: 15px;
}
.product-wrapper .left-align {
  text-align: left;
}
.product-wrapper .product-ul {
  padding-left: 20px;
  text-align: left;
}
.gov-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.about-submenu {
  padding-left: 20px;
  padding-top: 2px;
  list-style: none;
}
.about-submenu li {
  position: relative;
  padding-left: 20px;
}
.about-submenu li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 9px;
  height: 2px;
  background-color: #69727b;
}
.quality-col {
  float: left;
  width: 30%;
  margin-left: 3%;
  margin-bottom: 30px;
}
.quality-col:nth-of-type(3n + 1) {
  clear: left;
  margin-left: 0;
}
.awards-wrapper {
  padding: 30px 0;
  background-color: #f6f5f5;
}
.awards-wrapper .quality-flexslider,
.content-wrapper .quality-flexslider {
  border: 0;
  border-radius: 0;
  margin: 40px 0 0;
}
.quality-flexslider a.flex-next,
.quality-flexslider a.flex-prev {
  font-size: 0;
  width: 45px;
  height: 45px;
}
.quality-flexslider a.flex-next:before {
  content: "";
  display: block;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 45px;
  height: 45px;
}
.quality-flexslider a.flex-prev:before {
  content: "";
  display: block;
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 45px;
  height: 45px;
}
.numbering-block-area {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.numbering-block {
  float: left;
  width: 33.33%;
  font-size: 16px;
  margin: 35px 0;
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.numbering-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 110px;
  background-color: #ccc;
}
.numbering-block:first-of-type:before, .numbering-block:nth-of-type(3n+1):before {
  display: none;
}
.numbering-block span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #1e306e;
  letter-spacing: 2px;
}
img.tuv-logo {
  width: 100%;
  max-width: 120px;
  margin: 30px auto 0;
  display: block;
}
.production-sub-title {
  font-family: raleway;
  font-size: 18px;
  font-weight: 700;
  color: #1e306e;
  margin: 16px 0;
}
.lean-banner {
  background-image: url(../assets/production-banner.webp);
}
.lean-block-text {
  margin-top: 0;
}
a.download-link {
  display: inline-block;
  font-family: raleway;
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
  color: #69727b;
  width: 100%;
}
.signature-wrapper {
  padding: 20px 0;
}
.traid-row {
  width: 100%;
  max-width: 850px;
  margin: 25px auto;
  background-color: #eee;
  padding: 25px;
}
.traid-left {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.traid-left img {
  max-width: 120px;
  width: 100%;
}
.traid-right {
  float: left;
  width: 50%;
  border-left: solid 1px #69727b;
  padding: 20px 0 20px 40px;
}
.traid-right p {
  font-size: 16px;
  line-height: 1.6;
}
/*
    .traid-row:nth-of-type(4) .traid-left img {
        max-width:250px;
        margin-top:35px
    }
    .traid-row:nth-of-type(6) .traid-left img {
        max-width:150px;
        margin-top:35px
    }
    
    .traid-row:nth-of-type(7) .traid-left img {
        max-width: 120px;
        margin-top:18px;
    }
    .traid-row:nth-of-type(8) .traid-left img {
        max-width: 140px;
        margin-top:25px;
    }
    .traid-row:nth-of-type(9) .traid-left img {
        max-width: 80px;
    }
   */

.companies-wrapper .block-title {
  text-align: center;
}
.companies-wrapper .numbering-block-area {
  max-width: 100%;
}
.companies-wrapper .numbering-block {
  padding-top: 35px;
}
.companies-wrapper .numbering-block span {
  font-size: 22px;
  color: #69727b;
}
.towing-row {
  text-align: center;
  font-size: 0;
}
.towing-col {
  display: inline-block;
  width: 30%;
  margin-left: 3%;
  margin-bottom: 35px;
  vertical-align: top;
  position: relative;
}
.towing-col:nth-of-type(3n + 1) {
  margin-left: 0;
}
.towing-col .catalogue-name {
  color: #000;
}
.towing-col .catalogue-name span {
  color: #69727b;
}
.team-wrapper {
  text-align: center;
  padding: 20px 0 60px;
  background-color: #f6f5f5;
}
.companies-wrapper {
  padding: 20px 0;
}
.testimonial-wrapper {
  padding: 40px 0;
  text-align: center;
}
.flexslider.testimonial-slide img {
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 50%;
}
img.quote {
  display: block;
  margin: 0 auto 30px;
}
.testimonial-slide .flex-control-nav {
  bottom: -40px;
}
.testimonial-text {
  font-size: 20px;
  padding-bottom: 10px;
}
.testimonial-by {
  font-weight: 700;
}
.testimonial-slide a.flex-prev {
  background-image: url(../images/arrow-prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.testimonial-slide a.flex-next:before,
.testimonial-slide a.flex-prev:before {
  display: none;
}
.testimonial-slide a.flex-next {
  background-image: url(../images/arrow-next.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.download-banner {
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
.towing-banner h1 {
  text-align: left;
  font-size: 42px;
}
.catalogue-name span {
  display: inline-block;
  vertical-align: middle;
}
.download-icon {
  margin-left: 10px;
}
.download-icon img {
  max-width: 17px;
  vertical-align: top;
  margin-top: 2px;
}
.tt-col-inner {
  padding: 0 15px;
  border: solid 1px #ccc;
}
.pdf-name:before {
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  content: "";
  display: block;
  height: 1px;
  background-color: #ccc;
}
.pdf-name {
  width: 100%;
  padding-top: 10px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
.catalogue-col .catalogue-name span {
  color: #69727b;
}
.team-col {
  float: left;
  width: 30%;
  margin-left: 5%;
  margin-top: 20px;
  background-color: #fff;
  min-height: 300px;
}
.team-col:first-of-type {
  margin-left: 0;
}
.team-col-info {
  padding: 25px;
  text-align: left;
}
.team-col-info h3 {
  font-family: raleway;
  font-size: 20px;
  font-weight: 700;
  color: #1e306e;
}
.designation {
  font-size: 18px;
  padding: 5px 0 0;
}
.team-col-info a {
  display: block;
  margin-top: 4px;
  color: #3e4449;
  font-size: 15px;
}
.team-col-info a span {
  display: inline-block;
  vertical-align: middle;
}
.team-col-info a span.team-icon {
  width: 15px;
  margin-right: 6px;
  line-height: 0;
}
a.team-accordian {
  display: block;
  font-family: raleway;
  font-size: 15px;
  font-weight: 700;
  color: #1e306e;
  margin-top: 15px;
}
.team-content {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
}
.footer-logo {
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
.footer-logo:after,
.footer-logo:before {
  content: "";
  display: block;
  clear: both;
}
.footer-logo li {
  float: left;
  width: 15%;
  list-style: none;
  margin-left: 2%;
}
.footer-logo li:first-of-type {
  margin-left: 0;
}
.new-footer-wrapper {
  padding: 30px 0 20px;
  background-color: #1e306e;
}
.footer-col {
  float: left;
  width: 48%;
  margin-left: 4%;
}
.footer-col:first-of-type {
  margin-left: 0;
}
.footer-col h2 {
  color: #fff;
  font-size: 20px;
  line-height: 2.2;
}
.footer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
}
.new-copyright {
  text-align: center;
  border-top: solid 1px #ccc;
  padding-top: 15px;
  color: #fff;
  margin-top: 15px;
  font-size: 15px;
}
.new-footer {
  padding: 0;
  margin: 0;
  list-style: none;
}
.new-footer li {
  list-style: none;
}
.new-footer li a {
  display: block;
  color: #fff;
  font-size: 15px;
}
.new-footer li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-col p {
  color: #fff;
  font-size: 15px;
  line-height: 2.2;
}
img.group-company {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.goog-te-gadget {
  font-size: 0 !important;
}
a.goog-logo-link {
  display: none;
}
.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  position: relative;
  border: solid 1px #1e306e;
  padding: 3px 5px 3px 3px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
}
.header-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 6px;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  z-index: 99999;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.certificates-wrapper {
  padding: 20px 0 60px;
  text-align: center;
}
.certificate-col {
  float: left;
  width: 31.3%;
  margin-left: 3%;
  margin-top: 20px;
  background-color: #fff;
  border: solid 2px #f6f5f5;
}
.certificate-col:nth-of-type(3n + 1) {
  margin-left: 0;
  clear: left;
}
.certificates-wrapper-gray {
  background-color: #f6f5f5;
}
.traid-fair {
  padding: 0;
  margin: 0;
  list-style: none;
}
.traid-fair li {
  list-style: none;
  float: left;
  width: 33.33%;
  padding-left: 6px;
  padding-bottom: 6px;
  line-height: 1;
  margin: 0;
}
.traid-fair li:nth-of-type(3n + 1) {
  clear: left;
}
.traid-fair-wrapper {
  padding: 40px 0;
  background-color: #f6f5f5;
}
.news-block {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.news-block li {
  float: left;
  width: 48%;
  margin-left: 4%;
  list-style: none;
}
.news-block li img {
  width: 100%;
}
.news-block li:nth-of-type(odd) {
  clear: left;
  margin-left: 0;
}
.news-block p {
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.6;
}
.carousel-wrapper {
  padding: 25px 0;
  background-color: #f6f5f5;
}
.carousel-heading {
  text-align: center;
  font-family: raleway;
  font-size: 24px;
  font-weight: 700;
  color: #1e306e;
  padding-bottom: 20px;
}
.news-heading {
  text-align: center;
  font-family: raleway;
  font-size: 22px;
  font-weight: 700;
  color: #1e306e;
  padding-bottom: 15px;
}
.industries-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.industries-ul li {
  list-style: none;
  float: left;
  width: 50%;
  position: relative;
  padding-left: 15px;
  margin: 3px 0;
}
.industries-ul li:nth-of-type(odd) {
  clear: left;
}
.industries-ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #3e4449;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.download-gray-wrapper {
  background-color: #f6f5f5;
  padding: 40px 0;
}
.Carousel-flexslider {
  overflow: hidden;
}
.Carousel-flexslider a.flex-next,
.certificates-flexslider a.flex-next {
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow-next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
}
.certificates-flexslider a.flex-next {
  right: 0;
  opacity: 1;
}
.Carousel-flexslider a.flex-prev,
.certificates-flexslider a.flex-prev {
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow-prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
}
.certificates-flexslider a.flex-prev {
  opacity: 1;
  left: 0;
}
.Carousel-flexslider a.flex-next:before,
.Carousel-flexslider a.flex-prev:before,
.certificates-flexslider a.flex-next:before,
.certificates-flexslider a.flex-prev:before {
  display: none;
}
.gallery {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gallery li {
  list-style: none;
  float: left;
  width: 31%;
  margin-left: 3.5%;
  margin-bottom: 25px;
}
.gallery li:nth-of-type(3n + 1) {
  clear: left;
  margin-left: 0;
}
.king-group-link a {
  display: inline-block;
  font-family: raleway;
  font-size: 17px;
  font-weight: 700;
  color: #1e306e;
}
.gallery-wrapper {
  padding: 40px 0;
  text-align: center;
}
.gallery-col {
  float: left;
  width: 30%;
  margin-left: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gallery-col:nth-of-type(3n + 1) {
  clear: left;
  margin-left: 0;
}
.gallery-title {
  font-family: raleway;
  font-size: 20px;
  font-weight: 700;
  color: #1e306e;
  margin-top: 20px;
}
.footer-bottom {
  border-top: solid 1px #fff;
  margin-top: 20px;
  padding-top: 20px;
}
.footer-right a.google,
.footer-right a.linked,
.footer-right a.youtube {
  position: static;
}
.footer-left {
  float: left;
  width: calc(100% - 200px);
}
.footer-right {
  float: right;
  width: 200px;
  text-align: right;
}
.product-banner {
  background-image: url(../images/custom-metal-forging.jpg);
}
.oops-container {
  text-align: center;
  padding-top: 80px;
}
.oops {
  font-weight: 700;
  font-size: 96px;
  color: #1e306e;
}
.not-found {
  padding-top: 20px;
  font-size: 30px;
  font-weight: 300;
  color: #1e306e;
}
.oops-container {
  text-align: center;
  padding-top: 80px;
}
.oops {
  font-weight: 700;
  font-size: 96px;
  color: #1e306e;
}
.not-found {
  padding-top: 20px;
  font-size: 30px;
  font-weight: 300;
  color: #1e306e;
}
.not-found a {
  color: #1e306e;
  text-decoration: underline;
}
.not-found a:hover {
  text-decoration: none;
}
.accordian-content {
  display: none;
  padding: 0 50px 15px;
  background-color: #f6f6f6;
  font-size: 17px;
  line-height: 1.6;
}
a.accordian-link {
  display: block;
  background-color: #f6f6f6;
  margin-top: 8px;
  padding: 12px 50px 12px 50px;
  position: relative;
  font-family: raleway;
  font-size: 18px;
  font-weight: 500;
  color: #1e306e;
}
a.accordian-link .icon {
  display: inline-block;
  width: 34px;
  min-height: 34px;
  position: absolute;
  left: 15px;
  top: 0;
  font-family: raleway;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}
a.link {
  display: inline-block;
  color: #1e306e;
}
a.link:hover {
  text-decoration: underline;
}
.icon:before {
  content: "+";
  display: block;
}

.icon-arrow-down:before {
  content: "-";
}

.icon-arrow-down .block-text a {
  color: #1e306e;
}

.top-header {
  background-color: #1e306e;
  padding: 8px 0;
}

.header-left {
  float: left;
  width: 150px;
  position: relative;
}

.header-right {
  float: right;
  width: calc(100% - 300px);
  color: #fff;
  text-align: right;
}

.header-email {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  vertical-align: middle;
  border-right: solid 1px #fff;
}

.header-right a {
  color: #fff;
}

.header-right a.request-quote {
  display: inline-block;
  background-color: #006727;
  color: #fff;
  padding: 4px 15px;
  border-radius: 20px;
  font-weight: bold;
}

.header-right a.request-quote + a.request-quote {
  margin-left: 10px;
}

img.headermail {
  display: inline-block;
  width: 100%;
  max-width: 20px;
  margin-right: 6px;
}

.footer-tuv {
  margin-top: 10px;
  text-align: right;
}

.footer-tuv img {
  width: 100%;
  max-width: 150px;
}

.accordian-content ul {
  padding: 0;
  margin: 0;
}

.accordian-content ul li {
  margin: 0 0 10px;
}

.accordian-content a {
  display: inline-block;
  color: #1e306e;
}

.testing-grid-wrapper {
  padding: 50px 0 20px;
}

.testing-grid {
  padding: 0;
  margin: 0;
  list-style: none;
}

.testing-grid li {
  list-style: none;
  float: left;
  margin-left: 1%;
  width: 32.6%;
}

.testing-grid li:nth-of-type(3n + 1) {
  clear: left;
  margin-left: 0;
}

.certificate-row {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
}

.ppe-left {
  float: left;
  width: 53%;
}

.ppe-right {
  float: right;
  width: 43%;
  padding-top: 40px;
}

.ppe-row {
  padding: 20px 0;
}

.ppe-col {
  float: left;
  width: 25%;
}

.ppe-image {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.production-facility {
  text-align: center;
  margin-top: 50px;
}

.production-facility .block-title {
  margin-bottom: 30px;
}

.production-col-row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 20px;
  margin-top: 30px;
}

a.learn-more-btn {
  display: block;
  width: 100%;
  clear: left;
  max-width: 130px;
  height: 42px;
  background-color: #1e306e;
  color: #fff;
  margin: 30px auto;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ppe-detail-page {
  text-align: center;
}

.ppe-detail-page img {
  margin: 5px 0;
}

.show-mobile {
  display: none;
}

.menu li.arrow-down {
  padding-right: 8px;
}

.menu li.arrow-down > a:before {
  position: absolute;
  content: "";
  display: block;
  top: 9px;
  right: 2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1e306e;
}

.sub-menu {
  position: absolute;
  top: 24px;
  left: 0;
  background-color: #fff;
  width: 200px;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-align: left;
  padding: 10px 3px;
  opacity: 0;
  z-index: -1;
}

.sub-menu li {
  text-align: left;
  margin: 10px 0 0;
  width: 100%;
}

.sub-menu li:first-of-type {
  margin-top: 0;
}

.menu li:hover .sub-menu {
  opacity: 1;
  z-index: 99;
}

.product-gallery-col {
  float: none;
  margin: 0 auto !important;
  width: 50%;
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 100%;
  max-width: 50px;
}

.new-product-banner {
  padding: 80px 0;
  background-color: #1e306e;
}

.new-product-banner video,
.new-product-banner .video-image {
  width: 80%;
  height: auto;
}

.new-product-banner .video-image img {
  width: 100%;
}

.new-product-col {
  position: absolute;
  top: 20%;
  right: 15px;
  background-color: #fff;
  padding: 60px 45px;
  width: 43%;
  box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.2);
}

.new-product-col h3 {
  color: #1e306e;
  font-size: 26px;
  font-weight: bold;
}

.new-product-col h2 {
  color: #111;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 0 20px;
}

.new-product-col p {
  font-size: 17px;
}

.contact-new-wrapper .contact-left {
  float: none;
  width: 100%;
}

.contact-new-wrapper .contact-left:before,
.contact-new-wrapper .contact-left:after {
  content: "";
  display: block;
  clear: both;
}

.contact-new-wrapper .contact-right {
  float: none;
  width: 100%;
}

.contact-new-wrapper .form-row {
  width: 30.6%;
}

.contact-new-wrapper .form-row:nth-of-type(odd) {
  clear: none;
  margin-left: 4%;
}

.contact-new-wrapper .form-row:nth-of-type(3n + 1) {
  clear: left;
  margin-left: 0;
}

.contact-new-wrapper .form-row-full {
  width: 100%;
  margin-left: 0;
}

.contact-new-wrapper .textarea {
  min-height: auto;
  height: 56px;
}

.contact-detail-left {
  float: left;
  width: 30.6%;
}

.contact-detail-right {
  float: left;
  width: 30.6%;
  margin-left: 4%;
}

.map-right {
  float: left;
  width: 30.6%;
  margin-left: 4%;
}

.virtual-tour-col {
  float: left;
  margin-top: 35px;
  width: 100%;
}

.virtual-tour-col img {
  width: 100%;
}

a.team-toggle {
  display: inline-block;
  padding: 13px 30px;
  background-color: #1e306e;
  color: #fff;
  font-size: 17px;
  margin-top: 25px;
}

a.team-toggle span {
  display: inline-block;
  margin-left: 5px;
  font-size: 26px;
  line-height: 24px;
  vertical-align: top;
  width: 20px;
  height: 20px;
}

#myfile {
  width: 100%;
}

.request-wrapper {
  background-color: #1e306e;
  padding: 80px 0;
}

.request-left-area {
  float: left;
  width: 300px;
  padding-right: 15px;
}

.request-right-area {
  float: left;
  width: calc(100% - 320px);
  background-color: #14245a;
  padding: 60px 70px;
}

.request-left-area .block-title {
  color: #fff;
  font-size: 36px;
}

.request-right-area .form-label {
  color: #fff;
}

.arrow-angle {
  position: relative;
}
.arrow-angle:after {
  content: "";
  display: block;
  position: absolute;
  width: 88px;
  height: 40px;
  top: -80px;
  left:0;
  background-color: #fff;
}
.arrow-angle:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  border-left: 44px solid transparent;
  border-right: 44px solid transparent;
  border-top: 30px solid #fff;
}

.request-right-area .form-row-full {
  margin-top: 15px;
}

.steps-block {
  background-color: #979797;
  padding: 30px 20px;
  text-align: center;
  margin-top: 50px;
  color: #fff;
}

.step-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.steps-icon {
  width: 40px;
  height: 40px;
  margin: -50px auto 15px;
  background-color: #fff;
  border-radius: 50%;
  padding: 7px;
}

.request-contact {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
}

.blog-listing {
  float: left;
  width: 30%;
  margin-left: 4%;
  margin-bottom: 30px;
}

.blog-listing:nth-of-type(3n + 1) {
  clear: left;
  margin-left: 0;
}

.blog-listing a.blog-list-title {
  display: inline-block;
  font-size: 20px;
  color: #1e306e;
  font-weight: 700;
  text-decoration: none;
  margin: 10px 0;
}

.blog-detail-left {
  float: left;
  width: 60%;
}

.blog-detail-right {
  float: right;
  width: 30%;
}

.contributed {
  font-style: italic;
  font-size: 16px;
  text-align: center;
  opacity: 0.7;
}

a.blog-learn-more {
  display: inline-block;
  color: #1e306e;
  margin-top: 5px;
  font-weight: 700;
  text-decoration: underline;
}

a.blog-learn-more:hover {
  text-decoration: none;
}

.request-quote-banner {
  background-image: url(../assets/request-quote-banner.webp);
}

.before-col {
  float: left;
  width: 48%;
  position: relative;
  margin-bottom: 20px;
}

.after-col {
  float: right;
  width: 48%;
  position: relative;
  margin-bottom: 20px;
}

.before-label {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #1e306e;
  margin: 15px 0 20px;
}

a.manufacturing-link {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 18px;
  /* background-color: #1e306e; */
  background-color: #006727;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 12px 20px;
}

a.manufacturing-link:hover {
  text-decoration: underlne;
}

#google_translate_element select {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}

.seperator-hr {
  border-top: solid 1px #ccc;
  margin-top: 20px;
}

.team-col .team-default {
  position: absolute;
  top: 0;
  left: 0;
}

.team-col:hover .team-default {
  opacity: 0;
}

.team-col .team-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.team-col:hover .team-hover {
  opacity: 1;
}

.col-6 {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.col-6:nth-of-type(odd) {
  margin-left: 0;
  clear: left;
}

.col-md-4 {
  float: left;
  width: 31%;
  margin-left: 3%;
}

.col-md-4:nth-of-type(3n + 1) {
  clear: left;
  margin-left: 0;
}

.forging-table table tr th,
.forging-table table tr td {
  border: solid 1px #000;
}

.pagination {
  text-align: center;
  padding: 30px 0;
}

.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #f6f5f5;
  border-radius: 50%;
  font-size: 15px;
  vertical-align: top;
  line-height: 32px;
  margin: 0 4px;
  color: #111;
}

.pagination ul li:hover a {
  background-color: #1e306e;
  color: #fff;
}

.pagination ul li.pagination-active a {
  background-color: #1e306e;
  color: #fff;
}

#google_translate_element span a {
  display: none !important;
}

.flex-row {
  display: flex; 
  gap: 30px; 
  align-items: center
}

* { box-sizing: border-box; }

/* FlipBook */
.book {
  position: relative;
  display: flex;
  margin: auto;
  width: 50%;
  /*1* let pointer event go trough pages of lower Z than .book */
  pointer-events: none;
  transform-style: preserve-3d;
  transition: translate 1s;
  translate: calc(min(var(--c), 1) * 50%) 0%;
  /* Incline on the X axis for pages preview */
  rotate: 1 0 0 30deg;
}

.page {
  /* PS: Don't go below thickness 0.5 or the pages might transpare */
  --thickness: 4;
  flex: none;
  display: flex;
  width: 100%;
  font-size: 2cqmin;
  /*1* allow pointer events on pages */
  pointer-events: all;
  user-select: none;
  transform-style: preserve-3d;
  transform-origin: left center;
  transition:
    transform 1s,
    rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
  translate: calc(var(--i) * -100%) 0px 0px;
  transform: translateZ( calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
  rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}

.front,
.back {
  position: relative;
  flex: none;
  width: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  background-color: #fff;
  /* Fix backface visibility Firefox: */
  translate: 0px;
}

.back {
  translate: -100% 0;
  rotate: 0 1 0 180deg;
}


/* That's it. Your FlipBook customization styles: */

.book {
  counter-reset: page -1;
  & a {
    color: inherit;
  }
}

.page {
  box-shadow: 0em .5em 1em -.2em #00000020;
}

.front,
.back {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 2em;
  border: 1px solid #eee;
  
  &:has(img) {
    padding: 0;
  }
  
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* &::after {
    position: absolute;
    bottom: 1em;
    counter-increment: page;
    content: counter(page) ".";
    font-size: 0;
  } */
}
.cover {
  /* &::after {
    content: "";
  } */
}
.front {
  /* &::after {
    right: 1em;
  } */
  background: linear-gradient(to left, #f7f7f7 80%, #eee 100%);
  border-radius: .1em .5em .5em .1em;
}
.back {
  /* &::after {
    left: 1em;
  } */
  background-image: linear-gradient(to right, #f7f7f7 80%, #eee 100%);
  border-radius: .5em .1em .1em .5em;
}

.cover {
  background: radial-gradient(circle farthest-corner at 80% 20%, hsl(150 80% 20% / .3) 0%, hsl(170 60% 10% / .1) 100%),
    hsl(231, 32%, 29%) 50% / cover;
  color: hsl(200 30% 98%);
}

.milestones-wrapper {
  padding: 60px 0;
  background-color: #1e306e;
}

.milestones ul li {
	width: 50%;
	position: relative;
	margin-bottom: 40px;
}

.milestones ul li:nth-child(odd) {
	text-align:right;
}

.milestones ul li:nth-child(odd) .mileCont h4 {
	margin-left: auto;
}

.milestones ul li:nth-child(odd) .mileCont p {
	margin-left: auto;
	width: 60%;
}

.mileCont h2 {
	font-size: 54px;
	color: #fff;
}

.mileCont h4 {
	color: #fff;
	margin-bottom: 1rem;
	width: 80%;
}
.mileCont p {
	color: #fff;
	width: 80%;
}



.milestones ul li:nth-child(even) {
	margin-left: auto;
}

.historyCont:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0175BF;
	z-index: -1;
}

.milestones ul {
	position: relative;
  padding: 0;
  list-style: none;
}

.milestones ul:before {
	position: absolute;
	content: '';
	background: #269ae2;
	top: 15px;
	width: 3px;
	height: 100%;
	margin-right: 0px;
	left: calc(50% - 2px);
}

.milestones ul li:nth-child(odd):before {
	left: calc(100% - 145px);
}

.milestones ul li:nth-child(odd) .mileCont {
	padding-right: 80px;
}

.milestones ul li:nth-child(even) .mileCont {
	padding-left: 80px;
}

.milestones ul li:after {
	position: absolute;
	content: '';
	background: #fff;
	top: 15px;
	width: 18px;
	height: 18px;
	transform: rotate(90deg);
	margin-right: 0px;
	right: -8px;
	border-radius: 50%;
}

.milestones ul li:nth-child(even):after {
	border-radius: 50%;
	left: -9px;
}

.milestones ul li {
	width: 50%;
	position: relative;
	margin-bottom: 40px;
}

.milestones ul li:nth-child(odd) {
	text-align:right;
}

.milestones ul li:nth-child(odd) .mileCont h4 {
	margin-left: auto;
}

.milestones ul li:nth-child(odd) .mileCont p {
	margin-left: auto;
	width: 60%;
}

.milestones ul li:nth-child(even) {
	margin-left: auto;
}

.process-wrapper {
  padding: 40px 0;
}

.process-col {
  float: left;
  text-align: center;
  position: relative;
  width: 25%;
  padding: 10px 50px;
}

.process-col-arrow {
  position: absolute;
  top:160px;
  left:100%;
}

.process-col-arrow svg {
  fill:#1e306e;
}

.arrow-wrapper {
  position: relative;
}

.arrow {
  position: absolute;
  opacity: 0; 
  transform: translateX(-80px); 
  transition: opacity 0.2s ease-in;
}

.arrow-1.active {
  animation: moveArrow 1s linear forwards;
  animation-delay: 0s;
  opacity: 1;
}

.arrow-2.active {
  animation: moveArrow 1s linear forwards;
  animation-delay: 1.5s; 
  opacity: 1;
}

.arrow-3.active {
  animation: moveArrow 1s linear forwards; 
  animation-delay: 3s;
  opacity: 1;
}

.block-title-second span {
    font-family: raleway;
    font-size: 24px;
    font-weight: 700;
    background-color: #1e306e;
    color: #fff;
    margin: 16px 0;
    padding: 6px 19px 4px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    min-height: 44px;
}

.block-title-second span:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 44px solid #1e306e;
    top: 0;
    right: -29.5px;
}

.sub-menu ul {
  padding-top: 5px;
  padding-left: 30px;
}

.sub-menu ul li a{
  font-size: 14px;
}

img.testimonial-icon {
    max-width:75px !important;
    margin:10px auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.modal-content {
  background-color: #fff;
  margin:5% auto;
  padding: 20px;
  width: 60%;
  border-radius: 8px;
}

.close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

video {
  width: 100%;
  height: auto;
}

.testimonial-slide ul.slides li {
  cursor: pointer;
}

img.testimonial-video-icon {
  width: 100%;
  max-width: 75px !important;
  margin: 0 auto 20px;
}

.production-infra-readmore {
  margin-top:20px;
}

.production-infra-readmore a.manufacturing-link {
  display: inline;
  padding: 5px 10px;
  font-size: 13px;
}

.why-us-wrapper {
  background-color: #1e306e;
  color:#fff;
  position: relative;
}

.why-us-wrapper:after {
  content: "";
  background-image: url('../assets/banner-graphics.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40rem;
  max-width: 100%;
  height: 100%;
  mix-blend-mode: color-dodge;
  opacity: .8;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-position: bottom -200px right 100px;
}


@keyframes moveArrow {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(30px);
  }
}



@media only screen and (max-width: 1024px) {
  .menu li a {
    font-size: 15px;
    padding: 0 5px;
  }
  .slide-text-area {
    top: 30%;
  }
  .block-text-left {
    margin: 15px 0 0;
  }
  .footer-wrapper {
    padding: 40px 0;
  }
  .slide-text-area h1 {
    padding-bottom: 0;
  }
  .banner-wrapper p {
    font-size: 26px;
  }
  .companies-ul li {
    font-size: 19px;
  }
  .companies-wrapper .numbering-block span {
    max-width: 170px;
    margin: 0 auto;
  }
  .new-product-col {
    top: 10%;
    padding: 50px 30px;
  }
  .mileCont p, .milestones ul li:nth-child(odd) .mileCont p {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .menu-bar {
    display: block;
  }
  .menu {
    position: absolute;
    top: 90px;
    background-color: #1e306e;
    width: 90%;
    right: 0;
    display: none;
    padding: 10px 0;
    margin: 0;
    z-index: 999;
    text-align: left;
  }
  .menu li {
    width: 100%;
    margin: 0;
  }
  .menu li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
  }
  .menu li a:hover {
    color: #1e306e;
    background-color: #fff;
  }
  .slide-text-area h1 {
    font-size: 54px;
  }
  .slide-text-area h5 {
    font-size: 22px;
  }
  .slide-text-area {
    top: 25%;
  }
  .block-image-left {
    float: left;
    width: 100%;
  }
  .block-text-left {
    width: 100%;
    margin: 10px 0 0;
  }
  .block-image-left {
    margin: 10px 0;
  }
  .block-row {
    padding: 60px 0;
  }
  .block-col-row {
    padding: 40px 0;
  }
  .block-col-three {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .banner-wrapper {
    padding: 100px 0;
  }
  .banner-wrapper h1 {
    font-size: 40px;
  }
  .banner-wrapper p {
    font-size: 22px;
  }
  .contact-column {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .contact-row {
    padding: 0;
  }
  .contact-left {
    width: 100%;
  }
  .contact-right {
    width: 100%;
    margin-top: 15px;
  }
  a.linked {
    top: 8%;
    right: 90px;
  }
  a.google {
    top: 8%;
    right: 50px;
  }
  a.youtube {
    top: 8%;
    right: 10px;
  }
  a.infrastucture-new-name {
    font-size: 19px;
  }
  .numbering-block span {
    font-size: 32px;
  }
  .numbering-block {
    font-size: 14px;
    padding: 0 5px;
  }
  .traid-left {
    width: 45%;
  }
  .traid-right {
    width: 55%;
  }
  .companies-wrapper .numbering-block span {
    font-size: 19px;
  }
  .testimonial-wrapper {
    padding: 25px 0 0;
  }
  .testimonial-slide .flex-control-nav {
    bottom: -35px;
  }
  .team-col {
    margin-top: 15px;
    width: 32%;
    margin-left: 2%;
  }
  .team-col-info {
    padding: 20px 15px;
  }
  .team-col-info h3 {
    font-size: 18px;
  }
  .designation {
    font-size: 16px;
  }
  .team-col-info a {
    font-size: 14px;
  }
  a.team-accordian {
    font-size: 14px;
    margin-top: 10px;
  }
  .team-content {
    font-size: 14px;
  }
  .traid-fair li {
    width: 50%;
  }
  .carousel-wrapper {
    padding: 20px 0;
    margin-top: 50px;
  }
  .gallery li {
    margin-bottom: 20px;
  }
  .gallery-title {
    font-size: 18px;
    margin-top: 15px;
  }
  .oops-container {
    padding-top: 50px;
  }
  .oops {
    font-size: 70px;
  }
  .not-found {
    padding-top: 10px;
    font-size: 22px;
  }
  .oops-container {
    padding-top: 50px;
  }
  .oops {
    font-size: 70px;
  }
  .not-found {
    padding-top: 10px;
    font-size: 22px;
  }
  a.logo {
    float: none;
    margin: 0 auto;
  }
  .menu-area {
    margin: 0;
  }
  .header-right {
    width: calc(100% - 150px);
  }
  .ppe-left {
    float: none;
    width: 100%;
  }
  .ppe-right {
    float: none;
    width: 100%;
    padding-top: 20px;
  }
  .ppe-col {
    width: 50%;
  }
  .production-col-row {
    grid-gap: 10px;
  }
  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
  .menu li.arrow-down {
    padding-right: 0;
  }
  .menu li.arrow-down > a:before {
    border-top: 6px solid #fff;
    right: 15px;
  }
  .sub-menu {
    position: static;
    width: 100%;
    background-color: transparent;
    display: none;
    padding: 0;
    box-shadow: none;
    padding-left: 25px;
  }
  .menu li:hover .sub-menu {
    display: block;
  }
  .sub-menu li {
    position: relative;
  }
  .sub-menu li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
  }
  .new-product-col h3 {
    font-size: 22px;
  }
  .new-product-col h2 {
    font-size: 26px;
  }
  .new-product-col p {
    font-size: 16px;
  }
  .contact-new-wrapper .form-row {
    width: 48%;
  }
  .contact-new-wrapper .form-row:nth-of-type(odd) {
    clear: none;
    margin-left: 4%;
  }
  .contact-new-wrapper .form-row:nth-of-type(3n + 1) {
    clear: none;
    margin-left: 4%;
  }
  .contact-new-wrapper .form-row:nth-of-type(2n + 1) {
    clear: left;
    margin-left: 0;
  }
  .contact-detail-left {
    width: 50%;
  }
  .contact-detail-right {
    width: 46%;
  }
  .map-right {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .process-col {
    width: 50%;
  }
  .process-col-arrow {
    display: none;
  }
  .milestones-wrapper {
    padding: 40px 0;
  }
  .milestones ul li:nth-child(odd) .mileCont {
    padding-right: 40px;
  }
  .milestones ul li:nth-child(even) .mileCont {
    padding-left: 40px;
  }
  .mileCont h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 600px) {
  .slide-text-area h1 {
    font-size: 40px;
  }
  .slide-text-area h5 {
    font-size: 16px;
  }
  .footer-wrapper {
    padding: 30px 0;
  }
  .footer li {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .footer li a {
    font-size: 15px;
  }
  .block-col-section-title {
    padding-bottom: 10px;
  }
  .catalogue-col {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .csr-col {
    width: 48%;
    margin-left: 4%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .infrastucture-new-block {
    float: left;
    width: 48%;
    margin-left: 4%;
  }
  .infrastucture-new-block:nth-of-type(3n + 1) {
    float: left;
    margin-left: 4%;
    clear: none;
  }
  .infrastucture-new-block:nth-of-type(odd) {
    margin-left: 0;
    clear: left;
  }
  .numbering-block span {
    font-size: 36px;
  }
  .numbering-block {
    width: 50%;
    margin: 25px 0;
  }
  .numbering-block::before {
    height: 90px;
  }
  .numbering-block:nth-of-type(2n + 1):before {
    display: none;
  }
  .numbering-block:nth-of-type(4n):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    background-color: #ccc;
  }
  .traid-row {
    margin: 15px auto;
    padding: 20px;
  }
  .traid-right {
    padding: 15px 0 15px 30px;
  }
  .companies-wrapper .numbering-block span {
    max-width: 100%;
  }
  .companies-wrapper .numbering-block {
    padding-top: 30px;
  }
  .towing-col {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .testimonial-text {
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
  }
  img.quote {
    margin: 0 auto 15px;
  }
  .team-col {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 30px auto !important;
  }
  .team-col-info h3 {
    font-size: 20px;
  }
  .team-col-info {
    padding: 25px 20px;
  }
  .designation {
    font-size: 17px;
  }
  .team-col-info a,
  .team-content {
    font-size: 15px;
  }
  .team-wrapper {
    padding: 20px 0 0;
  }
  .footer-col {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-col:last-of-type {
    margin-top: 25px;
  }
  .footer-logo {
    padding: 0;
  }
  .footer-logo li {
    width: 30%;
    margin-left: 3%;
  }
  .footer-logo li:nth-of-type(3n + 1) {
    clear: left;
    margin-left: 0;
  }
  .certificate-col {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 30px auto !important;
  }
  .news-block p {
    font-size: 15px;
  }
  .gallery li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }
  .gallery li:nth-of-type(3n + 1) {
    clear: none;
    margin-left: 4%;
  }
  .gallery li:nth-of-type(odd) {
    clear: left;
    margin-left: 0;
  }
  .gallery-col {
    width: 47%;
    margin-left: 6%;
  }
  .gallery-col:nth-of-type(3n + 1) {
    clear: none;
    margin-left: 6%;
  }
  .gallery-col:nth-of-type(odd) {
    clear: left;
    margin-left: 0;
  }
  .footer-left {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .footer-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .header-email {
    display: none;
  }
  .production-col-row {
    grid-template-columns: repeat(2, auto);
    grid-gap: 20px;
  }
  .new-product-banner video,
  .new-product-banner .video-image {
    width: 100%;
  }
  .new-product-col {
    position: static;
    width: 100%;
  }
  .new-product-banner {
    padding: 50px 0;
  }
  .blog-listing {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .blog-detail-left {
    float: none;
    width: 100%;
  }
  .blog-detail-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .before-col {
    float: none;
    width: 100%;
  }
  .after-col {
    float: none;
    width: 100%;
    position: relative;
  }
  .flex-row { 
    gap: 0;
    margin-top: 20px;
    flex-direction: column; 
  }
  .milestones ul:before {
    display: none;
  }
  .milestones ul li {
    width: 100%;
    border-bottom: solid 2px #269ae2;
    margin: 0;
    padding: 25px 20px 40px;
  }
  .milestones ul li:nth-child(odd) {
    text-align: left;
  }
  .mileCont p, .milestones ul li:nth-child(odd) .mileCont p {
    width: 100%;
  }
  .milestones ul li:after {
    display: none;
  }
  .milestones ul li:nth-child(even) .mileCont {
    padding-left: 0;
  }
  .footer-tuv {
    text-align: left;
  }
  .modal-content {
    width: 90%;
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .menu li a {
    font-size: 16px;
    padding: 8px 15px;
  }
  .slide-text-area h1 {
    font-size: 32px;
  }
  .slide-text-area h5 {
    font-size: 14px;
  }
  .flex-control-nav {
    bottom: -5px;
  }
  .flex-control-paging li a {
    width: 10px;
    height: 10px;
  }
  .block-row {
    padding: 30px 0;
  }
  .block-title {
    font-size: 20px;
    margin: 10px 0;
  }
  .block-text {
    font-size: 16px;
  }
  .footer-wrapper {
    padding: 20px 0;
  }
  .footer li a {
    font-size: 14px;
  }
  .block-col-section-title {
    font-size: 20px;
  }
  .banner-wrapper {
    padding: 20px 0 130px;
  }
  .banner-wrapper h1 {
    font-size: 32px;
  }
  .banner-wrapper p {
    font-size: 18px;
  }
  .contact-listing li {
    padding: 6px 0;
  }
  .text {
    font-size: 16px;
  }
  .contact-listing {
    font-size: 16px;
  }
  .textbox {
    font-size: 16px;
  }
  ol {
    font-size: 16px;
  }
  .form-row {
    width: 100%;
    margin-left: 0;
  }
  .contact-right .block-title {
    font-size: 20px;
  }
  .csr-col {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .infrastucture-new-block {
    float: none;
    width: 100%;
    margin-left: 0;
    clear: left;
  }
  .infrastucture-new-block:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  ol,
  ul {
    font-size: 16px;
  }
  .numbering-block span {
    font-size: 26px;
  }
  .numbering-block {
    font-size: 13px;
  }
  .numbering-block::before {
    height: 80px;
  }
  .welcome-row p {
    font-size: 16px;
    line-height: 1.6;
  }
  .traid-left {
    width: 40%;
  }
  .traid-right {
    width: 60%;
    padding: 10px 0 10px 15px;
  }
  .traid-right p {
    font-size: 15px;
  }
  .traid-row {
    padding: 20px 15px;
  }
  .companies-wrapper .numbering-block {
    padding-top: 25px;
  }
  .companies-wrapper .numbering-block span {
    font-size: 17px;
  }
  .testimonial-text {
    font-size: 16px;
  }
  .testimonial-slide a.flex-next,
  .testimonial-slide a.flex-prev {
    width: 30px;
  }
  .testimonial-wrapper {
    padding: 25px 0 15px;
  }
  .news-block li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .carousel-wrapper {
    margin-top: 20px;
  }
  .carousel-heading {
    font-size: 18px;
  }
  .news-heading {
    font-size: 18px;
  }
  .industries-ul li {
    float: none;
    width: 100%;
  }
  .download-gray-wrapper {
    padding: 30px 0;
  }
  .Carousel-flexslider a.flex-next,
  .Carousel-flexslider a.flex-prev,
  .certificates-flexslider a.flex-next,
  .certificates-flexslider a.flex-prev {
    width: 25px;
    height: 25px;
  }
  .gallery li {
    margin-bottom: 10px;
  }
  .king-group-link a {
    font-size: 15px;
  }
  .gallery-wrapper {
    padding: 30px 0;
  }
  a.logo {
    max-width: 65px;
  }
  .top-header .container {
    padding: 0 5px;
  }
  .header-left {
    width: 115px;
  }
  .header-right {
    width: calc(100% - 115px);
  }
  .menu-bar {
    top: 35px;
  }
  .goog-te-gadget .goog-te-combo {
    margin: 0 !important;
  }
  .header-right a {
    padding: 3px 15px;
    font-size: 13px;
  }
  .header-left:before {
    top: 11px;
  }
  .testing-grid li {
    margin-left: 4%;
    width: 48%;
  }
  .testing-grid li:nth-of-type(3n + 1) {
    clear: none;
    margin-left: 4%;
  }
  .testing-grid li:nth-of-type(odd) {
    clear: left;
    margin-left: 0;
  }
  .production-col-row {
    grid-gap: 10px;
  }

  .contact-new-wrapper .form-row {
    width: 100%;
    margin-left: 0;
  }
  .contact-new-wrapper .form-row:nth-of-type(odd) {
    clear: none;
    margin-left: 0;
  }
  .contact-new-wrapper .form-row:nth-of-type(3n + 1) {
    clear: none;
    margin-left: 0;
  }
  .contact-detail-left {
    width: 100%;
  }
  .contact-detail-right {
    width: 100%;
    margin-left: 0;
  }
  .header-right a.request-quote {
    padding: 4px 7px;
    font-size: 10px;
  }
  .header-right a.request-quote + a.request-quote {
    margin-left: 0;
  }
  .process-col {
    float: none;
    width: 100%;
  }
  .mileCont h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 400px) {
  .menu-bar {
    right: 5px;
  }
  .slide-text-area h1 {
    font-size: 26px;
  }
  .slide-text-area h5 {
    font-size: 13px;
  }
  .block-row {
    padding: 25px 0;
  }
  .block-image-left {
    margin: 5px 0;
  }
  .block-text-left {
    margin: 5px 0 0;
  }
  .block-title {
    margin: 7px 0;
  }
  .block-text {
    font-size: 15px;
    line-height: 1.5;
  }
  .block-col-row {
    padding: 30px 0;
  }
  .footer-wrapper {
    padding: 15px 0;
  }
  .block-col-text {
    font-size: 15px;
    line-height: 1.5;
  }
  .block-col-heading {
    padding: 15px 0 5px;
  }
  .banner-wrapper {
    padding: 10px 0 90px;
  }
  .banner-wrapper h1 {
    font-size: 22px;
  }
  .banner-wrapper p {
    font-size: 15px;
  }
  .text {
    margin: 10px 0;
  }
  .contact-listing {
    font-size: 14px;
  }
  .form-label {
    font-size: 14px;
  }
  .textbox {
    height: 50px;
  }
  .submit-btn {
    height: 50px;
    font-size: 16px;
    margin-top: 10px;
  }
  .welcome-row p {
    font-size: 15px;
    line-height: 1.5;
  }
  .text {
    font-size: 15px;
    line-height: 1.5;
  }
  ol,
  ul {
    font-size: 15px;
  }
  .traid-right p {
    font-size: 14px;
  }
  .companies-wrapper .numbering-block {
    padding-top: 18px;
  }
  .gallery-col {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .gallery-col:nth-of-type(3n + 1) {
    clear: left;
    margin-left: 0;
  }
  .oops {
    font-size: 50px;
  }
  .not-found {
    padding-top: 5px;
    font-size: 17px;
  }
  .oops {
    font-size: 50px;
  }
  .not-found {
    padding-top: 5px;
    font-size: 17px;
  }
}
