@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 !important;
  overflow-y: auto !important;
}

/* 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 a{
  color: #1C4583;
  transition: all 0.3s linear;
}

.product-landing-page a:hover{
  color: #ff8f8f;
}

.product-landing-page .primary-btn{
  border: 1px solid #D23A2B;
  color: #fff;
  text-transform: uppercase;
  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 h1 .line-1{
  font-size: 0.575em;
}

.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: #313131;
  font-family: 'Poppins', sans-serif;
}

.product-landing-page h3{
  font-size: 1.56em; 
  /* font-size: 1.5em; */
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
  color: #313131;
  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: #313131;
  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;
}

#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,
#main-banner video{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

#main-banner .caption .container{
  padding: 0;
}

#main-banner .caption-text {
  width: 100%;
  background-size: cover;
  padding: 30px 20px;
  box-sizing: border-box;
  max-width: 735px;
  position: relative;
}

#main-banner .caption {
  position: absolute;
  top: 30px;
  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-banner{
  background: url(/images/emerson/loadingbar.svg) no-repeat center;
} */

#main-content .content{
  padding-left: 30px;
}

#main-content .content .primary-btn{
  display: inline-block;
  margin-top: 20px;
  font-size: 0.85em;
}

#main-content .content-image.back-bg {
  position:relative;
  padding: 40px;
}

#main-content .content-image.back-bg:after {
  content: '';
  position: absolute;
  width: 65%;
  height: 65%;
  background: #d9d9d9;
  border-radius: 50%;
  left: 18%;
  bottom: 18px;
  z-index: -1;
  pointer-events: none;
  display: none;
}

/* #main-content .content-image.back-bg:after{
  content:'';
  position:absolute;
  width:90%;
  height:90%;
  background:#d9d9d9;
  border-radius:50%;
  left:5%;
  bottom:-15px;
  z-index:-1;
  pointer-events: none;
} */

#main-content .inquiry-btn{
  margin-top: 20px;
}


.product-features ul.feature-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 60px auto 0;
}

  .product-features ul.feature-list li{
    /* width:20%; */
    width: 100%;
    padding:0 15px;
    text-align:center;
  }

    .product-features ul.feature-list li .icon{
      width:70px;
      padding:2px;
      display:block;
      margin:auto;
      box-sizing:border-box;
    }

    .product-features ul.feature-list li p{
      margin: 0;
    }

#products {
  background: rgb(31,64,141);
  background: linear-gradient(45deg, rgba(31,64,141,1) 0%, rgba(25,127,216,1) 100%);
  padding: 100px 0;
  color: #fff;
  margin-bottom: 0;
}

  #products h2,
  #products h3{
    color: #fff;
  }

  #products .image {
    width: 340px;
    height: 340px;
    padding: 20px;
    box-sizing: border-box;
    /* background: #d9d9d9; */
    border-radius: 5px;
    margin-bottom: 30px;
  }

  #brands {
    background: #F3F2F2;
    padding: 60px 0;
}

  #brands ul{
    padding:0;
    margin:0 auto;
    /* width:70%; */
    width: 100%;
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
  }

  #brands ul li {
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
  }


#product-specs ul li,
#pac-machine ul li{
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}

#pac-machine ul li{
  margin-bottom: 15px;
}

  #product-specs ul li:before,
  #pac-machine ul li:before {
    content: '';
    background: url(https://www.ipd.com.au/images/emerson/list-icon.svg) no-repeat center;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 1;
    pointer-events: none;
    background-size: contain;
  }
#pac-machine .inquiry-btn{
  margin-top: 20px;
  display: inline-block;
}

#features {
  background: rgb(31,64,141);
  background: linear-gradient(45deg, rgba(31,64,141,1) 0%, rgba(25,127,216,1) 100%);
  padding: 100px 0;
  color: #fff;
}

  #features h2,
  #features h3{
    color: #fff;
  }

  #features p{
    margin: 0;
  }

  #features .inner{
    padding: 0 30px;
  }

  #features .inner img {
    height: 95px;
    width: auto !important;
    margin: 0 auto 30px;
  }

  #product-categories .inner {
    text-align: center;
    padding: 50px 30px 30px;
    position: relative;
    background:#d9d9d9;
  }
  
  #product-categories .inner:before{
    content:'';
    background:#d9d9d9;
    /* width:380px;
    height:380px; */
    width: 300px;
    height: 300px;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    z-index:-1;
    opacity: 0;
  }
  
  #product-categories .inner img{
    /* height: 340px; */
    height: 250px;
    width: auto !important;
  }
  
  #product-categories .inner h3{
    /* color:#fff; */
    margin: 0;
  }


