:root{
    --white-color : #fff;
    --black-color: #000;
    --gray-color: #282828;
    --green-color: #585C41;
    --green-color-light:#7A7A56;
    --ash-color: #D1D1D1;
    --ligh-ash-color: #D5D5D5;
    --ash-bg: #FAFAFA;
    --light-green: #B8BCA1;
}
*{
    font-family: 'Montserrat', sans-serif;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: unset;
}

/* COMMON */
    .slick-slider:not(.slick-initialized),
    .latest-news-slider:not(.slick-initialized) { 
        display: none !important; 
    }
    .display-none{
        display: none !important;
    }
    .min-wrap{
        width: 60%;
        margin: auto;
    }
    .middle-wrap{
        width: 70%;
        margin: auto;
    }
    .large-wrap{
        width: 75%;
        margin: auto;
    }
    .max-wrap{
        width: 80%;
        margin: auto;
    }
    .extra-large-wrap{
        width: 90%;
        margin: auto;
    }
    .footer-wrapper{
        width: 85%;
        margin: auto;
    }

    .ash-background{
        background-color: var(--ash-bg);
    }

    .section-heading{
        font-size: 45px;
        color: var(--black-color);
        font-family: 'Playfair Display', serif;
        font-weight: normal;
    }
    .plain-section-heading{
        font-size: 35px;
        color: var(--gray-color);
        letter-spacing: 7px;
        font-weight: 500;
    }
    .two-side-section-heading,
    .three-side-section-heading{
        padding-bottom: 90px;
    }
    .two-side-section-heading h5,
    .three-side-section-heading h5{
        width: 30%;
    }
    .two-side-section-heading .paragraph{
        width: 50%;
    }
    .three-side-section-heading .paragraph{
        width: 40%;
    }
    .three-side-section-heading .btn{
        width: 30%;
    }

    .paragraph{
        font-size: 17px;
        line-height: 30px;
        font-weight: 500;
    }
    .txt--28{
        font-size: 28px;
    }
    .txt--font-weight-100{
        font-weight: 100;
    }
    .txt--font-weight-600{
        font-weight: 600;
    }
    .txt--line-height-40{
        line-height: 40px;
    }
    .txt--center{
        text-align: center;
    }
   
    .txt--white{
        color: var(--white-color);
    }
    .txt--pad-bot-30{
        padding-bottom: 30px;
    }
    .txt--pad-bot-50{
        padding-bottom: 50px;
    }
  
    .padding-top--50{
        padding-top: 50px;
    }
    .padding-bottom--50{
        padding-bottom: 50px;
    }
    .padding-top--100{
        padding-top: 100px;
    }
    .padding-bottom--100{
        padding-bottom: 100px;
    }
    .padding-top--140{
        padding-top: 140px;
    }
    .padding-bottom--140{
        padding-bottom: 140px;
    }
    .padding-top--200{
        padding-top: 200px;
    }
    .padding-bottom--200{
        padding-bottom: 200px;
    }

    .first-section-heading{
        font-size: 32px;
        line-height: 48px;
        font-weight: 500;
    }
    /* BUTTONS */
    
        .btn--box{
            padding: 10px 30px;
            text-decoration: none;
            font-size: 16px;
            letter-spacing: 3.2px;
            font-weight: 500;
            cursor: pointer;
        }
        .btn--rounded {
            padding: 10px 30px;
            border-radius: 26px;
            text-decoration: none;
            font-size: 13px;
            letter-spacing: 2.6px;
            font-weight: 500;
        }
        .btn--rounded::before{
            border-radius: 26px;
        }


        .btn--gray-outline{
            border: 1px solid var(--gray-color);
            color: var(--gray-color);
            transition: all 0.5s;
            padding: 10px 50px;
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            overflow: hidden;
        }
        .btn--gray-outline::before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: -5px;
            right: -5px;
            bottom: 0;
            background-color: var(--green-color);
            border: 1px solid var(--green-color);
            color: var(--white-color);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
        .btn--gray-outline:hover::before{
            webkit-transform: scaleX(1);
            transform: scaleX(1);
        }
        .btn--gray-outline:hover{
            border: 1px solid var(--green-color);
            color: var(--white-color);
        }
        .btn--gray-outline-wide{
            padding: 10px 75px;
        }
        .btn--gray-bg{
            background-color: var(--green-color);
            color: var(--white-color);
            padding: 15px 75px;
             transition: all 0.5s;
        }
        .btn--gray-bg:hover{
            color: var(--white-color);
             transition: all 0.5s;
        }

        
        .btn--white-bg{
            background-color: var(--white-color);
            color: var(--gray-color);
            padding: 15px 50px;
            transition: all 0.5s;
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            overflow: hidden;
        }
        .btn--white-bg::before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: var(--gray-color);
            color: var(--white-color);
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }
        .btn--white-bg:hover{
            color: var(--white-color);
        }
        .btn--white-bg:hover::before{
            webkit-transform: scaleX(1);
            transform: scaleX(1);
        }


        .btn--pain{
            color: var(--gray-color);
            transition: all 0.5s;
        }
        .btn--pain:hover{
            color: var(--green-color);
            transition: all 0.5s;
        }

        .two-btns-wrapper{
            gap: 10px;
        }
    /* BUTTONS */
    .main-normal-description{
        padding-left: 180px;
    }
/* COMMON */

