@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&amp;display=swap');
html{
  scroll-behavior: smooth;
}

body{
  background: #fff;
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/* body.theme-abb-drives{
  background: #fff;
} */
/* Product landing page */
body.full-width-page div#cv-zone-pagecontent {
  max-width: 100%;
  margin: auto;
}

/*---------- grid -----------------------------*/
.product-landing-page .row{
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.product-landing-page .row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  box-sizing: border-box;
}

/* .grid .product-landing-page [class*="col-"]:last-of-type{
  padding-right: calc(var(--bs-gutter-x) * .5);
} */

.product-landing-page .col-12{
  flex: 0 0 auto;
  width: 100%;
}

.product-landing-page .justify-content-center {
  justify-content: center!important;
}

.product-landing-page .text-center{
  text-align: center !important;
}

.product-landing-page h3 {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 30px;
}

.product-landing-page .container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 576px){
  .product-landing-page .container{
      max-width: 540px;
  }
}

@media(min-width:768px) {
  .product-landing-page .container{
      max-width: 720px;
  }

  .product-landing-page .col-md-2 {
    flex: 0 0 auto;
    width: 16.66%;
  }

  .product-landing-page .col-md-3 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }

  .product-landing-page .col-md-4 {
      flex: 0 0 auto;
      width: 25%;
  }

  .product-landing-page .col-md-5 {
      flex: 0 0 auto;
      width: 41.66666667%;
  }

  .product-landing-page .col-md-6{
      flex: 0 0 auto;
      width: 50%;
  }

  .product-landing-page .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
  }

  .product-landing-page .col-md-8 {
    flex: 0 0 auto;
    width: 75%;
  }
  

  .product-landing-page .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
  }
}

@media(min-width:1024px) {
  .product-landing-page .container{
      max-width: 960px;
  }

  .product-landing-page .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66%;
  }

  .product-landing-page .col-lg-3 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }

  .product-landing-page .col-lg-4 {
      flex: 0 0 auto;
      width: 25%;
  }

  .product-landing-page .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .product-landing-page .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .product-landing-page .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .product-landing-page .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666%;
  }

  .product-landing-page .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}


@media(min-width:1366px) {
  .product-landing-page .container{
      max-width: 1140px;
  }

  .product-landing-page .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66%;
  }

  .product-landing-page .col-xl-3 {
      flex: 0 0 auto;
      width: 33.33333333%;
  }

  .product-landing-page .col-xl-4 {
      flex: 0 0 auto;
      width: 25%;
  }

  .product-landing-page .col-xl-5 {
    flex: 0 0 auto;
    width:  41.66666667%;
  }

  .product-landing-page .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .product-landing-page .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
  }
}

@media(min-width:1400px) {
  .product-landing-page .container{
      max-width: 1471px;
  }
}

/* ------------end grid------------------- */
.product-landing-page section{
  /* margin-bottom: 100px; */
  margin-bottom: 50px;
}

.product-landing-page section.page-content{
  margin-bottom: 0;
}

.product-landing-page a{
  color: #1a3a7b;
  transition: all 0.3s linear;
}

.product-landing-page a:hover{
  color: #ff8f8f;
}

.product-landing-page .primary-btn{
  border: 1px solid #D23A2B;
  color: #fff;
  text-decoration: none;
  background-color: #D23A2B;
  padding: 8px 30px;
  border-radius: 5px;
  font-size: 0.85em;
}

.product-landing-page .red{
  color: #D23A2B;
}

.product-landing-page #custom-layout-landing-page img{
  width: 100%;
}

.product-landing-page h1{
  font-size: 1.6em;
  /* font-size: 2em; */
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  color: #fff;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.product-landing-page h2{
  font-size: 1.4em; 
  /* font-size: 1.8em; */
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 40px;
  color: #d23a2b;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page h3{
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
  color: #1a3a7b;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page h4{
  font-size: 1.25em;
  /* font-size: 1.125em; */
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 0;
  color: #595959;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page h5{
  font-size: 1.125em;
  font-weight: 700;
  padding: 0;
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page p{
  margin: 0 0 15px;
  line-height: 1.4;
}

.align-items-center{
  align-items: center;
}

.align-self-start{
  align-self: flex-start;
}

.show-desktop{
  display: none;
}

/* banner */
#main-banner{
  width: 100%;
  position: relative;
  background: #030305;
  overflow: hidden;
}

#main-banner .banner-image{
  position: relative;
  height:0px;
  padding-top: 56.25%;
  overflow: hidden;
}

/* #main-banner .banner-image:before {
  content:'';
  width:100%;
  height:100%;
  background-color:rgba(26,58,123,0.6);
  position:absolute;
  top:0;
  left:0;
  z-index:2;
} */

#main-banner img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -50%;
  z-index: 1;
  object-fit: cover;
  object-position: left center;
  transition: left 0.5s linear;
}

