/*!
Theme Name: mcma24
Theme URI: https://unrivaled.ca
Author: Unrivaled Marketing & CSW Technologies
Author URI: https://unrivaled.ca

*/
html {
    overflow-x: hidden;
}

html,
body {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'MontserratLight';
    color: #242424;
}

@font-face {
    font-family: 'MontserratUltraLight';
    src: url('fonts/MontserratUltraLight.eot');
    src: url('fonts/MontserratUltraLight.eot') format('embedded-opentype'),
        url('fonts/MontserratUltraLight.woff2') format('woff2'),
        url('fonts/MontserratUltraLight.woff') format('woff'),
        url('fonts/MontserratUltraLight.ttf') format('truetype'),
        url('fonts/MontserratUltraLight.svg#MontserratUltraLight') format('svg');
}

@font-face {
    font-family: 'MontserratLight';
    src: url('fonts/MontserratLight.eot');
    src: url('fonts/MontserratLight.eot') format('embedded-opentype'),
        url('fonts/MontserratLight.woff2') format('woff2'),
        url('fonts/MontserratLight.woff') format('woff'),
        url('fonts/MontserratLight.ttf') format('truetype'),
        url('fonts/MontserratLight.svg#MontserratLight') format('svg');
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('fonts/MontserratRegular.eot');
    src: url('fonts/MontserratRegular.eot') format('embedded-opentype'),
        url('fonts/MontserratRegular.woff2') format('woff2'),
        url('fonts/MontserratRegular.woff') format('woff'),
        url('fonts/MontserratRegular.ttf') format('truetype'),
        url('fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('fonts/MontserratMedium.eot');
    src: url('fonts/MontserratMedium.eot') format('embedded-opentype'),
        url('fonts/MontserratMedium.woff2') format('woff2'),
        url('fonts/MontserratMedium.woff') format('woff'),
        url('fonts/MontserratMedium.ttf') format('truetype'),
        url('fonts/MontserratMedium.svg#MontserratMedium') format('svg');
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url('fonts/MontserratSemiBold.eot');
    src: url('fonts/MontserratSemiBold.eot') format('embedded-opentype'),
        url('fonts/MontserratSemiBold.woff2') format('woff2'),
        url('fonts/MontserratSemiBold.woff') format('woff'),
        url('fonts/MontserratSemiBold.ttf') format('truetype'),
        url('fonts/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
}

@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold_0.eot');
    src: url('fonts/montserrat-bold_0.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat-bold_0.woff2') format('woff2'),
        url('fonts/montserrat-bold_0.woff') format('woff'),
        url('fonts/montserrat-bold_0.ttf') format('truetype'),
        url('fonts/montserrat-bold_0.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontserratExtraBold';
    src: url('fonts/MontserratExtraBold.eot');
    src: url('fonts/MontserratExtraBold.eot') format('embedded-opentype'),
        url('fonts/MontserratExtraBold.woff2') format('woff2'),
        url('fonts/MontserratExtraBold.woff') format('woff'),
        url('fonts/MontserratExtraBold.ttf') format('truetype'),
        url('fonts/MontserratExtraBold.svg#MontserratExtraBold') format('svg');
}

@font-face {
    font-family: 'MontserratBlack';
    src: url('fonts/MontserratBlack.eot');
    src: url('fonts/MontserratBlack.eot') format('embedded-opentype'),
        url('fonts/MontserratBlack.woff2') format('woff2'),
        url('fonts/MontserratBlack.woff') format('woff'),
        url('fonts/MontserratBlack.ttf') format('truetype'),
        url('fonts/MontserratBlack.svg#MontserratBlack') format('svg');
}

a {
    color: #2c5145;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #8F5339;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    line-height: 26px;
    margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'MontserratSemiBold';
    font-weight: normal;
    margin: 0 0 10px;
}

h1 {
    color: #2c5145;
    text-transform: uppercase;
}

h2 {
    color: #8F5339;
}

h3 {
    color: #2c5145;
}

h4 {
    color: #8F5339;
}

.pad-t0 {
    padding-top: 0 !important;
}

.pad-t10 {
    padding-top: 10px !important;
}

.pad-t15 {
    padding-top: 15px !important;
}

.pad-t20 {
    padding-top: 20px !important;
}

.pad-t25 {
    padding-top: 25px !important;
}

.pad-t30 {
    padding-top: 30px !important;
}

.pad-t35 {
    padding-top: 35px !important;
}

.pad-t40 {
    padding-top: 40px !important;
}

.pad-t45 {
    padding-top: 45px !important;
}

.pad-t50 {
    padding-top: 50px !important;
}

.pad-0 {
    padding: 0 !important;
}

.pad-b0 {
    padding-bottom: 0 !important;
}

.pad-b5 {
    padding-bottom: 5px !important;
}

.pad-b10 {
    padding-bottom: 10px !important;
}

.pad-b15 {
    padding-bottom: 15px !important;
}

.pad-b20 {
    padding-bottom: 20px !important;
}

.pad-b25 {
    padding-bottom: 25px !important;
}

.pad-b30 {
    padding-bottom: 30px !important;
}

.pad-b35 {
    padding-bottom: 35px !important;
}

.pad-b40 {
    padding-bottom: 40px !important;
}

.pad-b45 {
    padding-bottom: 45px !important;
}

.pad-b50 {
    padding-bottom: 50px !important;
}

.mrg-0 {
    margin: 0px !important;
}

.mrb-0 {
    margin-bottom: 0px !important;
}

.mrb-10 {
    margin-bottom: 10px !important;
}

.mrb-15 {
    margin-bottom: 15px !important;
}

.mrb-20 {
    margin-bottom: 20px !important;
}

.mrb-25 {
    margin-bottom: 25px !important;
}

.mrb-30 {
    margin-bottom: 30px !important;
}

.mrb-35 {
    margin-bottom: 35px !important;
}

.mrb-40 {
    margin-bottom: 40px !important;
}

.mrb-45 {
    margin-bottom: 45px !important;
}

.mrb-50 {
    margin-bottom: 50px !important;
}

.mrb-60 {
    margin-bottom: 60px !important;
}

.mrb-70 {
    margin-bottom: 70px !important;
}

.mrb-80 {
    margin-bottom: 80px !important;
}

.mrb-90 {
    margin-bottom: 90px !important;
}

.mrb-100 {
    margin-bottom: 100px !important;
}

.mrb-105 {
    margin-bottom: 105px !important;
}

.mrb-110 {
    margin-bottom: 110px !important;
}

.mrb-120 {
    margin-bottom: 120px !important;
}

.mrb-130 {
    margin-bottom: 130px !important;
}

.mrb-135 {
    margin-bottom: 135px !important;
}

.mrt-0 {
    margin-top: 0px !important;
}

.mrt-10 {
    margin-top: 10px !important;
}

.mrt-15 {
    margin-top: 15px !important;
}

.mrt-20 {
    margin-top: 20px !important;
}

.mrt-25 {
    margin-top: 25px !important;
}

.mrt-30 {
    margin-top: 30px !important;
}

.mrt-35 {
    margin-top: 35px !important;
}

.mrt-40 {
    margin-top: 40px !important;
}

.mrt-45 {
    margin-top: 45px !important;
}

.mrt-50 {
    margin-top: 50px !important;
}

.mrt-60 {
    margin-top: 60px !important;
}

.mrt-70 {
    margin-top: 70px !important;
}

.mrt-80 {
    margin-top: 80px !important;
}

.mrt-90 {
    margin-top: 90px !important;
}

.mrt-100 {
    margin-top: 100px !important;
}

.mrt-105 {
    margin-top: 105px !important;
}

.mrt-110 {
    margin-top: 110px !important;
}


.container {
    z-index: 3;
    position: relative;
    padding: 0 30px !important;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.hidden {
    display: none;
}

@media (min-width: 1200px) {

    .header.sticky::before {
        /*border-bottom: 1px solid #fff;*/
    }

    .header.sticky .navbar .logo .logo-img {
        padding: 20px 0 0;
    }

    .header.sticky .navbar .logo .logo-img img {
        max-width: 140px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .header.sticky .navbar .logo span {
        letter-spacing: 1px;
        font-size: 13px;
        margin: 10px 0 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

}

.header {
    position: fixed;
    background: #2c5145;
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 5;
}

.header::before {
    content: '';
    background: #2c5145;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -15px;
    -moz-transform: skew(-2deg, -1deg);
    -webkit-transform: skew(-2deg, -1deg);
    -o-transform: skew(-2deg, -1deg);
    -ms-transform: skew(-2deg, -1deg);
    transform: skew(-2deg, -1deg);
}

.header nav {
    position: relative;
    font-family: 'MontserratRegular';
}

.header nav .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
    position: relative;
    max-width: 100%;
    margin: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.header .navbar .logo a {
    color: #fff;
    display: block;
}

.header .navbar .logo .logo-img {
    max-width: 200px;
    padding: 30px 0 0;
}

.header .navbar .logo span {
    display: block;
    margin: 10px 0 10px;
    text-decoration: underline;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 17px;
}

.header nav .navbar .nav-links {
    height: 100%;
    margin: 0 0 0 auto;
}

.header nav .navbar .links {
    display: flex;
    padding: 0;
    margin: 0;
}

.header nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 0 40px;
}

@media (min-width: 1200px) {
    .header nav .navbar .links>li:last-child>a {
        background: #fff;
        border: 0;
        text-decoration: none;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        position: relative;
        z-index: 1;
        display: inline;
        text-align: center;
        font-family: 'MontserratSemiBold';
        font-size: 16px;
        color: #2c5145;
        margin: 0;
        padding: 13px 25px;
        overflow: hidden;
        text-shadow: none;
        text-transform: uppercase;
    }

    .header nav .navbar .links>li:last-child>a:after {
        content: '';
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        width: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: #8F5339;
        z-index: -1;
    }

    .header nav .navbar .links>li:last-child>a:hover:after,
    .header nav .navbar .links>li:last-child.current-menu-item>a:after {
        width: 100%;
    }

    .header nav .navbar .links>li:last-child>a:before {
        display: none;
    }

    .header nav .navbar .links>li:last-child>a:hover {
        background: #2c5145;
        color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
}

.header nav .navbar .links li a {
    padding: 15px 0;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    white-space: inherit;
}

.header nav .navbar .links>li>a:before {
    position: absolute;
    content: " ";
    width: 3px;
    height: 3px;
    left: 50%;
    border-radius: 50px;
    bottom: 0;
    opacity: 0;
    transform: translateX(-50%);
    background: #fff;
    transition: 0.5s;
}

.header nav .navbar .links>li>a:focus:before,
.header nav .navbar .links>li>a:hover:before,
.header nav .navbar .links.current-menu-item>a:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
    opacity: 1;
    background: #fff;
}

.header nav .navbar .links>li>a:hover,
.header nav .navbar .links>li.current-menu-item>a {
    color: #fff;
}

.header .links li:hover .htmlcss-arrow,
.header .links li:hover .js-arrow {
    transform: rotate(180deg);
}

.header nav .navbar .links li .arrow {
    width: 16px;
    line-height: 52px;
    text-align: center;
    display: none;
    color: #fff;
    transition: all 0.3s ease;
    margin: 2px 0 0 5px;
}

.header nav .navbar .links li .sub-menu {
    border: 1px solid #dddddd6b;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    z-index: 2;
    padding: 0;
    min-width: 330px;
}

.header nav .navbar .links li:hover .htmlCss-sub-menu,
.header nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.header .navbar .links li .sub-menu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d5d5d5;
}

.header .navbar .links li .sub-menu a {
    color: #000;
    padding: 12px 15px;
    display: block;
    width: 100%;
}

.header .navbar .links li .sub-menu a:hover {
    color: #fff;
    background: #2c5145;
}

.header .navbar .links li .sub-menu .more-arrow {
    line-height: 40px;
}

.header .navbar .links li .htmlCss-more-sub-menu {
    /* line-height: 40px; */
}

.header .navbar .links li .sub-menu .more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 1;
    display: none;
}

.header .links li .sub-menu .more:hover .more-sub-menu {
    display: block;
}

.header .navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.header .navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header .navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.header .navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
}

.header .search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3E8DA8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.header .search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.header .navbar .nav-links .sidebar-logo {
    display: none;
}

.header .navbar .bx-menu {
    display: none;
}

@media (max-width:1100px) {
    .header nav .navbar {
        max-width: 100%;
        padding: 0;
        flex-direction: row-reverse;
    }

    .header nav .navbar .links>li:first-child {
        border-top: 1px solid #ccc;
    }

    .header nav .navbar .links>li {
        padding: 0;
        border-bottom: 1px solid #ccc;
        white-space: nowrap;
    }

    .header nav .navbar .links>li a:hover,
    .header nav .navbar .links>li.active>a {
        color: #2c5145;
    }

    .navbar .links li .sub-menu a {
        padding: 10px;
    }

    .header .navbar .links li .sub-menu a:hover,
    .header nav .navbar .sub-menu>li.active>a {
        color: #2c5145;
        background: none;
    }

    .header nav {
        /* position: relative; */
    }

    .header .navbar .bx-menu {
        display: block;
    }

    .header nav .navbar .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 100%;
        width: 100%;
        background: #fff;
        line-height: normal;
        padding: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
        overflow-x: scroll;
    }

    .header .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 15px;
        background: #2c5145;
    }

    .header .sidebar-logo .logo-name {}

    .header .sidebar-logo .logo-name img {
        max-width: 160px;
    }

    .header .sidebar-logo i {
        font-size: 25px;
        color: #fff;
        cursor: pointer;
    }

    .header .navbar .bx-menu {
        font-size: 25px;
        color: #fff;
        cursor: pointer;
        margin: 0 15px 0 0;
    }

    .header.header-position .sidebar-logo i {
        color: #fff;
    }

    .header.header-position .navbar .bx-menu {
        color: #000;
    }

    .header.header-position nav .navbar .links>li>a {
        color: #fff;
    }

    .header.header-position nav .navbar .links li .arrow {
        color: #fff;
    }

    .header.header-position nav .navbar .links>li a:hover,
    .header.header-position nav .navbar .links>li.active>a {
        color: #2c5145;
    }

    .header nav .navbar .links {
        display: block;
        margin-top: 0;
        padding: 0;
    }

    .header nav .navbar .links li .arrow {
        line-height: 40px;
        position: absolute;
        border-left: 1px solid #ccc;
        width: 52px;
        top: 7px;
        bottom: 7px;
        right: 0;
        cursor: pointer;
        color: #000;
    }

    .header nav .navbar .links li {
        display: block;
        margin: 0;
    }

    .header nav .navbar .links li a {
        padding: 15px;
        color: #000;
    }

    .header nav .navbar .links>li>a:hover,
    .header nav .navbar .links>li.current-menu-item>a {
        color: #8F5339;
    }

    .header .navbar .links li .sub-menu a {
        padding: 8px 75px 8px 15px;
        white-space: break-spaces;
    }

    .header nav .navbar .links li .sub-menu {
        border: 0;
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
    }

    .header nav .navbar .links li .sub-menu li {
        border-bottom: none;
    }

    .header .navbar .links li .sub-menu .more-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .header .navbar .links li .sub-menu .more-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .links li:hover .htmlcss-arrow,
    .header .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .header .navbar .links li .sub-menu .more-sub-menu {
        display: none;
    }

    .header .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .header .links li .sub-menu .more:hover .more-sub-menu {
        display: none;
    }

    .header nav .navbar .links li:hover .htmlCss-sub-menu,
    .header nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    .header .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .header .navbar .nav-links.show3 .links .js-sub-menu,
    .header .navbar .nav-links.show2 .links .more .more-sub-menu {
        display: block;
    }

    .header .navbar .nav-links.show1 .links .htmlcss-arrow,
    .header .navbar .nav-links.show3 .links .js-arrow {
        transform: rotate(180deg);
    }

    .header .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width:370px) {
    .header nav .navbar .nav-links {
        max-width: 100%;
    }
}

