@charset "utf-8";

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-ExtraLight.eot");
    src: url("../fonts/Inter-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraLight.woff2") format("woff2"), url("../fonts/Inter-ExtraLight.woff") format("woff"), a url("../fonts/Inter-ExtraLight.ttf") format("truetype"), url("../fonts/Inter-ExtraLight.svg#Inter-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.eot");
    src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-ExtraBold.eot");
    src: url("../fonts/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.ttf") format("truetype"), url("../fonts/Inter-ExtraBold.svg#Inter-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.eot");
    src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Light.eot");
    src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Light.svg#Inter-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.eot");
    src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-SemiBold.eot");
    src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*
 */

body,
html {
    font-family: var(--sitefonts);
    color: var(--black);
    line-height: 24px;
    font-size: 16px;
}

p a,
p span a,
ul li a,
ol li a {
    color: var(--themecolor);
    text-decoration: underline;
    display: inline-block;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: var(--site-font-family);
    color: #000000;
    font-family: 'Inter';
}


/* common ul li */

ul {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

ul.twocollist {
    column-count: 2;
}

main ul>li,
main ul.wp-block-list>li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0px;
    color: var(--site-font-family);
    list-style: none;
}

main ul>li>strong,
main ul>li>span,
main ul.wp-block-list>li>strong,
main ul.wp-block-list>li>span {
    font-weight: 600;
    display: inline-block;
    width: 100%;
}

main ul>li a {
    text-decoration: none;
    color: var(--sitetext);
}

main ul>li a:hover {
    text-decoration: underline;
    color: var(--themecolor);
}

main ul>li:after {
    content: "";
    background: transparent url(../images/icon/check.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    z-index: 1;
}

p span {
    color: initial;
}

.row-reverse {
    flex-direction: row-reverse;
}


/*  */
ol li:has(strong) {
    line-height: 1.4;
}


/*  select option */

::-ms-expand {
    display: none;
}

::-moz-selection {
    color: #fff;
    background: #515151;
}

::selection {
    color: #fff;
    background: #515151;
}

.field.field:after,
.field:hover.field:after {
    display: none;
}


/*-----FORM CONTROL-----*/

::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--sitetext);
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--site-font-family);
}

::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--sitetext);
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--site-font-family);
}

:-ms-input-placeholder,
textarea::placeholder {
    color: var(--sitetext);
    text-transform: capitalize;
    font-size: 14px;
    font-family: var(--site-font-family);
}


/*-----FORM CONTROL FULL WIDTH-----*/

.formright.fullform ::-webkit-input-placeholder,
.formright.fullform textarea::-webkit-input-placeholder {
    color: #45484E;
    font-size: 16px;
    font-family: var(--site-font-family);
}

.formright.fullform ::-moz-placeholder,
.formright.fullform textarea::-moz-placeholder {
    color: #45484E;
    font-size: 16px;
    font-family: var(--site-font-family);
}

.formright.fullform :-ms-input-placeholder,
.formright.fullform textarea::placeholder {
    color: #45484E;
    font-size: 16px;
    font-family: var(--site-font-family);
}


/*  select option  */

input:invalid {
    box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--site-font-family);
}

textarea {
    resize: none;
    min-height: 100px;
    overflow: hidden;
    margin: 0;
    vertical-align: bottom;
    font-size: 18px;
}

.form-control,
input[type="text"],
input[type="email"],
select,
textarea,
input[type="number"],
input[type="tel"],
input[type="file"] {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #C4C4C4;
    color: #000000;
    font-size: 14px;
    line-height: 1.2;
    font-family: var(--site-font-family);
    transition: all 0.5sease -in-out;
    -webkit-transition: all 0.5sease -in-out;
    /* min-height: 50px; */
    min-height: 40px;
    font-weight: 300;
    border-radius: 4px;
    margin-bottom: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus {
    background-color: var(--white);
    color: var(--black);
    border-color: var(--themecolor);
}

/* select {
    background: url('../assets/images/select-arrow.svg') no-repeat 0 0;
} */

select {
    
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/select-arrow.png) no-repeat right 10px center;
    border-radius: 4px;
    padding-right: 2em;
}

textarea.form-control {
    height: auto;
    min-height: 129px;
    margin-bottom: 0;
}

.form-wrapper .form-control:focus {}

.form-wrapper .form-group.width50 .form-control {
    min-width: auto;
}

input[type="submit"] {
    border: 0;
    background: transparent;
    font-size: 18px;
    color: #ffffff;
    font-family: var(--site-font-family);
    font-weight: bold;
    padding: 17px 20px;
    z-index: 1;
    cursor: pointer;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.form-group {
    padding: 0 10px;
}

.form-group.form-group50 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
}

.form-group.form-group33 {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
}

.form-group.form-group100 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
}

form .form-group label {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    line-height: 100%;
    letter-spacing: 0.16px;
}

.checkbxdiv {
    display: flex;
    margin-top: 15px;
    line-height: 1.2;
    align-items: center;
}

.checkbxdiv input[type="checkbox"] {
    margin: 0 15px 0 0;
}

form .form-group .checkbxdiv label {
    margin-bottom: 0;
}


/*  slick common style for control */

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li button {
    width: 13px;
    height: 13px;
    background-color: var(--theme);
    padding: 0;
    margin: 0;
    border-radius: 4px;
    opacity: 1;
}

.slick-dots li button:before {
    content: none;
}

.slick-dots li.slick-active button {
    width: 20px;
    opacity: 1;
}


/*-----BUTTONS-----*/

.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    position: relative;
}


/* normal button style start */


/* normal button style start */

button,
.button,
button[type="submit"],
input[type="submit"] {
    font-size: 16px;
    padding: 19px 30px 18px;
    position: relative;
    font-family: 'Inter';
    font-weight: bold;
    letter-spacing: 0;
    background: transparent linear-gradient(105deg, #EB2C32 0%, #761619 100%) 0% 0% no-repeat padding-box;
    color: var(--white);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    margin: 0;
    z-index: 1;
    line-height: 1;
    text-decoration: none;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    text-transform: uppercase;
    /* min-height: 55px; */
    gap: 10px;
    border-radius: 100px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
}

.btn-theme {
    border: 0PX;
}

button:hover,
.button:hover,
input[type="submit"]:hover,
.submit-button input[type="submit"]:hover {
    background: var(--white);
    color: var(--black);
    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;
}

.btn-theme:hover {
    background: var(--themecolor);
    color: #fff;
    border-color: var(--themecolor);
}

.btn-white {
    background: #fff;
    color: #000000;
}

.btn-white>img {
    filter: brightness(0) invert(0);
}

.btn-white:hover {
    background: var(--themecolor);
    color: #fff;

    &>img {
        filter: brightness(0) invert(1);
    }
}

.btn-border {
    border-color: #000000;
    color: #000000;
    background: transparent;
}

.btn-border:hover {
    background-color: #000000;
    color: #fff;

    &>img {
        filter: brightness(0) invert(1);
    }
}

.btn-dark {
    background: #000000;
    color: #fff;

    & img {
        filter: brightness(0) invert(1);
    }
}

.btn-dark:hover {
    background-color: var(--themecolor);
    color: #fff;
}

.sm-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--themecolor);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;

}