#cat-feature .inner{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.gray-bg{
  background:#F3F2F2;
  padding:40px;
  box-sizing:border-box;
  height: 100%;
}

.gray-bg p{
  margin-bottom: 0;
}

#cat-feature .inner p{
    margin:0;
}

.video-wrapper {
  width: 100%;
  /* height: 580px; */
  height: 0px;
  padding-top: 56.25%;
  overflow: hidden;
  position:relative;
  transition: all 0.5s ease;
}

.video-wrapper:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  background:#010D26;
  z-index:2;
  width:100%;
  height:100%;
  opacity:0.55;
  pointer-events: none;
  transition: all 0.5s ease;
}

.video-wrapper.play-video:before{
  opacity: 0;
}

.video-wrapper .video-cover{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  object-fit:cover;
  object-position:left center;
  pointer-events:none;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s ease;
}

.video-wrapper.play-video .video-cover{
  z-index: -999;
  opacity: 0;
}

.video-wrapper iframe{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  object-fit:cover;
  object-position:center;
  pointer-events: none;
  z-index: -999;
  opacity: 0;
  transition: all 0.5s ease;
}

.video-wrapper.play-video iframe{
  pointer-events: all;
  z-index: 1;
  opacity: 1;
}

.video-wrapper .play-icon{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  /* width:135px;
  height:135px; */
  width: 100px;
  height: 100px;
  z-index:3;
  padding: 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.video-wrapper.play-video .play-icon{
  display: none;
}

.video-wrapper .play-icon .circle-1,
.video-wrapper .play-icon .circle-2{
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  background:rgba(212,59,43,0.5);
  display:block;
  border-radius:50%;
  padding:20px;
  opacity:0;
  z-index: -1;
  animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}

.video-wrapper .play-icon .circle-2 {
  background: rgba(212,59,43,0.6);
  width: 80%;
  height: 80%;
  margin-left: 10%;
  margin-top: 10%;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .7;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

#full-video .video-wrapper.play-video{
  /* height: calc(100vh - 166px); */
  padding-top: 56.25%;
}

#middle-banner {
  background-image: url(https://www.ipd.com.au/images/emerson/scada-hmi.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 150px 0;
  color: #fff;
}

  #middle-banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(31,64,141);
    background: linear-gradient(90deg, rgba(31,64,141,1) 0%, rgba(22,97,186,1) 50%, rgba(14,128,228,0) 100%); 
    opacity: 0.83;
    pointer-events: none;
  }

  #middle-banner .row{
    position: relative;
    z-index: 1;
  }

  #middle-banner h2{
    color: #fff;
    margin-bottom: 20px;
  }


  #application-feature ol {
    margin:0;
    padding:0; 
  }

#application-feature ol li {
  list-style-type: none;
  position: relative;
  padding-left:30px;
  margin-bottom:15px;
}

#application-feature ol li:before {
  content:'';
  background:#D23A2B;
  padding:5px 9px ;
  border-radius:50%;
  margin-right: 0.5em;
  position:absolute;
  left:0;
  top:2px;
  color:#fff;
  font-size:0.75em;
  line-height:1;
}

#application-feature ol li:nth-child(1):before {
  content:'1';
}
#application-feature ol li:nth-child(2):before {
  content:'2';
  padding:5px 8px;
}
#application-feature ol li:nth-child(3):before {
  content:'3';
  padding:5px 8px;
}
#application-feature ol li:nth-child(4):before {
  content:'4';
  padding:5px 8px;
}
#application-feature ol li:nth-child(5):before {
  content:'5';
  padding:5px 8px;
}
#application-feature ol li:nth-child(6):before {
  content:'6';
  padding:5px 8px;
}
#application-feature ol.right li:nth-child(1):before {
  content:'7';
  padding:5px 8px;
}
#application-feature ol.right li:nth-child(2):before {
  content:'8';
  padding:5px 8px;
}
#application-feature ol.right li:nth-child(3):before {
  content:'9';
  padding:5px 8px;
}
#application-feature ol.right li:nth-child(4):before {
  content:'10';
  padding:5px 6px;
}
#application-feature ol.right li:nth-child(5):before {
  content:'11';
  padding:5px 8px;
}
#application-feature ol.right li:nth-child(6):before {
  content:'12';
  padding:5px 6px;
}