.banner {
    padding: 164px 0 0;
    position: relative;
    z-index: 1;
}

.banner video {
    width: 100%;
    height: 77vh;
    object-fit: cover;
    object-position: center center;
}

.banner .banner-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0 0 50px;
}

.banner .title {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 48px;
    font-family: 'MontserratSemiBold';
	background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    display: inline-block; /* Ensures background fits text */
}

.banner .title span {
    display: block;
    font-family: 'MontserratLight';
}

.btn {
    background: #2c5145;
    border: 0;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    font-family: 'MontserratSemiBold';
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 13px 25px;
    overflow: hidden;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn i {
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.btn:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #8F5339;
    z-index: -1;
}

.btn:hover:after {
    width: 100%;
}

.btn:hover {
    background: #2c5145;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.about-sec {
    padding: 100px 0 50px;
    position: relative;
    z-index: 2;
}

.about-sec .title {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 34px;
}

.about-sec h3 {
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 22px;
    padding: 0 0 20px;
}

.about-sec .about-left {
    margin: 0 0 30px;
}

.about-sec .about-left h4 {
    color: #000;
    font-style: italic;
    margin: 0 0 15px;
}

.about-sec .about-left h5 {
    color: #000;
}

.about-sec .about-left p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 30px;
}

.about-sec .about-left .p-tag {
    position: relative;
    padding: 0 0 0 90px;
}