.sm-title.side-arks::after,
.sm-title.side-arks::before {
    content: '';
    position: absolute;
    height: 7px;
    width: 110px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent url(../images/icon/title-ark.svg) no-repeat center left;
    background-size: auto;
    left: -117px;
}

.sm-title.side-arks::after {
    right: -117px;
    left: unset;
    transform: scaleX(-1);
}

.sm-title.side-arks {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.btnlist {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.read_more {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    border-bottom: 0;
    text-transform: capitalize;
    line-height: 1.2;
    width: fit-content;
    /* text-decoration: underline; */
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}

.read_more>i {
    filter: brightness(0) invert(1);
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
}

.read_more:hover {
    gap: 15px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.read_more:hover>span>i,
.read_more:hover {
    /* color: var(--themecolor); */
}


/* normal button style end */

a {
    text-decoration: none;
}

header nav ul {
    margin-left: 0;
    list-style-type: none;
}

header nav ul li a {
    text-decoration: none;
}

p a:hover,
ul li a:hover,
ol li a:hover {
    color: var(--black);
}

@media (hover: hover) {}

.relative {
    position: relative;
    z-index: 0;
}

.whitetxt {
    color: var(--white) !important;
}

.redtxt {
    color: var(--themered) !important;
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    line-height: 1;
    margin-bottom: 18px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0;
    position: relative;
    font-family: 'Inter';
}

.heading-46 {
    font-size: clamp(1.5625rem, 1.3rem + 1.3125vw, 2.875rem);
}

.heading-36 {
    font-size: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem);
}

.heading-50 {
    font-size: clamp(1.5rem, 1.175rem + 1.625vw, 3.125rem);
}

.heading-26 {
    font-size: 26px;
}

.heading-40,
h2 {
    font-size: clamp(1.375rem, 1.15rem + 1.125vw, 2.5rem);
    line-height: 1.22;
}

.heading-30 {
    font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
}

.heading-20 {
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
}

.heading-18 {
    font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.semititle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--siteblue);
    letter-spacing: 2.4px;
}

.uppercase {
    text-transform: uppercase;
}


/* form message style  */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #f5c812;
    background: url(../images/Icon-validation.svg) no-repeat 15px center #fff9df;
    font-size: 13px;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 0 10px;
    text-align: left;
    line-height: 1;
}

.wpcf7 form.failed .wpcf7-response-output {
    border: 1px solid #fe0000 !important;
    background: url(../images/validation-cross.svg) no-repeat 15px center #ffdfdf;
    font-size: 14px;
    padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: url(../images/validation-tick.svg) no-repeat 15px center #e1ffd9;
    border-color: #498e36;
    font-size: 13px;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 0 10px;
    text-align: left;
    line-height: 1;
}


.wpcf7-not-valid {
    background-color: #ffdfdf !important;
    border: 1px solid #fe0000 !important;
}

.wpcf7-not-valid-tip {
    font-weight: 400;
    background: #fe0000;
    display: inline-block;
    position: relative;
    top: -15px;
    left: 0;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    float: left;
}

.wpcf7-not-valid-tip:before {
    top: -5px;
    margin: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fe0000;
}

form.wpcf7-form .btnbox.width100 .btn_theme:disabled,
form.wpcf7-form .btnbox.width100 .btn_theme:disabled:hover {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    background: #f8a73f;
    color: #000;
    border: 1px solid #f8a73f;
}


/*-----SCROLL TOP-----*/

.scrollTop {
    position: fixed !important;
    right: 15px;
    bottom: 80px;
    opacity: 0;
    height: 40px;
    width: 40px;
    z-index: 10;
    text-align: center;
    font-size: 26px !important;
    color: var(--white) !important;
    background: var(--themered) !important;
    /* border: 2px solid var(--siteblue); */
    border-radius: 50%;
    padding: 7px 9px  !important;
}

.scrollTop:hover {
    background: var(--black) !important;
    color: var(--white) !important;
}

.scrolldown {
    cursor: pointer;
}

.container {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    display: none;
}


/*  select option  */

input:invalid {
    box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="submit"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Inter';
}

textarea {
    resize: none;
    min-height: 100px;
    overflow: hidden;
    margin: 0;
    vertical-align: bottom;
    font-size: 18px;
}

textarea.form-control {
    height: auto;
    min-height: 121px;
    overflow: auto;
}

.form-wrapper .form-group.width50 .form-control {
    min-width: auto;
}

.wpcf7-spinner {
   position: absolute;
    margin: 0;
    right: calc(50% - 100px);
    top: 17%;
    /* bottom: 0; */
    /* margin: auto; */
    z-index: 1;
}


/*  slick common style for control */

.slick-dots li {
    height: auto;
    width: auto;
}

.slick-dots li button {
    width: 13px;
    height: 13px;
    background-color: var(--black);
    padding: 0;
    margin: 0;
    border-radius: 4px;
    opacity: 1;
}

.slick-dots li button:before {
    content: none;
}

.slick-dots li.slick-active button {
    width: 20px;
    opacity: 1;
}

.slick-next:before,
.slick-prev:before {
    content: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: var(--white);
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
    color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img,
.btn_theme:hover img.small-black {
    filter: none;
}


/* slick slider arrows styles  */

.slick-prev,
.slick-next {
    right: 15px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    position: absolute !important;
    top: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-height: auto !important;
    padding: 0 !important;
    border: 2px solid #333333 !important;
    border-radius: 100% !important;
    cursor: pointer;
    outline: none;
    clip-path: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff !important;
}

.slick-prev {
    left: 15px !important;
    right: 0 !important;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/icon/btn-arrow.svg) no-repeat center center;
    /* filter: invert(43%) sepia(62%) saturate(1448%) hue-rotate(201deg) brightness(103%) contrast(101%); */
    /* top: -2px;
  left: -2px; */
    transform: rotate(180deg);
    filter: invert(0%) sepia(34%) saturate(0%) hue-rotate(204deg) brightness(8%) contrast(75%);
}

.slick-next:before {
    transform: rotate(0deg);
    background-position: center left 55%;
}

.slick-prev:hover,
.slick-next:hover {
    border: 1px solid #000 !important;
    background: #000 !important;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    filter: brightness(0) invert(1) !important;
}

a {
    text-decoration: none;
}

p a:hover,
ul li a:hover,
ol li a:hover {
    color: var(--sitetext);
}

@media (hover: hover) {}

.relative {
    position: relative;
    z-index: 0;
}