/* HEADER */
.mobile-offcanvas{
    display: none;
}
.navbar-brand-on-expand{
    display: none ;
}
body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:10; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
    /* GREEN BAR */
        .header{
            background-color: var(--white-color);
            transition: all 0.5s;
        }
        .header .main-wrapper{
            width: 85%;
            margin: auto;
        }
        .header .green-bar-wrapper{
            padding: 8px 0;
            background-color: var(--green-color);
            transition: all 0.5s;
        }
        .header .green-bar-wrapper .contact-info {
            flex-grow: 1;
            gap: 35px;
        }
        .header .green-bar-wrapper .contact-info  span{
            font-weight: 100;
            color: var(--white-color);
            letter-spacing: 2.4px;
            font-size: 12px;
            padding-right: 4px;
        }
        .header .green-bar-wrapper .contact-info a{
            text-decoration: none;
            color: var(--white-color);
            letter-spacing: 2.4px;
            font-size: 12px;
            font-weight: 600;
            transition: all 0.5s;
        }
        .header .green-bar-wrapper .contact-info a:hover{
            text-decoration: underline;
            font-weight: 500;
            transition: all 0.5s;
        }

        .header .social-icons{
            list-style: none;
            padding: 0;
            gap: 15px;
        }
        .header .social-icons li:hover img{
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4158%) hue-rotate(248deg) brightness(113%) contrast(74%);
        }
        .header .social-icons li img{
            filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(3823%) hue-rotate(279deg) brightness(112%) contrast(94%);
        }
        .header .social-icons li a{
            cursor: pointer;
        }
        
    /* GREEN BAR */
    /* NAV */
        .navbar-expand-lg{
            transition: all 0.5s;
        }
        .navbar-expand-lg .navbar-collapse{
            justify-content: flex-end;
        }
        .navbar-expand-lg .navbar-nav .nav-link{
            padding: 0;
            padding-right: 55px;
            letter-spacing: 2.6px;
            text-transform: uppercase;
            font-size: 13px;
            color: var(--gray-color);
            display: flex;
            flex-direction: column;
            font-weight: 500;
        }
        .navbar-expand-lg .navbar-nav .active .nav-link::after{
            content: '';
            width: 100%;
            height: 3px;
            background-color: var(--ash-color);
            margin-top: 5px;
        }
    /* NAV */
    /* HEADER SCROLLED */
        .scrolled-header{
            display: none;
            transition: all 0.5s;

        }
        .header-scrolled .main-wrapper{
           display: none;
            transition: all 0.5s;
        }
        .header-scrolled .green-bar-wrapper{
           display: none;
            transition: all 0.5s;
        }
        .header-scrolled .scrolled-header{
           display: flex;
           transition: all 0.5s;
        }
        .header{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            transition: all 0.5s;
            box-shadow: 0px 4px 6px #00000029;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }
         .scrolled-header .navbar-brand img{
            transform: scale(.5);
            transition: all 0.2s;
            -webkit-transition: all 0.5s;
        }
         .scrolled-header .navbar-expand-lg{
            height: 65px;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }
         .scrolled-header .green-bar-wrapper{
            padding: 4px 0;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }
    /* HEADER SCROLLED */
/* HEADER */

/* COMMON BANNER */
    .common-banner{
        position: relative;
        margin-top: 160px;
    }
    .common-banner img{
        height: 450px;
        object-fit: cover;
    }
    .common-banner::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        object-position: bottom;
    }
    .breadcrumb{
        font-size: 15px;
        color: var(--black-color);
        font-weight: 500;
        margin: 0;

    }
    .breadcrumb a{
        text-decoration: none;
        color: var(--black-color);
    }
/* COMMON BANNER */

/* HOME */
    /* BANNER */
        .home-banner{
            margin-top: 160px;
        }
        .home-banner .banner-box{
            height: 70vh;
            position: relative;
        }
        .home-banner .banner-box::after{
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-position: bottom;
            background-repeat: no-repeat;
        }
        .home-banner .banner-box img{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            height: 100%;
            object-fit: cover;
        }
        .home-banner .banner-box .content-box{
            position: relative;
            width: 100%;
            height: 100%;
            padding-bottom: 100px;
            z-index: 1;
        }
        .home-banner .banner-box .content-box h6,
        .home-banner .banner-box .content-box h5{
            text-align: center;
            text-transform: uppercase;
            color: var(--white-color);
            font-weight: 500;
        }
        .home-banner .banner-box .content-box h6{
            font-size: 22px;
            letter-spacing: 2.2px;
        }
        .home-banner .banner-box .content-box h5{
            font-size: 53px;
        }
        .home-banner .carousel-indicators {
            justify-content: flex-start;
            margin-right: 20%;
            margin-left: 20%;
            margin-bottom: 33px;
            gap: 40px;
            align-items: center;
        }

        .home-banner .carousel-indicators button{
            border-top: 0;
            border-bottom: 0;
            width: 9px;
            height: 9px;
            border-radius: 50%;
            opacity: 1;
        }
        .home-banner .carousel-indicators button.active{
            width: 15px;
            height: 15px;
        }
       
    /* BANNER */
    /* CATEGORIES */
        .home-categories .categories-wrapper {
            display: grid;
            grid-template-columns: 50% 50% 50% 50%;
            grid-template-rows: 5, 1fr;
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            padding-top: 75px;
        }
        
        .home-categories .categories-wrapper .div1 { 
            grid-area: 1 / 1 / 3 / 2; 
            height: 710px;
            position: relative;
           
            background-repeat: no-repeat;
            object-fit: cover;
            object-position: center;
        }
        .home-categories .categories-wrapper .div1 .img-box{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
             /* transition: clip-path 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
            clip-path: inset(0 100% 0 0); */
        }
        .home-categories .categories-wrapper .div1 .img-box img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .home-categories .categories-wrapper .div2 { 
            grid-area: 1 / 2 / 2 / 3; 
            height: 450px;
            padding: 20px 120px 20px 180px;
        }
        .home-categories .categories-wrapper .div3 { 
            grid-area: 2 / 2 / 4 / 3; 
            height: 710px;
            position: relative;
            background-repeat: no-repeat;
            object-fit: cover;
            object-position: center;
        }
        .home-categories .categories-wrapper .div3 .img-box{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
        }
        .home-categories .categories-wrapper .div3 .img-box img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .home-categories .categories-wrapper .div4 { 
            grid-area: 3 / 1 / 4 / 2; 
            height: 450px;
            padding: 20px 180px 20px 120px;
        }
        .home-categories .categories-wrapper .div1 .img-box::after,
        .home-categories .categories-wrapper .div3 .img-box::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-repeat: no-repeat;
        }
        .home-categories .categories-wrapper .div3 .img-box::after{
            background-position: bottom;
        }

        .home-categories .categories-wrapper .div1 h5,
        .home-categories .categories-wrapper .div3 h5{
            font-size: 32px;
            color: var(--white-color);
            font-weight: 500;
            gap: 40px;
            padding-top: 45px;
            position: relative;
            z-index: 1;
        }
        .home-categories .categories-wrapper .div1 h5::after{
            content: '';
            width: 188px;
            height: 2px;
            background-color: var( --ligh-ash-color);
            margin-right: -140px;
        }
        .home-categories .categories-wrapper .div3 h5{
            padding-bottom: 45px;
        }
        .home-categories .categories-wrapper .div3 h5::before{
            content: '';
            width: 188px;
            height: 2px;
            background-color: var( --ligh-ash-color);
            margin-left: -140px;
        }

    /* CATEGORIES */
    /* ABOUT */
        .about-section .left{
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        .about-section .left::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-position: bottom;
            background-repeat: no-repeat;
            transition: clip-path 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
            clip-path: inset(0 100% 0 0);
        }
        .about-section .left img{
            object-fit: cover;
            object-position: top;
            width: 100%;
            height: 110%;
        }
        .about-section .right{
            background-color: var(--green-color);
            padding: 30px 25% 30px 180px;
        }
    /* ABOUT */
    /* COUNT SECTION */
        .count-section .count-boxes{
            padding-top: 60px;
        }
        .count-section .box{
            width: 25%;
            text-align: center;
        }
        .count-section .box .number,
        .count-section .box .number span{
            font-family: 'Playfair Display', serif;
            font-size: 50px;
            color: var(--green-color);
        }
        
    /* COUNT SECTION */
    /* ARTS AND CRAFTS */
        .arts-and-crafts .video-box{
            height: 650px;
            width: 100%;
            position: relative;
        }
        .arts-and-crafts .video-box .bg-img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .arts-and-crafts .video-box .btn-box{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .arts-and-crafts .video-box .btn-box .play-btn{
            cursor: pointer;
        }
        .arts-and-crafts .video-box iframe{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: none;
        }
    /* ARTS AND CRAFTS */
    /* PROJECTS */
        .project-boxes-slider {
            margin: 0px -35px;
            /* display: flex !important;
            flex-wrap: nowrap !important; 
            align-items: center; */
            position: relative;
        }
        .project-boxes-slider .box{
            padding: 0px 35px;
        }
        .project-boxes-slider .box .img-box{
            width: 100%;
            height: 560px;
            overflow: hidden;
            position: relative;
        }
        .project-boxes-slider .box .img-box::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100% auto;
        }
        .project-boxes-slider .box img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s;
        }
        .projects-projects .box .is-inview   .projects-projects .box .scrolled{
            transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 2ms;
        }
        .project-boxes-slider .box:hover img{
            transform: scale(1.1);
            transition: all 0.5s;
        }
        .project-boxes-slider .box .content{
            padding-top: 65px;
        }
        .project-boxes-slider .box .content h5{
            color: var(--gray-color);
            font-size: 30px;
            font-weight: 500;
        }
        .project-boxes-slider .box .content p{
            color: var(--gray-color);
            font-size: 17px;
            font-weight: 500;
        }
        .project-boxes-slider .slick-prev,
        .project-boxes-slider .slick-next{
            min-width: 50px;
            width: 50px;
            height: 50px;
            padding: 0;
            color: transparent;
            border: none;
            background-color: transparent;
            position: absolute;
            background-repeat: no-repeat;
            top: 38%;
            transition: all 0.5s;
            z-index: 100;
            border-radius: 50%;
            background-color: var(--white-color);
        }
        .project-boxes-slider .slick-next:hover,
        .project-boxes-slider .slick-prev:hover{
            transition: all 0.5s;
        }
        .project-boxes-slider .slick-prev{
            left: -80px;
        }
        .project-boxes-slider .slick-next{
            right: -80px;
        }

    /* PROJECTS */
    /* TESTIMONIALS */
        .testimonials{
            background-color: var(--green-color);
        }
        .testimonials .img-box .rectangle{
            height: 570px;
            border-radius: 282px;
            border: 1px solid #90906D;
        }
        .testimonials .img-box .rectangle img{
            object-fit: cover;
            border-radius: 282px;
            margin-left: -20px;
        }
        
        .testimonials .right{
            padding-left: 200px;
        }
        .testimonials .stars{
            list-style: none;
            gap: 7px;
            padding: 20px 0 50px 0;
        }
        .testimonials .customer-info h5{
            font-size: 20px;
            font-weight: 100;
        }
        .testimonials .testimonials-slider{
            position: relative;
        }
        .testimonials .testimonials-slider .slick-dots{
            display: flex;
            list-style: none;
            gap: 40px;
            padding-top: 30px;
            justify-content: flex-end;
            padding-left: 0;
        }
        .testimonials .testimonials-slider .slick-dots li{
            display: flex;
            align-items: center;
        }
        .testimonials .testimonials-slider .slick-dots button{
            width: 9px;
            height: 9px;
            padding: 0;
            border: 0;
            color: transparent;
            border-radius: 50%;
            background-color: var(--white-color);
            justify-content: flex-end;
        }
        .testimonials .testimonials-slider .slick-active button{
            width: 15px;
            height: 15px;
        }

    /* TESTIMONIALS */