.about-sec .about-left .p-tag::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 10px;
}

.about-sec .about-left .btn-a {
    color: #242424;
    text-transform: capitalize;
    display: inline-block;
    color: #2c5145;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    background-size: 0px 1px;
    transition: all 500ms ease;
}

.about-sec .about-left .btn-a:hover {
    color: #d2afaf;
    background-size: 100% 1px;
}

.about-sec .about-left .btn-a span {
    color: #d2afaf;
    text-transform: uppercase;
    font-family: 'ArsonProNarrowMedium';
}

.about-sec .about-left .btn-a i {
    margin: 0 -12px 0 3px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.about-sec .btn {
    font-family: 'MontserratMedium';
    min-width: 240px;
    font-size: 18px;
}

.about-sec .about-right {
    margin: 0 0 30px;
    padding: 0 0 0 30px;
    position: relative;
}

.about-sec .row:nth-child(2) .about-right {
    padding: 0 15px;
}

.about-sec .row:nth-child(2) .about-left {
    padding: 0 15px 0 30px;
}

.about-sec .about-right figure {
    margin: 0;
}

.about-sec .about-right figure img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.about-sec .row-flex .about-left {
    padding: 0 0 0 30px;
}

.about-sec .row-flex .about-right {
    padding: 0 0;
}

.about-sec .owl-dots {
    display: block;
    text-align: center;
    margin: 15px 0 0;
}

.about-sec .owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    background: #a9a9a9;
    margin: 5px;
}

.about-sec .owl-theme .owl-dots .owl-dot.active span,
.about-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #707070;
}

.about-sec .owl-theme .owl-nav {
    display: none;
}

.why-choose {
    position: relative;
    margin: 0;
    padding: 60px 0px 50px;
}

.why-choose h2 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.why-choose h2::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.why-choose h2 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.why-choose .wc-coll {
    width: 20%;
    margin: 0 0 30px;
}

.why-choose .info {
    position: relative;
    height: 100%;
    padding: 0 30px;
}

.why-choose .info figure {
    margin: 0 0 40px;
}

.why-choose .info figure img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    object-position: center center;
}

.why-choose h4 {
    font-family: 'MontserratSemiBold';
    color: #242424;
    position: relative;
    font-size: 22px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.why-choose .info p {
    font-size: 18px;
    line-height: 30px;
}

.why-choose .btn {
    font-size: 28px;
    padding: 18px 40px;
}

.our-certified {
    position: relative;
    margin: 0;
    padding: 30px 0px 50px;
}

.our-certified h2 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.our-certified h2::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.our-certified h2 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.our-certified .title p {
    font-size: 22px;
    line-height: 36px;
}

.our-certified .left-grid {
    margin: 0 0 30px;
}

.our-certified .certified figure {
    margin: 0 0 30px;
}

.our-certified .certified figure a {
    background: #fff;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 0 30px;
}

.our-certified .certified img {
    padding: 0;
    height: 150px;
    object-fit: contain;
}

.our-certified .certified figure a:hover img {
    filter: inherit;
}

.our-certified .certified figure a img:nth-child(2) {
    display: none;
}

.our-certified .certified figure:hover a img:nth-child(2) {
    display: inline-block;
}

.our-certified .certified figure:hover a img:nth-child(1) {
    display: none;
}

.installation-instructions h2 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
}

.installation-instructions .title p {
    font-size: 22px;
    line-height: 36px;
}

.text-wrap {
    position: relative;
    margin: 0;
    padding: 30px 0px 50px;
}

.text-wrap h2 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 35px;
    padding: 0 0 20px;
}

.text-wrap h2::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.text-wrap h2 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.text-wrap h3 {
    color: #8f5339;
    text-transform: uppercase;
}

.text-wrap h5 {
    font-family: 'MontserratLight';
    color: #242424;
    position: relative;
    font-size: 22px;
    margin: 0 0 25px;
}

.text-wrap h5 span {
    font-family: 'MontserratSemiBold';
    text-transform: uppercase;
}

.text-wrap .info p {
    font-size: 22px;
    line-height: 36px;
}

.text-wrap .orp-coll {
    margin: 0 0 30px;
}

.text-wrap .recent-projects {
    height: 100%;
    position: relative;
}

.text-wrap .recent-projects figure {
    margin: 0 0 15px;
}

.text-wrap .recent-projects h4 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'montserratbold';
}

.text-wrap .recent-projects a {
    color: #24150e;
}

.text-wrap .recent-projects a:hover {
    color: #8F5339;
}

.text-wrap .recent-projects h5 {
    font-size: 16px;
    display: block;
    font-family: 'MontserratRegular';
    text-transform: uppercase;
}

.text-wrap .btn {
    font-size: 34px;
    width: 100%;
    padding: 20px 40px;
}

.img-hover {
    overflow: hidden;
}

.img-hover:hover img {
    background-color: rgba(255, 204, 51, 0.7);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.img-hover img {
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
    cursor: pointer;
    width: 100%;
    height: auto;
}

.social-lins {
    position: relative;
    margin: 0;
    padding: 50px 0 0;
    text-transform: uppercase;
}

.social-lins h4 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}

.social-lins ul {
    padding: 0;
}

.social-lins ul li {
    font-family: 'MontserratLight';
    color: #242424;
    position: relative;
    font-size: 24px;
    margin: 0 15px 0 0;
    display: inline-block;
    padding: 0 15px 0 0;
}

.social-lins ul li::before {
    content: '';
    background: #2c5145;
    position: absolute;
    right: -3px;
    top: 7px;
    width: 3px;
    height: 21px;
}

.social-lins ul li:first-child {
    padding-right: 5px;
    margin-right: 0;
}

.social-lins ul li:first-child::before,
.social-lins ul li:last-child::before {
    display: none;
}

.footer {
    background: #2c5145;
    padding: 50px 0 10px;
    position: relative;
    color: #fff;
}

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

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #9fb9b1;
}

.footer .footer-right {
    padding: 0 15px 0 20%;
}

.footer h3 {
    color: #fff;
    margin: 0 0 40px;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
}

.footer span {
    color: #fff;
    margin: 0 0 40px;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
	font-family: 'MontserratSemiBold';
    font-weight: normal;
}

.wg-1 {
    margin: 0 0 30px;
}

.wg-1 ul {
    margin: 0;
    padding: 0;
}

.wg-1 ul li {
    list-style: none;
    position: relative;
    padding: 0 0 10px;
}

.ft-logo {
    margin: 0 0 10px;
    display: flex;
    gap: 50px;
}

.ft-logo img {
    max-width: 250px;
}

.ft-logo span {
    display: block;
    text-decoration: underline;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 30px 0 0;
}

.icon-ft {}

.icon-ft img {
    margin: 0 0 0 3px;
    width: 50px;
}