section.onlybreadcrumb {
    border-bottom: 1px solid #E5E5E5;

    ul.woo_breadcums {
        padding: 15px 0;

        & li {
            color: var(--sitetext);

            & a {
                color: var(--sitetext);

                & :hover {
                    color: var(--siteblue) !important;
                    text-decoration: underline !important;
                }
            }
        }

        & .breadcrumb_last {
            color: var(--sitetext);
        }
    }
}


/* --------half-section -------------- */

.half-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.half-section .left-side,
.half-section .right-side {
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

.row-reverse {
    flex-direction: row-reverse;
}

.bg-dark {
    background-color: #131313;
}

.img-wrap {
    position: relative;
    display: inline-block;
}

.img-wrap img {
    object-fit: cover;
}


/* --------half-section -------------- */

.inner-banner {
    position: relative;
    z-index: 1;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 145px;
}

.inner-banner.lg-banner {
    min-height: 622px;
}

.inner-banner .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: wrap;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.inner-banner:after {
    opacity: 0.85;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background: transparent linear-gradient(81deg, #000000 0%, #0000009C 100%) 0% 0% no-repeat padding-box;
    opacity: 0.6;
}

.inner-banner .banner-text-stroke {
    top: 200px;
}

.inner-banner .heading-90 {
    margin-bottom: 0;
    line-height: 1;
}

.banner-text-stroke {
    background: transparent;
    /* font-size: 160px; */
    font-size: clamp(50px, 160px + (50 - 160) * ((100vw - 1920px) / (320 - 1920)), 160px);
    line-height: 1;
    font-weight: bold;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.37);
    letter-spacing: 0.5px;
    position: absolute;
    top: 227px;
    left: 85px;
}

.inner-banner .heading-40 {
    color: white;
    text-align: left;
    text-transform: capitalize;
}

.woo_breadcums {
    padding: 0;
}

.woo_breadcums li {
    font-size: 14px;
    font-weight: normal;
    list-style-type: none;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #FFFFFF;
}

ul.woo_breadcums li a:after {
    position: absolute;
    z-index: 0;
    content: "/";
    font-size: 16px;
    top: -1px;
    right: -23px;
    bottom: 0;
    height: 10px;
    width: 10px;
    /* background: transparent url(../images/icon/arrow-right.svg) no-repeat center; */
    background-size: contain;
    filter: brightness(0) invert(1);
}

.woo_breadcums li span a {
    margin-right: 33px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.inner-banner .heading-46 {
    margin-bottom: 8px;
    color: #fff;
}

.headign-theme {
    font-size: 18px;
    color: var(--themecolor);
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
}


/*------------------------ areas form style ------------------------*/

.search_bar {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.search_bar .suburb-search-form {
    max-width: 486px;
    height: 54px;
    width: 100%;
    position: relative;
}

.search_bar .suburb-search-form input {
    position: relative;
    height: 54px;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 18px 105px 18px 20px;
    line-height: 17px;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    color: #4B4B4B;
    text-transform: none;
    letter-spacing: 0px;
}

.search_bar .suburb-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--themered);
    border: 0;
    color: #fff;
    height: 54px;
    width: unset;
    min-width: 88px;
    box-shadow: none;
    font-weight: bold;
    padding: 10px 10px 10px 25px;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    border-radius: 0;
}


/* ********************COMMON SECTION START****************  */

.mrgb100 {
    margin-bottom: 100px;
}

.paddtp100 {
    padding-top: 100px;
}

.paddtpbt100 {
    padding: 100px 0;
}


/* ********************COMMON SECTION END****************  */

main {
    margin: 0;
    position: relative;
    z-index: 1;
}


/* footer styles finish */


/*  */
.our-process-list.column-3-list {
    justify-content: center;
    width: fit-content;
    margin: auto;

    & .our-process-box {
        display: inline-block;
        /* max-width: 194px; */
        max-width: 400px;
    }
}

.our-process-list.column-3-list::after {
    /* width: calc(100% - 100px); */
    width: calc(100% - 400px);
    right: 0;
    margin: auto;
}

.our-process-list.column-3-list .img-wrap {
    margin: 0 0 23px;
}

.our-process-list.column-3-list {
    gap: 15px 90px;
}

.our-process-list.column-3-list::after {
    top: 0;
    height: 120px;
}

/*  */


/* why choose page start */
.areas-option .why-choose-box {
    text-align: center;
}

.areas-option .flex-container {
    & .why-choose-content {
        margin: 0 auto 30px;
    }
}

.areas-option .whychoos-btm {
    text-align: center;
    padding-top: 60px;
}

.areas-option .why-choose-list {
    gap: 40px 90px;
}

/* .areas-option .whychoos-btm {
    text-align: center;
    padding-top: 60px;
}

.why-choose-sec.areas-option .flex-container {
    & .why-choose-list:has(p) {
        gap: 35px 60px;
    }
} */

/* why choose page end */

/*  */
.fancy-test-popup {
    border-radius: 0px;
    width: 600px !important;
    height: auto !important;
}

.fancy-test-popup .testimonial-background {
    padding: 40px 30px 0 30px;
    background: #fff;
    overflow-x: auto;
    max-height: 300px;
}

.fancy-test-popup .testimonial-background::after {
    background-color: #fff;
    display: none;
}

.fancy-test-popup .testimonial-box>.img-wrap {
    height: 52px;
    width: 52px;
}

.fancy-test-popup .testimonial-box>.img-wrap img {
    max-width: 25px;
}

.fancy-test-popup .author-nm {
    margin-bottom: 0;
}

.fancy-test-popup .testimonial-background>p {
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: unset;
    height: unset;
}

/*  */
.fancybox-slide>#suburb-missing-popup {
    padding: 0;
    margin: 0;
}

#suburb-missing-popup .fancybox-content {
    width: 100%;
}

#suburb-missing-popup {
    margin: 44px auto;
    max-width: 1065px;
    border-radius: 15px;
    cursor: auto;
    height: auto;
    width: 95%;
}

#suburb-missing-popup #free-quote {
    max-width: unset;
    border-radius: unset;
    cursor: unset;
    height: unset;
    margin: 0;
}

.fancybox-close-small {
    margin: 0;
    top: 10px;
    right: 10px;
}

/*  */


/* tag ul li */
/* ul.tags {
    display: flex;
    flex-wrap: wrap;
}

ul.tags li {
    width: 33.33%;
} */

ul.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
}

ul.tags li {
    width: auto;
    border: 2px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 0;
}

ul.tags li:after {
    display: none;
}

ul.tags li:hover {
    border-color: var(--themecolor);
}

/*  */
/********************************PAGINATION START************************************/
.pagination {
    margin: 50px auto 0;
    width: 100%;
}

.pagination_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    gap: 10px;
    align-items: center;
}
.pagination_list li { 
    padding-left: 0;
}
.pagination_list li a,
.pagination_list li>span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background: #E6E6E6;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.pagination_list li a.pagination_item_prev,
.pagination_list li a.pagination_item_next {
    width: auto;
    height: auto;
    background: none;
    & > span { 
    display: inline-block;
    line-height: 0;
    }
}