/* HOME */

/* HOME FURNITURE */
    .products-section{
        background-color: var(--green-color);
    }
    .products-section.office-products{
        background-color: var(--green-color-light);
    }
    .products-section .nav-wrapper{
        row-gap: 3px;
    }
    .products-section .nav-wrapper button{
        width: 280px;
        padding: 15px 10px;
        text-align: center;
        background-color: var(--light-green);
        margin: 0px 1.5px;
        text-decoration: none;
        color: var(--black-color);
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2.6px;
        border: none;
    }
    .products-section.office-products .nav-wrapper button{
        background-color: var(--green-color);
        color: var(--white-color);
        border: 0;
    }
    .products-section .nav-wrapper button.active{
        border: 1px solid #D1D1D134;
        color: var(--white-color);
        background-color: transparent;
    }

    .products-section .product-boxes-wrapper .box{
        width: 25%;
        padding: 30px 20px;
    }
    .products-section .product-boxes-wrapper .img-box{
        width: 100%;
        height: 378px;
        overflow: hidden;
        position: relative;
    }
    .products-section .product-boxes-wrapper .btn-box{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 40px;
        opacity: 0;
        transition: all 0.5s;
    }
    .products-section .product-boxes-wrapper .btn-box button{
        border: 0;
        outline: 0;
    }
    
    .products-section .product-boxes-wrapper .box:hover .btn-box{
        opacity: 1;
        transition: all 0.5s;
    }
    .products-section .product-boxes-wrapper .box:hover .btn-box{
        border: 0;
        outline: 0;
    }
    .products-section .product-boxes-wrapper .box img{
        transition: all 0.5s;
        height: 100%;
        object-fit: cover;     
    }
    .products-section .product-boxes-wrapper .box img{
        transition: clip-path 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
        clip-path: inset(100% 0 0 0);
        transition: all 0.5s;
    }
    .products-section .product-boxes-wrapper .box img.is-inview   .products-section .product-boxes-wrapper .box img.scrolled{
        transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 2ms;
    }
    .products-section .product-boxes-wrapper .box:hover img{
        transform: scale(1.1);
        transition: all 0.5s;
    }
    .products-section .product-boxes-wrapper .box .content h5{
        padding-top: 30px;
        font-size: 20px;
        font-weight: 500;
    }
    .products-section .product-categories-wrapper .category{
        padding-top: 60px;
        padding-bottom: 80px;
        border-bottom: 1px solid #A8A989;
    }
    .products-section .product-categories-wrapper .category:last-child{
        border: none;
        padding-bottom: 0;
    }

    /* MODAL */
        .product-modal.modal .modal-content{
            border-radius: 0;
            border: 0;
        }
        .product-modal.modal .modal-dialog{
            max-width: 50%;
            margin-top: 115px;
        }
        .product-modal.modal .modal-dialog .top-area{
            width: 100%;
        }
        .product-modal.modal .modal-dialog .top-area .left{
            width: 60%;
        }
        .product-modal.modal .modal-dialog .top-area .large-image img{
            height: 475px;
            width: 100%;
            object-fit: cover;
            border: 1px solid var(--ash-color);
        }
        .product-modal.modal .modal-dialog .top-area .right{
            width: 40%;
            padding-left: 85px;
        }
        .product-modal .modal-body{
            padding: 75px 85px 55px 85px;
        }
        .images-slider{
            margin: 0px -4px;
        }
        .images-slider .box{
            padding: 8px 4px;
            height: 88px;
            cursor: pointer;
        }
        .images-slider .box img{
            height: 100%;
            object-fit: cover;
            border: 1px solid var(--ash-color);
        }
        .product-modal.modal .modal-dialog .top-area .right h6{
            font-size: 11px;
            color: var(--black-color);
            font-weight: 500;
            padding-bottom: 13px;
        }
        .product-modal.modal .modal-dialog .top-area .right ul{
            padding-bottom: 30px !important;
            list-style: none;
        }
        .product-modal.modal .modal-dialog .top-area .right ul li{
            font-size: 14px;
            color: var(--black-color);
            font-weight: 500;
            padding-bottom: 5px;
        }
        .product-modal.modal .content{
            padding-left: 20%;
            padding-right: 15%;
            padding-top: 45px;
            text-align: center;
        }
        .product-modal.modal .content div{
            font-size: 14px;
            color: var(--black-color);
            font-weight: 500;
        }
        .product-modal.modal .content p:last-child{
            margin: 0;
        }
        .product-modal.modal .modal-footer{
            border: none;
            justify-content: center;
            padding-top: 0;
            padding-bottom: 80px;
        }

        .product-modal.modal .modal-footer .btn--pain{
            background-color: transparent;
            border: none;
            outline: none;
        }
        .product-modal.modal .modal-footer .btn--gray-bg{
            border: none;
            outline: none;
        }
        .product-modal.modal .btn-close{
            position: relative;
            right: -40px;
            top: -22px;
            width: 43px;
            height: 43px;
            background-color: var(--white-color);
            padding: 0;
            border-radius: 50%;
        }
        .product-modal.modal .modal-header{
            padding: 0;
            height: 0;
            border: 0;
        }
    /* MODAL */