.icon-ft img:hover {
    opacity: 0.7;
    transition: 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.wg-1 address {
    margin: 0 0 20px;
    border-left: 2px solid #fff;
    padding: 0 0 0 30px;
}

.footer .copyright {
    font-size: 13px;
}

.footer .copyright a {
    text-decoration: underline;
}

.banner-inner {
    background-image: url(images/slider-01.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    min-height: 820px;
    padding: 0;
    height: auto;
}

.banner-inner:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0.5;
}

.banner-inner .banner-text {
    padding: 320px 0 0;
    text-align: center;
}

.banner-inner h1 {
    padding: 0;
    color: #fff;
    font-size: 56px;
    line-height: 65px;
    font-style: normal;
    margin: 0 0 40px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.banner-inner h1::after {
    content: "";
    background: #fff;
    width: 150px;
    height: 1px;
    display: block;
    margin: 30px auto 0;
}

.banner-inner h3 {
    color: #fff;
    font-size: 28px;
    display: block;
    margin: 0 0 30px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

.align-left {
    float: left;
    width: 50%;
    margin: 7px 20px 10px 0;
}

.align-right {
    float: right;
    width: 50%;
    margin: 7px 0 10px 20px;
}

.row-flex {
    flex-direction: row-reverse;
}

.breadcrumb-wrap {
    position: relative;
    padding: 200px 0 20px;
}

.breadcrumb {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 10px 0 6px !important;
    background: none;
    border-radius: 0;
    color: #242424;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    list-style: none;
    margin: 0 15px 5px 0;
    padding: 0 15px 0 0;
}

.breadcrumb li:before {
    content: '';
    background: #242424;
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 16px;
}

.breadcrumb li:last-child:before {
    display: none;
}

.breadcrumb li .fa-home {
    margin: 0 10px 0 0;
}

.breadcrumb li a {
    color: #242424;
}

.breadcrumb li a:hover {
    color: #8F5339;
}

.mid-inner {
    padding: 0 0 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.page-title {
    color: #2c5145;
    text-transform: uppercase;
    font-size: 48px;
    border-bottom: 3px solid #8f5339;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.page-title span {
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'MontserratLight';
}

.projects-page-title {
    color: #2c5145;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 0px;
}

.projects-page-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'MontserratLight';
    border-bottom: 3px solid #8f5339;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.products-page-title {
    color: #2c5145;
    text-transform: uppercase;
    font-size: 48px;
    margin-bottom: 0px;
}

.products-page-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'MontserratLight';
    border-bottom: 3px solid #8f5339;
    padding: 0 0 20px;
    margin: 0 0 30px;
}

.light-title {
    font-family: 'MontserratLight';
}

.our-story {
    position: relative;
    padding: 60px 0 390px;
}

.our-story h2 {
    font-size: 22px;
    line-height: 36px;
    color: #2c5145;
}

.our-story h3 {
    font-size: 24px;
}

.our-story .row:nth-child(3) .right-grid figure {
    margin: 0 20px 0 0;
}

.our-story .row:nth-child(3) .right-grid img {
    box-shadow: -20px 20px 0 #2c5145;
}

.our-story .wp-block-columns:nth-child(3) h3 {
    font-size: 18px;
    line-height: 30px;
}

.our-story .info:nth-child(3) h3 {
    font-size: 18px;
    line-height: 28px;
}

.our-story p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'MontserratLight';
    margin: 0 0 20px;
}

.our-story figure {
    width: 46%;
}

.our-story figure.align-left {
    margin: 0 50px 50px 20px;
}

.our-story figure.align-left img {
    box-shadow: -20px 20px 0 #2c5145;
}

.our-story figure.align-right {
    margin: 0 0 50px 50px;
}

.our-story figure img {
    width: 100% !important;
    height: 230px !important;
    object-fit: cover;
    object-position: center center;
    box-shadow: -20px 20px 0 #8F5339;
}

.about-history {
    position: relative;
    color: #fff;
    background: #2c5145;
    margin: 0;
    padding: 30px 0px 50px;
}

.about-history::before {
    content: '';
    background: #2c5145;
    width: 120%;
    height: 100px;
    position: absolute;
    left: -10%;
    bottom: -40px;
    -moz-transform: skew(-3deg, -2.5deg);
    -webkit-transform: skew(-3deg, -2.5deg);
    transform: skew(-3deg, -2.5deg);
}

.about-history h2 {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 35px;
    padding: 0 0 20px;
}

.about-history h2::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-history h2 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.about-history h3 {
    font-family: 'MontserratRegular';
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}

.about-history .right-grid {
    padding: 0 15px 0 50px;
}

.about-history .building {
    margin: -420px 0 50px;
}

.about-history .building img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    object-position: center center;
}

.about-history p {
    font-size: 19px;
    line-height: 29px;
    font-family: 'MontserratLight';
    margin: 0 0 30px;
}

.about-history .left-grid .figure {
    margin: 0;
    padding: 10px 0 0;
}

.about-history .left-grid .figure img {
    width: 100% !important;
}

.about-history .left-grid .figure>* figure {
    display: block;
    margin: 0 auto;
}

/*   .about-history .left-grid .figure > * figure:last-child{width: 75% !important;} */
/*   .about-history .left-grid figure img:last-child{width: 75%;} */


img.no-pointer {
    cursor: default !important;
}

@media (min-width: 1400px) {

    .about-history .left-grid {
        flex-basis: 25% !important;
    }

    .about-history .right-grid {
        flex-basis: 75% !important;
    }

}

.our-capabilities {
    position: relative;
    margin: 0;
    padding: 120px 0 50px;
}

.our-capabilities h2 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 35px;
    padding: 0 0 20px;
}

.our-capabilities h2::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.our-capabilities h2 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.our-capabilities .title p {
    font-size: 22px;
    line-height: 36px;
}

.our-capabilities .capabilities-box {
    position: relative;
    height: 100%;
}

.our-capabilities .capabilities-box .figure {
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.our-capabilities .capabilities-box figure {
    margin: 0;
    position: relative;
    background: #fff;
}

.our-capabilities .capabilities-box figure img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.5;
}

.our-capabilities .capabilities-box h3 {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
}

.our-capabilities .capabilities-box h4 {
    color: #2c5145;
    font-size: 24px;
    text-transform: uppercase;
}

/*.our-capabilities .capabilities-box h4{font-size: 18px; text-transform: uppercase; color: #000;}*/
.our-capabilities .capabilities-box .p-tag {
    font-size: 18px;
    line-height: 28px;
    font-family: 'MontserratMedium';
    margin: 100% 0 0;
    transition: all .4s ease-in-out;
}

.our-capabilities .capabilities-box .content {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    transition: all .4s ease-in-out;
    color: #000;
    top: 0;
    padding: 15px;
    text-align: center;
}

.our-capabilities .capabilities-box:hover .content .p-tag {
    margin: 0 0 0;
}

.our-capabilities .btn {
    background: none;
    color: #2c5145;
    border: 3px solid #8F5339;
    width: 100%;
    font-size: 40px;
    letter-spacing: 0;
}

.our-capabilities .btn:hover {
    color: #fff;
}

.growing-sec {
    background: #8F5339;
    position: relative;
    margin: 0;
    color: #fff;
    padding: 60px 0 40px;
    margin: 0 0 120px;
}

.growing-sec::before {
    content: '';
    background: #8F5339;
    width: 120%;
    height: 100px;
    position: absolute;
    left: -10%;
    bottom: -40px;
    -moz-transform: skew(-3deg, -2.5deg);
    -webkit-transform: skew(-3deg, -2.5deg);
    transform: skew(-3deg, -2.5deg);
}

.growing-sec h2 {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 0 35px;
    padding: 0 0 20px;
}

.growing-sec h2::before {
    content: "";
    background: #2c5145;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.growing-sec h2 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.growing-sec .title p {
    font-size: 22px;
    line-height: 36px;
}

.growing-sec .growing-box {
    position: relative;
    height: 100%;
    text-align: center;
}

.growing-sec .growing-box figure {
    margin: 0 0 15px;
    position: relative;
}

.growing-sec .growing-box figure img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.growing-sec .growing-box h3 {
    font-size: 40px;
    text-transform: uppercase;
}

.growing-sec .growing-box h3 span {
    display: block;
    font-size: 24px;
}

.growing-sec .growing-box h4 {
    font-size: 18px;
    font-family: 'MontserratRegular';
    text-transform: uppercase;
    color: #fff;
}

.growing-sec .growing-box p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.growing-sec .btn {
    background: #fff;
    color: #8f5339;
    width: 100%;
    font-size: 40px;
    letter-spacing: 0;
}

.growing-sec .btn:hover {
    color: #fff;
}

.growing-sec .btn:after {
    background: #2c5145;
}

.products-page {
    position: relative;
}

.products-page p {
    font-size: 18px;
    line-height: 30px;
}

.products-page .products-col {
    margin: 0 0 30px;
}

.products-page .products-info {
    height: 100%;
    position: relative;
}

.products-page .products-info figure {
    margin: 0 0 15px;
}

.products-page .products-info h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.products-page .products-info h2 a {
    color: #000;
}

.products-page .products-info h2 a:hover {
    color: #8F5339;
}

.products-page .products-info h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    display: block;
    font-family: 'MontserratRegular';
}

.products-page .products-info h3 a {
    color: #000;
}

.products-page .products-info h3 a:hover {
    color: #8F5339;
}

.products-single {
    position: relative;
}

.products-single p {
    font-size: 18px;
    line-height: 30px;
}

.images-info {
    padding: 0 25%;
    overflow: hidden;
}

.images-info .owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.images-info .item {
    margin: 0 5px;
}

.images-info .item figure {
    background: #f7f7f7;
    margin: 0;
}

.images-info .item figure img {
    height: 385px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.images-info .swiper-slide {
    transform: scale(0.60);
}

.images-info .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
}