.pagination_list li a.pagination_item img {
    filter: invert(60%) sepia(66%) saturate(12%) hue-rotate(122deg) brightness(99%) contrast(105%);
    filter: brightness(0) saturate(100%) invert(17%) sepia(57%) saturate(5567%) hue-rotate(348deg) brightness(108%) contrast(84%);
}

.pagination_list li a.pagination_item_prev img {
    margin-right: 6px;
    filter: brightness(0) invert(0);
}

.pagination_list li a.pagination_item_next img {
    margin-left: 15px;
}

.pagination_list li a.pagination_item_prev {
    margin-right: 13px;
}

.pagination_list li a.pagination_item_next {
    margin-left: 13px;
}

.pagination_list li a:hover,
.pagination_list li .current_page {
    background: var(--themecolor);
    color: #ffffff;
}

.pagination_list li a.pagination_item_prev:hover,
.pagination_list li a.pagination_item_next:hover {
    background: transparent;
    color: var(--themecolor);
}

.pagination_list li a.pagination_item:hover img {
    filter: inherit;
}

.pagination_list li:after {
    display: none;
}

/********************************PAGINATION END***********************************/


/* -----------------------form-section----------------------- */

.contact-form-box {
    background: black;
    padding: 50px;
    border-radius: 10px;
}

.contact-form-box .heading-30 {
    color: white;
    text-transform: capitalize;
}

.row>.form-group>label {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Inter";
    display: block;
    margin-bottom: 10px;
}

.contact-sec .white-form .row>.form-group>label {
    color: #0F2E1F;
}

.row {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    float: left;
}

.width100 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
    text-align: center;
}

.width50 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    float: left;
}

.wid33 {
    width: 33.33%;
    position: relative;
    margin: 0;
}

form.form-box {
    display: inline-block;
    width: 100%;
    line-height: 0.8;
    position: relative;
}

.form-group.width100.submit {
    margin-top: 20px;
    text-align: right;
}

.form-group.width100.submit>input[type="submit"] {
    min-width: 100%;
    /* padding: 10px 30px 10px 10px; */
    /* background: #EB2C32 url(../images/icon/btn-icon.svg) no-repeat center right 14px;
    background-size: auto; */
    padding: 16px 30px 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
}

form.form-box>p {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1.5;
    max-width: 450px;
    margin-bottom: 0;
    margin-top: -78px;
    position: absolute;
    z-index: 1;
    display: inline-block;
    /* flex-wrap: wrap; */
    bottom: 0px;
    width: 100%;
    left: 0;
}

.slide-box {
    display: inline-block;
    /* width: 33.33%;
    padding: 0 20px; */
    /* row-gap: 40px; */
}


/* -----------------------contact-section----------------------- */

/* -----------------------features-slider----------------------- */
.features-slider-sec {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.features-slider {
    padding: 26px 0;

    & .slide-box {
        margin: auto;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        line-height: 0.8;
    }

    &:not(.slick-initialized) {
        display: inline-flex;

        &>.slide-box:not(:nth-child(-n+4)) {
            display: none;
        }
    }

    /* &:not(.slick-initialized)>.client-content:not(:nth-child(-n+1)) */
}

.features-slider .slick-list .slick-slide.slick-active:last-of-type .slide-box {
    border: 0;
}

.features-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    max-width: 260px;

    & .img-wrap {
        min-width: 68px;
    }
}

.heading-features {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0;
}

/* -----------------------features-slider----------------------- */


/* -----------------------img-content-sec----------------------- */
/* .half-section { 
    display: inline-flex;
  
    justify-content: space-between;
} */
.img-content-sec {
    display: inline-block;
    max-width: 100%;
    width: 100%;

    & .left-content-side {
        width: calc(100% - 554px);
        max-width: 810px;
    }

    & .right-img-side {
        width: 554px;
        margin-right: 80px;

        & .img-wrap {
            box-shadow: 0px 3px 15px #B2B2B2;
            border-radius: 10px;
            overflow: hidden;
        }
    }
}

.img-content-sec .half-section.row-reverse .right-img-side {
    margin-right: 0px;
    margin-left: 80px;
}

.divider {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    line-height: 0;
}

p+.content-list {
    margin-top: 30px;
}

.content-list {
    display: inline-block;
    width: 100%;
    line-height: 0.8;
}

.content-box {
    display: inline-flex;
    align-items: flex-start;
    margin: 0 0 50px;

    & .img-wrap {
        display: inline-flex;
        min-width: 70px;
    }

}

.content-box-wrap {
    display: inline-block;
    width: 100%;

    & .heading-20 {
        font-weight: 600;
        margin-bottom: 15px;
    }

    &>P:last-child {
        margin-bottom: 0;
    }
}

.thank-error-page .img-content-sec {
    margin-top: 100px;
}

/* -----------------------img-content-sec----------------------- */

/* -----------------------industries-we-serve----------------------- */
.industries-we-serve {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding: 85px 0 100px;
    position: relative;
    text-align: center;
    background-color: #000000;

    & .bgimg {
        opacity: 0.2;
        z-index: 1;
    }

    & .container {
        z-index: 2;
        position: relative;
    }

    & .heading-40 {
        color: #fff;

    }

    & p {
        color: #fff;
    }
}

.industries-list {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-top: 40px;
}