body.ani-banner #main-banner img{
  left: 0;
}

#main-banner .caption .container{
  padding: 0;
  max-width: 1280px;
}

#main-banner .caption-text {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  /* max-width: 735px; */
  position: relative;
  overflow: hidden;
}

#main-banner .caption {
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 0;
}

#main-banner .caption p{
  /* font-size: 1.16em; */
  font-size: 1em;
  line-height: 1.4;
  color: #ddd;
  padding-right: 50px;
}

#main-content,
#application,
#inquiry-form
{
  overflow: hidden;
}

#main-content .image-wrapper{
  order:1;
  margin-top: 30px;
}

#main-content .content-wrapper{
  padding:0 10%;
}

#main-content .content-wrapper .primary-btn{
  margin-top:20px;
  display:inline-block;
}

.product-landing-page #custom-layout-landing-page #main-content .row{
  margin-left:0;
  margin-right:0;
}

.product-landing-page #custom-layout-landing-page #main-content .image-wrapper .inner{
  padding-left:60px;
  padding-right:0;
}

.product-landing-page #custom-layout-landing-page #main-content img.image-1 {
  max-width: 130px;
  /* height:400px;
  width:auto; */
  transform: rotate(-75deg);
  transition:all 0.5s linear;
  transition-delay:0.9s;
  opacity:0;
}

.product-landing-page #custom-layout-landing-page #main-content.aos-animate img.image-1{
  transform: rotate(0deg);
  opacity:1;
}

.product-landing-page #custom-layout-landing-page #main-content img.image-2 {
  max-width: 926px;
  /* height:200px;
  width:auto; */
  position:relative;
  right:-100%;
  opacity:0;
  transition:all 0.5s linear;
  transition-delay:0.8s;
}

.product-landing-page #custom-layout-landing-page #main-content.aos-animate img.image-2{
  right:0;
  opacity:1;
}

#main-content .content .primary-btn{
  display: inline-block;
  margin-top: 20px;
  font-size: 0.85em;
}

#main-content .inquiry-btn{
  margin-top: 20px;
}

#products {
  overflow: hidden;
}

/* #products .container > .row{
  width: 90%;
  margin: 40px auto 0;
} */

#products img {
  width: 280px !important;
  height: 280px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 30px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
  transition:all 0.5s ease;
}

#products a:hover img{
  transform:scale(1.05);
}

  #products .row{
    justify-content: center;
  }

  #products .product-item{
    margin-bottom: 30px;
  }
  
  #products .product-item .inner {
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    height: 100%;
    position: relative;
    padding-bottom: 80px;
  }
  
  #products .product-item .inner .primary-btn{
    width: 150px;
    text-align: center;
    padding: 5px 15px;
    margin-top: 20px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
  }

  #application .slide-item {
    position: relative
   }
   
   
   #application .slide-item:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 9;
     background: rgba(26,58,123,0.6);
     /* background: rgb(26,58,123);
      background: linear-gradient(90deg, rgba(26,58,123,0.2) 0%, rgba(26,58,123,0.9248949579831933) 100%); */
   }

   /* #application .slide-item:nth-child(2n)::before{
    background: linear-gradient(180deg, rgba(26,58,123,0.2) 0%, rgba(26,58,123,0.9248949579831933) 100%);
   }  */
   
   #application .slide-item .slider-content{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     /* right: 20px; */
     padding: 30px 50px;
     width:100%;
     /* max-width: 280px; */
     z-index: 10;
     color: #fff;
   }

   /* #application .slide-item:nth-child(2n) .slider-content{
      right:auto;
      left: 30px;
   } */
   
   #application .slide-item .slider-content h3{
     color: #fff;
   }

   #application .slide-item img{
    height:540px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
     
   }

#inquiry-form{
  margin-bottom: 0;
  background: url(https://www.ipd.com.au/images/intelligent-distribution/contact.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 100px 0;
  color: #1a3a7b;
  overflow: hidden;
}

#inquiry-form .form-wrapper{
  width: 100%;
  position:relative;
  height: 100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}


#inquiry-form .image-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 60px;
}

#inquiry-form .image-wrapper h2 {
  font-size: 1.8em;
}


.detail-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #fff;
  display: none;
}

.detail-popup .close-btn{
  position:absolute;
  top:20px;
  right:20px;
  width:40px;
  height:40px;
  background:#595959;
  z-index:1;
  cursor:pointer;
  border-radius:50%;
}

.detail-popup .close-btn:before{
  font-size:32px;
  line-height:1;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%) rotate(0deg);
  color:#fff;
  transition:all 0.5s ease;
}

.detail-popup .close-btn:hover:before{
  transform:translate(-50%, -50%) rotate(180deg);
}

