@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700&amp;display=swap');html {
    scroll-behavior: smooth
}

body {
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

body.full-width-page div#cv-zone-pagecontent {
    max-width: 100%;
    margin: auto
}
.product-landing-page{
    margin-bottom: -10px;
}
.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 .justify-content-center {
    justify-content: center!important
}

.product-landing-page .text-center {
    text-align: center !important
}

.product-landing-page .align-items-center {
    align-items: center !important
}

.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
}

.product-landing-page .container.full-width{
    max-width:100%;
}

#main-banner .caption-text {
    height: 600px;
    display: flex;
    flex-direction: column;
}

#main-banner .caption-text .container {
    margin-top: 370px;
}

#main-banner .caption-text .container .row {
    justify-content: center;
    column-gap: 60px;
    row-gap: 40px;
}

#main-banner .caption-text .container .inner-wrp {
    width: 100%;
    text-align: center;
}

section.page-content {
    padding-top: 0px;
}

.product-landing-page .col-12 {
    flex: 0 0 auto;
    width: 100%
}

@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 #main-banner .container {
        max-width: 92vw;
    }

    .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%
    }

    #main-banner .caption-text .container .inner-wrp {
    width: 30%;
    text-align: center;
}

    #main-banner .caption-text .container {
    margin-top: auto;
}
}

@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-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .product-landing-page .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@media(min-width: 1400px) {
    .product-landing-page .container {
        max-width:1471px
    }

    .product-landing-page #main-banner .container {
        max-width: 94vw;
    }
}

.product-landing-page section {
    /* margin-bottom: 100px; */
    margin-bottom: 50px;
}

.product-landing-page a {
    color: #d23a2b;
    transition: all .5s linear
}

.product-landing-page a:hover {
    color: #1a3a7b
}

.product-landing-page .btn {
    border: 3px solid #d23a2b;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    line-height: 1;
    transition: all .3s ease
}

.product-landing-page .btn:hover {
    background: #fff;
    color: #d23a2b
}

.product-landing-page .primary-btn {
    font-size: 1.125em;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 700;
    background-color: #FFF;
}

.product-landing-page img {
    width: 100%
}

.product-landing-page h1 {
    font-size: 6em;
    /* font-size:3em; */
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #fff;
    text-align:left;
    font-family: "Poppins",sans-serif
}

.product-landing-page h2 {
    /* font-size: 2.5em; */
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 50px;
    color: #1a3a7b;
    font-family: "Poppins",sans-serif;
    text-align:center;
}

.product-landing-page h3 {
    /* font-size: 2em; */
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 400;
    font-family: "Poppins",sans-serif;
    color: #1a3a7b
}

#main-banner {
    width: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 150px;
}

#main-banner .banner-image {
    position: relative;
    height: calc(100vh - 110px);
    /* padding-top: 56.25%; */
    height: 100vh;
    overflow: hidden
}

#main-banner .banner-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 1) 00%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    left: 0;
    top: 0;
    transform: rotate(180deg);
}

#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 {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: auto;
    /* transform: translateY(-50%); */
}

.product-landing-page #main-banner h1{
    /* font-size:70px; */
    font-size: 36px;
    text-transform:uppercase;
    color:#1a3a7b;
}

.product-landing-page #main-banner h1 span{
    display:block;
}

#main-banner .caption-text p {
    color: #000;
    font-size: 1.125em;
    font-weight: 400;
}

.caption-text p:nth-child(2) {
    width: 585px;
}

.caption-text p:nth-child(4) {
    margin-top: 40px;
    width: 585px;
}

.product-landing-page a {
    color: #1a3a7b;
    transition: all .5s linear
}

.product-landing-page a:hover {
    color: #d23a2b;
}

.product-landing-page .primary-btn {
    font-size: 1.125em;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    background-color: #D23A2B;
    color: #FFF;
    white-space: nowrap;
}

.product-landing-page .primary-btn:hover {
    background-color: #1a3a7b;
    color: #FFF;
}
.product-landing-page #main-banner h1 span:nth-child(2){
    /* font-size:74px; */
    font-size: 36px;
    color:#D23A2B;
}

#main-content {
    padding: 140px 7% 50px;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0
}

#main-content .inner-wrp {
    padding: 0 40px;
}

#main-content a{
    color:#1A3A7B;
    text-decoration:underline;
}

.bg-wrp {
    position: relative;
    margin-top: -100px;
    background: transparent;
}

#main-content:before {
    content: '';
    position: absolute;
    width: 100%;
    /* height: calc(100% + 300px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 22.62%, #FFF 75.69%); */
    height: calc(100% + 500px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 22.62%, #FFF 60.69%);
    z-index: 0;
    left: 0;
    bottom: 0px;
    pointer-events:none;
}

#product-range{
    position:relative;
    z-index:1;
}

#product-range ul.product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left:-10px;
    margin-right:-10px;
}