.images-info .swiper-button-next,
.images-info .swiper-button-prev {
    color: #2c5145;
}

.images-info .swiper-button-next,
.images-info .swiper-button-prev {
    margin-top: -60px;
}

.images-info .swiper-button-next:after,
.images-info .swiper-button-prev:after {
    font-size: 32px !important;
}

.swiper-slide {
    opacity: 0.5;
    /* Default opacity for non-active slides */
    transform: scale(0.8);
    /* Default scale for non-active slides */
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Smooth transition */
    position: relative;
    /* Ensure slides stack properly */
    z-index: 0;
    /* Ensure slides stack properly */
}

/* Active slide */
.swiper-slide-active {
    opacity: 1;
    /* Fully opaque for active slide */
    transform: scale(1.9);
    /* Larger scale for active slide */
    z-index: 1;
    /* Bring to front */
}

/* Previous and next slides */
.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.5;
    /* Reduced opacity for previous and next slides */
    transform: scale(0.8);
    /* Smaller scale for previous and next slides */
}

.images-info .request-btn .btn {
    width: 100%;
    font-size: 40px;
    background: none;
    border: 2px solid #2c5145;
    color: #2c5145;
    padding: 7px 25px;
}

.images-info .request-btn .btn:hover {
    color: #fff;
}

.images-info .request-btn .btn:after {
    background: #2c5145;
}

.images-info .gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 350px;
    gap: 10px;
}

.images-info .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;

    &:hover {
        flex: 7;
    }
}

.images-info .item-1 {
    background-image: url('images/microperforated-wood-panels.jpg');
}

.images-info .item-2 {
    background-image: url('images/microperforated-wood-planks.jpg');
}

.images-info .item-3 {
    background-image: url('images/microperforated-acoustic-baffles.jpg');
}

.download-text {
    position: relative;
}

.download-text h3 {
	color: #2c5145;
    font-size: 18px;
    font-family: 'MontserratLight';
    text-transform: uppercase;
    margin: 0 0 35px;
    padding: 0 0 15px; position: relative;
}

.download-text h3::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0; right: 0; margin: auto;
}

.download-text h3 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.download-text h4 {
    color: #2c5145;
    font-size: 18px;
    font-family: 'MontserratLight';
    text-transform: uppercase;
}

.download-text ul {
    margin: 0 0 60px;
    padding: 0 90px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.download-text.odd-download ul {
    justify-content: center;
}

.download-text ul:last-child {
    margin-bottom: 0;
}

.download-text ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.download-text ul li figure a {
    display: block;
    border: 5px solid #8F5339;
    margin: 0 auto 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 16px;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
}

.download-text ul li img {
    width: 74px;
    height: 74px;
    object-fit: contain;
    object-position: center center;
}

.download-text ul li:first-child {
    margin-left: 0;
}

.download-text ul li:last-child {
    margin-right: 0;
}

.download-text h5 {
    color: #2c5145;
    font-size: 18px;
    font-family: 'MontserratLight';
    text-transform: uppercase;
}

.perforation-text {
    position: relative;
}

.perforation-text h3 {
    color: #000;
    position: relative;
    text-transform: uppercase;
    font-size: 60px;
    margin: 0 0 35px;
    top: 0;
    left: 0;
    position: absolute;
    writing-mode: vertical-lr;
    display: flex;
    gap: 20px;
    align-items: center;
}

.perforation-text h3 span {
    font-family: 'MontserratLight';
    font-size: 40px;
}

.perforation-text h5 {
    color: #000;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 15px;
    font-family: 'MontserratLight';
}

.perforation-text .perforation-row {
    margin: 0 0 40px;
    padding: 0 0 20px;
    position: relative;
}

.perforation-text .perforation-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.perforation-text .perforation-row:last-child:after {
    display: none;
}

.perforation-text .perforation-row::after {
    content: "";
    background: #8F5339;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    width: 40%;
    height: 2px;
}

.perforation-text .perforation-col {
    padding: 0 100px;
    margin: 0 0 15px;
}

.perforation-text .info-grid {
    height: 100%;
}

.product-used-detail {
    position: relative;
}

.product-used-detail h3 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 0 35px;
    padding: 0 0 15px;
}

.product-used-detail h3::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-used-detail h3 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.product-used-detail .left-grid .detail-bx figure {
    width: 75%;
}

.product-used-detail .right-grid .detail-bx figure {
    border: 5px solid #8F5339;
    margin: 40px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0;
    display: block;
    width: 100px;
}

.product-used-detail .detail-bx img {
    width: auto;
    height: auto;
}

.product-used-detail h4 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'montserratbold';
}

.product-used-detail a {
    color: #24150e;
}

.product-used-detail a:hover {
    color: #8F5339;
}

.product-used-detail h5 {
    font-size: 16px;
    display: block;
    font-family: 'MontserratRegular';
    text-transform: uppercase;
}

.features-text {
    position: relative;
}

.features-text h3 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 0 35px;
    padding: 0 0 15px;
}

.features-text h3::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.features-text h3 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.features-text h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.features-text .features-subtitle {
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 20px;
}


.features-text h4 img {
    width: 50px;
    height: 50px;
}

.features-text h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 20px;
}

.features-text .features-row {
    margin: 0 -30px;
}

.features-text .features-col {
    margin: 0 0 50px;
    padding: 0 30px;
}

.features-text .info-grid {
    position: relative;
    height: 100%;
    padding: 0 0 25px;
}

.features-text .info-grid::after {
    content: "";
    background: #8F5339;
    width: 45%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.features-text .features-col-last .info-grid::after {
    width: 100%;
}

.features-text .table th {
    color: #2c5145;
    font-size: 18px;
    font-family: 'MontserratSemiBold';
    font-weight: normal;
}

.features-text .table th,
.features-text .table td {
    border-color: #EFE2E2;
    border-bottom-width: 2px;
    padding: 5px 25px;
}

.features-text .table tr th:first-child,
.features-text .table tr td:first-child {
    padding-left: 0;
}

.features-text .table tbody tr:last-child td {}

.features-text .table th:nth-child(3),
.features-text .table td:nth-child(3) {
    width: 12%;
}

.features-text .table td span {
    display: block;
}

.features-text .table td small {
    font-size: 14px;
}

.finishes-text {
    position: relative;
}

.finishes-text h3 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.finishes-text h3::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.finishes-text h3 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.finishes-text .ft-col {
    margin: 0 0 15px;
}

.finishes-text .finishes-info {
    height: 100%;
}

.finishes-text .finishes-info figure img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.finishes-text h4 {
    color: #8F5339
}

.finishes-text .finishes-info h4 {
    color: #000;
}

.finishes-text h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.finishes-text h4 span {
    font-size: 16px;
    display: block;
    font-family: 'MontserratLight';
}

.finishes-text h3 {
    color: #8F5339
}

.finishes-text .finishes-info h3 {
    color: #000;
}

.finishes-text h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.finishes-text h3 span {
    font-size: 16px;
    display: block;
    font-family: 'MontserratLight';
	text-transform: uppercase;
}

.finishes-text .request-btn .btn {
    font-size: 40px;
    width: 100%;
}

.featured-projects {
    position: relative;
}

.featured-projects h3 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.featured-projects h3::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.featured-projects h3 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.featured-projects .fp-coll {
    margin: 0 0 30px;
}

.featured-projects .info {
    height: 100%;
    position: relative;
}

.featured-projects .info figure {
    margin: 0 0 15px;
}

.featured-projects .info h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.featured-projects .info h4 span {
    font-size: 16px;
    display: block;
    font-family: 'MontserratLight';
}

.featured-projects .info h4 a {
    color: #24150e;
}

.featured-projects .info h4 a:hover {
    color: #8F5339;
}

.contact-page {
    position: relative;
}

.contact-page .address span {
    text-transform: uppercase;
    display: inline-block;
    min-width: 100px;
}

.contact-page .contact-info h3 {
    color: #8F5339;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 36px;
}

.contact-page .contact-info form {}

.contact-page .contact-info form .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(44, 81, 69, 0.5);
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    height: 50px;
    padding: 6px 0;
}

.contact-page .contact-info form .form-control::-webkit-input-placeholder {
    color: #242424;
    text-transform: uppercase;
}

.contact-page .contact-info form .form-control::-moz-placeholder {
    color: #242424;
    text-transform: uppercase;
}

.contact-page .contact-info form .form-control:-ms-input-placeholder {
    color: #242424;
    text-transform: uppercase;
}

.contact-page .contact-info form .form-control:-moz-placeholder {
    color: #242424;
    text-transform: uppercase;
}