.detail-popup .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.product-landing-page #custom-layout-landing-page .detail-popup img{
  width: auto;
}

.detail-popup .popup-item{
  display:none;
}

.detail-popup .popup-item .row{
  align-items:center;
  justify-content:center;
  width:90%;
  margin:auto;
  max-width: 850px;
  overflow-y: auto;
}

.slick-arrow {
  position: absolute;
  width: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 1;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  border: 0;
  text-indent: -999px;
  background: url(https://www.ipd.com.au/images/intelligent-distribution/slider-arrow-r.svg) no-repeat center;
}

.slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
}

.slick-arrow.slick-disabled{
  pointer-events:none;
  background: url(https://www.ipd.com.au/images/intelligent-distribution/slider-arrow.svg) no-repeat center;
}

ul.slick-dots {
  width:100%;
  text-align:center;
  margin-top: 20px !important;
  display: block !important;
  position: absolute;
  bottom: 15px;
  left: 0;
}

ul.slick-dots li{
  display:inline-block;
  margin:0 5px;
  width: auto !important;
  padding: 0 !important;
}

ul.slick-dots li button {
  background: #fff;
  border: 0;
  overflow: hidden;
  text-indent: -999px;
  padding: 5px;
  height: 10px;
  border-radius: 50%;
}

ul.slick-dots li.slick-active button{
  opacity:1;
  background: #d23a2b;
}

.product-landing-page #main-banner .caption-text{
  position:relative;
}


.product-landing-page #main-banner .caption-text h1 {
  line-height: 1;
  font-size:40px;
  line-height:0.9;
}

.product-landing-page #main-banner .caption-text h1 span{
  display:block;
  position:relative;
}

.product-landing-page #main-banner .caption-text h1 span.line-1{
  right:-100%;
  opacity:0;
}


.product-landing-page #main-banner .caption-text h1 span.line-1-2{
  font-size:38px;
  right:-100%;
  opacity:0;
  
}

.product-landing-page #main-banner .caption-text h1 span.line-2{
  font-size:27.5px;
  right:-100%;
  opacity:0;
}

.product-landing-page #main-banner .caption-text h1 span.line-3{
  font-size:70px;
  right:-100%;
  opacity:0;
} 


.product-landing-page.ani-banner #main-banner .caption-text h1 span.line-1{
  -webkit-animation: move 0.5s linear;
  animation: move 0.5s linear;
  -webkit-animation-fill-mode: forwards;
}

.product-landing-page.ani-banner #main-banner .caption-text h1 span.line-1-2{
  -webkit-animation: move 0.5s linear;
  animation: move 0.5s linear;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
}

.product-landing-page.ani-banner #main-banner .caption-text h1 span.line-2{
  -webkit-animation: move 0.5s ease-in;
  animation: move 0.5s linear;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: forwards;
}

.product-landing-page.ani-banner #main-banner .caption-text h1 span.line-3{

  -webkit-animation: move 0.5s linear;
  animation: move 0.5s linear;
  animation-delay: 0.93s;
  -webkit-animation-fill-mode: forwards;
} 

@-webkit-keyframes move {
  from {right: -100%; opacity:0;}
 to {right: 0; opacity:1;}
}
@keyframes move {
  from {right: -100%; opacity:0;}
 to {right: 0; opacity:1;}
}


@media(min-width:768px){
  .product-landing-page h1{
      font-size: 3em;
  }

  .product-landing-page h2{
    font-size: 2.3em;
  }

  #main-banner{
    position:relative;
  }

  #main-banner .caption {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
  }

  #main-banner .caption h1,
  #main-banner .caption p{
    color: #fff;
  }
  

  #main-content{
    text-align:left;
  }

  #main-content .row{
    align-items: center;
    justify-content: center;
  }

  .product-landing-page #custom-layout-landing-page #main-content img.image-1{
    max-width: 330px;
  }

  #main-banner .caption-text {
      width: auto;
      padding: 30px 20px;
      box-sizing: border-box;
      position: relative;
      overflow: hidden;
      float: right;
  }

  .product-landing-page #main-banner .caption-text h1 {
    font-size:50px;
  }
  
  .product-landing-page #main-banner .caption-text h1 span.line-1-2{
    font-size:47px;
  }
  
  .product-landing-page #main-banner .caption-text h1 span.line-2{
    font-size:34px;
  }
  
  .product-landing-page #main-banner .caption-text h1 span.line-3{
      font-size:87px;
  } 

}