/* HOME FURNITURE */

/* PROJECTS */
    .projects-projects .project-boxes-slider{
        flex-wrap: wrap !important;
    }
    .projects-projects .box{
        width: 50%;
        display: none;
    }
    .projects-projects .box.display{
        display: block;
    }
    .projects-projects .box .content{
        padding-bottom: 100px;
    }
    .projects-projects .project-boxes-slider .slick-dots{
        position: absolute;
        bottom: 40px;
        right: 50px;
        display: flex;
        list-style: none;
        gap: 40px;
        align-items: center;
    }
    .projects-projects .project-boxes-slider .slick-dots li{
        display: flex;
        align-items: center;
    }
    .projects-projects .project-boxes-slider .slick-dots button{
        padding: 0;
        color: transparent;
        border: none;
        background-color: var(--white-color);
        border-radius: 50%;
        width: 9px;
        height: 9px;
    }
    .projects-projects .project-boxes-slider .slick-active button{
        width: 15px;
        height: 15px;
    }
/* PROJECTS */

/* CONTACT US */
    .contact-section .form-group{
        position: relative;
    }
    .contact-section .form-group span{
        width: 100%;
    }
    .contact-section .form-group span input,
    .contact-section .form-group span textarea{
        width: 100%;
        border-radius: 0;
        border: 0;
        box-shadow: 0px 3px 6px #00000029;
        transition: all 0.5s;
        padding-left: 30px;
        font-size: 15px;
        color: var(--black-color);
        padding-top: 15px;
    } 
    .contact-section .form-group span input:focus,
    .contact-section .form-group span textarea:focus{
        border-radius: 0;
        outline: 0;
        border: 1px solid var(--green-color);
        box-shadow: none;
        transition: all 0.5s;
    }
    .contact-section .form-group span input{
        height: 50px;
    }
    .contact-section .form-group .form-label{
        position: absolute;
        margin: 0;
        top: 38px;
        left: 30px;
        font-size: 15px;
        font-weight: 500;
        color:#3E3E3E;
        z-index: 1;
        transition: all 0.3s;
    }
    .contact-section .form-group span textarea{
        height: 185px;
    }
    .contact-section .btn--box{
        margin-top: 15px;
        width: 100%;
        border: 0;
        outline: 0;
    }
    .contact-section .form-group.focused .form-label{
        font-size: 11px;
        transition: all 0.3s;
        top: 30px;
    }
    .contact-map iframe{
        width: 100%;
        height: 500px;
    }
    /* .contact-map iframe{
        width: 100%;
        height: 500px;
    } */
/* CONTACT US */


/* FOOTER */
    #footer {
        background-color: var(--ash-bg);
        padding-bottom: 140px;
    }
    #footer .normal-col{
        width: 20%;
        border-right: 1px solid #CBCBCB;
    }
    #footer .normal-col:last-child{
        border: none;
        width: 25%;
    }
    #footer .third-col{
        width: 35%;
        border-right: 1px solid #CBCBCB;
    }
    #footer .categories-wrapper{
        gap: 100px;
    }
    #footer .copyright{
        font-size: 11px;
        color: var(--gray-color);
        text-align: center;
    }
    #footer .copyright .text{
        flex-grow: 1;
    }
    #footer .copyright a{
        color: var(--gray-color);
        text-decoration: none;
    }
    #footer .copyright a:hover{
        color: var(--gray-color);
    }
    #footer h5{
        font-size: 20px;
        color: var(--black-color);
        margin: 0;
        padding-bottom: 40px;
        font-weight: 500;
    }
    #footer .navbar-nav .nav-link{
        padding: 0;
        font-size: 16px;
        color: var(--gray-color);
        padding-bottom: 5px;
        font-weight: 500;
        transition: all 0.5s;
    }
    #footer .navbar-nav .nav-link:hover{
        text-decoration: underline;
        transition: all 0.5s;
    }
    #footer .categories-wrapper .box p{
        color: var(--gray-color);
    }
    #footer .categories-wrapper .box ul{
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    #footer .categories-wrapper .box ul li{
        padding-bottom: 5px;
    }
    #footer .categories-wrapper .box ul li a{
        font-size: 16px;
        color: var(--gray-color);
        font-weight: 500;
        transition: all .5s;
        text-decoration: none;
    }
    #footer .categories-wrapper .box ul li a:hover{
        text-decoration: underline;
        transition: all .5s;
    }
    #footer .contact-box,
    .contact-section .contact-info-box{
        padding-bottom: 30px;
    }
    #footer .contact-box h6,
    .contact-section .contact-info-box h6{
        font-size: 13px;
        font-weight: 500;
        color: var(--gray-color);
        padding-bottom: 15px;
        letter-spacing: 2.6px;
        margin: 0;
    }
    #footer .contact-box a,
    .contact-section .contact-info-box a{
        font-size: 16px;
        color: var(--gray-color);
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 3.2px;
        transition: all 0.5s;
        text-transform: uppercase;
    }
    #footer .contact-box a:hover,
    .contact-section .contact-info-box a:hover{
        text-decoration: underline;
        transition: all 0.5s;
    }
    #footer .contact-box ul,
    .contact-section .contact-info-box ul{
        list-style: none;
        gap: 20px;
        padding-left: 0;
    }
    #footer .contact-box ul li a,
    .contact-section .contact-info-box ul li a{
        display: flex;
        align-items: flex-end;
        cursor: pointer;
    }
    #footer .contact-box ul li img,
    .contact-section .contact-info-box ul li img{
        transition: all 0.5s;
    }
    #footer .contact-box ul li:hover img,
    .contact-section .contact-info-box ul li:hover img{
        filter: brightness(0) saturate(100%) invert(31%) sepia(52%) saturate(226%) hue-rotate(29deg) brightness(97%) contrast(88%);
        transition: all 0.5s;
    }

    #footer .top-btn{
        border: 0;
        outline: 0;
        background-color: transparent;
    }

