* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    scroll-behavior: smooth;
    font-family: 'Source Code Pro', monospace;
    color: hsla(180, 1%, 77%, 1);
    overflow-x: hidden;
    font-weight: 300;
    scroll-margin-top: 140px;
}

/* .container {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
} */

.new-heading {
    font-family: Source Code Pro;
    font-size: 80px;
    font-weight: 200;
    line-height: 101px;
    letter-spacing: 0em;
    text-align: left;
    color: hsla(180, 1%, 77%, 1);
    margin-bottom: 20px;
}



p {
    font-family: Source Code Pro;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: justify;
    color: hsla(180, 1%, 77%, 1);
    margin-bottom: 10px;
}

.com-scroll-sec {
    /* scroll-margin-top: 100px; */
    height: 100vh;

}

.home-page-bn .home-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-page-bn .home-content .img {
    width: 100%;
    height: 100%;
}

.home-page-bn .home-content .img img {
    width: 100%;
    height: 100%;
}

.home-page-bn .home-center-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page-bn .home-center-zoom .img {
    width: auto;
    height: auto;
    transform: scale(0);
    transition: all linear .5s;
    opacity: 0;
    visibility: hidden;
}

.home-page-bn .home-center-zoom .img.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;

}

header.scroll-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 5px 0 0;
    height: 100vh;
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: center;
}

