@charset "utf-8";
/* CSS Document */

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.homebannerslider {
    background: var(--black);
    height: 765px;
}

.slidediv {
    min-height: 765px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: rgb(8, 37, 56);
    background: linear-gradient(180deg, rgba(8, 37, 56, 0.7) 0%, rgba(3, 32, 51, 0.4) 100%);
}

.background-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 765px;
    object-fit: cover;
    opacity: 0.7;
}

.slidediv .container {
    min-height: 665px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bnrcontent .container:before,
.bnrcontent .container:after {
    display: none;
}

.bannertxt {
    font-size: clamp(1.5rem, 1rem + 2.5vw, 4rem);
    font-weight: bold;
    color: var(--white);
    display: block;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.03;
    padding: 0 180px;
}

.bannersmalltxt {
    font-size: 22px;
    color: var(--white);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    margin-bottom: 10px;
}

.bnrcontent p {
    font-size: 22px;
    color: var(--white);
    font-weight: 600;
    line-height: 1;
    margin: 10px 0 32px;
}

img.bgimg.desktopbanner {
    opacity: 0.6;
}

img.bgimg.mobilebanner {
    display: none;
    opacity: 0.3;
}

.homebannerslider:not(.slick-initialized) .slidediv:not(:nth-child(-n+1)) {
    display: none;
}


.homebannerslider .slick-prev {
    left: 10px !important;
    z-index: 4;
    top: 40%;
}

.homebannerslider .slick-next {
    right: 10px !important;
    z-index: 4;
    top: 40%;
}










/* home form banner - section styles  */
.hmformsec .formcontainer {
    background: var(--white);
    padding: 10px;
    margin: -140px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hmformsec-suburb .formcontainer {
    background: var(--white);
    padding: 10px;
    margin: 0px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.formleft {
    background: var(--liteblue);
    padding: 22px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    width: 255px;
}

.formleft span {
    text-align: center;
    width: 100%;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* .formcontainer .wpcf7.js,
.formcontainer .wpcf7.no-js {
    width: calc(100% - 255px);
} */

.hmformsec form.formdiv {
    display: flex;
    align-items: center;
    /* width: calc(100% - 255px); */
    width: 100%;
    padding: 0 15px;
}

.hmformsec-suburb form.formdiv {
    display: flex;
    align-items: center;
    /* width: calc(100% - 255px); */
    width: 100%;
    padding: 0 15px;
}

.hmformsec form.formdiv .btnbox {
    padding-left: 10px;
}

.hmformsec-suburb form.formdiv .btnbox {
    padding-left: 10px;
}

form.formdiv button {
    min-width: 190px;
}

.formdiv .form-group {
    margin-bottom: 0 !important;
}

.hmformsec .form-group {
    padding: 0 10px;
}

.hmformsec-suburb .form-group {
    padding: 0 10px;
}

/* home intro text section styles  */
.introtxt {
    position: relative;
}

.introtxt .logobg.container:after {
    filter: brightness(0);
}

.introtxt.arrowleft:before {
    left: 0;
    top: -60px;
}

.introtxt .hm-content {
    padding-right: 180px;
    width: calc(100% - 520px);
}

.hm-item.textcontent {
    position: relative;
    padding-top: 50px;
    width: 520px;
}

.hm-item.textcontent:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 115px;
    height: 2px;
    left: 0;
    top: 0;
    background: var(--liteblue);
}


/* USP slider styles */
.uspslider_container {
    margin-top: 60px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;

    & .uspsidediv {
        max-width: 25%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-right: 1px solid rgba(50, 52, 54, 0.15);
        min-height: 115px;
        align-content: flex-start;

        & span {
            display: block;
            margin-bottom: 15px;

            & img {
                /* filter: invert(56%) sepia(72%) saturate(2778%) hue-rotate(159deg) brightness(91%) contrast(101%);*/
            }
        }

        p {
            width: 100%;
            display: block;
            text-align: center;
            padding: 0 30px;
            font-weight: bold;
            line-height: 1.3;
            margin: 0;
        }
    }

    & .uspsidediv:last-child {
        border-right: 0px solid rgba(50, 52, 54, 0.15);
    }
}

/* resi comm link section */
.container.resicomlink {
    position: relative;
    margin-top: 60px;
    text-align: center;

    .resicomlinkcontiner {
        position: relative;
        display: inline-flex;
        border-radius: 35px;
        overflow: hidden;
        margin: 0 auto;

        & a {
            background: var(--liteblue);
            color: var(--white);
            font-weight: bold;
            font-size: 15px;
            padding: 14px 30px;
            display: inline;
            margin: 0;
            cursor: auto;

            &:hover {
                background: var(--darkblue);
            }

            & img {
                width: 42px;
                height: 42px;
                margin-right: 10px;
                filter: invert(64%) sepia(64%) saturate(4620%) hue-rotate(160deg) brightness(92%) contrast(102%);
                /* background: var(--white);
                border-radius: 50%; */
            }
        }

        a:first-child {
            border-right: 1px solid rgba(255, 255, 255, 0.3);
        }
    }

    &:before {
        content: '';
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
        left: 0;
        top: 50%;
    }
}

.container.resicomlink .resicomlinkcontiner a:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 42px;
    height: 42px;
    z-index: 0;
    border-radius: 50%;
}




.resicomlinkcontiner .resicomlinkcontiner {}

.resicomlinkcontiner .resicomlinkcontiner {}






/* faq section styles */
.hm_faqsec {
    background: var(--litebg);
}

.hm_faqsec .heading-44.aligncenter {
    font-size: clamp(1.375rem, 1.225rem + 0.75vw, 2.125rem);
}

.hm_faqsec .container {
    padding: 100px 10px;
}

.hm_faqsec .faq_accordion {
    column-count: 2;
    column-gap: 30px;
}

/* home testimonials styles  */
.hm_testimonialsec {
    background: var(--darkblue);
    padding: 100px 0;
    overflow: hidden;
}

.hm_testimonialsec .container {
    position: relative;
    z-index: 1;
}

.hm_testimonialsec .container.logobg:after {
    z-index: 0;
}

.hm_testimonialsec .heading-44 {
    color: var(--white);
}

.clientslider_container:not(.slick-initialized) .reviewbox:not(:nth-child(-n+2)) {
    display: none;
}

.clientslider_container {
    margin: 30px 0 50px;
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% + 60px);
    margin: 50px -30px 50px;
}

.reviewbox {
    background: var(--white);
    border-radius: 10px;
    padding: 80px 80px 40px 80px;
    margin: 0 30px;
    width: calc(50% - 60px);
    position: relative;
    min-height: 280px;
}


.html5lightbox-div .reviewbox {
    width: 100%;
    min-width: 100%;
    margin: 0;
}


.reviewbox .ratingimg {
    width: 40px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin: 0 0 0 -20px;
}

.cleintname {
    margin: 60px 0 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: var(--darkblue);
    position: relative;
}

.cleintname:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: var(--liteblue);
    left: 50%;
    margin: 0 0 0 -35px;
    top: -20px;
}