@media(min-width:1024px) {

  .product-landing-page h1 {
    font-size: 3.3em;
  }

  .product-landing-page section{
    margin-bottom: 100px;
  }

  #main-banner .banner-image {
    height: calc(100vh - 166px);
    padding: 0;
  }

  #main-banner img {
    position: relative;
    height: calc(100vh - 166px);
  }

  #main-banner .caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 100%;
  }

  #main-banner .caption p{
    padding-right: 100px;
  }

  #main-content .content-image.back-bg {
    padding: 40px;
  }

  #main-content .content-image.back-bg:after {
    width: 77%;
    height: 77%;
    left: 11.5%;
    bottom: 27px;
  }

  #inquiry-form .image-wrapper {
    height: 100%;
    padding-top: 60px;
  }

  #inquiry-form .image-wrapper img{
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
  }

  #inquiry-form .form-wrapper {
      margin-top: 0;
  }

  #inquiry-form .form-wrapper:before{
    opacity: 1;
  }

  /* override main menu style */
  .main-navigation ul li.tn-link>a,
  .widget-category-menu .menu-button,
  .menu-sub-categories .menu-group .heading a{
    font-weight: 500;
  }

  .widget-category-menu .menu-button:after{
    bottom: -15px;
  }
  .main-navigation ul li.has-submenu>a:after{
    bottom: -12px;
  }
  /* override main menu style */

  #main-content .content-wrapper{
    padding:0 0 0 10%;
  }

  #application .slide-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgb(26,58,123);
    background: linear-gradient(90deg, rgba(26,58,123,0.3) 0%, rgba(26,58,123,0.9248949579831933) 100%);
  }

  #application .slide-item:nth-child(2n)::before{
    background: linear-gradient(180deg, rgba(26,58,123,0.3) 0%, rgba(26,58,123,0.9248949579831933) 100%);
  } 
  
  #application .slide-item .slider-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    padding: 30px 50px;
    width:400px;
    z-index: 10;
    color: #fff;
  }

  #application .slide-item:nth-child(2n) .slider-content{
     right:auto;
     left: 30px;
  }

  .product-landing-page #main-banner .caption-text h1 {
    font-size:60px;
  }
  
  .product-landing-page #main-banner .caption-text h1 span.line-1-2{
    font-size:56.5px;
  }
  
  .product-landing-page #main-banner .caption-text h1 span.line-2{
    font-size:41px;
  }
  
  .product-landing-page #main-banner .caption-text h1 span.line-3{
      font-size:103px;
  } 
}

@media(min-width:1280px){
  .product-landing-page .primary-btn{
      background-image: -webkit-linear-gradient(30deg, #D23A2B 50%, transparent 50%);
      background-image: linear-gradient(30deg, #D23A2B 50%, transparent 50%);
      background-size: 500px;
      background-repeat: no-repeat;
      background-position: 0%;
      background-color: transparent;
      -webkit-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out;
  }
  
  .product-landing-page .primary-btn:hover{
      background-position: 100%;
      color: #D23A2B;
  }
}

@media(min-width:1366px){

  /* #main-banner .caption-text{
    max-width: 500px;
    float: right;
    
  } */

  #main-banner .caption p {
    padding-right: 0px;
  }

  .product-landing-page h2{
    font-size: 2.5em;
  }

  #main-content .content-image.back-bg {
    padding: 10px;
  }

  #main-content .content-image.back-bg:after {
    width: 88%;
    height: 88%;
    left: 5.5%;
    bottom: -20px;
  }

  #inquiry-form .image-wrapper h2{
    font-size: 2em;
  }

  .product-landing-page #main-banner .caption-text h1 {
    font-size:80px;
  }
  
  .product-landing-page #main-banner .caption-text h1 span.line-1-2{
    font-size:75px;
  }
  
  .product-landing-page #main-banner .caption-text h1 span.line-2{
    font-size:54px;
  }
  
  .product-landing-page #main-banner .caption-text h1 span.line-3{
      font-size:137px;
  } 
}

@media(min-width:1600px){

  #main-banner .caption .container {
      max-width: 1280px;
  }
  /* #main-banner .caption-text{
    max-width: 700px;
  } */

  

  /* .product-landing-page #main-banner.aos-animate .caption-text h1 span.line-1{
      animation-delay:1.5s;
  }

  .product-landing-page #main-banner.aos-animate .caption-text h1 span.line-1-2{
      transform: translateX(0);
      opacity: 1;
      animation-delay:1.7s;
  }

  .product-landing-page #main-banner.aos-animate .caption-text h1 span.line-2{
       transform: translateX(0);
       opacity: 1;
       animation-delay:1.9s;
  }

  .product-landing-page #main-banner.aos-animate .caption-text h1 span.line-3{
      transform: translateX(0);
      opacity:1;
      animation-delay:2s;
  } */

  @-webkit-keyframes bannerText {
    0% {
      transform: translateX(100%);
    }
    50% {
      transform: translateX(50%);
    }
    100% {
      transform: translateX(0%);   
    }
  }
  
}

@media(max-width:767px){
  br{
    display: none;
  }
}

h3 sup {
    font-size: 10px;
    top: -14px;
}