header.scroll-header.newClass {
    height: auto;
    display: block;
    top: 0;
    position: fixed;
    background-color: hsla(60, 1%, 23%, 1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 999;
}

.new-nav-bar {
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-logo {
    padding: 0px 20px;
    width: 200px;
    height: auto;
    transform: scale(0);
    transition: all linear .5s;
    opacity: 0;
    visibility: hidden;
}

.new-logo img {
    width: 100%;
    height: 100%;
}

.new-logo.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

header.scroll-header.newClass .new-logo {
    width: 170px;
    height: 140px;
    visibility: visible;
    opacity: 1;
    transform: none;
}

.nav-left,
.nav-right {
    width: calc(100% - 200px);
    border-bottom: 1px solid #C5C6C6;
    padding-bottom: 20px;
    display: flex;
    display: none;
}

header.scroll-header.newClass .nav-left,
header.scroll-header.newClass .nav-right {
    display: block;
}

.nav-left {
    justify-content: flex-start;
}

.nav-right {
    justify-content: flex-end;
}

.nav-left ul,
.nav-right ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-right ul {
    justify-content: flex-end;
}

.nav-left ul li,
.nav-right ul li {
    position: relative;
}

.nav-left ul li:after,
.nav-right ul li:after {
    position: absolute;
    content: "|";
    right: 12px;
    color: #C5C6C6;
    font-size: 14px;
    top: 0;
    margin: auto;
    font-weight: 300;
}

.nav-right ul li:after {
    right: -20px;
}

.nav-left ul li:last-child:after,
.nav-right ul li:last-child:after {
    display: none;
}

.nav-left ul li a,
.nav-right ul li a {
    font-family: 'Source Code Pro', monospace;
    color: hsla(180, 1%, 77%, 1);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    padding: 15px 40px 15px 0px;
    line-height: 25px;
}

.nav-right ul li a {
    padding: 15px 0px 25px 40px;
}

.append-mobile-nav {
    display: none;
}

.scroll-header .resp-menu {
    display: none;
}

/* section-two start */
.section-two {
    background: hsla(60, 1%, 23%, 1);
    position: relative;
}

.section-two .new-heading {
    margin-left: 50%;
    width: 100%;
    transform: translateX(-200%);
    opacity: 0;
    animation: slide-in-anim 3s ease-out forwards;
}

@keyframes slide-in-anim {
    20% {
        opacity: 0;
    }

    60% {
        transform: translateX(-45%);
    }

    75% {
        transform: translateX(-52%);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%);
    }
}

/* section-two end */

.section-content {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.section-two:after,
.section-five:after,
.section-six:after {
    content: '';
    position: absolute;
    background-image: url('/kefi_img/hidden-img-1.png');
    background-repeat: no-repeat;
    background-size: 400px;
    width: 400px;
    height: 400px;
    right: 0px;
    bottom: 0;
}

.new-des {
    margin-top: 40px;
    width: 100%;
}

/* /* #three section-three  */
.section-three {
    background-image: url('../../kefi_img/section-three-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.section-three .half-width {
    max-width: 60%;
}

.section-three .half-width p {
    font-size: 16px;
    line-height: 24px;
}

.message-user-name {
    padding: 10px 0;
}

.message-user-name .new-heading,
.message-user-name .user-title {
    font-family: Source Code Pro;
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 0em;

}

.message-user-name .user-title {
    font-size: 20px;
    line-height: 24px;
}

/* /* #three section-three end */
/* /* #three section-four  */
.section-four,
.section-five,
.section-six {
    background: hsla(60, 1%, 23%, 1);
    position: relative;

}

.section-four {
    background: hsla(60, 1%, 23%, 0.9);
    height: auto;
    padding-bottom: 70px;
}

.section-four .our-products-content {
    padding-top: 135px;
}

.our-products-content .product-sli-itm .img {
    width: 100%;
    margin-bottom: 10px;
    height: 100%;
    border: 1px solid #fff;
}

.our-products-content .product-sli-itm:hover .img img {
    filter: none;
}

.our-products-content .product-sli-itm .img img {
    width: 100%;
    height: 100%;
    filter: grayscale();
}

.product-sli-itm a {
    color: #fff;
    text-decoration: none;
}

.new-small-headding {
    font-family: Source Code Pro;
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
}

.product-sli-itm p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.our-products-content .new-heading {
    font-size: 60px;
}

.new-our-products.owl-theme .owl-nav {
    position: absolute;
    top: -75px;
    right: 0;
}

.new-our-products.owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    padding: 4px 15px;
    color: #fff;
    background: linear-gradient(0deg, #565655, #565655),
        linear-gradient(0deg, #868786, #868786);

}

/* new css */
.product-sli-itm {
    height: 100%;
    /* border: 1px solid #fff; */
}

.product-slide-new {
    padding-bottom: 80px;
}

.pr-itms-data .chi-col {
    margin-bottom: 60px;
}

.pr-itms-data .chi-col:last-child {
    margin-bottom: 0px;
}



/* /* #three section-four end */

/* section-five */
.section-five:after,
.section-six:after {
    top: 0;
    right: 0;
    transform: rotate(260deg)
}

.section-five .section-content {
    /* align-items: end; */
    padding-bottom: 20px;
}

.new-our-project-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.new-our-project-content .pro-link-itm {
    margin-bottom: 10px;
    max-width: 177px;
}

.pro-link-itm .img img {
    width: 100%;
    height: 100%;
    filter: grayscale();
}

.new-our-project-content .pro-link-itm:hover .img img {
    filter: none;
}

/* section-five end */
.section-six {
    background: hsla(60, 1%, 23%, 0.9);
}

.contact-info-new {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    margin-top: 30px;
}

.contact-info-new .contact-left,
.contact-info-new .contact-right {
    width: 49%;

}

/* contct */
.contact-left ul {
    margin-top: 30px;
    border-right: 1px solid #c5c6c6;
}

.contact-left ul li {
    list-style: none;
    margin: 20px 0;
}

.contact-left ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0em;
    color: hsla(0, 0%, 100%, 1);
    text-decoration: none;
}

.contact-left ul li a .img {
    width: 46px;
    height: 46px;
    margin-right: 15px;
}

.contact-left ul li a .img img {
    width: 100%;
    height: 100%;
}

.contact-info-new .contact-right {
    text-align: center;

}

.scaner-img img,
.footer-logo-new {
    width: auto;
    height: auto;
}

ul.social-links {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px;
    margin: 0;
}

ul.social-links li {
    margin: 0 8px;
}

.footer-logo-new {
    margin-top: 15px;
}

.footer-text-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 0 30px;
}

.footer-text-bottom p {
    text-align: center;
    font-size: 18px;
}

/* side */
.side-icon-enquery {
    /* width: 100%;
    height: 100%; */
    position: relative;
    /* z-index: 99; */
    /* display: none; */
}

.side-icon-new {
    position: fixed;
    top: 0;
    right: -67px;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsla(180, 1%, 77%, 1);
    height: 7%;
    transform: rotate(-90deg);
    width: auto;
    padding: 20px;
    z-index: 99;
    background: linear-gradient(0deg, #565655, #565655),
        linear-gradient(0deg, #C5C6C6, #C5C6C6);

}

.side-icon-new a {
    font-size: 22px;
    font-weight: 300;
    line-height: 80px;
    letter-spacing: 0em;
    text-decoration: none;
    color: hsla(0, 0%, 100%, 1);

}

.side-form-enquery {
    position: fixed;
    top: auto;
    right: 73px;
    bottom: 0;
    display: flex;
    height: auto;
    margin: auto;
    align-items: center;
    /* height: 100%; */
    z-index: 99;
}

.side-form-des {
    padding: 20px 30px 50px;
    background: hsla(60, 1%, 23%, 1);
    border: 1px solid rgba(83, 83, 83, 1);
}

.side-form-des .form-control {
    background: transparent;
    outline: none;
    font-family: Source Code Pro;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid rgba(83, 83, 83, 1);
    color: hsla(180, 1%, 77%, 1);
}

.form-control:focus {
    border-color: #C5C6C6;
    box-shadow: none;
}

.side-form-des .form-control::placeholder {
    color: hsla(180, 1%, 77%, 1);
}

button.side-btn-new {
    font-family: Source Code Pro;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    background: linear-gradient(0deg, #565655, #565655),
        linear-gradient(0deg, #C5C6C6, #C5C6C6);
    border: 1px solid rgba(83, 83, 83, 1);
}

.head-sec {
    position: relative;
    margin-bottom: 20px;
}

.closed-enquire {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 37px;
    font-size: 24px;
    font-weight: 300;
    background: transparent;
    color: #fff;
}

.side-form-des.anek {
    display: block !important;
    max-width: 375px;
    margin: auto;
}

/* thanku */
.com-scroll-sec.kefi-thanku-page {
    background: hsla(60, 1%, 23%, 1);
}

.thak-you-content {
    text-align: center;
    margin: auto;
    width: 100%;
}

.thak-you-content .new-heading {
    text-align: center;
    margin-bottom: 0;
}

.thak-you-content p {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 28px;
}

.thak-you-content p span {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.kefi-go-map {
    max-width: 960px;
    width: 100%;
    margin: auto;
}

.kefi-btn {
    border: 1px solid hsla(180, 1%, 77%, 1);
    padding: 12px 50px;
    font-size: 20px;
    text-align: center;
    text-decoration: none !important;
    color: hsla(180, 1%, 77%, 1) !important;
    font-weight: 600;

}


/* inner pages css new */
/* header */
section.header-brdc-sec {
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: hsla(60, 1%, 23%, 1);
    top: 0;
    left: 0;
    padding: 4px 0 10px;
}

section.header-brdc-sec.newClass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: hsla(60, 1%, 23%, 1);
    z-index: 999;
}

.scroll-header.inner-header {
    display: block;
    height: auto;
    position: static;
}

.scroll-header.inner-header.newClass {
    position: static;
}

.scroll-header.inner-header .nav-left,
.scroll-header.inner-header .nav-right {
    display: block;
}

.scroll-header.inner-header .nav-left ul li a,
.scroll-header.inner-header .nav-right ul li a {
    font-weight: 600;
    font-size: 16px;
}

.scroll-header.inner-header .new-logo {
    width: 160px;
}

.scroll-header.inner-header.newClass .new-logo {
    width: 160px;
    height: auto;
}

/* dropdown menu */
.kefi-sub-menu {
    display: none !important;
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    min-width: 190px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    left: auto;
    right: -17px;
    margin: auto !important;
    top: 46px;
    z-index: 99;
}

li.menu-dropdown:hover .kefi-sub-menu {
    display: block !important;
}

.kefi-sub-menu li {
    width: 100%;
    margin: 0;
    padding: 0;

}

.kefi-sub-menu li:hover,
.kefi-sub-menu li:active {
    background: rgba(58, 58, 57, 0.1);

}

.kefi-sub-menu li:after {
    display: none;
}

.kefi-sub-menu li a {
    padding: 15px 0px !important;
    width: 100% !important;
    display: block;
    text-align: center;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: rgba(58, 58, 57, 1) !important;

}

/*  */
.bedc-sec {
    position: relative;
    margin-top: -10px;
}

.bedc-sec ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bedc-sec ul li {
    margin-right: 35px;
    position: relative;
}

.bedc-sec ul li:after {
    position: absolute;
    content: '>';
    width: 20px;
    height: 20px;
    right: -33px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bedc-sec ul li:last-child:after {
    display: none;
}

.bedc-sec ul li a {
    font-family: 'Source Code Pro', monospace;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0em;
    color: rgba(197, 198, 198, 1);
    text-decoration: none;
}

/* inner-first-sec */
.inner-nav {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

.inner-nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    min-width: 1000px;
}

.inner-nav ul li {
    width: 25%;
    overflow: auto;
    text-align: center;
}

.inner-nav ul li a {
    font-family: 'Source Code Pro', monospace;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    color: rgba(197, 198, 198, 1);
    text-decoration: none;
    width: 100% !important;
    display: block;
    padding: 10px;
}

.inner-nav ul li.active a {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(58, 58, 57, 1);
}

.inner-first-sec,
.inner-application-sec,
.type-of-carousel-sec,
.height-auto {
    background: rgba(58, 58, 57, 1);
    height: auto !important;

}

.inner-first-sec .new-des p {
    font-size: 18px;
    font-style: italic;
    color: rgba(197, 198, 198, 1);
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.inner-first-sec .section-content {
    align-items: end;
    padding-bottom: 50px;
    margin-top: 155px;
    height: auto !important;
}

/* inner-application-sec */
.inner-application-sec .section-content,
.type-of-carousel-sec .section-content,
.height-auto .section-content {
    align-items: end;
    padding-bottom: 90px;
    height: auto !important;
    /* border: 1px slid red; */
}

.inner-application-sec .section-content {
    padding-bottom: 70px;
}

.inner-application-sec .text-des .new-small-heading {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.appli-itms-content {
    padding: 20px 0 0;
}

.owl-carousel.owl-theme.application-itms .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -100px;
    right: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    padding: 0px 15px;
    background: rgba(86, 86, 85, 1);
}

.application-itms {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.appli-des {
    width: 32%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    background: #565655;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
}

.appli-des .text-des {
    padding: 10px 0;
}

.appli-des .img {
    width: 60px;
    height: auto;
    filter: grayscale();
    margin-right: 10px;
}

.appli-des:hover .img {
    filter: none;
}

.appli-des .img img {
    width: 100%;
    height: auto;
}

/* type-of-carousel-sec */


.type-of-slider .item .des {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.type-of-slider .item .des .two-half {
    width: 60%
}

.type-of-slider .item .des .two-half .img {
    max-width: 755px;
    height: auto;
    filter: grayscale();
}

.type-of-slider .item .des:hover .two-half .img {
    filter: none;
}

.type-of-slider .item .des .two-half .img img {
    width: 100%;
    height: 100%;
}

.type-of-slider .item .des .first-half {
    width: 39%;
    padding-bottom: 30px;
}

.first-half .new-small-heading , .half-div .new-small-heading{
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
}

.first-half p {
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding-right: 10px;
}

.owl-carousel.owl-theme.type-of-slider .owl-nav {
    position: absolute;
    bottom: 0px;
}

/* .owl-carousel.owl-theme.type-of-slider .owl-dots {
    margin-top: 20px;
    position: absolute;
    right: 337px;
} */
#application,
#types-of-veneer-louvers,
#key-features,
#UKiyo,
#finished-doors,
#types-of-finished-doors,
#Specification,
#Our-Products,
#wall-panels,
#types-of-well-panels,
#features,
#types-of-veneer {
    scroll-margin-top: 140px !important;
}

/* technical-specification css start */
.technical-specification-table table.table thead tr {
    border-bottom: 3px solid hsla(180, 1%, 77%, 1);
}

.technical-specification-table table.table tbody tr {
    border-bottom: 1px solid hsla(180, 1%, 77%, 1);
}

.technical-specification-table table.table tbody tr:last-child {
    border: none;
}

.technical-specification-table table.table tr th,
.technical-specification-table table.table tr td {
    /* text-align: center; */
    width: auto;
    border-right: 3px solid hsla(180, 1%, 77%, 1);
    color: #fff;
    border-top: none;
    width: 25%;
}

.technical-specification-table table.table tr th:nth-of-type(1),
.technical-specification-table table.table tr td:nth-of-type(1) {
    padding-left: 0px;
}

.technical-specification-table table.table tr th:nth-of-type(3),
.technical-specification-table table.table tr td:nth-of-type(3) {
    padding-left: 30px;
}

.technical-specification-table table.table tr th:nth-of-type(2),
.technical-specification-table table.table tr td:nth-of-type(2) {
    width: 50%;
    padding-left: 30px;
}

.technical-specification-table table.table tr th:last-child,
.technical-specification-table table.table tr td:last-child {
    border: none;
}

/* technical-specification css end */
/* gallery-sec add css */
.com-scroll-sec.kefi-gallery-sec {
    height: auto;
}

.kefi-gallery-sec {
    background-color: hsl(0deg 0.85% 22.94%);
}

.kefi-slide-gallery .glr-slide {}

.kefi-slide-gallery .glr-slide .img {
    width: 100%;
    height: 100%;
    transition: all 1.5s ease-in-out;
    overflow: hidden;
    /* transform: scale(1); */
}

/* .com-scroll-sec.kefi-gallery-sec:hover .img {
    transform: scale(1.1);  
} */
.kefi-slide-gallery .glr-slide .img img {
    width: 100%;
    height: 100%;
    display: block;
    filter: grayscale();
}

.kefi-slide-gallery:hover .img img {
    filter: none;
}

.kefi-slide-gallery.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.inner-application-sec.features .appli-des {
    width: 49%;
}

.kefi-slide-gallery .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.kefi-slide-gallery .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}

/* inner section */
.half-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.first-div {
    width: 58%;
}

.second-div {
    width: 40%;
    overflow: hidden;
    border-radius: 10px;
}

.second-div .img {
    filter: grayscale();
}

.second-div .img img {
    width: 100%;
    height: 100%;
}

.half-div:hover .second-div .img {
    filter: none;
}

/* dore frame  */
.inner-first-sec.door-frame .section-content {
    margin: 0px;
}

.inner-first-sec.door-frame .section-content .first-div,
.inner-first-sec.door-frame .section-content .second-div {
    width: 49%;
}

@media screen and (max-width: 1280px) {
    .new-heading {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .inner-first-sec .new-des p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .inner-first-sec .section-content {
        margin-top: 130px;
    }

}

/* thnkau */
@media screen and (max-width: 1199px) {

    .nav-left ul li a,
    .nav-right ul li a {
        font-size: 16px;
        padding: 15px 22px 15px 0px;
    }

    .nav-right ul li a {
        padding: 15px 0px 25px 20px;
    }

    .nav-left ul li:after {
        right: 6px;
    }

    .nav-right ul li:after {
        right: -14px;
    }

    p,
    .section-three .half-width p {
        font-size: 16px;
        line-height: 24px;
    }

    .new-heading {
        font-size: 49px;
        line-height: 60px;
    }

    .product-sli-itm p {
        font-size: 14px;
        line-height: 24px;
    }

    .section-four .our-products-content {
        padding-top: 200px;
    }

    .product-slide-new {
        margin-top: 20px;
    }

    .new-our-project-content .pro-link-itm {
        max-width: 140px;
    }

    .contact-left ul li a {
        font-size: 18px;
    }

    .side-form-enquery {
        top: 129px;
    }

    /* inner new */
    .scroll-header.inner-header .nav-left ul li a,
    .scroll-header.inner-header .nav-right ul li a {
        font-size: 16px;
    }

    .first-half p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 15px;
    }

    .owl-carousel.owl-theme.application-itms .owl-nav {
        top: -67px;
    }

    .type-of-carousel-sec .section-content {
        padding-bottom: 78px;
    }

    .inner-application-sec .section-content {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .com-scroll-sec.kefi-thanku-page {
        height: auto !important;
        padding: 40px 0;
    }

    .thak-you-content {
        margin: 0 auto 40px;
    }

    .com-scroll-sec.home-page-bn {
        height: 100vh !important;
    }

    .section-content {
        height: 100% !important;
        display: block;
    }

    .com-scroll-sec {
        height: 100% !important;
    }

    .section-four .our-products-content {
        padding: 0px;
    }

    .new-des {
        margin-top: 0;
    }

    .section-two,
    .section-three,
    .section-four,
    .section-five,
    .section-six {
        padding: 100px 0 30px;
    }

    .new-our-project-content .pro-link-itm {
        max-width: 100px;
        margin-bottom: 15px;
    }

    .contact-info-new .contact-left,
    .contact-info-new .contact-right {
        width: 100%;
    }

    .footer-text-bottom {
        position: static;
        padding: 20px 0 10px;
    }

    .footer-text-bottom p {
        font-size: 12px;
    }

    .new-heading {
        margin-bottom: 10px;
    }

    .section-three .half-width {
        max-width: 100%;
    }

    .product-slide-new {
        margin-top: 35px;
        padding-bottom: 0px;
    }

    .new-our-products.owl-theme .owl-nav {
        top: -95px;
    }

    .section-two:after,
    .section-five:after,
    .section-six:after {
        background-size: 300px;
        width: 300px;
        height: 300px;
    }

    .nav-left ul li a,
    .nav-right ul li a {
        font-size: 14px;
        padding: 8px 12px 8px 0px;
    }

    .nav-right ul li a {
        padding: 8px 0px 8px 12px;
    }

    .new-logo {
        padding: 0px 8px;
    }

    .nav-left ul li:after,
    .nav-right ul li:after {
        right: 2px;
        font-size: 12px;
        top: 3px;
    }

    .nav-right ul li:after {
        right: -9px;
    }

    header.scroll-header.newClass .new-logo {
        width: 100px;
        height: 90px;
    }

    .contact-left ul {
        border: none;
    }

    .contact-info-new {
        margin-bottom: 0;
    }

    .side-form-enquery {
        top: 82px;
    }


    /* pro */
    .pr-itms-data .chi-col {
        margin-bottom: 0px;
    }

    .pr-itms-data {
        margin-bottom: 30px;
    }


    /* inner page new */
    section.header-brdc-sec {
        position: static;
        background-color: hsla(60, 1%, 23%, 1);
    }

    .inner-first-sec .section-content {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .type-of-slider .item .des {
        flex-wrap: wrap;
    }

    .type-of-slider .item .des .first-half {
        width: 100%;
    }

    .type-of-slider .item .des .two-half {
        width: 100%;
    }

    .owl-carousel.owl-theme.type-of-slider .owl-nav {
        position: static;
    }

    .owl-carousel.owl-theme.type-of-slider .owl-dots {
        display: none;
    }

    .type-of-carousel-sec .section-content {
        padding-bottom: 0;
    }

    .inner-application-sec .section-content {
        padding-bottom: 0;
    }

    .scroll-header.inner-header .nav-left ul li a,
    .scroll-header.inner-header .nav-right ul li a {
        font-size: 13px;
    }

    .inner-first-sec,
    .inner-application-sec,
    .type-of-carousel-sec {
        padding: 40px 0;
    }

    #application,
    #types-of-veneer-louvers,
    #veneer-louvers,
    #wall-panels {
        scroll-margin-top: 220px;
    }

    .appli-des {
        width: 49%;
    }

    .our-products-content .product-sli-itm .img {
        height: auto;
    }

    .our-products-content .product-sli-itm .img img {
        height: auto;
    }

    .inner-first-sec.door-frame .section-content .first-div,
    .inner-first-sec.door-frame .section-content .second-div,
    .inner-first-sec .section-content .first-div,
    .inner-first-sec .section-content .second-div{
        width: 100% !important;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    header.scroll-header.newClass .new-logo {
        width: 65px;
        height: 100px;
        margin: 0;
        padding: 0;
    }

    .append-mobile-nav {
        display: block;
    }

    .scroll-header.newClass .new-nav-bar {
        justify-content: space-between;
    }

    .nav-left {
        order: 1;
    }

    .nav-left,
    .nav-right {
        width: auto;
        border-bottom: none;
        padding-bottom: 0;
        display: none !important;
    }

    header.scroll-header.newClass {
        background-color: rgba(58, 58, 57, 1);
        padding: 10px 0;
    }

    .append-mobile-nav,
    .scroll-header.inner-header .append-mobile-nav {
        position: absolute;
        top: 105px;
        right: 0;
        background-color: rgba(58, 58, 57, 1);
        padding: 20px;
        display: none;
        width: 300px;
    }

    .scroll-header.newClass .append-mobile-nav,
    .scroll-header.inner-header .append-mobile-nav {
        display: none;
    }

    .scroll-header.newClass .append-mobile-nav.show,
    .scroll-header.inner-header .append-mobile-nav.show {
        display: block;
    }

    .scroll-header.newClass .append-mobile-nav ul li,
    .scroll-header.inner-header .append-mobile-nav ul li {
        list-style: none;
        width: 100%;
    }

    .scroll-header.newClass .append-mobile-nav ul li a,
    .scroll-header.inner-header .append-mobile-nav ul li a {
        font-family: 'Source Code Pro', monospace;
        color: hsla(180, 1%, 77%, 1);
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 20px;
        border-bottom: 1px solid rgba(83, 83, 83, 1);
        width: 100%;
        display: block;
        padding: 20px 0;
    }

    .scroll-header.newClass .append-mobile-nav ul li:last-child a,
    .scroll-header.inner-header .append-mobile-nav ul li:last-child a {
        border: none;
    }

    .scroll-header.newClass .resp-menu,
    .scroll-header.inner-header .resp-menu {
        display: block;
        width: 36px;
        height: 36px;
        transition: all linear 0.5s;
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        align-items: center;
    }

    .resp-menu span {
        display: block;
        width: 100%;
        height: 4px;
        background-color: rgba(179, 179, 179, 1);
    }

    .resp-menu span:nth-of-type(1) {
        width: 50%;
    }

    .resp-menu span:nth-of-type(2) {
        margin: 5px 0;
        width: 70%;
    }


    .append-mobile-nav ul,
    .scroll-header.inner-header .append-mobile-nav ul {
        margin-top: 15px;
    }

    .append-mobile-nav .close,
    .scroll-header.inner-header .append-mobile-nav .close {
        color: #fff;
    }

    .new-our-products.owl-theme .owl-nav {
        position: static;
    }

    .new-our-project-content .pro-link-itm {
        max-width: 32%;

    }

    .section-two,
    .section-three,
    .section-four,
    .section-five,
    .section-six {
        padding: 140px 0 10px;
    }

    .side-icon-new {
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        transition: none;
        width: 100%;
        height: auto;
        display: block;
        transform: rotate(0);
        padding: 10px;
        display: block;
    }

    .side-icon-new a {
        line-height: 40px;
    }

    .side-form-enquery {
        right: 0;
        top: 54px;
        height: auto;
        justify-content: end;
        width: auto;
        max-height: 500px;
        overflow: auto;
        display: flex;
        align-items: flex-start;
        z-index: 99;
    }

    .pr-itms-data .chi-col {
        margin-bottom: 30px;
    }

    .product-sli-itm {
        height: auto !important;
    }

    /* inner css */
    .bedc-sec {
        display: none;
    }

    .scroll-header.inner-header .new-logo,
    .scroll-header.inner-header.newClass .new-logo {
        width: 65px;
        height: 100px;
    }

    .scroll-header.inner-header .new-nav-bar {
        justify-content: space-between;
    }

    .scroll-header.inner-header .append-mobile-nav {
        z-index: 999;
    }

    .owl-carousel.owl-theme.application-itms .owl-nav {
        top: -80px;
    }

    #application,
    #types-of-veneer-louvers {
        scroll-margin-top: 180px;
    }

    .inner-application-sec .text-des .new-small-heading {
        font-size: 24px;
    }

    .first-half .new-small-heading {
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 0px;
    }

    .first-half p {
        padding-right: 0px;
    }

    .type-of-slider .item .des .first-half {
        padding-bottom: 0;
    }

    .appli-itms-content {
        padding: 20px 0 0;
    }

    .inner-first-sec .new-des p {
        font-size: 16px;
    }

    .appli-des {
        width: 100%;
    }

    .inner-application-sec.features .appli-des {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {

    .new-heading,
    .our-products-content .new-heading {
        font-size: 35px;
        line-height: 35px;
    }

    .contact-left ul {
        margin: 10px 0 30px;
    }

    .contact-info-new {
        margin-top: 0px;
    }

    .contact-left ul li a {
        font-size: 14px;
    }

    .contact-left ul li {
        margin: 0px 0 10px;
    }

    .contact-left ul li a .img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .message-user-name .new-heading,
    .message-user-name .user-title {
        font-size: 22px;
        line-height: 24px;

    }

    /* inner css */
    .owl-carousel.owl-theme.application-itms .owl-nav {
        position: static;
    }

    .first-half p {
        text-align: justify;
    }
}

@media only screen and (min-resolution: 125dpi) and (max-resolution: 150dpi),
(min-resolution: 110dpi) and (max-resolution: 125dpi) {

    header.scroll-header.newClass .new-logo {
        width: 100px;
        height: 80px;

    }

    .nav-left,
    .nav-right {
        padding-bottom: 8px;

    }

    .nav-right ul li a {
        padding: 4px 0px 4px 40px;
    }

    .new-heading,
    .our-products-content .new-heading {
        font-size: 40px;
        line-height: 35px;
        margin: 10px;
    }

    .message-user-name {
        padding: 0;
    }

    .contact-info-new {
        margin-top: 10px;
    }

    .section-four .our-products-content {
        padding-top: 100px;
    }

    .form-control {
        padding: 4px 8px;

    }

    .form-group {
        margin-bottom: 0.5rem;
    }

    .side-form-des .form-control {
        font-size: 12px;
    }

    .new-small-headding {
        font-size: 18px;
    }

    .side-form-enquery {
        top: 60px;
    }

    button.side-btn-new {
        font-size: 14px;
        line-height: 14px;
        padding: 8px 0;
    }

    .closed-enquire {
        width: 25px;
        height: 26px;
        font-size: 14px;
    }

    .side-icon-new a {
        line-height: 20px;
        font-size: 18px;
    }

    .nav-left ul li a,
    .nav-right ul li a {
        font-size: 12px;
    }

    .nav-left ul li a,
    .nav-right ul li a {
        padding: 15px 30px 15px 0px;
    }

    .nav-right ul li a {
        padding: 4px 0px 4px 30px;
    }

    .nav-left ul li:after,
    .nav-right ul li:after {
        font-size: 12px;
        top: 4px;
    }

    p,
    .section-three .half-width p {
        font-size: 14px;
        line-height: 24px;
    }
}