.reviewbox p {
    text-align: center;
    font-weight: 500;
    /* height: 188px; 
    -webkit-line-clamp: 8;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;*/
}

.googlereviewrating_div {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 auto;
    justify-content: center;
    position: relative;
}

.googlereviewrating_div:before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    left: 0;
    top: 13px;
}

.googlereviewrating_div p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: var(--darkblue);
    color: var(--white);
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}

.googlereviewrating_div p img.googlelogo {
    margin: 0 15px 0 0;
}

.googlereviewrating_div p span {
    display: inline-block;
    color: var(--white);
    margin-right: 0px;
    font-weight: 600;
}

.googlereviewrating_div p img.starrating {
    margin: 0 15px;
}

.clientslider_container.slick-initialized {
    margin: 50px -30px 50px;
    z-index: 1;
}

.clientslider_container.slick-initialized .slick-slide {
    padding: 0 30px;
}

.clientslider_container.slick-initialized .slick-slide .reviewbox {
    margin: 0;
}


/* wide cta - styles */
.widecta_sec {
    position: relative;
    background: rgb(8, 37, 56);
    background: linear-gradient(90deg, rgba(8, 37, 56, 0.7) 0%, rgba(3, 32, 51, 0.4) 100%);
}

/* for parallax scroll styles  */