#application-feature .row{
  justify-content:space-between;
}

#application-feature .row .left-side{
  width:250px;
  order: 1;
}

#application-feature .row .image-wrapper{
  width:100%;
  order: 0;
}

#application-feature .row .right-side{
  width:350px;
  order: 2;
}

#capabilities .content-wrapper{
  padding:20px 40px;
  box-sizing:border-box;
  text-align:center;
  background:#1A3A7B;
  height:96px;
  color:#fff;
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  margin-top: -8px;
}

#capabilities .inner{
  padding: 0 5px;
  box-sizing: border-box;
}

#capabilities .content-wrapper h4{
  color:#fff;
  margin:0;
}

#capabilities .row > div{
  margin-bottom:25px;
}

#video-gallery .video-wrapper{
  height: 0;
  padding-top: 56.25%;
}

#video-gallery .video-item{
  margin-bottom: 30px;
}

#video-gallery .video-wrapper .play-icon{
  width: 100px;
  height: 100px;
}

#inquiry-form{
  margin-bottom: 0;
}

#inquiry-form .form-wrapper{
  width: 100%;
  background:#F3F2F2;
  padding: 30px;
  position:relative;
  height: 100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  margin-top: -7px;
}

#inquiry-form .form-wrapper:before{
  content:'';
  position:absolute;
  left:-100%;
  top:0;
  width:100%;
  height:100%;
  background:#F3F2F2;
  z-index:-1;
  opacity: 0;
}

#inquiry-form .image-wrapper{
  position: relative;
}

#inquiry-form .image-wrapper h2 {
  /* font-size: 2em; */
  font-size: 1.8em;
  padding: 0 30px;
  position: absolute;
  /* bottom: 30px; */
  bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  color: #fff;
}


.slider{
  position:relative;
  padding: 0 54px;
}

.slider .slick-arrow {
  position: absolute;
  width: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  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/emerson/slider-arrow.svg) no-repeat center;
  opacity: 0.7;
}

.slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
  margin-top: -27px;
}

.slider .slick-arrow.slick-disabled{
  opacity:0.3;
  pointer-events:none;
}

ul.slick-dots {
  width:100%;
  text-align:center;
  margin-top: 20px !important;
  display: block !important;
}

ul.slick-dots li{
  display:inline-block;
  margin:0 5px;
  width: auto !important;
  padding: 0 !important;
}

ul.slick-dots li button {
  background: #d9d9d9;
  border: 0;
  overflow: hidden;
  text-indent: -999px;
  padding: 5px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.5;
}

ul.slick-dots li.slick-active button{
  opacity:1;
}

#capabilities .slider .slick-arrow{
  background: url(https://www.ipd.com.au/images/emerson/slider-arrow-r.svg) no-repeat center;
}

#capabilities .slider{
  padding: 0 20px;
}

#capabilities .slider .slick-arrow.slick-next{
  right: 10px;
}

@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;
  }

  #main-content .content-image.back-bg {
    padding: 120px;
  }

  #main-content .content-image.back-bg:after {
    width: 57%;
    height: 57%;
    left: 22%;
    bottom: 84px;
  }

}

@media(min-width:1024px) {

  .product-landing-page h1 {
    font-size: 3.3em;
  }

  .show-mobile{
    display: none;
  }

  .show-desktop{
    display: inline-block;
  }

  .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%;
    margin-top: -80px;
  }

  #main-banner .caption p{
    padding-right: 100px;
  }

  #application-feature .row .image-wrapper {
    width: 40%;
    order: 1;
  }

  #application-feature .row .left-side {
    width: 30%;
    order: 0;
  }

  #application-feature .row .right-side {
    width: 30%;
    order: 2;
  }

  #main-content .content-image.back-bg {
    padding: 40px;
  }

  #main-content .content-image.back-bg:after {
    width: 77%;
    height: 77%;
    left: 11.5%;
    bottom: 27px;
  }

  #products .image {
    width: 280px;
    height: 280px;
    margin: 0 auto 30px;
  }

  #inquiry-form .image-wrapper {
    height: 100%;
  }

  #inquiry-form .image-wrapper img{
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
  }

  #inquiry-form .form-wrapper {
      padding: 30px;
      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 */
}