/* FOOTER */

/* OTHERS */

    .animate.is-inview {
        transition: clip-path 800ms cubic-bezier(0.215, 0.61, 0.355, 1) 2ms;
        clip-path: inset(0px 0px 0px 0px) !important;
    }

    .slick-slider:not(.slick-initialized),
    .latest-news-slider:not(.slick-initialized) { 
        display: none !important; 
    }

/* OTHERS */

/* MEDIA QUERIES */
@media only screen and (max-width: 1600px) {
    .home-categories .categories-wrapper .div1 h5::after {
        width: 90px;
        margin-right: -60px;
    }
    .home-categories .categories-wrapper .div3 h5::before {
        width: 90px;
        margin-left: -60px;
    }
    /* NAV */
        .navbar-expand-lg .navbar-nav .nav-link{
            padding-right: 35px;
        }
    /* NAV */
    /* COMMON */
        .min-wrap {
            width: 70%;
        }
        .middle-wrap{
            width: 80%;
        }
        .large-wrap{
            width: 85%;
        }
        .max-wrap{
            width: 90%;
        }
        .extra-large-wrap{
            width: 95%;
        }
        .main-normal-description {
            padding-left: 140px;
        }
        .common-banner img {
            height: 380px;
        }
    /* COMMON */
    /* HOME */
        .home-banner .banner-box {
            height: 50vh;
        }
        .home-categories .categories-wrapper .div1,
        .home-categories .categories-wrapper .div3 {
            height: 600px;
        }
        .home-categories .categories-wrapper .div2 {
            padding: 20px 50px 20px 70px;
            height: 400px;
        }
        .home-categories .categories-wrapper .div4 {
            padding: 20px 70px 20px 50px;
            height: 400px;
        }
        .about-section .right {
            padding: 30px 15% 30px 130px;
        }
        .project-boxes-slider .box .img-box {
            height: 480px;
        }
        .home-projects .extra-large-wrap{
            width: 90%;
        }
        .testimonials .img-box .rectangle {
            height: 525px;
        }
        /* PROJECTS */
            .project-boxes-slider .slick-prev{
                left: -30px;
            }
            .project-boxes-slider .slick-next{
                right: -30px;
            }
        /* PROJECTS */
    /* HOME */
    /* HOME FURNITURE */
        .products-section .product-boxes-wrapper .img-box {
            height: 340px;
        }
        .product-modal.modal .modal-dialog {
            max-width: 65%;
        }
    /* HOME FURNITURE */
}
@media only screen and (max-width: 1400px) {
/* NAV */
    .header .main-wrapper {
        width: 90%;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 12px;
    }
   
/* NAV */
/* COMMON */
    .two-btns-wrapper {
        flex-direction: column;
        justify-content: center !important;
    }
    .padding-top--50{
        padding-top: 40px;
    }
    .padding-bottom--50{
        padding-bottom: 40px;
    }
    .padding-top--100{
        padding-top: 70px;
    }
    .padding-bottom--100{
        padding-bottom: 70px;
    }
    .padding-top--140{
        padding-top: 100px;
    }
    .padding-bottom--140{
        padding-bottom: 100px;
    }
    .padding-top--200{
        padding-top: 130px;
    }
    .padding-bottom--200{
        padding-bottom: 130px;
    }
    .common-heading-section .min-wrap{
        width: 80%;
    }
    .common-banner img {
        height: 330px;
    }
/* COMMON */
/* HOME */
    .home-categories .categories-wrapper .div1 ,
    .home-categories .categories-wrapper .div3 {
        height: 550px;
    }
    .about-section .right {
        padding: 30px 10% 30px 100px;
    }
    .arts-and-crafts .video-box {
        height: 740px;
    }
    .project-boxes-slider .box .img-box {
        height: 385px;
    }
    .testimonials .min-wrap{
        width: 75%;
    }
    .testimonials .img-box .rectangle {
        height: 500px;
    }
     /* PROJECTS */
        .project-boxes-slider .slick-prev{
            left: -25px;
        }
        .project-boxes-slider .slick-next{
            right: -25px;
        }
    /* PROJECTS */
/* HOME */
/* HOME FURNITURE */
    .main-normal-description {
        padding-left: 80px;
    }
    .products-section .product-boxes-wrapper .img-box {
        height: 290px;
    }
    .products-section .product-boxes-wrapper .btn-box {
        padding-bottom: 15px;
    }
    .product-modal.modal .modal-dialog .top-area .large-image img {
        height: 440px;
    }
    .product-modal.modal .modal-dialog .top-area .right {
        padding-left: 40px;
    }
    .product-modal.modal .content {
        padding-top: 15px;
    }
    .product-modal .modal-body {
        padding: 75px 85px 30px 85px;
    }
/* HOME FURNITURE */
/* PROJECTS */
    .projects-projects .box .img-box {
        height: 450px;
    }
/* PROJECTS */
/* CONTACT */
    .contact-section .min-wrap{
        width: 85%;
    }
/* CONTACT */

/* FOOTER */
    #footer .normal-col:nth-child(1) {
        width: 15%;
    }
    #footer .third-col {
        width: 40%;
    }
    #footer .categories-wrapper {
        gap: 50px;
    }
    #footer .logo{
        width: 100px;
    }
    #footer h5 {
        font-size: 18px;
    }
    #footer .navbar-nav .nav-link {
        font-size: 14px;
    }
    #footer .categories-wrapper .box ul li a {
        font-size: 14px;
    }
    #footer .contact-box h6, .contact-section .contact-info-box h6 {
        font-size: 12px;
    }
    #footer .contact-box a, .contact-section .contact-info-box a {
        font-size: 14px;
    }