.parallax-container {
    position: relative;
    /* overflow: hidden; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(8, 37, 56);
    background: linear-gradient(90deg, rgba(8, 37, 56, 0.7) 0%, rgba(3, 32, 51, 0.4) 100%);
}

.widectasection {
    background-image: url(../../../../uploads/2025/06/cta-Expert-Roofing-Solutions.jpg);
    background-position: center center;
    background-size: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.widectasection .button-group {
    justify-content: flex-start;
}

.parallax-container.widectasection .container {
    min-width: 1380px;
}

.parallax-container.widectasection .container p {
    text-align: left;
}

.parallax-container.widectasection .container p {
    margin-bottom: 20px;
    font-size: 20px;
}

/* trusted partner cta styles  */
.trustedpartner_cta {
    margin: -200px 0 0 0;
}

/* .trustedpartner_cta .button-group {
    justify-content: flex-start;
} */

/* before after section styles  */
.beforeafter_sec {
    padding-top: 100px;
    max-width: 1903px;
    margin: 0 auto 60px;
}

.before-after-slider {
    margin: 10px 0 40px !important;
}

.beforeafter_sec .btnbar {
    text-align: center;
}

ul.before-after-slider li {
    position: relative;
}

ul.before-after-slider li .transformationname {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 0;
    background: var(--white);
    font-size: 18px;
    font-weight: 600;
    padding: 10px 20px;
}



/* supplier section style */
.supplier_sec {
    background: var(--litebg);
}

.supplier_sec .container {
    min-height: 190px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.supplier_sec .container {
    min-width: 460px;
}

.supplier_sec .supplierslider {
    width: calc(100% - 460px);
    min-width: 880px;
}

.supplierbx {
    background: var(--white);
    width: 190px !important;
}


/* home - service section styles */
.servicetab_sec {
    background: url('../images/line-pattern.jpg')repeat 0 0;
    margin: 100px 0 0 0;
}

/* for home page features products tab slider */
.tabs {
    padding: 0;
    background: transparent;
}

.sec_featureprod .tabs ul {
    width: 100%;
    clear: both;
    margin: 0 auto;
}

.tabs .tab-nav {
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -72px;
    right: 0;
}

.tabs .tab-nav ul {
    margin: 0;
}

.tabs .tab-nav li {
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
    background: var(--litebg);
    padding: 0;
    min-height: 72px;
}

.tabs .tab-nav li:hover {
    background: #dde2e3;
}

.tabs .tab-nav li:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 2px;
    background: transparent;
    top: inherit;
    left: 0;
    border: 0px solid transparent;
    border-radius: 0;
    bottom: 0;
}

.tabs .tab-nav li.active:before {
    background: var(--liteblue);
}

.tabs .tab-nav li.active:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--liteblue) transparent transparent transparent;
    transform: rotate(0deg);
}