.contact-page .contact-info form textarea {
    height: 150px !important;
}

.contact-page .contact-info form select option {
    font-family: arial;
}

.contact-page .contact-info form .form-group {
    margin: 0 0 7px;
}

.contact-page .contact-info form .btn {
    background: #2D5044;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: 'MontserratSemiBold';
    padding: 11px 30px;
    width: 100%;
    border: 0;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.contact-page .contact-info form .btn:hover {
    background: #2c5145;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contact-page .contact-info form .form-group p {
    margin: 0;
}

.contact-page .contact-info form .form-group .wpcf7-spinner {
    position: absolute;
}

.contact-page .contact-info form .p-submit {
    color: #505050;
    font-size: 16px;
    padding: 5px 0 0;
}

.contact-page .contact-info form .p-submit a {
    color: #505050;
    text-decoration: underline;
}

.contact-page .contact-info form .p-submit a:hover {
    color: #8F5339;
}

.contact-page .request-btn p {
    color: #505050;
}

.contact-page .request-btn .btn {
    font-size: 20px;
    min-width: 480px;
}

.thankyou {
    position: relative;
}

.thankyou h2 {
    color: #8F5339;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-size: 36px;
    position: relative;
}

.thankyou h2::after {
    content: "";
    background: #8F5339;
    width: 75px;
    height: 2px;
    display: block;
    margin: 10px 0 0;
}

.thankyou p {
    font-size: 22px;
    line-height: 36px;
}

.privacy-page h2 {
    color: #2c5145;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 25px;
    padding: 0 0 10px;
}

.privacy-page h2::before {
    content: "";
    background: #8F5339;
    width: 70px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.privacy-page h2 span {
    display: block;
    font-family: 'MontserratLight';
    text-transform: none;
    font-size: 20px;
    padding: 5px 0 0;
}

.privacy-page ul {
    margin: 0;
    padding: 0 0 5px;
}

.privacy-page ul li {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    position: relative;
}

.privacy-page ul li::before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
}

.privacy-page ol {
    margin: 0;
    padding: 0 0 5px;
    counter-reset: section;
}

.privacy-page ol li {
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.privacy-page ol li::before {
    content: counters(section, ".") " - ";
    counter-increment: section;
}

.request-sample {
    position: relative;
}

.request-sample .title {}

.request-sample .title h2 {
    color: #2c5145;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 36px;
    position: relative;
}

.request-sample .title h2::after {
    content: "";
    background: #8f5339;
    width: 75px;
    height: 2px;
    display: block;
    margin: 10px 0 0;
}

.request-sample .title p {
    font-size: 22px;
    line-height: 36px;
}

.request-sample .receive-title {
    color: #000;
    font-size: 22px;
}

.request-sample #signUpForm {
    margin: 0;
}

.request-sample #signUpForm .form-header {
    gap: 5px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    top: 0;
}

.request-sample #signUpForm .form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding: 50px 0 0;
    line-height: 18px;
}

.request-sample #signUpForm .form-header .stepIndicator.active {
    font-family: 'MontserratSemiBold';
    color: #8f5339;
}

.request-sample #signUpForm .form-header .stepIndicator.finish {
    /*font-family: 'MontserratSemiBold'; color: #8f5339;*/
}

.request-sample #signUpForm .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    z-index: 9;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #2c5145;
}

.request-sample #signUpForm .form-header .stepIndicator.active::before {
    background-color: #8f5339;
    border-color: #8f5339;
}

.request-sample #signUpForm .form-header .stepIndicator.finish::before {
    background-color: #8f5339;
    border-color: #8f5339;
}

.request-sample #signUpForm .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    width: 100%;
    height: 3px;
    background-color: #2c5145;
}

.request-sample #signUpForm .form-header .stepIndicator.active::after {}

.request-sample #signUpForm .form-header .stepIndicator.finish::after {
    background-color: #8f5339;
}

.request-sample #signUpForm .form-header .stepIndicator:last-child:after {
    display: none;
}

.request-sample #signUpForm .form-header .stepIndicator small {
    display: block;
    height: 20px;
    width: 20px;
    background: #2c5145;
    border: 3px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 1px;
    z-index: 15;
    opacity: 0;
}

.request-sample #signUpForm .form-header .stepIndicator.active small,
.request-sample #signUpForm .form-header .stepIndicator.finish small {
    opacity: 1;
}

.request-sample #signUpForm input {}

.request-sample #signUpForm input:focus {}

.request-sample #signUpForm input.invalid {
    border: 1px solid #ffaba5;
}

.request-sample #signUpForm .step {
    display: none;
}

.request-sample #signUpForm .form-footer {
    overflow: auto;
    gap: 20px;
}

.request-sample #signUpForm .form-footer button {
    width: 100%;
}

.request-sample #signUpForm .form-footer button:hover {}

.request-sample #signUpForm .form-footer #prevBtn {}

.request-sample .accordion-flush .accordion-item {
    border: 0;
    box-shadow: none;
}

.request-sample .accordion-button:not(.collapsed) {
    color: #8f5339;
    background: none;
}

.request-sample .accordion-button:not(.collapsed):focus {
    box-shadow: none;
}

.request-sample .accordion-header button {
    padding: 15px 0;
    border: 0;
    outline: 0;
    position: relative;
    gap: 5px;
    box-shadow: none;
    font-size: 18px;
    max-width: 600px;
    width: 100%;
}

.request-sample .accordion-header button:after {
    background: none;
    border-top: 12px solid #2c5145;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    width: 12px;
    height: 12px;
}

.request-sample .accordion-button:not(.collapsed):after {
    border-top-color: #8f5339;
    transform: inherit;
}

.request-sample .accordion-header button span {
    font-family: 'MontserratRegular';
}

.request-sample .accordion-body {
    border: 1px solid #be9c8d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 20px 0;
    padding: 25px 20px 5px;
}

.request-sample .input-group {
    display: block;
    cursor: pointer;
}

.request-sample .input-group>label {
    display: block;
}

.request-sample .input-group .radio-container {
    position: relative;
}

.request-sample .input-group .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.request-sample .input-group .checkmark {
    display: block;
    cursor: pointer;
}

.request-sample form .input-group .radio-container input:checked~.checkmark::after {
    opacity: 1;
    z-index: 2;
}

.request-sample .input-group .checkmark::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    left: 0;
    top: 0;
    background: #8f5339;
    border-radius: 100%;
}

.request-sample .sample-detail h4 {
    font-size: 20px;
    margin: 0;
    color: #24150e;
    text-transform: uppercase;
    font-family: 'montserratbold';
}

.request-sample .sample-detail a {
    color: #24150e;
}

.request-sample .sample-detail a:hover {
    color: #8F5339;
}

.request-sample .sample-detail h4 span {
    display: block;
    font-family: 'MontserratRegular';
}

.request-sample .sample-detail {
    margin: 0 0 30px;
}

.request-sample .sample-detail .inner {
    position: relative;
    height: 100%;
}

.request-sample .sample-detail .info {
    position: relative;
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 20px;
}

.request-sample .sample-detail .link {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
}

.request-sample #sample-collapse3 .sample-detail .link {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
}

.request-sample .stpe1,
.request-sample .stpe2 {
    padding: 0 5%;
}

.request-sample .btn {
    font-size: 22px;
}

.request-sample .p-submit {
    color: #505050;
    font-size: 16px;
    padding: 5px 0 0;
}

.request-sample .p-submit a {
    color: #505050;
    text-decoration: underline;
}

.request-sample .p-submit a:hover {
    color: #8F5339;
}

.request-sample .selected {
    margin: 0;
    padding: 0;
}

.request-sample .selected li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 15px;
}

.request-sample .selected li figure {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    margin: 0;
}

.request-sample #signUpForm .step.step-3 .form-footer {
    display: flex;
    gap: 50px;
    align-items: center;
}

.request-sample #signUpForm .step.step-3 .or {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'MontserratSemiBold';
    color: #2c5145;
}

.request-sample .form {}

.request-sample .form .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(44, 81, 69, 0.5);
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    height: 50px;
    padding: 6px 0;
}

.request-sample .form .form-control::-webkit-input-placeholder {
    color: #242424;
    text-transform: uppercase;
}

.request-sample .form .form-control::-moz-placeholder {
    color: #242424;
    text-transform: uppercase;
}

.request-sample .form .form-control:-ms-input-placeholder {
    color: #242424;
    text-transform: uppercase;
}

.request-sample .form .form-control:-moz-placeholder {
    color: #242424;
    text-transform: uppercase;
}