.industries-box {
    display: inline-block;
    text-align: center;
    max-width: 218px;
    gap: 40px;

    & .img-wrap {
        margin-bottom: 40px;
        position: relative;

        &::before {
            content: '';
            height: 73px;
            width: 73px;
            border-radius: 100%;
            background: transparent linear-gradient(138deg, #EB2C32 0%, #761619 100%) 0% 0% no-repeat padding-box;
            position: absolute;
            top: 7px;
            left: 25px;
            z-index: -1;
        }

        & img {
            position: relative;
            z-index: -1;
        }
    }
}

.heading-industrie {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
}

/* -----------------------industries-we-serve----------------------- */

/* -----------------------cta-bg----------------------- */
.cta-sec {
    position: relative;
    overflow: hidden;
    min-height: 233px;
    padding: 20px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    background-color: #000000;

    & .bgimg {
        opacity: 0.2;
        z-index: 1;
    }

    & .container {
        width: 100%;
    }
}

.cta-wrap {
    display: flex;
    align-items: center;
    gap: 66px;
    padding: 00 0 00 85px;
    position: relative;
    z-index: 2;

    & .btnlist {
        flex-grow: 1;
        justify-content: flex-end;
    }
}

.cta-content {
    display: inline-block;
    max-width: 545px;
    line-height: 0.8;

    & .heading-30 {
        margin: 0 0 10px;
        color: #fff;
    }

    &>p {
        margin-bottom: 0;
        color: #fff;
    }
}

/* -----------------------cta-bg----------------------- */

/* -----------------------custom-timber-solutions-sec----------------------- */
.custom-timber-solutions-sec {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;

    &>.container {
        position: relative;

        &>.bgimg {
            max-width: 1039px;
            width: 75%;
            inset: unset;
            top: 0;
            right: 0;
            border-radius: 10px;
        }
    }
}

.custom-timber-solutions-wrap {
    display: inline-block;
    width: 100%;
    max-width: 960px;
    min-height: 750px;
    padding-top: 62px;

    & .heading-40 {
        max-width: 506px;
        margin: 0 0 15px;
    }

    & p {
        margin-bottom: 50px;
        max-width: 392px;
    }
}

.custom-timber-solutions-list {
    width: calc(100% + 33px);
    margin: 0 -16.5px;

    & .slide-box {
        padding: 0 16.5px 5px;
    }

    &:not(.slick-initialized) {

        display: inline-flex;

        &>.slide-box {
            flex: 1;
        }

        &>.slide-box:not(:nth-child(-n+3)) {
            display: none;
        }
    }
}

/*  */
.custom-timber-solutions-wrap:has(.listing-custom-timber) {
    display: inline-block;
    width: 100%;
    max-width: unset;
    min-height: unset;
    padding-top: unset;
}

.listing-custom-timber {
    &:not(.slick-initialized) {
        &>.slide-box:not(:nth-child(-n+3)) {
            display: block;
        }
    }
}

.listing-custom-timber .img-wrap img {
    width: 100%;
}

.custom-timber-solutions-list.listing-custom-timber {
    display: flex !important;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    margin: 0 -16.05px;
    row-gap: 32px;
    justify-content: center;
}

.custom-timber-solutions-list.listing-custom-timber .slide-box {
    width: 25%;
    flex: unset;
}

.listing-custom-timber .custom-timber-solutions-box {
    width: 100%;
}

/*  */


a.custom-timber-solutions-box {
    display: inline-flex;
    flex-direction: column;
    box-shadow: 0px 0px 5px #00000029;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;

    &>.img-wrap {
        width: 100%;
        padding: 5px 5px 0 5px;

        &>img {
            border-radius: 8px 8px 0 0;
        }
    }

    & .heading-20 {
        padding: 27px 88px 33px 31px;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        min-height: 110px;
        line-height: 1.2;
        color: #333333;
        letter-spacing: 0.8px;
        margin: 0;
        position: relative;

        &::after {
            content: '';
            position: absolute;
            height: 34px;
            width: 34px;
            border-radius: 100%;
            border: 2px solid #333333;
            background: #fff url(../images/icon/btn-arrow.svg) no-repeat center;
            right: 30px;
            top: 37px;
        }
    }
}

a.custom-timber-solutions-box:hover {
    & .heading-20 {
        color: var(--themecolor);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;

        &::after {
            background-color: transparent;
            filter: invert(37%) sepia(44%) saturate(5765%) hue-rotate(337deg) brightness(88%) contrast(110%);
            /* transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out; */
        }
    }
}

/* -----------------------custom-timber-solutions-sec----------------------- */

/* -----------------------why-choose-sec----------------------- */
.why-choose-sec {
    padding: 80px 0 124px;
    background: #F5F5F5;
    max-width: 100%;
    overflow: hidden;

    .flex-container {
        justify-content: space-between;
    }
}

.why-choose-content {
    width: 530px;
    padding-top: 20px;
    position: relative;

    &>heading-40,
    p,
    ul {
        margin-bottom: 25px;
    }
}

.why-choose-content::after {
    content: '';
    width: 530px;
    height: 100%;
    position: absolute;
    bottom: -79px;
    left: 0;
    background: transparent url(../images/icon/squar-shape-1.svg) no-repeat center;
    background-size: contain;
    opacity: 0.1;
}

.why-choose-list {
    width: calc(100% - 530px);
    max-width: 918px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 80px 150px;
}

.why-choose-box {
    width: calc(33.33% - 100px);

    &>.img-wrap {
        min-height: 50px;
        display: inline-flex;
        align-items: flex-end;
        margin-bottom: 15px;
    }

    .heading-why-choose {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 0;
    }
}

/* -----------------------why-choose-sec----------------------- */


/* -----------------------our-process-sec----------------------- */
.our-process-sec {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

.our-process-sec .container {

    &>.sm-title,
    .heading-40 {
        margin-bottom: 10px;
    }

    &>p {
        margin-bottom: 70px;
    }
}

.our-process-list {
    display: flex;
    justify-content: space-between;
    gap: 15px 155px;
    align-items: flex-start;
    position: relative;

    & .our-process-box {
        display: inline-block;

        &>.img-wrap {
            height: 120px;
            width: 120px;
            background: #000000;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            margin: 0 0 55px;
        }

        &>.heading-18 {
            font-size: 18px;
            font-weight: 600;
            line-height: 1.25;
            max-width: 144px;
            margin: 0 auto 15px;
            text-align: center;
        }

        &>p:last-child {
            margin-bottom: 0;
        }
    }
}

.our-process-list::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 118px;
    width: 100%;
    background: transparent url(../images/icon/our-process-ark.svg) no-repeat center center;
    z-index: -1;
}

/* -----------------------our-process-sec----------------------- */

/* -----------------------Our Capabilities----------------------- */
.our-capabilities-sec {
    display: inline-block;
    width: 100%;
    /* overflow: hidden; */
    background-color: #000000;
    position: relative;
    padding: 100px 0 120px;

    &>.container {
        position: relative;
        z-index: 2;
    }

    & .flex-container {
        justify-content: space-between;
        align-items: center;

        & .our-capabilities-content {
            width: calc(100% - 722px);
            max-width: 718px;
        }

        & .video-item-container {
            width: 722px;

            & .img-wrap {
                display: inline-block;
                width: 100%;
                overflow: hidden;
                box-shadow: 0px 0px 99px #EB2C3247;
                border-radius: 10px;

                &>iframe {
                    height: 100%;
                }
            }
        }
    }
}

.our-capabilities-sec::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    background: transparent url(../images/our-capabilities-bgimg.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
    opacity: 0.16;
}

.our-capabilities-content {
    & .heading-40 {
        color: #fff;
        margin-bottom: 0 0 20px;
    }

    & p {
        color: #fff;
    }

    & p+ul {
        margin: 24px 0 0;
        display: inline-block;
        width: 100%;
    }
    & ul li {
        color: #fff;
        font-weight: bold;

        &::after {
            filter: brightness(0) invert(1);
        }
    }
}

.our-capabilities-content ul+.btnlist {
    margin: 30px 00 0;
}

/*  */
.video-item-container a:before {
    content: "";
    position: absolute;
    background: url(../images/play-button.svg) no-repeat 0 0;
    width: 104px;
    height: 104px;
    left: 50%;
    top: 50%;
    margin: -54px 0 0 -50px;
    z-index: 1;
}

span.contentvideoimg {
    content: "";
    position: absolute;
    z-index: 1;
    width: 99px;
    height: 99px;
    top: 50%;
    left: 50%;
    opacity: 1;
    margin: -52px 0 0 -47px;
    opacity: 1 !important;
}

.pulse {
    cursor: pointer;
    animation: pulse 2s infinite;
    border-radius: 50%;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    }

    70% {
        -moz-box-shadow: 0 0 0 100px rgba(225, 128, 43, 0);
        box-shadow: 0 0 0 30px rgba(225, 128, 43, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(225, 128, 43, 0);
        box-shadow: 0 0 0 0 rgba(225, 128, 43, 0);
    }
}

/* -----------------------Our Capabilities----------------------- */

/* ----------------marquee-sec-------------------------- */
.marquee-sec {
    padding: 0em 0% 0;
    max-width: 100%;
    overflow: hidden;
    margin: 30px 0 55px;
}

.section-marquee-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    /* border: 0px solid #181818;
    background: #1C75BE;
    padding: 12px 0; */
}

