/* Add here all your CSS customizations */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Didact Gothic', sans-serif;
}
a {
  color: #01A74A;
}
.pdf-alternate-color a:hover {
  text-decoration: underline;
}
html #header.header-transparent .header-container {
  min-height: 100px !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
}
#header .header-logo img {
  margin: 0 !important;
}
.width-50 {
  max-width: 50%;
}
.shortbanner {
  height: 350px;
  padding-top: 150px;
  background-image: url('../img/slides/home-slide1.png');
  background-size: cover;
}
.home-slider-wrapper , .tp-fullwidth-forcer {
  height: 500px !important;
}
html:not(.sticky-header-active) #header.header-transparent .header-body {
  background-color: rgba(0,0,0,0.9);
}
.underline-title-wrapper {
  text-align: center;
}
.underlined-title {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 5px;
  display: inline-block;
  text-align: center;
}
.underlined-title:after {
  content: '';
  display: block;
  height: 2px;
  margin-top: 20px;
  width: 62%;
  margin: 1.5rem auto;
  background-color: #01A74A;
}
.underlined-title-big {
  font-size: 2.3rem;
}
.slider-text {
  margin-top: 60px;
  padding-bottom: 20px;
  text-align: center !important;
  line-height: 30px;
  color: #FFF !important;
}
.icon-box-info p {
  font-weight: 300;
}
.icon-box.icon-box-style-4 {
  margin-bottom: 20px;
}
.text-justify {
  text-align: justify;
}
.products-wrapper .icon-box-icon {
  padding: 10px !important;
}
.products-wrapper .icon-box-info-title h3 {
  text-align: left;
}
.products-wrapper .icon-box .icon-box-icon img {
  width: 170px !important;
  height: 170px;
}
#header {
  font-family: 'Didact Gothic', sans-serif;
}
#header a {
  font-size: 14px !important;
}
.header-container {
  background: #000;
}
#header .header-nav-main nav > ul > li > a {
  color: #FFF;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.title-margin {
  text-align: center;
  margin-bottom: 20px !important;
}
.clipped-image-wrapper {
  position: relative;
}
.clipped-image {
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 0% 100%);
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
}
.clipped {
  /* clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%); */
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
  min-width: 116%;
}

.clipped-corner {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.clipped-image-2 {
  /* Option 1 */
  /* clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%); */
  /* clip-path: polygon(50% 0%,100% 0%, 100% 100%, 0% 100%); */
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: -100px;
  overflow: hidden;
  transform: skew(15deg, 0deg);
  -webkit-transform: skew(15deg, 0deg);
}
.skew-container {
  object-fit: cover;
  position: absolute;
  overflow: hidden;
  transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  top: 0;
  right: 0;
  left: 100px;
  height: 100%;
  z-index: 1;
  /* background: #01A74A; */
  width: 100%;
}
.clipped-image-wrapper:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  right: 0;
  left: 70px;
  z-index: 0;
  bottom: 0;
  height: 100%;
  transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  background-color: rgba(0,0,0,0.7);
}
.clipped-image-wrapper:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 0;
  right: -60px;
  z-index: 1;
  height: 80%;
  transform: skew(-15deg, 0deg);
  -webkit-transform: skew(-15deg, 0deg);
  background-color:rgba(1, 167, 74, 1);
}
.container-margin-left {
  margin-left: 5em;
}
.bottom-margin {
  margin: 40px 0 !important;
}
.section-no-padding {
  padding: 0;
}
.sub-section {
  padding: 40px 0;
}
.max-width-text {
  width: 80%;
}
.home-slide-logo {
  width: 120px !important;
  height: 80px;
  object-fit: contain;
  margin: 0 auto;
}
.home-slider-clients  .owl-nav  span {
  display: none;
}
.light-header {
  color: #fff;
}
.header-space {
  padding-top: 200px;
  height: 500px;
  background-image: url('../img/slides/home-slide1.png');
  background-size: cover;
}
.fixed-image {
  height: 300px;
  object-fit: contain;
}
.header-max {
  font-size: 48px !important;
}
.wave-container {
  position: relative;
  /* background: #09F; */
  background-image: url('../img/slides/home-slide1.png');
  color: #FFF;
  text-align: center;
  overflow: hidden;
}
.item-overlay {
  position: relative !important;
}
.market-2-container {
  margin-top: 80px;
}
.item-overlay h2 {
  position: absolute;
  top: 50%;
  color: #fff !important;
  left: 50%;
  font-size: 30px !important;
  z-index: 4;
  width: 80%;
  transform: translate(-50%,-50%);
}
.item-overlay h2 a {
  color: inherit;
  display: inline-block;
  z-index: 2;
}