.request-sample .form textarea {
    /*padding: 6px 0 !important; height:60px !important;*/
}

.request-sample .form select option {
    font-family: arial;
}

.request-sample .form .form-group {
    margin: 0 0 7px;
}

.request-sample .form .btn {
    background: #8f5238;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: 'MontserratSemiBold';
    padding: 11px 30px;
    width: 100%;
    border: 0;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.request-sample .form .btn:hover {
    background: #2c5145;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.request-sample .thankyou .btn {
    padding: 15px 30px;
    font-size: 30px;
    width: 100%;
}

.documents h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'MontserratSemiBold';
    color: #000;
}

.documents h2 span {
    font-family: 'MontserratRegular';
}

/* Title customization */
.title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    /* Adjust as needed */
    border-bottom: 3px solid #8f5339;
    /* Full-width divider */
    padding-bottom: 15px;
    /* Spacing between text and border */
}

.lookbook-title,
.lookbook-link {
    color: #2c5145;
    text-transform: uppercase;
    font-size: 48px;
    margin: 0;
    white-space: nowrap;
    font-family: 'MontserratSemibold';
    text-decoration: none !important;
    /* Removes underline on hover */
}

.lookbook-link {
    text-decoration: none;
    /* Removes underline */
}

.lookbook-link:hover {
    text-decoration: none !important;
    /* Removes underline on hover */
}


/* Responsive Table */

.table-responsive {
    overflow-x: auto; /* Ensures horizontal scrolling */
    max-width: 100%; /* Prevents overflow issues */
}

.table-responsive:focus {
    outline: 2px solid #005ea5; /* Visible focus indicator */
    outline-offset: 2px;
}

.download-text .download-item {
    position: relative;
}

.download-text .dropdown-arrow{
  position: relative;
}
.download-text .dropdown-arrow::after{
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 4px;
  margin: 0 auto;
  width: 9px;
  height: 4px;
}

.download-text .download-grid {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 15px;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	z-index: 3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    left: -40px;
    right: 0;
    margin: 0 auto !important;
	top: 90px;
}

.download-text .download-item:hover .download-grid.show {
    display: block;
}

.download-text .download-grid li {
  margin: 0 0 10px !important; padding: 0 !important; width: auto !important; font-size: 14px !important;
}

.download-text .download-grid li:last-child {
  margin-bottom: 0 !important;
}

.download-text .download-grid li a {
    display: block;
    padding: 5px 10px;
    border-radius: 15px;
    transition: background-color 0.2s, color 0.2s;
}

.download-text .download-grid li a:hover {
    background-color: #8E553A;
    color: #fff;
}


@media (min-width: 320px) and (max-width: 489px) {
	
	.download-text ul li{width: 48% !important;}
	.download-text ul li figure a{-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
	.download-text .dropdown-arrow::after{bottom: 4px;}
	.download-text .download-grid{left: -10px; min-width: 180px;}
	.download-text .download-grid li{display: block !important;}
	
}

/** Smartphones **/
@media (min-width: 320px) and (max-width: 767px) {

    .header .navbar .logo img {
        max-width: 160px;
    }

    .header .navbar .logo span {
        font-size: 13px;
    }

    .banner {
        padding: 150px 0 0;
    }

    .banner .banner-text {
        padding: 0 0 20px;
    }

    .banner video {
        height: auto;
        object-fit: cover;
        object-position: center center;
    }

    .banner .video-destop {
        display: none;
    }

    .banner .video-mobile {
        display: block !important;
    }

    .banner .title {
        font-size: 26px;
    }

    .banner .title span {
        letter-spacing: 2px;
    }

    .about-sec .title,
    .why-choose h2,
    .our-certified h2,
    .text-wrap h2,
    .page-title,
    .products-page-title,
    .projects-page-title,
    .about-history h2,
    .our-capabilities h2,
    .growing-sec h2,
    .request-sample .title h2,
    .thankyou h2,
    .contact-page .contact-info h3 {
        font-size: 30px;
    }

    .products-page-subtitle,
    .projects-page-subtitle {
        font-size: 20px;
    }

    .about-sec {
        padding: 50px 0 50px;
    }

    .about-sec h3 {
        font-size: 18px;
    }

    .about-sec .about-left {
        margin: 0;
    }

    .about-sec .row-flex .about-left {
        padding: 0;
    }

    .about-sec .about-left .p-tag {
        padding: 0 0 0 55px;
    }

    .about-sec .about-left .p-tag::before {
        width: 40px;
        height: 2px;
    }

    .about-sec .mrb-80 {
        margin-bottom: 20px !important;
    }

    .about-sec .about-left p.mrb-80 {
        margin-bottom: 40px !important;
    }

    .about-sec .about-left p.mrb-100,
    .about-sec .about-left p.mrb-105,
    .about-sec .about-left p.mrb-135 {
        margin-bottom: 20px !important;
    }

    .about-sec .about-right,
    .about-sec .row:nth-child(2) .about-left {
        padding: 0;
    }

    .about-sec .about-right figure img {
        height: auto;
    }

    .why-choose .wc-coll {
        width: auto;
    }

    .why-choose .info {
        padding: 0;
    }

    .our-certified .title p,
    .text-wrap .info p {
        font-size: 20px;
        line-height: 30px;
    }

    .our-certified .certified {
        text-align: center !important;
    }

    .text-wrap .btn {
        font-size: 28px;
    }

    .ft-logo {
        display: block;
    }

    .wg-1 address {
        margin: 20px 0;
        padding: 20px 0 0;
        border-top: 2px solid #fff;
        border-left: 0;
    }

    .footer .footer-right {
        padding: 0 15px;
    }

    .footer h4 {
        margin: 0 0 20px;
    }

    .footer .copyright {
        text-align: center !important;
    }

    .our-story figure {
        margin: 0 0 30px 15px !important;
        float: none !important;
        width: auto;
    }

    .our-story figure img {
        box-shadow: -15px 15px 0 #8F5339;
    }

    .our-story figure.align-left img {
        box-shadow: -15px 15px 0 #2c5145;
    }

    .our-story {
        padding: 60px 0 40px;
    }

    .about-history .building {
        margin: -70px 0 50px;
    }

    .about-history .building img {
        height: auto;
    }

    .about-history .right-grid {
        padding: 0 15px;
    }

    .about-history h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .our-capabilities .title p {
        font-size: 20px;
        line-height: 30px;
    }

    .our-capabilities .btn {
        font-size: 20px;
    }

    .growing-sec .title p {
        font-size: 20px;
        line-height: 30px;
    }

    .growing-sec .btn {
        font-size: 26px;
    }

    .contact-page .request-btn .btn {
        min-width: 100%;
    }

    .download-text ul {
        display: block;
        padding: 0;
    }

    .download-text ul li {
        margin: 0 0 15px 0 !important;
        padding: 0 10px;
        width: 32%;
    }

    .download-text ul li figure a {
        padding: 12px;
        width: 80px;
        height: 80px
    }
	
    .download-text h5 {
        font-size: 16px;
        word-break: break-word;
    }

    .finishes-text .request-btn .btn {
        font-size: 25px;
    }

    .product-used-detail .right-grid .detail-bx {
        width: 50%;
    }

    .product-used-detail h3 {
        font-size: 24px;
    }

    .request-sample .accordion-header button {
        padding: 15px 15px 15px 0;
        display: block;
    }

    .request-sample .accordion-header button span {
        display: block;
    }

    .request-sample .accordion-header button::after {
        position: absolute;
        right: 0;
        top: 20px;
    }

    .request-sample #signUpForm .step.step-3 .form-footer {
        display: block;
        text-align: center;
        align-items: center;
    }

    .request-sample .btn,
    .request-sample #signUpForm .step.step-3 .form-footer .btn {
        font-size: 18px;
    }

    .request-sample #signUpForm .step.step-3 .or {
        margin: 7px 0;
    }

    .request-sample .form .btn {
        font-size: 22px;
    }

    .request-sample .sample-detail .link {
        width: 50px;
        height: 50px;
        min-height: 50px;
        min-width: 50px;
    }

    .request-sample #sample-collapse3 .sample-detail .link {
        width: 30px;
        height: 30px;
        min-height: 30px;
        min-width: 30px;
    }

    .perforation-text .perforation-row {
        margin: 0 -15px 40px;
    }

    .perforation-text h3 {
        font-size: 40px;
        margin: 0 0 35px;
        position: relative;
        writing-mode: inherit;
        display: block;
        line-height: 40px;
    }

    .perforation-text h3 span {
        font-size: 30px;
    }

    .perforation-text .perforation-col {
        padding: 0 15px;
    }

    .privacy-page h2 {
        font-size: 26px;
    }

    .breadcrumb-wrap {
        padding: 170px 0 20px;
    }

    .title-container {
        flex-direction: column;
        align-items: flex-start;
        /* Aligns content to the left */
        text-align: left;
        /* Ensures text is left-aligned */
    }

    .lookbook-title {
        font-size: 36px;
        /* Adjust for smaller screens */
        width: 100%;
        /* Ensures full width for proper alignment */
    }
	
	.lookbook-link {
		font-family: 'MontserratLight';
	}
}