.heading-marquee-text {
    white-space: nowrap;
    text-transform: none;
    font-size: 60px;
    font-weight: bold;
    flex-shrink: 0;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: a-text-scroll 20s linear infinite;
    opacity: 1;
    padding: 0 50px;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 1.1;
    gap: 20px;
    color: rgb(0 0 0 / 10%);
    text-transform: uppercase;
}

@keyframes a-text-scroll {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(calc(-100% + 100vw), 0, 0);
    }
}

.wcu-sec+.marquee-sec {
    margin-top: 25px;
}

/* ----------------marquee-sec-------------------------- */

/* ---------------sustainably-sourced-sec-------------------------- */
.sustainably-sourced-sec {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 85px 0;
    background: #F5F5F5;
    text-align: center;

    & .sm-title,
    .heading-40 {
        margin-bottom: 10px;
    }

    & .container>p {
        margin-bottom: 70px;
    }
}

.sustainability-list {
    padding: 0 95px;
    display: inline-flex;
    gap: 100px;
}

.sustainability-box {
    display: inline-flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
    flex: 1;
    position: relative;

    &>.img-wrap {
        height: 100px;
        width: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        background: #000000;
        text-align: center;
    }
}

.sustainability-box:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    border-left: 1px solid rgba(17, 17, 17, 0.10);
    top: 0;
    right: -50px;
}

.heading-sustainability {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.55;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0;
}

/* ---------------sustainably-sourced-sec-------------------------- */



.our-story-list {
    display: inline-flex;
    justify-content: space-between;
    gap: 77px;

    & .our-story-box {
        flex: 1;

        & .heading-20 {
            font-weight: 600;
            margin-bottom: 15px;
            line-height: 1.3;
            padding: 0 15px 0 20px;
            position: relative;


        }

        &>p {
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 0;
            line-height: 1.55;
        }
    }

}

.divider.mb-50 {
    margin: 30px 0 50px;
}

.our-story-box .heading-20::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0;
    border-left: 3px solid var(--themecolor);
    top: 0;
}

.sub-content-slide {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;

    & .sub-list {
        width: 240px;
        border-right: 1px solid rgba(0, 0, 0, 0.10);
    }

    & .sub-content {
        width: calc(100% - 240px);
        max-width: 620px;
    }
}

.service-details-sec.img-content-sec {
    & .left-content-side {
        width: calc(100% - 554px);
        max-width: 930px;
    }

    & .right-img-side {
        margin-right: 0;
    }
}

.mobile-image, .mobform-visible {
    display: none;
}

/*  */
@media (min-width: 1921px) {

    .bannerimgvid>.img-wrap>img,
    .bannerimgvid>.img-wrap {
        width: 100%;
    }
}
/*  */


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .sticky {
        position: sticky !important;
        top: 100px;
        align-self: flex-start;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


/* Super large devices (large desktops, 1440px and up) */

@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1630px;
    }
}


/* Duper large devices (large desktops, 1600px and up) */

@media (min-width: 1921px) {}

@media (max-width: 1599.98px) {
    .img-content-sec {
        & .right-img-side {
            width: 40%;
            margin-right: 0px;
        }

        & .left-content-side {
            width: 55%;
            max-width: 810px;
        }
    }

    .img-content-sec .half-section.row-reverse .right-img-side {
        margin-left: 0px;
    }

    .custom-timber-solutions-sec {
        &>.container {
            &>.bgimg {
                width: 60%;
            }
        }
    }

    .custom-timber-solutions-wrap {
        min-height: 675px;
    }

    .why-choose-list {
        padding-left: 30px;
    }

    .our-process-list {
        gap: 15px 120px;
    }

    .our-process-list::after {
        top: 6px;
        width: calc(100% - 82px);
        right: 0;
        margin: auto;
        background-size: contain;
        height: 98px;
    }

    .our-capabilities-sec {
        & .flex-container {

            & .our-capabilities-content,
            .video-item-container {
                width: calc(50% - 20px);
            }
        }
    }

    .service-details-sec.img-content-sec {
        & .left-content-side {
            padding-right: 30px;
            width: 60%;
        }
    }

    .sub-content-slide {
        & .sub-list {
            width: 200px;
        }
    }

     .custom-timber-solutions-list.listing-custom-timber .slide-box { 
        & .custom-timber-solutions-box { height: 100%;
            & .heading-20 { padding: 25px 65px 33px 15px; }
        }
    }

}

@media (max-width: 1439.98px) {

    /* commmon-spacing */
    .mrgb100 {
        margin-bottom: 80px;
    }

    /* commmon-spacing */

    .cta-wrap {
        padding: 00 0 00 0px;
        gap: 40px;
    }

    .custom-timber-solutions-sec {
        &>.container {
            &>.bgimg {
                width: 50%;
            }
        }
    }

    .why-choose-list {
        gap: 50px 40px;
    }

    .why-choose-box {
        width: calc(33.33% - 28px);
    }

    .our-process-list {
        gap: 15px 50px;
    }

    .sustainability-list {
        padding: 0 0px;
    }

    .our-story-list {
        gap: 30px;
    }

    .contact-form-box {
        padding: 30px;
    }

    .thank-error-page .img-content-sec {
        margin-top: 60px;
    }
    .custom-timber-solutions-list.listing-custom-timber { 
        width: calc(100% + 20px);
        margin: 0 -10px;
        row-gap: 20px;
            & .slide-box {padding: 0 10px 5px;}
    }
    .custom-timber-solutions-list.listing-custom-timber .slide-box { 
        width: 33.33%;
        & .custom-timber-solutions-box {
            & .heading-20 { 
                padding: 25px 65px 25px 15px;
                &::after { 
                    right: 15px;
                }
            }
        }
    }
   
}