#product-range ul.product-list .product-list-item{
    width:16.66%;
    padding:0 10px;
    margin-bottom:20px;
}

#product-range ul.product-list .product-list-item a{
    height:100%;
    display:flex;
    flex-direction:column;
}

#product-range ul.product-list .product-list-item .image-wrapper{
    padding:0 30px;
    overflow: hidden;
}

#product-range ul.product-list .product-list-item .content-wrapper h3{
    text-align:center;
    /* font-size: 18px; */
    font-size: 16px;
}

#product-range .slider-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
}

#product-range .slider-navigation button{
    padding:0;
    border:0;
    background:transparent;
    margin:0 5px;
    color: #595959;
    font-size: 16px;
}

#product-range .slider-navigation .slick-dots-wrapper .slick-dots{
    display:flex;
    flex-direction:row;
}

#product-range .slider-navigation .slick-dots-wrapper .slick-dots .slick-active button{
    font-weight:700;
}

#middle-content .container{
    display:flex;
    /* flex-direction:row; */
    flex-direction:column;
    align-items:center;
    width: 100%;
}

#middle-content .image-wrapper{
    width:30%;
    margin-bottom:40px;
}

#middle-content .content-wrapper{
    /* padding-left:40px; */
    padding:0 20px
}

#middle-content .content-wrapper p{
    /* font-size:20px; */
    line-height:1.2;
    font-weight:300;
    margin:0;
    font-size:16px;
    text-align:center;
}

#faqs{
    position:relative;
    z-index:1;
}

#faqs .accordian-list>li {
    margin-bottom: 10px;
    transition: all .3s ease
}

#faqs .accordian-list>li:last-child{
    margin-bottom:0;
}

#faqs .accordian-list>li h3 {
    background: rgba(217, 217, 217, 0.40);
    /* padding: 30px 30px 30px 120px; */
    padding: 30px 30px 30px 80px;
    position: relative;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    /* font-size: 1.5em; */
    font-size: 1.2em;
}

#faqs .accordian-list>li .acc-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease
}

#faqs .accordian-list>li .acc-content ul {
    padding-left: 20px;
    list-style: disc
}

#faqs .accordian-list>li.open h3 {
    background: #1a3a7b;
    color: #fff;
}

#faqs .accordian-list>li.open .acc-content {
    max-height: 1000px;
    opacity: 1;
    /* padding: 30px 50px; */
    padding: 30px 30px;
    background: #fff;
}

#faqs .accordian-list>li h3:before{
    content: '';
    /* width: 60px;
    height: 60px; */
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    pointer-events:none;
}

#faqs .accordian-list li h3.sustainability:before{
    background-image: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/sustainability-&amp;-circularity_blue.png);
}

#faqs .accordian-list li.open h3.sustainability:before{
    background-image: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/sustainability-&amp;-circularity_white.png);
}

#faqs .accordian-list li h3.energy:before{
    background-image: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/energy-efficiency_blue.png);
}

#faqs .accordian-list li.open h3.energy:before{
    background-image: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/energy-efficiency_white.png);
}

#faqs .accordian-list li h3.harmonics:before{
    background-image: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/harmonics-mitigation_blue.png);
}

#faqs .accordian-list li.open h3.harmonics:before{
    background-image: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/harmonics-mitigation_white.png);
}

#faqs .accordian-list li h3.ownership:before{
    background-image: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/total-cost-of-ownership_blue.png);
}

#faqs .accordian-list li.open h3.ownership:before{
    background-image: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/total-cost-of-ownership_white.png);
}

#faqs .accordian-list li h3.uptime:before{
    background-image: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/operational-uptime_blue.png);
}

#faqs .accordian-list li.open h3.uptime:before{
    background-image: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/operational-uptime_white.png);
}


#faqs .accordian-list>li h3:after {
    content: '';
    width: 18px;
    height: 32px;
    background: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/acc_arrow.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    pointer-events:none;
}

#faqs .accordian-list>li.open h3:after {
    background: url(https://www.ipd.com.au/images/landing-page/motor-control/icon/acc_arrow_active.svg) center no-repeat;
    background-size: contain;
}

/* #our-solution .application-slider img{
    height:380px;
}

#our-solution .application-slider .slick-current img{
    height:480px;
} */

#our-solution .solution-list{
    /* height: 490px; */
    height: 350px;
    margin-bottom:50px;
}

#our-solution .solution-list:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:10%;
    height:100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) -1.41%, #FFF 100%);
    z-index:1;
    pointer-events:none;
}

#our-solution .solution-list:after{
    content:'';
    position:absolute;
    right:0;
    top:0;
    width:10%;
    height:100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) -1.41%, #FFF 100%);
    z-index:1;
    pointer-events:none;
    transform:rotate(180deg);
}

#our-solution .slick-track {
    display: flex;
    align-items: center;
}


#our-solution .inner{
    padding:0 15px;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#our-solution .inner .image-wrapper{
    width:100%;
}