.mcm2001 {
    font-size: 19px;
    letter-spacing: 4px;
}


@media (min-width: 320px) and (max-width: 480px) {

    .images-info {
        padding: 0;
    }

    .images-info .owl-carousel {
        padding: 0 25%;
    }

    .images-info .request-btn .btn {
        padding: 7px 23px;
        font-size: 25px;
    }

    .images-info .item figure img {
        height: 130px;
    }

}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        width: 100% !important;
    }

    .ft-logo img {
        max-width: 160px;
    }

}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {

    .container {
        width: auto;
        max-width: 850px;
        padding: 0 30px !important;
    }

    .header .navbar .logo img {
        max-width: 160px;
    }

    .header .navbar .logo span {
        font-size: 13px;
    }

    .banner {
        padding: 148px 0 0;
    }

    .banner video {
        object-fit: cover;
        object-position: center center;
        height: auto;
    }

    .banner .title {
        font-size: 40px;
    }

    .about-sec .title,
    .why-choose h2,
    .our-certified h2,
    .text-wrap h2,
    .page-title,
    .about-history h2,
    .our-capabilities h2,
    .growing-sec h2 {
        font-size: 34px;
    }

    .about-sec .is-layout-flex {
        display: block;
    }

    .about-sec .about-left p.mrb-100,
    .about-sec .about-left p.mrb-105,
    .about-sec .about-left p.mrb-135 {
        margin-bottom: 20px !important;
    }

    .about-sec h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .about-sec .about-left p.mrb-80 {
        margin-bottom: 40px !important;
    }

    .about-sec .about-left .p-tag {
        padding: 0 0 0 55px;
    }

    .about-sec .about-left .p-tag::before {
        width: 40px;
        height: 2px;
    }

    .about-sec .about-right,
    .about-sec .row:nth-child(2) .about-left {
        padding: 0;
    }

    .about-sec .row-flex .about-left {
        padding: 0;
    }

    .about-sec .about-right,
    .about-sec .about-left {
        width: 100%;
    }

    .about-sec .about-right figure img {
        height: auto;
    }

    .why-choose .is-layout-flex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .why-choose .wc-coll {
        width: 33.33333%;
    }

    .why-choose .info {
        padding: 0;
    }

    .why-choose .info figure img {
        height: 100px;
        width: 100px;
        object-fit: contain;
    }

    .our-certified .title p,
    .text-wrap .info p {
        font-size: 20px;
        line-height: 30px;
    }

    .our-certified .certified {
        text-align: center !important;
    }

    .text-wrap .btn {
        font-size: 28px;
    }

    .footer .footer-left {
        width: 100%;
    }

    .footer .footer-right {
        width: 100%;
        padding: 0 15px;
    }

    .footer h4 {
        margin: 0 0 20px;
    }

    .footer .copyright {
        text-align: center !important;
    }

    .our-story figure {
        margin: 0 0 30px 15px !important;
        float: none !important;
        width: auto;
    }

    .our-story figure img {
        box-shadow: -15px 15px 0 #8F5339;
    }

    .our-story figure.align-left img {
        box-shadow: -15px 15px 0 #2c5145;
    }

    .about-history .right-grid {
        padding: 0 15px;
    }

    .about-history h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .our-capabilities .is-layout-flex,
    .growing-sec .is-layout-flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .our-capabilities .capabilities-box .figure {
        margin: 0;
    }

    .our-capabilities .title p {
        font-size: 20px;
        line-height: 30px;
    }

    .our-capabilities .btn {
        font-size: 20px;
    }

    .our-capabilities .oc-coll {
        width: 50%;
    }

    .growing-sec .title p {
        font-size: 20px;
        line-height: 30px;
    }

    .growing-sec .btn {
        font-size: 26px;
    }

    .growing-sec .gs-coll {
        width: 50%;
    }

    .request-sample .sample-detail .info {
        display: block;
        gap: 10px;
    }

    .request-sample .sample-detail .link {
        width: 50px;
        height: 50px;
        min-height: 50px;
        min-width: 50px;
    }

    .request-sample #sample-collapse3 .sample-detail .link {
        width: 30px;
        height: 30px;
        min-height: 30px;
        min-width: 30px;
    }

    .product-used-detail .left-grid,
    .product-used-detail .right-grid {
        width: 100%;
    }

    .images-info {
        padding: 0;
    }

    .images-info .owl-carousel {
        padding: 0 25%;
    }

    .images-info .request-btn .btn {
        font-size: 34px;
    }

    .images-info .item figure img {
        height: 300px;
    }

    .download-text ul {
        padding: 0;
    }
	
	
	.download-text > ul{display: block;}	
	.download-text > ul > li{width: 32%;}
	.download-text ul li figure a{width: 110px; height: 110px;}
	.download-text .download-grid{left: -20px;}

    .perforation-text .perforation-row {
        margin: 0 -15px 40px;
    }

    .perforation-text h3 {
        font-size: 50px;
        margin: 0 0 35px;
        position: relative;
        writing-mode: inherit;
        display: block;
    }

    .perforation-text h3 span {
        font-size: 30px;
    }

    .perforation-text .perforation-col {
        padding: 0 15px;
    }

    .features-text .features-col {
        width: 50%;
    }

    .finishes-text .ft-col {
        width: 50%;
    }

}

/* Desktop */
@media (min-width: 960px) and (max-width: 1190px) {

    .container {
        width: auto;
        padding: 0 30px !important;
        ;
        max-width: 1030px
    }

    .banner .title {
        font-size: 46px;
    }

    .why-choose .info {
        padding: 0;
    }

    .about-sec .title,
    .why-choose h2,
    .our-certified h2,
    .text-wrap h2,
    .page-title,
    .about-history h2,
    .our-capabilities h2,
    .growing-sec h2 {
        font-size: 36px;
    }

    .about-sec h3 {
        font-size: 20px;
    }

    .text-wrap .btn {
        font-size: 30px;
    }

    .about-sec .about-left p.mrb-80 {
        margin-bottom: 40px !important;
    }

    .growing-sec .btn {
        font-size: 30px;
    }

    .our-capabilities .is-layout-flex,
    .growing-sec .is-layout-flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .our-capabilities .capabilities-box .figure {
        margin: 0;
    }

    .download-text ul {
        padding: 0;
    }

    .perforation-text .perforation-row {
        margin: 0 -25px 40px;
    }

    .perforation-text h3 {
        margin: 0 0 35px;
        position: relative;
        writing-mode: inherit;
        display: block;
    }

    .perforation-text .perforation-col {
        padding: 0 25px;
        margin: 0 0 30px;
    }

    .features-text .features-col {
        width: 50%;
    }

}

/* Desktop */
@media (min-width: 1200px) and (max-width: 1370px) {

    .container {
        max-width: 1200px;
    }

    .header nav .navbar .links li {
        margin: 0 5px;
    }

    .header nav .navbar .links li .arrow {
        margin: 2px 0 0 3px;
    }

    .about-sec .about-left p.mrb-100 {
        margin-bottom: 50px !important;
    }

    .about-sec .about-left p.mrb-105 {
        margin-bottom: 18px !important;
    }

    .about-sec .about-left p.mrb-135 {
        margin-bottom: 105px !important;
    }

}

@media (min-width: 1200px) {

    .container {
        padding: 0 30px !important;
    }

}

@media (min-width: 1400px) {

    .container {
        max-width: 1400px;
    }

}

.zip-list {
  margin-top: 10px;
}
.zip-list a.toggle-files {
  display: inline-block;
  margin-bottom: 5px;
  color: #0073aa;
  text-decoration: underline;
  cursor: pointer;
}
.zip-file-list {
  list-style: disc;
  margin: 0 0 10px 25px;
  padding: 0;
}
.zip-file-list li a {
  color: #333;
  text-decoration: none;
}
.zip-file-list li a:hover {
  text-decoration: underline;
}