@media (max-width: 1199.98px) {

    /* common-spacing */
    .mrgb100 {
        margin-bottom: 60px;
    }

    .btnlist {
        gap: 10px;
    }

    /* common-spacing */

    .img-content-sec {
        & .right-img-side {
            width: calc(50% - 20px);
            margin-right: 0px;
        }

        & .left-content-side {
            width: calc(50% - 20px);
            max-width: 810px;
        }
    }

    p+.content-list {
        margin-top: 15px;
    }

    .content-box {
        margin: 0 0 30px;
    }

    .industries-we-serve {
        padding: 60px 0;
    }

    .industries-box {
        flex: 1;
        padding: 0 10px;
    }

    .industries-list {
        padding-top: 20px;
    }

    .heading-industrie {
        font-size: 16px;
    }

    .industries-box {
        & .img-wrap {
            margin-bottom: 20px;
            position: relative;
        }
    }

    .why-choose-sec {
        padding: 60px 0 80px;
    }

    .why-choose-list,
    .why-choose-content {
        width: calc(50% - 20px);
        padding: 0;
    }

    .why-choose-list {
        gap: 25px 20px;
    }

    .why-choose-box {
        width: calc(33.33% - 13.33px);

        .heading-why-choose {
            font-size: 14px;
        }
    }

    .our-process-list {
        gap: 15px 20px;
    }

    .our-process-sec .container {
        &>p {
            margin-bottom: 40px;
        }
    }

    .our-capabilities-sec {
        padding: 60px 0 60px;

        & .container>p {
            margin-bottom: 40px;
        }
    }

    .sustainability-list {
        gap: 50px;
    }

    .sustainability-box:not(:last-child)::after {
        right: -25px;
    }

    .divider.mb-50 {
        margin: 20px 0 30px;
    }

    .our-story-list {
        flex-wrap: wrap;
        GAP: 0px;

        & .our-story-box {
            flex: AUTO;
            WIDTH: 100%;

            &:last-child p {
                margin-bottom: 0;
            }
        }
    }


    .sub-content-slide {
        flex-wrap: wrap;

        & .sub-list {
            width: 100%;
            border: 0;
        }

        & .sub-content {
            width: calc(100%);
            max-width: 100%;
            border: 0;
        }
    }

}

@media (max-width: 991.98px) {

    /* common-spacing */
    .mrgb100 {
        margin-bottom: 40px;
    }

    .half-section {
        flex-wrap: wrap;
    }

    .inner-banner {
        margin-top: 107px;
    }

    /* common-spacing */

    .heading-features {
        font-size: 14px;
        line-height: 1.25;
    }

    .features-wrap {
        & .img-wrap {
            min-width: 50px;
            width: 50px;
        }
    }

    .features-slider {
        & .slide-box {
            border-right: 0;
        }
    }

    .img-content-sec {

        & .half-section {
            gap: 30px;
        }

        & .right-img-side {
            width: calc(100%);
        }

        & .left-content-side {
            width: calc(100%);
        }
    }

    .industries-we-serve {
        padding: 30px 0;
    }

    .industries-list {
        padding-top: 0px;
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: flex-start;
    }

    .industries-box {
        width: 33.33%;
        flex: unset;
        max-width: none;
    }

    .custom-timber-solutions-sec {
        &>.container {
            &>.bgimg {
                display: none;
            }
        }
    }

    .custom-timber-solutions-wrap {
        min-height: auto;
        padding-top: 0;

        & p {
            margin: 0 auto 10px;
            text-align: center;
        }

        & .heading-40 {
            margin: 0 auto 10px;
            text-align: center;
        }
    }

    .custom-timber-solutions-list:not(.listing-custom-timber) {
        padding: 0 30px;

        &:not(.slick-initialized) {
            &>.slide-box:not(:nth-child(-n+2)) {
                display: none;
            }
        }
    }

    .why-choose-sec {
        padding: 40px 0 40px;

        .flex-container {
            flex-wrap: wrap;
            gap: 30px;
        }
    }

    .why-choose-list,
    .why-choose-content {
        width: calc(100%);
        padding: 0;
    }

    .our-process-sec .container {
        &>p {
            margin-bottom: 30px;
        }
    }

    .our-process-list {
        flex-wrap: wrap;
        gap: 20px 0;
        justify-content: flex-start;

        & .our-process-box {
            width: 33.33%;
            padding: 0 10px;

            &>.img-wrap {
                margin: 0 0 15px;
            }

            &>.heading-18 {
                margin: 0 auto 8px;
            }
        }
    }

    .our-process-list::after {
        display: none;
    }

    .our-capabilities-sec {

        padding: 40px 0;

        & .flex-container {
            flex-wrap: wrap;
            gap: 20px;

            & .our-capabilities-content,
            .video-item-container {
                width: calc(100%);
            }

            & .our-capabilities-content {
                & p+ul {
                    margin: 10px 0 0;
                }

                ul+.btnlist {
                    margin: 10px 00 0;
                }
            }
        }
    }

    .marquee-sec {
        margin: 30px 0 30px;
    }

    .sustainably-sourced-sec {
        padding: 45px 0;

        & .container>p {
            margin-bottom: 40px;
        }
    }

    .sustainability-box {
        gap: 25px;
    }

    .sustainability-list {
        gap: 20px;
    }

    .heading-sustainability {
        font-size: 14px;
    }

    .sustainability-box:not(:last-child)::after {
        right: -10px;
    }

    .sub-list>ul {
        column-count: 3;
    }

    .service-details-sec.img-content-sec {
        & .left-content-side {
            padding-right: 0px;
            width: 100%;
        }

        & .right-img-side {
            width: 100%;
        }
    }

    .thank-error-page .img-content-sec {
        margin-top: 40px;
    }
    .pagination.mrgb100 { 
        margin: 20px auto 0;
    }
    .custom-timber-solutions-list.listing-custom-timber .slide-box {
        width: 50%;
    }
    .our-process-list {
        & .our-process-box {
            width: calc(50% - 20px);
        }
    }
}