.tabs .tab-nav li span {
    /* text-transform: uppercase; */
    color: #232323;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.32px;
    font-size: 18px;
    padding: 15px 20px;
    width: 320px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs .tab-nav li span img {
    filter: invert(11%) sepia(40%) saturate(1456%) hue-rotate(167deg) brightness(91%) contrast(96%);
    margin: 0 10px 0 0;
}

.tabs .tab-nav li.active span img {
    filter: brightness(0) invert(1);
}

.tabs .tab-nav li:hover>span {
    color: #16254c;
}

.tabs .tab-nav li.active {
    position: relative;
    background: var(--darkblue);
    color: var(--white);
}

.tabs .tab-nav li.active span {
    color: var(--white);
}

.tabs .tab {
    display: none;
}

.tabs .tab.active {
    display: block;
}

.servicetab_sec .heading-30 {
    margin: 0 0 10px 0;
    text-align: center;
}

.servicetab_sec p {
    color: var(--white);
    margin: 0 0 22px 0;
    padding: 0 250px;
    text-align: center;
}

.serviceslide_container {
    margin: 0 -15px 30px;
    width: calc(100% + 30px);
}

.serviceslide_container:not(.slick-initialized) a.serviceslidebx:not(:nth-child(-n+4)) {
    display: none;
}

.serviceslide_container:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.serviceslide_container:not(.slick-initialized) .serviceslidebx {
    padding: 0 15px;
    max-width: 25%;
}

.serviceslide_container.slick-initialized .serviceslidebx {
    padding: 0 15px;
}

.serviceslide_container .serviceslidebx .serviceinfobx {
    display: flex;
    align-items: center;
    min-height: 68px;
    /* border-bottom: 2px solid rgba(213, 213, 213, 0.3); */
    color: var(--white);
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 0;
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

.serviceslide_container.slick-initialized .serviceslidebx .serviceinfobx:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent var(--white);
    transform: rotate(0deg);
    right: 0;
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

.serviceslide_container .serviceslidebx:hover .serviceinfobx:after {
    right: 20px;
    background: var(--darkblue);
    border-color: var(--white) var(--white) var(--white) var(--darkblue);
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

.serviceslide_container .serviceslidebx .serviceinfobx:before {
    content: '';
    position: absolute;
    background: rgba(213, 213, 213, 0.3);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

.serviceslide_container .serviceslidebx:hover .serviceinfobx:before {
    background: var(--white);
    height: 68px;
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

.serviceslide_container .serviceslidebx:hover .serviceinfobx {
    padding: 0 35px 0 20px;
    color: var(--darkblue);
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

.serviceslidebx {
    margin-bottom: 60px;
    text-align: center;
}

.serviceimg {
    overflow: hidden;
    position: relative
}

.serviceimg p {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: rgba(8, 37, 56, 0.8);
    height: auto;
    bottom: -100%;
    margin: 0;
    padding: 10px;
    line-height: 1.4;
    text-align: left;
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

a.serviceslidebx:hover .serviceimg p {
    bottom: 0;
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}



.serviceslidebx img {
    margin: 0 auto;
    transform: scale(1.05);
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

.serviceslide_container.slick-initialized .serviceslidebx:hover .serviceimg img {
    transform: scale(1);
    transition: all ease-out 0.3s !important;
    -webkit-transition: all ease-out 0.3s !important;
    -moz-transition: all ease-out 0.3s !important;
    -ms-transition: all ease-out 0.3s !important;
}

.servicetab_sec .arrowright:before {
    bottom: -110px;
    top: inherit;
}



/* offer section styles  */
.offersec .container {
    /* padding-bottom: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */

    a.offerbx {
        position: relative;
        cursor: auto;

        &:before {
            content: '';
            position: absolute;
            border: 3px dashed var(--darkblue);
            width: calc(100% + 14px);
            height: calc(100% + 14px);
            left: -7px;
            top: -7px;
            transition: all ease-out 0.3s !important;
            -webkit-transition: all ease-out 0.3s !important;
            -moz-transition: all ease-out 0.3s !important;
            -ms-transition: all ease-out 0.3s !important;
        }
    }

    a.offerbx:hover {
        &:before {
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            left: -2px;
            top: -2px;
            transition: all ease-out 0.3s !important;
            -webkit-transition: all ease-out 0.3s !important;
            -moz-transition: all ease-out 0.3s !important;
            -ms-transition: all ease-out 0.3s !important;
        }
    }

    .centeroffer:before {
        border: 3px dashed var(--liteblue) !important;
    }
}

.offercontainer {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}



/* why choose section styles */
.hm_whychoose_sec {
    margin-bottom: 60px;
}

.hm_whychoose_sec .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;

    .whychoose_left {
        width: 50%;
        padding-right: 150px;

        & p {
            text-align: left;
            font-weight: 600;
            padding-right: 80px;
            font-size: 18px;
            color: var(--darkblue);
        }
    }

    .whychoose_right {
        width: 50%;
    }
}

.whychoose_list_contianer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    column-count: 4;
    margin-top: 60px;

    .whychoosebx {
        width: calc(25% - 30px);
        background: url('../images/logo-small.svg')no-repeat bottom -20px right -20px var(--darkblue);
        padding: 45px;
        position: relative;

        &:before {
            content: '';
            position: absolute;
            width: 4px;
            height: 40px;
            background: var(--liteblue);
            left: 0px;
            top: 112px;
        }

        .whychoose_icon {

            & img {
                margin-bottom: 10px;
                filter: invert(56%) sepia(72%) saturate(2778%) hue-rotate(159deg) brightness(91%) contrast(101%);
            }
        }

        .whychoose_title {
            font-size: 18px;
            font-weight: bold;
            color: var(--white);
            margin: 10px 0 5px 0;
            line-height: 1.2;
            height: 48px;
            -webkit-line-clamp: 2;
            /* overflow: hidden; */
            position: relative;
            display: -webkit-box;
            -webkit-box-orient: vertical;

            /* &:before {
                content: '';
                position: absolute;
                width: 4px;
                height: 40px;
                background: var(--liteblue);
                left: -45px;
                top: 0;
            } */
        }

        & p {
            color: var(--white);
            height: 74px;
            -webkit-line-clamp: 3;
            overflow: hidden;
            position: relative;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }
    }

    .whychoosebx.logobg:after {
        top: inherit;
        opacity: 0.03;
        margin: 0;
        background-size: 40%;
        bottom: 0;
        right: 0;
    }
}


/* scrolling text section style  */
.scrollingtxt_sec {
    margin-bottom: 60px;

    .txtscrollslide {
        font-size: clamp(3.125rem, 2.25rem + 4.375vw, 7.5rem);
        color: var(--liteblue);
        font-weight: bold;
        text-align: center;
        position: relative;
        padding: 0 50px;
        line-height: 1.2;
        letter-spacing: 0.64;
        font-family: 'Bebas Neue';
        font-weight: bold;

        &:before {
            content: '';
            position: absolute;
            border: 1px solid #707070;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            left: -6px;
            top: calc(50% - 6px);
        }
    }

    .txtscrollslide.outline {
        color: var(--white);
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.98);
    }
}

.scrollingtxt_sec:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.scrollingtxt_sec:not(.slick-initialized) .txtscrollslide:not(:nth-child(-n+2)) {
    display: none;
}

/* color chart section style  */
.colorchart_sec {
    background: var(--litebg);
    padding: 100px 0;
    position: relative;
    z-index: 0;
}

.colorchart_sec.arrowleft:before {
    right: inherit;
    left: 0;
    top: 0;
}

/* how we work section styles */
.howwework_sec {
    background: var(--litebg);
    padding: 100px 0 280px;
    overflow: hidden;
    position: relative;
}

.howwework_sec.arrowleft:before {
    left: 0;
    top: 0px;
}

.howwework_sec .fullwidth {
    position: relative;
    max-width: 1920px;
    z-index: 0;
    margin: 0 auto;
}

.howwework_sec .fullwidth.logobg:after {
    right: inherit;
    left: -150px;
    z-index: -1;
    filter: brightness(0);
    margin: 0;
}

.howwework_sec .fullwidth p {
    margin-bottom: 30px;
}

.howwework_sec .fullwidth img.roofimg {
    position: absolute;
    right: -110px;
    top: 0;
}

.howwework_sec .fullwidth img.xclusivebadge {
    position: absolute;
    left: 55%;
    top: -5%;
}

.howwework_sec .container .wid50 {
    width: 50%;
    padding-right: 120px;
    min-width: 670px;
}

.howwework_sec .container .wid50 p {
    text-align: left;
}

.howwework_sec dl {
    background: var(--white);
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.howwework_sec dl dt {
    width: 106px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 106px;
}

.howwework_sec dl dd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #082538;
}

.howwework_sec dl:after {
    content: '';
    position: absolute;
    background: url('../images/down-doubble-arrow.svg')no-repeat 0 0;
    width: 35px;
    height: 33px;
    right: 30px;
}

.howwework_sec dl dd span {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: var(--liteblue);
}



/* .arrowright:before,
.arrowleft:before,
.introtxt .logobg.container:after {
    display: none;
} */

.articlecontainer:not(.slick-initialized) .articlebx:not(:nth-child(-n+3)) {
    display: none !important
}

.accordion_in {
    -webkit-column-break-inside: avoid;
}







/* ------- with max width ----------- */
@media (max-width: 1600px) {


    .widectasection {
        background-size: 1920px;
        min-height: 400px;
    }

}

@media (max-width: 1440px) {

    .whychoose_list_contianer {
        gap: 10px;
        column-count: 4;
    }

    .whychoose_list_contianer .whychoosebx {
        width: calc(25% - 10px);
    }

    .offersec .container a.offerbx {
        width: calc(33.33% - 30px);
    }

    .formleft {
        padding: 10px 10px 5px;
        width: 150px;
        display: flex;
        align-content: center;
        font-size: 0;
        line-height: 1;
    }

    .hmformsec .formcontainer {
        margin: -210px 0 30px 0;
        align-items: center;
    }

    .hmformsec-suburb .formcontainer {
        margin: 0px 0 30px 0;
        align-items: center;
    }

    .formcontainer .wpcf7.js,
    .formcontainer .wpcf7.no-js {
        width: calc(100% - 150px);
    }

    form.formdiv {
        width: calc(100% - 220px);
        padding: 0 15px;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .hmformsec .form-group,
    .hmformsec-suburb .form-group {
        padding: 0 5px;
        margin-bottom: 0 !important;
        width: 20%;
    }


    .hmformsec form.formdiv .btnbox,
    .hmformsec-suburb form.formdiv .btnbox {
        padding-left: 5px;
        margin: 0;
    }


    .hmformsec form.formdiv .btnbox input[type="submit"],
    .hmformsec-suburb form.formdiv .btnbox input[type="submit"] {
        width: 138px;
        margin: 0;
        padding: 16px 10px;
        font-size: 12px;
        letter-spacing: 0;
    }



    form.formdiv .btnbox {
        margin: 0 auto;
    }

    .servicetab_sec p {
        padding: 0 50px;
    }

    a.serviceslidebx .serviceimg p {
        padding: 10px;
    }

    .howwework_sec .container .wid50 {
        min-width: 550px;
        padding-right: 0;
        background: rgba(255, 255, 255, 0.6);
    }


}

@media (max-width: 1200px) {

    .homebannerslider,
    .background-video {
        height: 665px;
    }

    .homebannerslider .slidediv {
        min-height: 665px;
    }

    .slidediv .container {
        min-height: 510px;
    }

    .bannertxt {
        padding: 0 50px;
    }

    .reviewbox {
        padding: 60px 20px 20px 20px;
        margin: 0 30px;
    }

    .cleintname {
        margin: 40px 0 0 0;
    }

    .reviewbox .ratingimg {
        top: 20px;
    }

    .whychoose_list_contianer {
        gap: 10px;
    }

    .introtxt .hm-content {
        padding-right: 50px;
        width: 60%;
    }

    .hm-item.textcontent {
        width: 40%;
    }

    .hm_whychoose_sec .container .whychoose_left {
        padding-right: 50px;
        width: 60%;
    }

    .whychoose_list_contianer .whychoosebx {
        padding: 20px;
    }

    .whychoose_list_contianer .whychoosebx:before {
        top: 88px;
    }

    .offersec .container a.offerbx {
        width: calc(33.33% - 20px);
    }

    .hm_faqsec .container {
        padding: 70px 10px;
    }

    .offersec .container {
        padding-bottom: 70px;
    }

    .colorchart_sec,
    .hm_testimonialsec {
        padding: 70px 0;
    }

    .tabs .tab-nav li {
        min-height: auto;
        margin: 0 5px;
    }

    .tabs .tab-nav li span {
        font-size: 16px;
        padding: 6px 20px;
        width: auto;
    }

    .tabs .tab-nav {
        top: -54px;
    }

    .howwework_sec .fullwidth img.xclusivebadge {
        left: 75%;
    }

    .howwework_sec {
        padding: 100px 0 250px;
    }

    /* .trustedpartner_cta {
        min-height: 300px;
    } */



    .beforeafter_sec {
        margin: 0 auto 70px;
    }

    .parallax-container.widectasection .container {
        min-width: 90%;
    }

    .supplier_sec .supplierslider {
        width: calc(100% - 460px);
        min-width: 700px;
    }

    .howwework_sec {
        padding: 100px 0 300px;
    }

    .offersec .container a.offerbx {
        width: calc(32.73% - 20px);
    }

}

@media (max-width: 992px) {

    .hm_faqsec .faq_accordion {
        column-count: 1;
        column-gap: 0;
    }

    .accordion_in {
        margin-bottom: 5px;
    }

    .reviewbox p {
        height: auto;
    }

    .uspslider_container .uspsidediv p {
        padding: 0 10px;
        font-size: 14px;
    }

    .whychoose_list_contianer .whychoosebx {
        width: calc(50% - 10px);
        padding: 20px;
    }

    .offersec .container a.offerbx {
        width: calc(33.33% - 10px);
    }

    .offersec .container a.offerbx:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .tabs .tab-nav ul {
        margin: 0;
        max-width: 100vw;
        margin: 0 auto;
        white-space: nowrap;
        overflow-x: scroll;
        flex-wrap: nowrap;
        overflow-y: hidden;
        scrollbar-width: thin;
    }

    .tabs .tab-nav li span img {
        max-width: 30px;
        margin: 0 10px 5px 0;
    }

    .tabs .tab-nav {
        top: -41px;
    }

    .servicetab_sec p {
        padding: 0;
    }

    .serviceslide_container .slick-prev {
        left: 10px !important;
    }

    .serviceslide_container .slick-next {
        right: 10px !important;
    }

    .serviceslide_container.slick-initialized .serviceslidebx:hover .serviceinfobx:before {
        height: 40px;
    }

    .serviceslide_container.slick-initialized .serviceslidebx .serviceinfobx {
        font-size: 16px;
        min-height: 40px;
    }

    .howwework_sec dl dt {
        min-height: 80px;
    }

    .howwework_sec dl {
        margin-bottom: 5px;
    }

    .howwework_sec .fullwidth img.xclusivebadge {
        left: 70%;
        top: -18%;
        z-index: 1;
    }

    .howwework_sec {
        padding: 100px 0 320px;
    }

    .servicetab_sec {
        margin: 70px 0 0 0;
    }

    .widectasection {
        background-position: center right -500px;
    }

    .supplier_sec .supplierslider {
        min-width: auto;
        width: 100%;
    }

    .supplier_sec .container {
        min-width: 100%;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 0;
    }

    .supplier_sec .container .supplierbx {
        margin: 0 auto;
    }

    .supplier_sec .container .slick-slide {
        text-align: center;
    }

    .supplier_sec .container .slick-slide .supplierbx img {
        max-width: 160px;
        margin: 0 auto;
    }

    .clientslider_container.slick-initialized .slick-slide {
        padding: 0 10px;
    }

    /* .supplier_sec .supplierslider .slick-slide {
        width: auto !important;
    } */
    .offercontainer {
        gap: 10px;
        justify-content: center;
    }

    .hmformsec .formcontainer,
    .hmformsec-suburb .formcontainer {
        flex-wrap: wrap;
    }

    .formleft {
        width: 100%;
        margin-bottom: 10px;
    }

    .formcontainer .wpcf7.js,
    .formcontainer .wpcf7.no-js {
        width: 100%;
    }

    .hmformsec .form-group,
    .hmformsec-suburb .form-group {
        width: 19%;
    }

    .hmformsec form.formdiv,
    .hmformsec-suburb form.formdiv {
        padding: 0;
    }

    .hmformsec .form-group,
    .hmformsec-suburb .form-group {
        padding: 0;
    }


}

@media (max-width: 768px) {

    .homebannerslider,
    .background-video {
        height: 450px;
    }

    .homebannerslider .slidediv {
        min-height: 450px;
    }

    .slidediv .container {
        min-height: 310px;
    }

    .bannersmalltxt {
        font-size: 18px;
    }

    .bnrcontent p {
        font-size: 18px;
        margin: 10px 0 20px;
    }

    .introtxt .hm-content {
        padding-right: 0;
        width: 100%;
    }

    .hm-item.textcontent {
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
    }

    .uspslider_container .uspsidediv {
        max-width: 33.33%;
    }

    .uspslider_container {
        margin-top: 40px;
        justify-content: center;
        row-gap: 30px;
        flex-wrap: wrap;
    }

    .hm_whychoose_sec .container {
        flex-wrap: wrap;
    }

    .hm_whychoose_sec .container .whychoose_left {
        padding-right: 0;
        width: 100%;
    }

    .hm_whychoose_sec .container .whychoose_left .heading-44 br {
        display: none;
    }

    .hm_whychoose_sec .container .whychoose_right {
        width: 100%;
    }

    .offersec .container {
        justify-content: center;
    }

    .offersec .container a.offerbx {
        width: 45%;
        margin: 0 10px 15px;
    }

    .hmformsec .formcontainer {
        margin: -120px 0 00px 0;
        align-items: stretch;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    }

    .hmformsec-suburb .formcontainer {
        margin: 0px 0 00px 0;
        align-items: stretch;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    }

    /* .formleft {
        width: 150px;
        text-align: center;
    } */

    form.formdiv {
        width: calc(100% - 150px);
        padding: 0 0 0 10px;
        flex-wrap: wrap;
    }

    .howwework_sec .fullwidth img.xclusivebadge {
        display: none;
    }

    .howwework_sec .container .wid50 {
        min-width: 100%;
    }

    .howwework_sec {
        padding: 100px 0 240px;
    }



    .beforeafter_sec {
        padding-top: 70px;
    }

    .hm_whychoose_sec .container .whychoose_left p {
        padding-right: 0;
        font-size: 15px;
        line-height: 1.3;
    }

    .articleimg {
        max-width: 100%;
    }

    section.hm_service_sec.mrgb100 {
        overflow-y: hidden;
    }

    .hmformsec .form-group,
    .hmformsec-suburb .form-group {
        width: 48%;
        margin-bottom: 10px !important;
    }

    .hmformsec form.formdiv .btnbox,
    .hmformsec-suburb form.formdiv .btnbox {
        padding-left: 0;
        margin: 0;
        width: 100%;
    }

    .hmformsec form.formdiv .btnbox input[type="submit"],
    .hmformsec-suburb form.formdiv .btnbox input[type="submit"] {
        width: 100%;
    }

}

@media (max-width: 576px) {

    .whychoose_list_contianer .whychoosebx p {
        font-size: 14px;
    }

    .offersec .container a.offerbx {
        width: 300px;
        margin: 0 10px 15px;
    }

    .bannertxt {
        padding: 0;
    }

    .formleft {
        width: 100%;
        text-align: center;
        padding: 10px;
        margin: 0 0 10px 0;
    }

    form.formdiv {
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
    }

    .hmformsec .formcontainer {
        margin: -80px 0 00px 0;
    }

    .hmformsec-suburb .formcontainer {
        margin: 0px 0 00px 0;
    }


    .ctatxtcontainer {
        max-width: 100%;
        width: 100%;
        margin: 0 30px;
    }

    /* .trustedpartner_cta {
        min-height: 350px;
    } */


    .howwework_sec dl {
        padding: 0;
    }

    .howwework_sec dl dt {
        min-height: 80px;
        width: 60px;
    }

    .howwework_sec dl dd {
        width: calc(100% - 60px);
    }

    .howwework_sec dl dd {
        padding: 0 10px;
        font-size: 16px;
    }

    .howwework_sec dl dd span {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .scrollingtxt_sec .txtscrollslide {
        padding: 0 20px;
    }

    .offersec .container {
        padding-bottom: 30px;
    }

    .howwework_sec {
        padding: 30px 0 240px;
    }

    .beforeafter_sec {
        padding-top: 30px;
        margin: 0 auto 30px;
    }

    .colorchart_sec,
    .hm_testimonialsec {
        padding: 30px 0;
    }

    .hm_faqsec .container {
        padding: 30px 10px;
    }

    .sitecontentsec,
    .instasection .container {
        padding-top: 30px;
    }

    .tabs .tab-nav li span {
        font-size: 14px;
        padding: 6px 10px;
        width: auto;
        font-weight: 500;
    }

    .parallax-container.widectasection .container {
        min-width: 90%;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .parallax-container.widectasection .semititle span:before {
        display: none;
    }

    .parallax-container.widectasection .container p {
        text-align: center;
    }

    .before-after-slider {
        margin: 30px 0 !important;
    }

    .offercontainer {
        gap: 5px;
    }

    .container.resicomlink .resicomlinkcontiner a {
        font-weight: 500;
    }

    a.serviceslidebx .serviceimg p {
        display: none;
    }

    .serviceslide_container.slick-initialized .serviceslidebx {
        margin-bottom: 20px;
    }

    .uspslider_container .uspsidediv span img {
        max-width: 45px;
    }

    .parallax-container {
        background-attachment: initial;
    }

    img.bgimg.desktopbanner {
        opacity: 0.3;
        display: none;
    }

    img.bgimg.mobilebanner {
        display: block;
        opacity: 0.3;
    }

    body.home .hmformsec .formcontainer {
        margin: -130px 0 00px 0;
    }

    /* .hmformsec .formcontainer {
        margin: -130px 0 00px 0;
    } */


}

@media (max-width: 480px) {

    .hmformsec .form-group {
        width: 100%;
    }

    .hmformsec-suburb .form-group {
        width: 100%;
    }

    .uspslider_container .uspsidediv {
        max-width: 100%;
        width: 100%;
        border-right: 0px solid transparent;
        border-bottom: 1px solid rgba(50, 52, 54, 0.15);
        padding-bottom: 10px;
        flex-wrap: nowrap;
        min-height: auto;
        align-items: center;
        justify-content: flex-start;
    }

    .uspslider_container .uspsidediv span {
        display: block;
        margin-bottom: 0;
    }

    .uspslider_container .uspsidediv p {
        padding: 0 10px;
        font-size: 14px;
        text-align: left;
    }

    .uspslider_container .uspsidediv p br {
        display: none;
    }

    .uspslider_container {
        margin-top: 20px;
        justify-content: center;
        row-gap: 10px;
    }

    .container.resicomlink {
        padding: 0;
        margin-top: 20px;
    }

    .container.resicomlink .resicomlinkcontiner a img {
        /* border-radius: 50%;
        display: block; */
        margin-bottom: 10px;
    }

    .whychoose_list_contianer .whychoosebx {
        width: 100%;
        padding: 20px;
    }

    .whychoose_list_contianer .whychoosebx .whychoose_icon img {
        max-width: 40px;
    }

    .whychoose_list_contianer .whychoosebx p {
        height: auto;
    }

    .whychoose_list_contianer .whychoosebx .whychoose_title {
        height: auto;
    }

    .whychoose_list_contianer .whychoosebx .whychoose_title br {
        display: none;
    }

    .whychoose_list_contianer .whychoosebx:before {
        top: 20px;
    }

    .howwework_sec dl:after {
        display: none;
    }

    .ctatxtcontainer {
        margin: 0 10px;
    }

    .whychoose_list_contianer {
        margin-top: 0;
    }
}