#our-solution .inner img{
    /* height: 380px; */
    height: 280px;
    transition: height 0.5s ease;
    object-fit: cover;
    object-position:center;
}

#our-solution .slick-current .inner img{
    /* height: 490px; */
    height: 350px;
}

#our-solution .inner h3{
    font-weight:700;
    margin:20px 0 0;
    /* font-size: 1.4em; */
    font-size: 1em;
}

#our-solution .slick-arrow{
    position:absolute;
    top:50%;
    /* left:15px; */
    left:5px;
    transform:translateY(-50%);
    /* width:35px; */
    width:15px;
    height:65px;
    border:0;
    border-radius:0;
    overflow:hidden;
    text-indent:-999px;
    z-index:2;
    background: url(https://www.ipd.com.au/images/landing-page/motor-control/slider-arrow-1.svg) no-repeat center;
    background-size: contain;
}

#our-solution .slick-arrow.slick-next{
    left:auto;
    /* right:15px; */
    right:5px;
    background: url(https://www.ipd.com.au/images/landing-page/motor-control/slider-arrow-r.svg) no-repeat center;
    background-size: contain;
}

#our-solution .bottom-content{
    text-align:center;
    display: block;
    margin-top: 50px;
}

#our-solution .bottom-content p:nth-child(2){
    font-size:0.9em;
}

#inquiry-form h2{
    text-align: left;
    margin-bottom: 20px;
    /* margin-top:100px; */
}

#inquiry-form iframe{
    height:1020px;
}

#footer-logo {
    background: rgba(217, 217, 217, 0.20);
    padding: 30px 0;
    margin-bottom:0;
}

#footer-logo .footer-logos{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:start;
}

#footer-logo .footer-logos .logo-wrp{
    /* margin:0 40px; */
     margin-right:10px;
}

#footer-logo .footer-logos .logo-wrp img{
    height: 40px;
}

.product-landing-page section.page-content{
    margin-bottom:0;
}

@media(min-width:768px){
    #main-banner .banner-image {
        height: 800px;
    }
    
    #main-content:before {
        /* height: calc(100% + 300px);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 22.62%, #FFF 75.69%); */
        height: calc(100% + 300px);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 22.62%, #FFF 70.69%);
    }

    #middle-content .image-wrapper img{
        height:150px;
        width:auto;
    }
}

@media(min-width:1024px){
    .product-landing-page section {
        margin-bottom: 100px;
    }
    
    #main-banner .banner-image {
        height: 700px;
    }

    .product-landing-page #main-banner h1{
        font-size:70px;
    }
    
    .product-landing-page #main-banner h1 span:nth-child(2){
        font-size:74px;
    }

    /* #product-range ul.product-list .product-list-item .image-wrapper img{
        transform:scale(1);
    }

    #product-range ul.product-list .product-list-item a:hover .image-wrapper img{
        transform:scale(1.1);
    } */

    #product-range ul.product-list .product-list-item a{
        transform:scale(1);
    }

    #product-range ul.product-list .product-list-item a:hover{
        transform:scale(1.1);
    }
    
    #middle-content .container {
        display: flex;
        flex-direction: row;
    }

    #middle-content .image-wrapper {
        width: 500px;
        margin-bottom: 0px;
    }

    #middle-content .content-wrapper{
        /* width:60%; */
        padding-left: 40px;
    }

    #middle-content .image-wrapper img{
        height:auto;
    }

    #middle-content .content-wrapper p{
        text-align:left;
    }

    #inquiry-form h2 {
        margin-top: 100px;
    }

    #inquiry-form iframe {
        height: 950px;
    }

    #our-solution .slick-arrow {
        left: 15px;
        width: 35px;
    }
    #our-solution .slick-arrow.slick-next {
        right: 15px;
    }

    #footer-logo {
        padding: 50px 0;
    }

    #footer-logo .footer-logos .logo-wrp {
        margin-right:40px;
    }
    
    #footer-logo .footer-logos .logo-wrp img{
        height: 70px;
    }
    
        #main-banner {
    padding-bottom: 0;
}
    .product-landing-page #main-banner h1{
    text-align: left;
}
}

@media(min-width:1366px){
    .product-landing-page h2 {
        font-size: 2.5em;
    }

    #middle-content .content-wrapper p {
        font-size: 20px;
    }

    #faqs .accordian-list>li h3 {
        padding: 30px 30px 30px 120px;
        font-size: 1.5em;
    }

    #faqs .accordian-list>li h3:before{
        width: 60px;
        height: 60px;
    }

    #faqs .accordian-list>li.open .acc-content {
        padding: 30px 50px;
    }

    #our-solution .solution-list {
        height: 490px;
    }

    #our-solution .inner img{
        height: 380px;
    }
    
    #our-solution .slick-current .inner img{
        height: 490px;
    }

    #our-solution .inner h3 {
        font-size: 1.4em;
    }
}