@media (max-width: 768px) {

    .custom-timber-solutions-list:not(.listing-custom-timber) {
        padding: 0 0px;
        width: calc(100% + 10px);
        margin: 0 -5px;

        & .slide-box {
            padding: 0 5px 5px;
        }
    }

    a.custom-timber-solutions-box {
        width: 100%;
    }

    a.custom-timber-solutions-box {
        & .heading-20 {
            padding: 20px 60px 20px 20px;
            min-height: 92px;
            line-height: 1.2;
            color: #333333;
            letter-spacing: 0.8px;
            font-size: 18px;

            &::after {
                right: 20px;
                top: 30px;
            }
        }
    }

    .our-process-list {
        & .our-process-box {
            width: 50%;
            padding: 0 10px;
        }
    }

    .sustainability-list {
        flex-wrap: wrap;
    }

    .sustainability-box {
        width: calc(50% - 10px);
        flex: auto;
        padding: 0 10px;
    }

    .sustainability-box:not(:last-child)::after {
        display: none;
    }

    .divider.mb-50 {
        margin: 10px 0 20px;
    }

    .sub-list>ul {
        column-count: 2;
    }

    .inner-banner {
        margin-top: 115px;
    }
    .pagination_list > li { 
        padding: 0%;
        margin-bottom: 0;
    }
    .pagination.mrgb100 { 
        margin: 0px auto 0;
    }
    .custom-timber-solutions-list.listing-custom-timber { 
        width: calc(100% + 10px);
        margin: 0 -5px;
        row-gap: 15px;
            & .slide-box {padding: 0 5px 5px;}
    }
    .custom-timber-solutions-list.listing-custom-timber .slide-box {
        & .custom-timber-solutions-box {
            & .heading-20 {
                padding: 20px 10px 20px 10px;
                font-size: 16px;
                &::after { display: none;} 
            }
        }
    }

    .mobform-visible { 
        display: inline-block;
        width: 100%;
        margin-bottom: 25px;
    }

    .page-template-service-details .inner-banner .banner-form-wrap, 
    .page-template-suburb .inner-banner .banner-form-wrap { 
        display: none;
    }
    .page-template-service-details .inner-banner.lg-banner,
    .page-template-suburb .inner-banner.lg-banner{ 
        min-height: auto;
    }
    
}

@media (max-width: 576px) {

    /* common-spading */
    .mrgb100 {
        margin-bottom: 30px;
    }

    .sm-title {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .divider {
        margin-bottom: 15px;
    }

    .sm-title.side-arks::after,
    .sm-title.side-arks::before {
        display: none;
    }

    p {
        font-size: 16px;
        line-height: 1.55;
    }

    .inner-banner {
        margin-top: 75px;
    }

    ul.woo_breadcums li span,
    .woo_breadcums li span a {
        font-size: 12px;
    }

    ul.woo_breadcums li a:after {
        font-size: 12px;
        top: -1px;
        right: -15px;
    }

    .woo_breadcums li span a {
        margin-right: 15px;
    }

    ul.woo_breadcums li span>span {
        row-gap: 5px;
    }

    .mobile-image {
        display: block;
    }

    .desktop-image {
        display: none;
    }
    .fancy-test-popup { 
        width: 95% !important;
    }
    /* common-spading */

    button,
    .button,
    button[type="submit"],
    input[type="submit"] {
        font-size: 12px;
        padding: 11px 11px;
        gap: 5px;
        min-height: 40px;
    }

    [class*="btn-"] {
        min-width: 162px;
    }

    .features-slider {
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 10px 35vw 10px 0;

        & .slick-list {
            overflow: visible;
        }

        & .slide-box {
            padding: 0 20px;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
        }
    }

    .content-box {
        margin: 0 0 22px;

        & .img-wrap {
            display: inline-flex;
            min-width: 33px;
            width: 34px;
            padding-right: 10px;
        }
    }

    .content-box-wrap {
        & .heading-20 {
            margin-bottom: 10px;
        }
    }

    .img-content-sec {
        & .half-section {
            gap: 20px;
        }
    }

    .industries-we-serve {
        padding: 20px 0 30px;
    }

    .industries-list {
        justify-content: center;
        row-gap: 40px;
    }

    .industries-box {
        display: flex;
        align-items: center;
        width: 100%;
        text-align: left;
        max-width: 250px;
        gap: 25px;
        padding: 0;

        & .img-wrap {
            margin-bottom: 20px;
            position: relative;
            min-width: 50px;
            width: 50px;
            margin: 0;

            &::before {
                height: 50px;
                width: 50px;
                top: 0px;
                left: 11px;
            }
        }

        & .heading-industrie {
            font-size: 14px;
        }
    }

    .custom-timber-solutions-list:not(.listing-custom-timber) {
        padding: 0 22vw;
        width: calc(100% + 15px);
        margin: 0 -7.5px;

        & .slick-list {
            overflow: visible;
        }

        & .slide-box {
            padding: 0 7.5px 5px;
        }
    }

    .custom-timber-solutions-wrap {
        & p {
            margin: 0 auto 20px;
            text-align: center;
        }
    }

    a.custom-timber-solutions-box {
        & .heading-20 {
            padding: 26px 23px 30px 20px;
            min-height: 101px;
            font-size: 20px;

            &::after {
                display: none;
            }
        }
    }

    .why-choose-list {
        gap: 20px 10px;
        padding-left: 10px;
        position: relative;

        &::after {
            content: '';
            width: 530px;
            height: 100%;
            position: absolute;
            bottom: -17px;
            left: -60px;
            margin: auto;
            background: transparent url(../images/icon/squar-shape-1.svg) no-repeat center;
            background-size: contain;
            opacity: 0.1;
        }
    }

    .why-choose-box {
        width: calc(50% - 5px);

        .heading-why-choose {
            font-size: 13px;
        }

        &>.img-wrap {
            min-width: 80px;
            margin: 0;
        }
    }

    .why-choose-content::after {
        display: none;
    }

    .our-process-list {
        max-width: 235px;
        margin: 0 auto;
        justify-content: center;

        & .our-process-box {
            display: flex;
            width: 100%;
            gap: 20px;
            align-items: center;
            padding: 0 0px;


            &>p:last-child {
                display: none;
            }

            &>.heading-18 {
                margin: 0 0 0px;
                text-align: left;
                font-size: 18px;
            }

            & .img-wrap {
                height: 80px;
                max-width: 80px;
                width: 80px;
                padding: 18px;
                min-width: 80px;
                margin: 0;
            }
        }
    }

    .our-process-list::after {
        display: inline-block;
        width: 3px;
        height: 100%;
        left: 40px;
        right: unset;
        background-image: url(../images/icon/vertical-line-ark.svg);
    }

    .our-capabilities-sec {
        & .flex-container {
            & .our-capabilities-content {
                & p+ul {
                    margin: 0px 0 0;
                }
            }
        }
    }

    .marquee-sec {
        margin: 8px 0 20px;
    }

    .heading-marquee-text {
        font-size: 30px;
    }

    .sustainably-sourced-sec {
        padding: 30px 0;

        & .container>p {
            margin-bottom: 35px;
        }
    }

    .sustainability-list {
        gap: 27px;
        justify-content: center;
    }

    .sustainability-box {
        max-width: 156px;
        gap: 13px;
    }

    .form-group.width50 {
        width: 100%;
    }

    .sub-list>ul {
        column-count: 1;
    }
    .pagination_list li a.pagination_item_next img {
         margin-left: 5px;
    }
    .pagination_list li a.pagination_item_prev img { 
        margin-right: 5px;
    }

    .cta-sec {
        padding: 20px 0;
        & .container {
            padding: 0 10px;
        }
    }

    .fancybox-content { align-content: center;}
}

@media (max-width: 400px) { 
    .custom-timber-solutions-list:not(.listing-custom-timber) {
        padding: 0px 9vw; 
    }
}