@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: 400px;
      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;
  }

  .product-features ul.feature-list li {
    width: 20%;
  }

  #application-feature .row .image-wrapper {
    width: 50%;
    order: 1;
  } 
  #application-feature .row .left-side {
    width: 250px;
    order: 0;
  }
  #application-feature .row .right-side {
    width: 350px;
    order: 2;
  }
}

@media(min-width:1366px){

  #main-banner .caption-text{
    max-width: 800px;
  }

  #main-banner .caption p {
    padding-right: 0px;
  }

  .product-landing-page h2{
    font-size: 2.5em;
  }

  #brands ul {
    width: 70%;
  }

  #brands ul li {
    width: 20%;
  }

  #product-categories .inner img {
    height: 340px;
  }

  #product-categories .inner:before {
    width: 350px;
    height: 350px;
  }

  .video-wrapper {
    height: 580px;
    padding-top: 0;
  }

  #full-video .video-wrapper.play-video {
    height: calc(100vh - 166px);
    padding-top:0;
  }

  #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;
  }
}

@media(min-width:1600px){
  .product-landing-page h1 {
    font-size: 5.87em;
  }

  #main-banner .caption-text {
    max-width: 1135px;
    background-position: left bottom;
    background-size: cover;
  }

  #main-banner .caption p{
    font-size: 1.6em 
  }
}


.button-wrapper {
  margin-top:30px
}

.product-landing-page #middle-banner .primary-btn{
  margin-top: 20px;
  background-size: 600px;
  display: inline-block;
}

.product-landing-page #middle-banner .primary-btn:hover {
  background-position: 100%;
  color: #fff;
  border-color: #fff;
}

.scroll-section-wrapper{
  position:fixed;
  right:0;
  top:50%;
  transform: translateY(-50%);
  z-index: 999;
  max-width:40px;
  /* max-width:350px; */
  transition:all 0.5s ease;
}

.scroll-section-wrapper:hover,
.scroll-section-wrapper.show{
  max-width:350px;
}

.scroll-section {
    background:#D23A2B;
    padding:10px;
    border-radius:2px;
    color:#fff;
    line-height:1;
    display:flex;
    align-items:center;
    flex-direction:row;
    cursor:pointer;
    font-size:16px;
    
    margin-bottom: 10px;
    height:40px;
}

/* .scroll-section-wrapper.hide{
  opacity: 0;
  pointer-events: none;
} */

/* .scroll-section.show{
    max-width:350px;
}
 */
.scroll-section .icon{
    margin-right:10px;
    border-radius:50%;
}

.scroll-section .icon:before{
    font-size:18px;
}

.scroll-section .text{
  opacity:0;
  transition: all 0.8s ease-in-out;
}

.scroll-section-wrapper:hover .scroll-section .text,
.scroll-section-wrapper.show .scroll-section .text{
  opacity:1;
}

.scroll-section.show .text{
  opacity:1;
}

.scroll-section.active {
    background: #1a3a7b;
}



/* industrial software */

 #industrial-computing{
  background: url(https://www.ipd.com.au/images/emerson/industrial-software.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0;
  height: 500px;
  position:relative;
}

#industrial-computing:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background:rgba(26,58,123,0.9);
}

#industrial-computing .inner-wrapper{
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  height:auto;
  transform:translateY(-50%);
  z-index:2;
}

#industrial-computing .inner-wrapper h3{
  color:#fff;
  font-size:2em;
}

#industrial-computing .inner-wrapper h4{
  font-size:2.2em;
  color:#fff;
}


#industrial-computing .inner-wrapper h4 a{
  color:#fff;
  transition:all 0.3s ease;
  text-decoration:underline;
}

#industrial-computing .inner-wrapper h4 a:hover{
  text-decoration:underline;
}



@media(min-width:1366px){
  .scroll-section-wrapper{
    max-width:350px;
  }

  .scroll-section .text{
    opacity:1;
    transition: all 0.8s ease-in-out;
  }
}