/* FOOTER */
}
@media only screen and (max-width: 1200px) {
    
/* COMMON */
    .min-wrap {
        width: 80%;
    }
    .middle-wrap{
        width: 85%;
    }
    .large-wrap{
        width: 90%;
    }
    .max-wrap{
        width: 95%;
    }
    .extra-large-wrap{
        width: 95%;
    }
    .common-heading-section .min-wrap{
        width: 85%;
    }
    .common-banner img {
        height: 280px;
    }
    .two-side-section-heading h5{
        width: 40%;
    }
    .common-banner {
        position: relative;
        margin-top: 125px;
    }
/* COMMON */
/* NAV */
    .header .btn--gray-outline{
        padding: 8px 25px;
    }
    .header .main-wrapper {
        width: 95%;
    }
    .navbar-brand img{
        width: 55px;
    }
    .header-scrolled .navbar-brand img {
        transform: scale(.7);
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 25px;
    }
/* NAV */
/* HOME */
    .home-banner {
        margin-top: 125px;
    }
    .home-banner .banner-box {
        height: 40vh;
    }
    .arts-and-crafts .video-box {
        height: 675px;
    }
    .testimonials .img-box .rectangle {
        height: 500px;
    }
    .project-boxes-slider .box .img-box {
        height: 325px;
    }
    .about-section .right {
        padding: 30px 5% 30px 50px;
    }
    .testimonials .min-wrap {
        width: 85%;
    }
    /* PROJECTS */
        .home-projects .max-wrap {
            width: 90%;
        }
        .project-boxes-slider .slick-prev, .project-boxes-slider .slick-next {
            min-width: 40px;
            width: 40px;
            height: 40px;
            background-size: auto 100%;
        }
        .project-boxes-slider .slick-prev {
            left: -15px;
        }
        .project-boxes-slider .slick-next {
            right: -15px;
        }
    /* PROJECTS */
/* HOME */
/* HOME FURNITURE */
    .products-section .product-boxes-wrapper .img-box {
        height: 245px;
    }
    .product-modal.modal .modal-dialog {
        max-width: 75%;
    }
/* HOME FURNITURE */
/* PROJECTS */
    .projects-projects .box .img-box {
        height: 400px;
    }
    .projects-projects .project-boxes-slider .slick-dots{
        gap: 30px;
        bottom: 20px;
        right: 30px;
    }
/* PROJECTS */
/* CONTACT */
    .contact-section .min-wrap {
        width: 80%;
    }
/* CONTACT */
/* FOOTER */
    #footer .normal-col:nth-child(2) {
        width: 17%;
    }
    #footer .third-col {
        width: 37%;
    }
    #footer .categories-wrapper {
        gap: 30px;
    }
    #footer .normal-col:last-child {
        border: none;
        width: 31%;
    }
    
/* FOOTER */
}
@media only screen and (min-width: 991px) {
    .hamburger{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    #footer {
        padding-bottom: 100px;
    }
    .contact-section .min-wrap {
        width: 95%;
    }
    .animate {
        transform: unset !important;
    }
/* COMMON */
    .min-wrap{
        width: 95%;
        margin: auto;
    }
    .middle-wrap{
        width: 95%;
        margin: auto;
    }
    .large-wrap{
        width: 95%;
        margin: auto;
    }
    .max-wrap{
        width: 95%;
        margin: auto;
    }
    .extra-large-wrap{
        width: 95%;
        margin: auto;
    }
    .footer-wrapper{
        width: 95%;
        margin: auto;
    }

    .padding-top--50{
        padding-top: 20px;
    }
    .padding-bottom--50{
        padding-bottom: 20px;
    }
    .padding-top--100{
        padding-top: 30px;
    }
    .padding-bottom--100{
        padding-bottom: 30px;
    }
    .padding-top--140{
        padding-top: 50px;
    }
    .padding-bottom--140{
        padding-bottom: 50px;
    }
    .padding-top--200{
        padding-top: 50px;
    }
    .padding-bottom--200{
        padding-bottom: 50px;
    }

    .section-heading{
        font-size: 30px;
    }

    .txt--28 {
        font-size: 18px;
    }
    .txt--line-height-40 {
        line-height: 32px;
    }
    .plain-section-heading {
        font-size: 25px;
    }

    .txt--pad-bot-30 {
        padding-bottom: 20px;
    }

    .txt--pad-bot-50 {
        padding-bottom: 20px;
    }
    .paragraph {
        font-size: 14px;
        line-height: 28px;
    }
    /* BUTTONS */
        .btn--box{
            font-size: 13px;
        }
        .btn--gray-outline{
            padding: 10px 40px;
        }
    /* BUTTONS */
    .common-banner {
        margin-top: 115px;
    }
    .breadcrumb {
        justify-content: center;
        font-size: 14px;
    }
/* COMMON */
/* NAV */
        /* TOGGLE */
        .hamburger{
            display: flex;
            flex-direction: column;
            position: relative;
            z-index: 100000;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            align-items: center;
            justify-content: center;
            border: 0;
            outline: 0;
        }
        .navbar-toggler:focus{
            border: 0;
            outline: 0;
            box-shadow: none !important;
        }
        .navbar-toggler.is-active .line{
            background-color: var(--white-color);
            transition: all 0.5s;
        }
        .navbar-toggler:focus:not(:focus-visible){
            border: none !important;
            outline: 0 !important;
        }
        .navbar-toggler:hover{
            border: none !important;
            outline: 0 !important;
        }
        .hamburger .line{
            background-color: var(--gray-color);
            transition: all 0.5s;
        }
        .hamburger .line-one {
            width: 35px !important;
        }
        .hamburger .line-two {
            width: 40px !important;
        }
        .hamburger .line-three {
            width: 25px !important;
        }
        .hamburger .line {
            height: 3px !important;
            margin: 4px 0px 4px auto !important;
            border-radius: 5px;
        }
        #hamburger-1.is-active .line:nth-child(1) {
            -webkit-transform: translateY(8px) rotate(45deg) !important;
            -ms-transform: translateY(8px) rotate(45deg) !important;
            -o-transform: translateY(8px) rotate(45deg) !important;
            transform: translateY(8px) rotate(45deg) !important;
            width: 35px !important;
        }
        #hamburger-1.is-active .line:nth-child(2) {
            opacity: 0;
        }
        #hamburger-1.is-active .line:nth-child(3) {
            -webkit-transform: translateY(-14px) rotate(-45deg) !important;
            -ms-transform: translateY(-14px) rotate(-45deg) !important;
            -o-transform: translateY(-14px) rotate(-45deg) !important;
            transform: translateY(-14px) rotate(-45deg) !important;
            width: 35px !important;
        }
        .mobile-menu .btn-close {
            background: none !important;
            opacity: 1;
        }
    /* TOGGLE */
    .header .main-wrapper {
        width: 90%;
    }
    .header::after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: var(--green-color);
        transform: translateX(-100%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 100% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }
    .header.expanded::after{
        transform: translateX(0);
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }
    .offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 1200;
	    width:100%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}
    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    .header.expanded{
        background-color: var(--green-color);
    }
    .header.expanded  .navbar-brand-on-expand{
        display: flex ;
        margin: auto;
        transform: scale(0.9);
    }
    .header.expanded  .navbar-brand{
        display: none ;
    }
    .header .green-bar-wrapper{
        display: none;
    }
    .header .navbar-expand-lg {
        height: 115px;
        justify-content: flex-end;
    }
    .header-scrolled .navbar-expand-lg {
        height: 115px;
        position: relative;
    }
    .header .navbar-brand{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header .navbar-brand img {
        transform: scale(1.4);
    }
    .header-scrolled .navbar-brand img {
        transform: scale(1.4);
    }
    #navbar_main{
        padding-top: 140px;
        background-color: var(--green-color) !important;
        z-index: 3;
    }
    .navbar{
        z-index: 10000;
        background-color: transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        text-align: center;
        color: #fff;
        width: 60%;
        margin: auto;
        padding-top: 30px;
    }
    .navbar-expand-lg .navbar-nav .active .nav-link::after {
        height: 1px;
    }
    .mobile-menu-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu-main-menu-container{
        width: 100%;
    }
    .mobile-menu-wrapper .btn--rounded.at-cooray {
        border: 1px solid var(--white-color) !important;
        margin-top: 30px;
        color: var(--white-color);
    }
    .main-mob-menu .contact-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }
    .main-mob-menu .contact-box h6,
    .main-mob-menu .contact-box a{
        color: var(--white-color);
        text-decoration: none;
    }
    .main-mob-menu .contact-box h6{
        font-size: 13px;
        font-weight: 500;
        padding-bottom: 15px;
        margin: 0;
    }
    .main-mob-menu .contact-box a{
        font-size: 13px;
        font-weight: 600;
    }
    .main-mob-menu .contact-info ul{
        list-style: none;
        gap: 15px;
        padding: 0;
    }
    .main-mob-menu .contact-info ul li,
    .main-mob-menu .contact-info ul li a{
        display: flex;
        align-items: center;
    }
    .main-mob-menu .contact-info ul li a img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(41deg) brightness(105%) contrast(102%);
    }
    .header.expanded{
        box-shadow: none;
    }