.marketing-container {
  display: flex;
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
  padding: 4px 0;
  /* background-color: #01A74A; */
}
.market-2-ul-container {
  background-color: #fff;
}
.marketing-container .clipped {
  transition: opacity 600ms ease-in-out;
  display: block;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.marketing-container li {
  /* 4 per row: */
  cursor: pointer;
  /* flex: 1 0 21%; */ 
  flex: 0 0 33.333%;
  height: 200px;
  position: relative;
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all .25s ease-in;
}
.marketing-container li p {
  opacity: 0;
}

.marketing-container li:hover h1 {
  position: absolute;
  top: 50px;
  transition: top ease 0.5s;
}
.marketing-container li:hover p {
  animation: fadein 2s;
  opacity: 1;
  transition-delay: .2s;
}
.marketing-container .clipped:hover {
  /* visibility: hidden; */
  /* opacity: 0; */
  background-color: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)) !important;
}

.marketing-container li p {
  position: absolute;
  text-align: center;
  line-height: 20px;
  top: 50%;
  font-size: 16px;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.5s;
} 
.marketing-container li h1 {
  position: absolute;
  text-align: center;
  line-height: 20px;
  top: 50%;
  font-size: 20px;
  left: 50%;
  font-weight: bold;
  width: 60%;
  text-shadow: 1px 1px #000;
  transform: translate(-50%,-50%);
  transition: 0.5s;
}
.marketing-container li:nth-child(3n-2) .clipped {
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.marketing-container li:nth-child(3n) {
  margin-bottom: 4px;
}
.marketing-container li:nth-child(3n) .clipped {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen  and (min-width : 1824px) {
  .marketing-container li {
    flex-basis: 16.6666667%;
  }
  .marketing-container li:nth-child(3n-2) .clipped {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
  }
  .marketing-container li:first-child .clipped {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  }
  .marketing-container li:nth-child(3n) {
    margin-bottom: 0;
  }
  .marketing-container li:nth-child(3n) .clipped {
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
  }
  .marketing-container li:last-child .clipped {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
  
.marketing-container img {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  filter: brightness(30%);
  object-fit: cover;
}
.icon-box-icon {
  text-align: center;
}
.icon-box-info-title {
  text-align: center;
}
.clipped-image-about {
  margin-left: 60px;
}
@media only screen  and (min-width : 1824px) {
  .text-max {
    max-width: 1000px;
  }
}

@keyframes fadeIn {
  from { 
    top: 100%;
    opacity:0;
  }
  to {
    top: 50%;
    opacity:1;
  }
}

/*SWITCHES*/
.margin-container {
  margin-top: 150px;
}
.floated-image {
  float: left;
  margin-right: 40px;
}
.floated-image-right {
  float: right;
  margin-left: 40px;
}
.operating-conatiner p {
  clear: both;
  margin-top: 60px;
  margin-bottom: 5px;
}
.operating-conatiner ul {
  margin-bottom: 0;
}
.operating-conatiner-images img + img {
  margin-top: 20px;
}
.flex-column-centred {
  display: flex;
  justify-content: center;
  align-items: center;

}

#googlemaps {
  width: 100%;
  height: 100%;
}
.centered-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.products-tabs {
  margin-bottom: 40px;
}
.download-link-icon {
  color: #01A74A;
  padding-left: 20px;
  display: inline-block;
  margin: 10px 0;
}
.download-link-icon:hover {
  text-decoration: underline;
}
.download-link-icon:before {
  content: '';
  display: inline-block;
  width: 20px;
  background-image: url('../img/icons/download-icon.svg');
  height: 20px;
  background-position: center;
  vertical-align: middle;
  margin-right: 5px;
  background-size: contain;
}
.vertical-tabs {
  display: flex;
  flex-direction: column;
}
.vertical-tabs .nav-item .nav-link {
  padding: 0 !important;
  text-transform: capitalize;
  transition: all .2s ease-in;
}
.vertical-tabs .nav-item {
  line-height: 30px;
}
.vertical-tabs .nav-item .nav-link.active {
  color: #01A74A;
  font-weight: bold;
}
.vertical-tabs .nav-item .nav-link.active:after {
  content: none;
}
.vertical-tabs {
  padding-left: 20px;
  border-bottom: none !important;
}
.vertical-tabs .nav-item .nav-link:hover {
  color: #01A74A;
}
.vertical-tabs-wrapper {
  display: flex;
  align-items: left;
  justify-content: left;
}
.vertical-tabs-wrapper .tab-pane {
  margin-left: 40px;
  padding-top: 0 !important;
}
.text-max {
  max-width: 600px;
  margin: 0 auto !important;
  text-align: center !important;
}

.tparrows {
  display: none !important;
}
.logo-wrapper {
  position: relative;
}
.logo-rotator {
  position: absolute;
  width: 100%;
  left: 36px;
  top: 75%;
  margin: 0;
}
html:not(.sticky-header-active) #header.header-transparent .header-body .logo-rotator span {
  color: #fff;
  text-align: right;
  padding-right: 2px;
}
.logo-rotator .is-visible {
  color: #fff;
  font-style: italic;
}
html #header.header-transparent .header-body .logo-rotator span {
  color: #fff;
}
.alternating-tile1 > a {
  flex: 1 0 21%; 
  margin: 5px;
}
.contact-us-strip-container .phone {
  color: #fff;
}
.contact-us-strip-container .phone:hover {
  color: #000 !important;
}
.white-text {
  color: #fff !important;
}
.section-spacing {
  margin-top: 80px;
}
.white-section {
  background-color: #fff !important;
}
.gray-section {
  background-color: #f9f9f9;
}
.padded-section {
  padding: 60px;
}
.pdf-lists ul a {
  color: #01A74A;
}
ul.marketing-container.market-2-ul-container {
  padding-bottom: 0px !important;
}
.text-max-size {
  max-width: 600px;
  margin: 0 auto;
}
#hotspotImg img {
  width: 100%;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.text-small {
  max-width: 300px;
}
.underlined-title-big:after {
  width: 40%;
}

.rep-tile {
  width: 25%;
  float: left;
}
.rep-tile:nth-child(4n)::after {
  content: "";
  display: table;
  clear: both;
}
.rep-tile p {
  max-width: 93%;
}
.rep-tile h3 {
  max-width: 93%;
}
.rep-tile {
  height: 360px;
}

.rep2-tile {
  width: 25%;
  float: left;
}
.rep2-tile:nth-child(4n)::after {
  content: "";
  display: table;
  clear: both;
}
.rep2-tile p {
  max-width: 93%;
}
.rep2-tile h3 {
  max-width: 93%;
}
.rep2-tile {
  height: 200px;
}
/*.small-tile {
    height: 260px !important;
}*/

.header-container {
  background: rgba(0, 0, 0, 0.9) !important;
}
._content_commercial {
  height: 100%;
}
._content_commercial ul {
  padding: 0;
  height: 100%;
  margin: 0;
  grid-auto-rows: 1fr;
  display: grid;
}
._content_commercial li {
  display: flex;
  align-items: center;
}
._content_commercial li {
  /*CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;*/
  height: 125px;
}
._commercial_transport .row-dup-grey {
    height: 125px;
    display: inline-block;
}
._commercial_transport .container-fluid {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pdf-lists ul {
  margin: 0;
  padding: 0;
  border: solid 1px rgba(0,0,0,.5);
}
.pdf-lists ul li {
  list-style-type: none;
  padding: 10px 20px 10px 20px;
  margin-top: -1px;
  font-size: 14px;
}
.pdf-lists-no-border ul {
  border: none;
  margin: 0;
  padding: 0;
}
.pdf-lists-no-border li {
  list-style-type: none;
  padding: 10px 20px 10px 20px;
  margin-top: -1px;
  font-size: 14px;
}
.full-img {
  width: 100%;
}
.small-image {
  width: 400px;
}
.contact-us-details .icon-box-info-title {
  text-align: left;
}
.skew-cta {
  position: relative;
}
.skew-cta:after {
  content: '';
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  overflow: hidden;
  transform: skew(-15deg, 0deg);
  display: inline-block;
  right: -100px;
  background-color: #2E3237;
}
.videos-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}
.videos-title-wrapper {
  margin-top: 180px; 
  /* To be deleted */
}
.knobs-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* This body of this was commented out and caused a css empty ruleset warning so we commented this 
custom style out.

.knobs-flex .download-link-icon {
  /* padding-left: 
  0; 
}
*/ 

.knobs-flex-item {
  padding: 20px 0;
}
.knobs-item {
  display: flex;
  justify-content: space-between;
}
.vertical-tabs-wrapper .knobs-flex-item {
  padding: 0;
}
.aerospace-tabs .vertical-tabs {
  width: 20%
}
.aerospace-tabs .tab-content {
  width: 80%
}
.alternating-tile1  .gray-tile {
  background-color: #d6d6d6;
  border: solid 1px rgba(0,0,0,.2);
}
.all-knobs .alternating-tile1 > .gray-link {
  background-color: #d6d6d6;
  padding: 25px;
  width: 14.28%;
  border: solid 1px rgba(0,0,0,.2);
  display: flex;
  flex-direction: column;
  align-items: center;

}
.gray-link img {
  margin: 30px 0;
  object-fit: contain;
}
.gray-link .download-link-icon {
  margin: 0;
  flex: 0 0 45%;  
}
.knobs-item + .knobs-item {
  margin: 10px 0;
}
.knobs-item p {
  text-align: left;
  flex: 0 0 45%;  
}
.alternating-tile2 > .gray-link {
  background-color: #d6d6d6;
  padding: 25px;
  width: 14.28%;
  border: solid 1px rgba(0,0,0,.2);
}
.alternating-tile1 > a {
  background-color: #d6d6d6;
  padding: 25px;
  width: 70%;
  border: solid 1px rgba(0,0,0,.2);
  
}
.custom-title {
  margin-bottom: 60px;
  text-align: center;
}
.returns .lead {
  margin-bottom: 0;
}
.contact-item +.contact-item {
  margin-top: 20px;
}
.supplier .pdf-lists {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 479px){
  .floated-image {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .flex-column-centred {
    flex-direction: column;
  }
  .row.alternating-tile1 {
    flex-direction: column;
    align-items: center;
  }  
  .all-knobs .alternating-tile1 > .gray-link {
    width: 90%;
  }
}

.banner-contact {
  margin-top: 40px;
}
.banner-contact .icon-box-info-title {
  text-align: left;
}
.orederd-list {
  color: #000;
}