/* NAV */
/* HOME */
    .home-categories .categories-wrapper .div1 .img-box {
        bottom: 55px;
    }
    .home-categories .categories-wrapper .div3 .img-box {
        bottom: 80px;
    }
    .section-heading {
        font-size: 25px;
    }
    .home-categories .categories-wrapper .div1 h5, .home-categories .categories-wrapper .div3 h5 {
        font-size: 25px;
    }
    .home-banner .banner-box {
        height: 600px;
    }
    .home-banner .banner-box .content-box {
        padding-bottom: 80px;
    }
    .home-banner .banner-box .content-box h6 {
        font-size: 14px;
    }
    .home-banner .banner-box .content-box h5 {
        font-size: 30px;
    }
    .home-banner .carousel-indicators{
        justify-content: center;
        gap: 20px;
    }
    .first-section-heading {
        font-size: 16px;
        line-height: 29px;
    }
    .home-categories .categories-wrapper{
        display: flex;
        flex-direction: column;
    }
    .home-categories .categories-wrapper .div1 {
        background-size: auto 500px;
        object-fit: contain;
    }
    .home-categories .categories-wrapper .div1, 
    .home-categories .categories-wrapper .div3 {
        /* height: max-content; */
        width: 70%;
        margin: auto;
    }
    .home-categories .categories-wrapper .div1 h5, 
    .home-categories .categories-wrapper .div3 h5 {
        margin-top: 490px;
    }
    .home-categories .categories-wrapper .div1 h5, 
    .home-categories .categories-wrapper .div3 h5{
        color: var(--gray-color);
        justify-content: center !important; 
    }
    .home-categories .categories-wrapper .div1 h5::after {
       display: none;
    }
    .home-categories .categories-wrapper .div2{
        height: max-content;
        padding: 20px 0 70px 0;
        text-align: center;
        align-items: center !important;
    }
    .home-categories .categories-wrapper .div3::after,
    .home-categories .categories-wrapper .div1::after{
        display: none;
    }
    .home-categories .categories-wrapper .div1 h5, 
    .home-categories .categories-wrapper .div3 h5 {
        width: 100%;
    }
    .home-categories .categories-wrapper .div3 h5::before{
        display: none;
    }
    .home-categories .categories-wrapper .div4{
        height: max-content;
        padding: 20px 0 0 0;
        text-align: center;
        align-items: center !important;
    }
    .home-categories .categories-wrapper .div3 h5 {
        padding-bottom: 10px;
    }
    .about-section .left {
        height: 455px;
    }
    .about-section .right {
        padding: 30px 2.5% 30px 2.5%;
        text-align: center;
    }
    .count-section .count-boxes {
        padding-top: 10px;
    }
    .count-section .box {
        width: 33.33%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .count-section .box .number, .count-section .box .number span {
        font-size: 35px;
    }
    .two-side-section-heading h5 {
        width: 100%;
        text-align: center;
    }
    .two-side-section-heading .paragraph {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }
    .two-side-section-heading, .three-side-section-heading {
        padding-bottom: 10px;
    }
    .home-categories .categories-wrapper .div3 {
        background-size: auto 500px;
    }
    .arts-and-crafts .video-box {
        height: 336px;
        width: 70%;
        margin: auto;
    }
    .first-section-heading {
        text-align: center;
    }
    .two-side-section-heading, .three-side-section-heading {
        text-align: center;
    }
    .two-side-section-heading h5, .three-side-section-heading h5 {
        width: 100%;
    }
    .three-side-section-heading .paragraph {
        width: 100%;
        padding-top: 20px;
    }
    .three-side-section-heading .btn {
        width: 100%;
        justify-content: center !important;
    }
    .project-boxes-slider .slick-arrow{
        display: none !important;
    }
    .project-boxes-slider .box {
        padding: 0px 10px;
    }
    .project-boxes-slider .box .content {
        padding-top: 30px;
    }
    .project-boxes-slider .box .content h5 {
        font-size: 20px;
    }
    .project-boxes-slider .box .content p {
        font-size: 15px;
    }
    .project-boxes-slider{
        padding-bottom: 40px;
        padding-top: 30px;
    }
    .project-boxes-slider .slick-dots{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        gap: 15px;
        list-style: none;
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }
    .project-boxes-slider .slick-dots li {
        display: flex;
        align-items: center;
    }
    .project-boxes-slider .slick-dots li button{
        width: 9px;
        height: 9px;
        background-color: var(--green-color);
        padding: 0;
        border: 0;
        color: transparent;
        border-radius: 50%;
    }
    .project-boxes-slider .slick-dots .slick-active button{
        width: 15px;
        height: 15px;
    }
    .testimonials .min-wrap {
        width: 95%;
    }
    .testimonials .customer-info h5 {
        font-size: 16px;
    }
    .testimonials .img-box{
        width: 60%;
        margin: auto;
    }
    .testimonials .img-box .rectangle {
        height: 700px;
        margin-right: -20px;
        margin-bottom: 50px;
    }
    .testimonials .right {
        padding-left: 0;
        text-align: center;
    }
    .testimonials .item{
        align-items: center;
    }
    .home-banner{
        margin-top: 115px;
    }
    .testimonials .stars {
        padding: 20px 0 30px 0;
    }
    .home-categories .categories-wrapper {
        padding-top: 30px;
    }
    .testimonials .testimonials-slider .slick-dots{
        justify-content: center;
        gap: 15px;
    }
/* HOME */

/* HOME FURNITURE */
    .common-heading-section .min-wrap {
        width: 95%;
    }
    .common-heading-section{
        text-align: center;
    }
    .main-normal-description {
        padding-left: 0;
    }
    .products-section .product-boxes-wrapper .box {
        width: 50%;
        padding: 10px 10px;
    }
    .products-section .product-boxes-wrapper .box .btn-box {
        opacity: 1;
        border: 0;
        outline: 0;
    }
    .products-section .product-categories-wrapper .category {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .products-section .product-boxes-wrapper .img-box {
        height: 345px;
    }
    .product-modal.modal .modal-dialog {
        max-width: 85%;
        margin-top: 170px;
    }
    .product-modal .modal-body {
        padding: 40px 50px 30px 50px;
    }
    .product-modal.modal .modal-dialog .top-area .left {
        width: 100%;
    }
    .product-modal.modal .modal-dialog .top-area .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        display: flex;
        justify-content: center;
    }
    .product-modal.modal .modal-dialog .top-area .right .box:first-child{
        padding-right: 40px;
    }
    .product-modal.modal .modal-dialog .top-area .right .box:last-child{
        padding-right: 40px;
    }
    .product-modal.modal .content {
        padding-left: 0;
        padding-right: 0;
    }
    .product-modal.modal .modal-footer {
        padding-bottom: 30px;
    }
/* HOME FURNITURE */

/* PROJECTS */
    .project-boxes-slider {
        margin: 0 -10px;
    }
    .projects-projects .box .img-box {
        height: 270px;
    }
    .projects-projects .box .content {
        padding-bottom: 50px;
    }
    .projects-projects .project-boxes-slider{
        padding-bottom: 0;
    }
    .projects-projects .project-boxes-slider .slick-dots {
        gap: 25px;
        bottom: 10px;
        right: 0;
        left: 0;
        justify-content: center;
    }
/* PROJECTS */
/* CONTACT */
    .contact-map iframe {
        height: 500px;
    }
/* CONTACT */

/* FOOTER */
    #footer .normal-col:nth-child(1) {
        width: 50%;
    }
    #footer .normal-col {
        width: 50%;
        border-right: 0;
    }
    #footer .third-col {
        width: 55%;
        border-right: 0;
        padding-top: 50px;
    }
    #footer .normal-col:last-child {
        width: 45%;
        padding-top: 50px;
    }
    #footer .logo {
        width: 150px;
    }
    #footer .normal-col:nth-child(2) {
        align-items: flex-start !important;
    }
    #footer .categories-wrapper {
        gap: 50px;
    }
/* FOOTER */
}
@media only screen and (max-width: 767px) {
    .contact-section{
        text-align: center;
    }
    .contact-section .contact-info-box ul{
        justify-content: center;
    }
}
@media only screen and (max-width: 600px) {
/* COMMON */
    .common-banner img {
        height: 120px;
    }
/* COMMON */
/* HOME */
    .home-categories .categories-wrapper .div1, .home-categories .categories-wrapper .div3 {
        height: 410px;
    }
    .home-banner .banner-box {
        height: 350px;
    }
    .home-categories .categories-wrapper .div1, .home-categories .categories-wrapper .div3 {
        width: 100%;
    }
    .home-categories .categories-wrapper .div1 {
        background-size: auto 350px;
        object-fit: contain;
    }
    .home-categories .categories-wrapper .div1 h5, .home-categories .categories-wrapper .div3 h5 {
        margin-top: 330px;
    }
    .home-categories .categories-wrapper .div3 {
        background-size: auto 350px;
    }
    
    .home-categories .categories-wrapper .div2,
    .home-categories .categories-wrapper .div4 {
        padding: 0px 0 70px 0;
    }
    #about_section{
        padding-top: 0;
    }
    .about-section .left {
        height: 220px;
    }
    .count-section .box {
        width: 50%;
    }
    .arts-and-crafts .video-box {
        height: 237px;
        width: 100%;
    }
    .arts-and-crafts .video-box .btn-box .play-btn img{
        width: 35px;
    }
    .project-boxes-slider .box .img-box {
        height: 140px;
    }
    .project-boxes-slider .box .content h5 {
        font-size: 14px;
    }
    .project-boxes-slider .box .content p {
        font-size: 12px;
    }
    .testimonials .img-box {
        width: 70%;
    }
    .testimonials .img-box .rectangle {
        height: 400px;
        margin-bottom: 30px;
    }
/* HOME */
/* HOME FURNITURE */
    .products-section .nav-wrapper button{
        width: 100%;
        font-size: 12px;
    }
    .products-section .product-boxes-wrapper .box {
        width: 100%;
        padding: 10px 0px;
    }
    .products-section .product-boxes-wrapper .box .content h5 {
        padding-top: 10px;
        font-size: 16px;
    }
    .product-modal.modal .modal-dialog {
        max-width: 100%;
    }
    .product-modal.modal .modal-dialog {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 155px;
    }
    .product-modal.modal .btn-close {
        right: -25px;
        top: -18px;
        width: 35px;
        height: 35px;
    }
    .product-modal .modal-body {
        padding: 15px;
    }
    .product-modal.modal .modal-dialog .top-area .large-image img {
        height: 295px;
    }
    .product-modal.modal .modal-dialog .top-area .right{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .product-modal.modal .modal-dialog .top-area .right .box:first-child {
        padding-right: 0;
        width: 100%;
        padding-left: 20px;
    }
    .product-modal.modal .modal-dialog .top-area .right .box:last-child {
        padding-right: 0;
        padding-left: 20px;
    }
/* HOME FURNITURE */
/* PROJECTS */
    .projects-projects .box {
        width: 100%;
    }
    .projects-projects .box .img-box {
        height: 280px;
    }
    .project-boxes-slider .box .content {
        padding-top: 10px;
        text-align: center;
    }
    .projects-projects .box .content {
        padding-bottom: 30px;
    }
/* PROJECTS */
/* CONTACT */
   
    .contact-section .contact-info-box{
        padding-bottom: 20px;
    }
    .contact-section .contact-info-box h6{
        font-size: 11px;
        padding-bottom: 10px;
    }
    .contact-section .contact-info-box p{
        font-size: 12px;
    }
    .contact-section .contact-info-box a {
        font-size: 12px;
    }
    
    .contact-map iframe {
        height: 200px;
    }
/* CONTACT */
/* FOOTER */
    #footer .normal-col:nth-child(1),
    #footer .normal-col:nth-child(2) {
        display: none !important;
    }
    #footer .third-col {
        width: 100%;
        text-align: center;
    }
    #footer .categories-wrapper {
        gap: 0;
        flex-direction: column;
        align-items: center;
        
    }
    #footer h5 {
        padding-bottom: 20px;
    }
    #footer .categories-wrapper .box:nth-child(2){
        padding-top: 30px;
    }
    #footer .categories-wrapper .box p {
        margin: 0;
        padding-bottom: 10px;
    }
    #footer .categories-wrapper .box ul li {
        padding-bottom: 0;
    }
    #footer .normal-col:last-child {
        width: 100%;
        padding-top: 40px;
        text-align: center;
    }
    #footer .contact-box ul{
        justify-content: center;
        padding-top: 10px;
        margin: 0;
    }
    #footer .contact-box h6{
        padding-bottom: 5px;
    }
    #footer .contact-box {
        padding-bottom: 20px;
    }
    #footer .contact-box:last-child{
        padding-bottom: 0;
    }
    #footer .copyright {
        flex-direction: column-reverse;
        align-items: flex-end !important;
        padding-bottom: 20px;
    }
    #footer .copyright .back-to-top{
        margin-top: -40px;
        margin-bottom: 50px;
    }
    #footer .copyright .back-to-top img{
        width: 35px;
    }
    #footer .padding-bottom--50{
        padding-bottom: 0;
    }
    #footer .third-col {
        padding-top: 0;
    }
    
/* FOOTER */
}
/* MEDIA QUERIES */