*,
body,
html,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

html {
    height: 100%;
}

:root {
    --white: white;
    --textcolor: #303b3f;
    --headingcolor: #083343;
    --bggray: #E2E2E2;
    --headingSize: 45;
    --textSize: 20px;
    --themecolor: red;
    --bordercolor: #A6A5A5;
    --fhweight: 900;
}

@font-face {
  font-family: 'futura_lightregular';
  /*src: url('../Montserrat/Futura-Light-Regular.woff') format('woff');*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd-Light';
  src: url('../Montserrat/FuturaStd-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family:FuturaStd-Light;
        background: linear-gradient(84deg, #fff1f1, #fffce3);
}
.h-font{
    font-family: futura_lightregular !important;
}
p {
    color: var(--textcolor) !important;
}

header {
background: rgb(8 8 8 / 13%);
    height: 104px;
    /* border-bottom: 1px solid var(--bordercolor); */
    z-index: 1;
    position: absolute;
    top: 0px;
    width: 100%;
    line-height: 88px;
}

nav {
    width: 90%;
    margin: auto;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

nav p {
    color: white !important;
}

.header .logo img {
    width: 51px !important;
}

.logo img {
    /* padding-top: 6px; */
    width: 100%;
}

.header ul {
    padding-left: 0px;
    margin-left: 0px;
}

.header ul li {
    list-style: none !important;
}

.menue ul {
    line-height: 1;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 19px;
}

.menue ul li {
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
}

.menue ul li a {
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: end;
}

.menue ul li a img {
    margin-right: 9px;
    width: 28px;
}

/* container */
.my-container {
    width: 90%;
    margin: auto;
}

.group-btn .btn1:nth-child(2) a {
    color: black
}

/* end container */
/*================= slider part start now================= */
/* .bannerPart .slider1 {
    padding-top: 10%;
} */

.bannerPart {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.image-h-fit {
    height: 570px;
    object-fit: cover;
}
.n-space{
    margin-top: 100px;
}
.banner-part2 h2 {
    font-size: 50px !important;
}
.banner-part2 .banner-fixetext {
    margin-top: 2rem !important;
}
.slider-bottom .slider1 .mybanner1 {
    border-radius: 100px 0px 100px 0px;
}
.slider-bottom .slick-next.slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #a99f9f;
    z-index: 2;
    right: -116px;
    line-height: 62px;
        transition:1s;
}
.slider-bottom  .slick-prev{
        width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #a99f9f;
    z-index: 2;
    left: -113px;
    line-height: 62px;
        transition:1s;
}
.slider-bottom  .slick-prev:hover,.slider-bottom .slick-next.slick-arrow:hover{
        background: #000000;
}
.slider-bottom .slider_slides:hover .slick-arrow{
            right:13px;
    transition:1s;
}

.slider-bottom .slider_slides:hover .slick-prev{
          left:13px;
    transition:1s;
}



.bannerPart .slider_slides.responsive.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0px;
}
.group-btn .btn1:nth-child(2) a:hover {
    background: #3E688C;
    transition: 0.5s;
    transform: scale(1.1);
    color: #fff;
}

.group-btn .btn1:nth-child(1) a:hover {
    background: white;
    transform: scale(1.1);
    transition: 0.5s;
    color: black !important;
}


.banner-content h2 {
    font-size: 60px;
    font-weight: 100;
    /* margin-bottom: 1.6rem; */
    color: #fffdfd;
    text-shadow: -10px 8px 6px #00000042;
    font-family: FuturaStd-Light !important;
    line-height: 1.3;
    font-weight: 600;
}

.slider_slides {
    overflow: hidden;
}

.banner-content p {
    font-size: 22px;
    line-height: 1.4;
    color: white !important;
}

.btn1 a {
    display: block;
    background: var(--themecolor);
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
      width: 190px;
    height: 55px;
    transition: 0.5s;
}
    .heading2 b {
    font-size: 62px;
    font-weight: 500 !important;
    font-family: futura_lightregular !important;
    }
.animate-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.animate-text.active {
    opacity: 1;
    transform: translateY(0);
}

.btn1 a img {
    width: 35px;
    margin-right: 11px;
}

.group-btn {
    margin-top: 2rem;
}

.group-btn {
    display: flex;
        justify-content: center;
}

.group-btn .btn1:nth-child(2) {
    margin-left: 1rem;
}

.group-btn .btn1:nth-child(2) a {
    background: var(--white);
}

.banner-fixetext {
    margin-top: 5rem;
}

.slider_slides ul.slick-dots {
    bottom: 10px !important;
    /* background: red; */
}

.slider_slides li.slick-active {
    width: 61px;
    height: 10px;
    background: var(--themecolor);
    border-radius: 10px;
    transition: 1s;
}

.slider_slides li {
    background: gray;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    transition: 1s;
}


.slider_slides .slick-dots li button:before {
    font-size: 0px;
}

/* form style */
.myform input,
.myform select,
.myform textarea {
    width: 100%;
    border-radius: 10px;
    height: 40px;
    border: 1px solid #3e688c;
    margin-bottom: .5rem;
    padding: 0px 15px;
    font-size: 12px;
    color: rgb(148, 148, 148);
    font-weight: 300;
    outline: none;
    /* background: #fcfcfc; */
}

.myform input::placeholder,
textarea::placeholder {
    font-weight: 300;
    font-size: 13px;
    color: rgb(148, 148, 148);
}

textarea#message2 {
    height: 100px;
    padding-top: 12px;

}

.myform {
    background: #ffffff57;
    width: 510px;
    margin: 0px 0px 0px auto;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    right: 8%;
    top: 45%;
    transform: translate(16%, -42%);
    backdrop-filter: blur(8px);
}

.banner-content {
    margin-top: 15%;
}

.form-row {
    padding: 10px 30px 30px 30px;
}

.formbutton button#submitForm2 {
    width: 200px;
    height: 44px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    display: block;
    border: 0px;
    outline: none;
    background:#EF4123;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
}
.formbutton button#submitForm2:hover{
    background-color: #EF4123;
}
.checkbox input[type=checkbox] {
  accent-color: #3e688c !important;
}
.myform h4 {
    color: #ffffff;
    text-align: center;
    background:#EF4123;
    padding: 10px;
    font-size: 22px;
        font-weight: 800;
        border-radius: 9px 10px 0px 0px;
}

.checkbox input {
    width: 21px !important;
    height: 24px;
}

.checkbox label {
    color: white;
    font-size: 12px;
    margin-left: 10px;
}

.checkbox {
    display: flex;
    margin-bottom: 2rem;
}

.banner-fixetext p {
    font-weight: 800;
}
.whychoose .heading2 span.q-mark {
    color: #3e3e3e;
}
/* about part start now */
.heading2 {
color: #3e3e3e;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 2rem;
    font-weight: 600;
    /* font-family: fantasy; */
    font-family: FuturaStd-Light !important;
    letter-spacing: 1px;
    z-index: 2;
    position: relative;
}
span.q-mark {
    font-size: 70px !important;
    font-family: futura_lightregular !important;
    /* color: #3e3e3e; */
     font-weight: 500 !important;
}
.heading3{
        color: #3e3e3e;
            margin-bottom: 2rem;
               font-weight: 500;
    font-size: 65px;
       /*font-family: fantasy;*/
       font-family: fantasy;        
           letter-spacing: 1px;
}
.kmt-100{
    margin-top: -315px;
}
.aboutpart p {
       font-size: 22px;
    line-height: 1.7;
    text-align: justify;
    letter-spacing: 2px;
    margin-top: 2rem;
}

.yearsbox {
    position: absolute;
    background: #bed731;
    padding: 35px 10px;
    width: 201px;
    font-size: 20px;
    text-align: center;
    color: white;
    top: 40%;
    left: 58%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.aboutimg {
    position: relative;
}

.bgimg {
    /* background: url('../images/img/bgimg.webp'); */
    /* background: #ededed; */
    background: #f5f5f5;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.why-content {
    width: 80%;
    margin: auto;
    letter-spacing: 2px;
    /*padding-top: 5rem;*/
}
.why-content h5 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom:1.3rem;
}
.aboutpart .heading3{
  font-size: 80px;
    letter-spacing: 3px;
}

.feature {
    background-color: white;
    padding: 20px 0px;
    border-radius: 15px;
    border: 1.5px solid black;
    width: 93%;
    margin: auto;
    margin-bottom: 2rem;
}

.feature .f-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    background: #c7c7c7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

section.featurespart .my-container {
    padding: 0;
    width: 63%;
}

.feature p {
    color: #000000 !important;
    margin-top: 1rem;
    font-size: 22px;
    font-weight: 400;
}

/* industries */

.industries p {
    font-size: 18px;
    line-height: 1.7;
}

/* contact ups par */
.contactuspart .myform {
    position: static;
    left: 0p;
    top: 0px;
    transform: translate(0);
}

.contactimg img {
    text-align: center;
    display: block;
    margin: 0px 0px 0px auto;
    width: 600px;
}

/* footer part */
.copy-rights {
    padding: 10px 0px;
    text-align: center;
    background: url('../images/banner/footer_bg.jpg');
    height: 100%;
    width: 100%;
    color: white;
}
.banner-part2 img {
    border-radius: 50px;
}
.banner-part2 h2 {
    margin-top: 1.5rem;
}
.copy-rights p {
    margin-bottom: 0px;
    color: white !important;
}

/* tabs */
.nav.nav-tabs {
    border: 0px;
    display: flex;
    justify-content: center;
        margin-bottom: 3rem;
}

ul#colorTab button {
    background:white;
    color: #5f6162 !important;
    border: 1px solid #3e688c !important;
    border-radius: 50px;
    padding: 10px 26px;
    font-size: 20px !important;
    margin-right: .5rem;
    color: white;
    font-weight: 500;
    transition: 0.5s;
    /* padding-top: 10px !important; */
}
 #colorTab .active{
     background: #585656 !important;
    color: white !important;
}




/* new  .application css*/
#application .productimg
 {
    border: 0px;
    background: no-repeat;
    border-radius: 20px;
    padding: 0px 40px 0px 0px;
}
#application .productimg img{
    border-radius: 10px;
        /* filter: invert(1); */
}
#application .tab-pane p {
    font-size: 18px;
    text-align: justify;
}
#application .productimg h4 {
    margin-top: 1rem;
}
#application .call-to a{
        margin: 3rem auto 0px 0px !important;
}
.mykichecn-tab p {
    font-size: 18px !important;
    padding-top: .5rem;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    color:white !important;
    font-weight: 500;
}
.mykichecn-tab {
      background: #3e688c;
    color: #000000;
}
ul#kitchen-tab li{
    /* padding: 25px 20px; */
    border-right: 1px solid #bac13d;
    transition: .7s;
    display: flex;
    justify-content: center;
}
.nav-item button.nav-link {
    /* background: red; */
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 20px;

}
ul#kitchen-tab li:hover {
    background: #dfdfdf;
    transition: .7s;
}
ul#kitchen-tab li:hover img{
filter: invert(0);
  transform:rotate(360deg);
}
#kitchen-tab .active-tab img,ul#kitchen-tab .active-tab p,ul#kitchen-tab .active-tab span{
    filter: invert(0) !important;
       color: #000000 !important;
}
ul#kitchen-tab li:hover p,ul#kitchen-tab li:hover span{
     color: #000000 !important;
}
ul#kitchen-tab li:nth-child(6) {
    border-right: 0px solid #bac13d;
}
.mykichecn-tab span {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin-top: .3rem;
    
    color:white !important;

}
#application{
    position: relative;
    margin-top: -10px;
}
#application .bgimgwooden{
    opacity: .1;
    right: 0px !important;
    position: absolute;
    width: 100%;
    filter: opacity(0.5);
}

.mykichecn-tab img {
   width: 85px;

    height: 85px;
    border-radius: 50%;
            object-fit: cover;
}

.mykichecn-tab ul{
    list-style: none;
    padding-left: 0px;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
      display: grid;
  grid-template-rows: repeat(1, minmax(100px, auto));
  /* grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); */
  grid-template-columns: repeat(6, minmax(16.66%, 1fr));
  /* gap: 30px; */
}
#application  li.slick-active {
    background: #3e688c !important;
    width: 35px !important;
    transition:1s;
}
#application .slick-dots li {
    width: 10px;
    height: 10px;
    background: #cfd9e2;
    border-radius: 10px;
    line-height: 0px;
       transition:1s;
}
#application .slick-dots li button:before {
    font-family: slick;
    font-size: 0px;
}
/* end */
.productimg {
 background: #EEEEEE;
    width: 100%;
    /* height: 400px; */
    margin: 0px auto 0px 0px;
    text-align: center;
        padding-bottom: 1rem;

    border-radius: 10px;
        /* border: 1px solid #8b8484; */
}
.colorLaminates .productimg{
         background: none !important;
         /* border: 1px solid #8b8484; */
}
.colorLaminates p{
    font-size:18px;
        text-align: justify;
}
.colorLaminates .productimg img{
    /* width: 200px; */
    /* height: 400px; */
    margin: auto;
    /* transform: skew(0deg, 5deg); */
    margin-top: 1.7rem;
    /* transition: 1s ease-in-out; */
    /* border: 1px solid #00000059; */
    padding: 0px 34px;
}
/* div#colorTabContent {
    width: 1300px;
} */
 .colorLaminates{
    position: relative;
    overflow: hidden;
        z-index: 1;
 }
.bgimgwooden {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: .6;
        z-index: -1;
}
.productimg img {
     width: 100%;
 
}
.colorLaminates .productimg img:hover{
        transition: .5s ease-in-out;
            transform: skew(0deg, 0deg);
}
/* application */
.application .nav.nav-tabs button#blue-tab {
    background: #dfdfdf !important;
    color: black !important;
    border: 1px solid #e95129 !important;
}


ul#colorTab button:hover {
    /* transform: scale(1.1) !important; */
    transition: 0.5s;
}
.banner-part2 .banner-content {
    width: 80%;
}
.application .nav-tabs li:nth-child(6) button {
    background: #dfdfdf !important;
    color: black !important;
    border: 1px solid #e95129 !important;
}
.call-to a {
      width: fit-content;
    padding: 15px 63px 15px 25px;
    background: #ef4123;

    display: block;
    margin: 2rem auto 0px auto !important;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #bebebe;
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.banner-part2 .banner-content img{
display: block;
margin: auto;
}
.icon img{
    position: absolute;
    right: 20px;
    top: 10px;
    width: 34px;
    filter: invert();
}
/*.call-to a:hover {*/
/*    background: white;*/
/*    transition: 0.5s;*/
/*    transform: scale(1.1);*/
/*    border: 1px solid #bed731 !important;*/
/*    color: black !important;*/
/*}*/

.call-to a:hover {
    background: white;
    transition: 0.5s;
    transform: scale(1.1);
    border: 1px solid #f15931 !important;
    color: black !important;
}




.call-to a:hover img {
    filter: none !important;
}
.banner-content {
    margin-top: 0%;
    position: absolute;
    top: 58%;
    /* width: 820px; */
    color: white;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}
.why-choose .banner-content{
        top: 43%;
}
    .banner-part2 .banner-content{
    width: 80% ;
}
.banner-fixetext p{
    font-weight: 300;
        margin-top: 1rem;
}
img.mybanner1 {
    filter: brightness(0.8);
}
.multiple-items h4 {
    font-size: 18px;
    margin-top: 1rem;
    color: #242323;
    font-weight: 500;
}
.multiple-items .slick-dots li button:before {
    font-size: 20px;
}
.multiple-items .slick-prev{
  background: #3e688c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 4;
}

.multiple-items .slick-next {
    right: -25px;
    background: #3e688c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* font-size: 20px; */
}
/* new style 1-8-2025 */



.whychoose .feature {
    border: 0px;
    border-top: 5px solid #3e688c;
    border-radius: 0px;
    /* border-radius: 10px; */
}
.whychoose h2.heading2 {
    font-size: 60px;
    letter-spacing: 3px;
}

.whychoose span {
    letter-spacing: 5px;
    font-size: 50px;
    color: #878787;
}
.whychoose h4 {
    font-size: 40px;
    font-weight: 400;
    color: #494a4a;
    /* position: relative;
    padding-left: 40px; */
}

/* .whychoose h4::after {
    position: absolute;
    left: 0px;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #d8e3eb;
    content: "";
    background: url('../images/img/check.png');
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    background-size: 100%;
}
 */
.whychoose p {
    font-size: 22px;
    text-align: left;
}
.whychoose .feature{
width: 100%;
}
.contactuspart .myform{
    width: 100%;
}
.contactimg2,.contactimg2 img{
    height: 100%;
    border-radius: 5px;
}
.footerTxt {
    position: absolute;
    bottom: 50px;
    right:40px;
    font-size:50px;
    width:450px;
    color:white;
    line-height:1.1;
    font-weight:900;
    border-radius: 5px;
}

.contactimg2 {
    position: relative;
}
.industries h3 span{
    padding-right: 50px;
    display: inline-block;
    color: #3e688c;
}
.greenline{
    position: relative;
    padding-top: 1.5rem;
}
.greenline::after {
    position: absolute;
    content: '';
    top: 4px;
    left: 0px;
    width: 350px;
    background: #3e688c;
    color: #3e688c;
    height: 8px;
}
.industriesimg {
    height: 700px;
    overflow: hidden;
}
.industriesimg img{
    transition: 3s;
}
.industriesimg img:hover{
    margin-top: -330px;
    transition: 3s;
    transform: scale(1.1);
}
.contactuspart .checkbox label {
        color: black;
}
hr {
    color: #e95129;
}

/* support part */
.support {
background-image: url(../images/img/orange-bg.jpg);
    padding: 0px 0px;
    margin-top: -10px;
}
.br-0{
    border-right: 0px solid red !important;
}

.warranty ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: white;
    font-weight: 400;
    margin-left: 0px;
    padding-left: 0px;
    border-right: 1px solid #f7f2f29c;
    margin-bottom: 0px;
    padding: 15px 0px;
}

.warranty ul li p {
    color: white !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: 1rem;
}

.warranty li img {
    width: 100%;
    height: 40px;
}
/* section#colorLaminates {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: auto;
    transform: translate(-50%, -50%);
    background: #000000;
    height: 100%;
}
.threecollection{
    display: none;
} */
/* threecollection */
.threecollection .nav.nav-tabs{
margin: 0px;
}
.threecollection button.nav-link {
    border-radius: 15px !important;
    /* margin: 0px 30px; */
    padding: 40px 50px !important;
}
/* Productsimg */
.Productsimg .stairscase1{
    padding: 13px 0px;
    height: 100%;
}
.Productsimg .stairscase1 .pro-img{
height: 100%;
}
.Productsimg .stairscase1 img{
    width: 100%;
    margin: auto !important;
    object-fit: cover;
    height: 350px;
}
.rightstairs .stairscase1 img{
    height: 726px;
}  

/* =====================my new style image================ */


.credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}

.options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

.options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120% !important;
  background-position: center !important;
  cursor: pointer;
  transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

/* Default background colors per option */
.options .option:nth-child(1) { --defaultBackground: #ED5565; }
.options .option:nth-child(2) { --defaultBackground: #FC6E51; }
.options .option:nth-child(3) { --defaultBackground: #FFCE54; }
.options .option:nth-child(4) { --defaultBackground: #2ECC71; }
.options .option:nth-child(5) { --defaultBackground: #5D9CEC; }
.options .option:nth-child(6) { --defaultBackground: #AC92EC; }

/* Active state */
.options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 1100px;
  margin: 0px;
  border-radius: 40px;
  background-size: cover;
  background-repeat: no-repeat;
}
.options .option.active .label .info {
    padding: 16px 30px;
    height: 55px;
        background: #4d4c4cd9;
        border-radius:10px;
}
.options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black,
              inset 0 -120px 120px -100px black;
}
.options .option.active .label {
  bottom: 20px;
  left: 20px;
}
.options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}

/* Inactive state */
.options .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}
.options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black,
              inset 0 -120px 0px -100px black;
}
.options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
.options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}

/* Shadow */
.options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

/* Label */
.options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option .label .icon {
  display: none; /* hiding icons */
}
.options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  margin-bottom: 10px;
  /*white-space: pre;*/
}
.options .option .label .info > div {
  position: relative;
  transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95),
              opacity .5s ease-out;
}
.options .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}
.options .option .label .info .sub {
  transition-delay: .1s;
}



.why-content1{background: #fff;
  border-radius: 20px;
  padding: 20px 30px 50px 30px;
  box-shadow: 0 15px 35px #0000000f;
    letter-spacing: 2px;
    width: 100%;
}

    .why-content1 h6 { font-size:22px; margin:0px auto;margin: 15px 0px;font-weight:600; text-align: center;}





/* Tablet sizes */
@media (min-width: 1100px) and (max-width: 1600px) {
  .options .option {
    min-width: 100px;
  }
  .image-h-fit {
    height: 500px;
  }
    .kmt-100 {
    margin-top: -240px;
}
}

/* Mobile layout */
@media screen and (max-width: 768px) {
  .options {
    flex-direction: column;
    height: auto;
    overflow: visible;
  }

  .options .option {
    width: 100%;
    min-width: 100%;
    height: 200px;
    margin: 10px 0;
  }

  .options .option.active {
   height: 200px !important;
        order: -1;
        margin-bottom: 1rem;
  }
  
  
  .why-content1{margin-bottom:50px;}
  
  
  
}


/*========================= media query start now======================== */
@media(min-width:1700px) {

    nav,
    .my-container {
        width: 1600px;
        margin: auto;
    }
    .application .productimg img {
height: 550px;
}
}
.whychoose .feature {
    width: 95%;
}
@media(min-width:1100px) and (max-width:1600px) {
    .why-content {
    width: 95%;
    }
    .industriesimg {
    height: 600px;
    overflow: hidden;
}
.form_close {
   
    width: 35px;
    height: 35px;
    font-size: 15px;
    top: -8px;
}
.checkbox {
    margin-bottom: 1rem;
            line-height: 1.2;
}
#application .tab-pane p ,.aboutpart p,.industries p{
    font-size: 16px;
}
.whychoose .feature p{
    font-size: 15px;
}
    .application .productimg img {
height: 500px;
}
    .heading2 {
        font-size: 55px !important;
    }
.whychoose h2.heading2 {
    font-size: 50px !important;
}
    .aboutimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.aboutimg {
    height: 100%;
}
    .myform {
        
        width: 500px;
    }

    .contactimg img {
        width: 80% !important;
        margin: auto !important;
    }

    /* div#colorTabContent {
        width: 90%;
    } */

    .yearsbox {
        width: 190px;
        padding: 25px 10px;
        left: 62%;
    }

    .btn1 a {
        font-size: 16px;
    width: 181px;
    height: 55px;
    }

    section.featurespart .my-container {
        padding: 0;
        width: 80%;
    }

    .banner-content p {
        padding-right: 15px;
        font-size: 18px;
    }

    .myform input,
    .myform select,
    .myform textarea {
        height: 35px;
    }

    .form-row {
        padding: 13px 23px;
    }

    textarea#message2 {
        height: 60px;
    }

    .myform input,
    .myform select,
    .myform textarea {
        font-size: 14px;
    }

    .myform h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .myform input::placeholder,
    textarea::placeholder {
        font-size: 14px;
    }

    .checkbox label {
        font-size: 14px;
    }

    .checkbox input {
        height: 23px !important;
    }

    .myform {
        top: 49%;
    }

    /* .slider1 {
        padding-bottom: 8rem;
    } */

    .menue ul li {
        font-size: 18px;
    }

    .menue ul li a img {
        width: 22px;
    }

    .logo img {
        /*width: 80px;*/
        padding-top: 3px;
    }

    header {
        /*height: 115px;*/
        top: 0px;
    }

    .menue ul li p,
    .menue ul {
        margin-bottom: 0px;
    }

    /* body {
        transform: scale(0.9);
        transform-origin: top left;
        width: 112%;
        overflow-x: hidden;
    } */

    .banner-content h2 {
        font-size: 55px;
    }

}

@media(min-width:900px) and (max-width:1200px) {
    div#colorTabContent {
        width: 100%;
    }

    .contactimg img {
        width: 100%;
    }
    img.mybanner1{
        height: 750px;
    }

    .myform {

        width: 400px;
    }

    .myform input,
    .myform select,
    .myform textarea {
        height: 40px;
        font-size: 12px !important;
    }

    .myform input::placeholder,
    textarea::placeholder {
        font-size: 12px;
    }

    .myform h4 {
        font-size: 20px;
    }

    .form-row {
        padding: 10px 10px;
    }

    .checkbox input {
        width: 9px !important;
        height: 24px !important;
    }

    .checkbox label {
        font-size: 12px !important;
    }

    .banner-content h2 {
        font-size: 35px !important;
    }

    /* .banner-content {
        margin-top: 35% !important;
    } */

    .aboutimg img {
        width: 100%;
    }
    .banner-content {
  width: 520px;
    }
    /* .banner-part2{
    width: 80% ;
} */
.banner-fixetext p{
    font-weight: 300;
}
}
.h-content span {
    font-size: 46px;
    z-index: 2;
    position: relative;
}
@media(max-width:1000px) {
.mykichecn-tab ul{
  grid-template-columns: repeat(3, minmax( 33.33%, 1fr));
}
ul#kitchen-tab li:nth-child(3) {
    border-right: 0px solid #bac13d;
}
ul#kitchen-tab li {
    padding: 15px 10px;
}
.application .productimg img {
    height: auto;
}
#application .call-to a {
    margin: 1rem auto 0px 0px !important;
}
#application .productimg {
    padding: 0px 00px;
    width: 100%;
    margin-top: 0rem;
}
.mykichecn-tab .my-container{
    width: 100%;
}
.mykichecn-tab span {
    font-size: 10px;
}
.mykichecn-tab p {
    font-size: 14px !important;
}
.mykichecn-tab img {
    width: 45px;
    height: 45px;
}

ul#kitchen-tab li {
    border-bottom: 1px solid #bac13d;
}
    .myform {
        position: static !important;
        left: 0px;
        transform: translate(0px);
        width: 95%;

        margin: auto;
    }

    .bannerPart {
        /*background: #242212;*/
        padding-bottom: 0rem;

    }

    .slider1 {
        padding-bottom: 0rem !important;
    }

    .banner-content p {
        font-size: 16px;
    }

    /* .group-btn {
        flex-direction: column;
    } */

    .banner-fixetext {
        margin-top: 1rem;
    }

    .group-btn .btn1:nth-child(2) {
        margin-left: 10px;
        /* margin-top: 1rem; */
    }

    /* nav {
        flex-direction: column;
    } */

    header {
        background: transparent;
        height: 90px;
    }

    .menue ul li {
        font-size: 13px;
    }
.slider1{
    position: relative;
}
    .banner-content {
       position: absolute;
    top: 46px !important;
    width: 95%;
    left: 15px;
    }

    .menue ul li a {
        justify-content: center;
    }

    .menue ul li a img {
        width: 19px;
    }

    .menue {
        margin-top: 12px;
    }



    .banner-content h2 {
        font-size: 17px;
        width: 90%;
     
    }

    .form-row {
        padding: 9px 7px;
    }

    .myform input,
    .myform select,
    .myform textarea {
        height: 32px;
    }

    .myform input,
    .myform select,
    .myform textarea {
        font-size: 12px;
    }
    textarea#message2{
        height:50px !important;
    }

    .myform input::placeholder,
    textarea::placeholder {

        font-size: 12px !important;
    }

    .checkbox label {
        font-size: 12px;
    }

    .myform h4 {
        font-size: 20px;
    }

    .aboutimg img,
    .industriesimg img,
    .contactimg img {
        width: 100% !important;
    }

    .heading2 {
        font-size: 25px;
        margin-top: 1rem;
        margin-bottom: .7rem !important;
    }

    main p {
        font-size: 14px !important;
    }

    .yearsbox {
        padding: 10px 10px;
        width: 163px;
        font-size: 16px;
        top: 80%;
        left: 46%;
    }

    .aboutpart h2 {
        margin-top: 3.5rem;
    }

    .feature {
        width: 100%;
        margin-bottom: 1rem;
    }

    section.featurespart .my-container {
        width: 95%;
        margin: auto;
    }

    .feature .f-icon {
        width: 50px;
        height: 50px;
    }

    .feature .f-icon img {
        width: 35px;
    }

    .contactimg img {
        margin-top: 2rem;
    }

    .copy-rights p {
        font-size: 12px;
        padding: 0px 20px;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    div#colorTabContent {
        width: 100%;
    }

    .productimg img {
        width: 100%;
    }

    .productimg {
        padding: 10px;
        margin-bottom: 1rem;
    }

    ul#colorTab button {
        padding: 5px 14px;
        font-size: 12px !important;
        margin-bottom: .5rem;
    }

    .colorLaminates .mt-5,
    .application .mt-5 {
        margin-top: 10px !important;
    }

    .contactimg img {
        width: 100%;
    }

    body,
    html {
        overflow-x: hidden;
    }

    .btn1 a {
              font-size: 14px;
        width: 141px;
        height: 45px;
    }

    .application .productimg img {
        object-fit: cover;
    }
    .bannerPart {
        margin-top: 0px;
    }
        header {
        background: black;
                position: static !important;
        }
        img.mybanner1 {
    height: 400px;
        }
        .multiple-items .slick-prev,.multiple-items .slick-next{
    display: none !important;
}
.multiple-items h4 {
    font-size: 14px;
height: 38px;
}
.multiple-items p{
    font-size: 12px !important;
}
.application .col-6.col-md-3{
padding: 0px !important;
}
.application #colorTabContent{
    padding: 0px 0px !important; 
}
.group-btn.animate-text {
    flex-direction: column;
}
 .group-btn .btn1:nth-child(2) {
        margin-left: 0px;
        margin-top: .5rem;
    }
    .colorLaminates .productimg img {
    width: 100%;
    height: 250px;
    }
    .whychoose .feature p {
    font-size: 14px;
    
            padding: 0px 0px 0px 36px;
            margin: .4rem 0px;

    }
    .whychoose h4 {
    font-size: 20px;
        padding-left: 37px;
    }
    .whychoose h4::after {
    width: 30px;
    height: 30px;
    font-size: 13px;
    }
    .whychoose .ps-4, .whychoose .pe-4{
padding: 0px 10px!important;
    }
    .greenline::after {
  
    width: 224px;
    }
        .aboutpart h2 {
        margin-top: 0rem;
    }
.industries h3 span{
    padding-right: 16px;
}
.footerTxt {
    bottom: 12px;
    font-size: 30px;
    width: 250px;
 
}
.contactimg2 img {
    height: 200px;
    object-fit: cover;
    margin-top: 1.5rem;
}
.industriesimg {
    height: 250px;
}
.industriesimg img:hover {
    margin-top: -00px;
    transform: scale(1.1);
}
}

@media(max-width:900px){
    .formbutton button#submitForm2 {
    width: 160px !important;
    height: 40px !important;
    font-size: 16px !important;
}

    .checkbox {
    margin-bottom: 1rem !important;
    }
    section.bannerPart.transform {
    padding-top: 0px !important;
}


    span.q-mark {
    font-size: 25px !important;
    }
    h2.heading2.h-font br {
    display: none;
}
    .transform h2.heading2 br {
    display: none;
}
        .m-reverse {
        flex-direction: column-reverse;
    }
    .image-h-fit {
    height: 370px !important;
    }
     img.mybanner1 {
    height: 200px;
    }
     .perfect_floor img.mybanner1 {
    height: 270px;
    }
        .industries .mt-5{
            margin-top:15px !important;
        }
        .whychoose .feature {
    width: 100%;
}
    .myform {
        width: 90% !important;
    }
.nav-item button.nav-link{
            padding: 0px 0px;
}
.aboutpart .pe-5 {
    padding-right: 10px !important;
}
.industries h3 {
    line-height: 1.5;
    margin-bottom: 0px;
    padding-bottom: 1rem !important;
}
.kmt-100 {
    margin-top: -60px;
}
.popup_form div#form {
    transform: translate(6%, 7%) !important;
}
.logo img {
    width: 150px;
}
header {

    height: 70px !important;
    line-height: 66px;
}
    .banner-content h2 {
         font-size: 25px !important;
        width: 100%;
    }
        .heading2 {
        font-size: 25px !important;
        }
    .banner-content {
    top: 50% !important;
    left: 50%;
}
    .myform {
        margin-bottom: 2.5rem;
    }
    .h-content span {
    font-size: 18px;
    }
    
        .call-to a {
          padding: 10px 42px 10px 16px;
        font-size: 12px;
 
        }
        .whychoose h2.heading2 {
    font-size: 27px;
    letter-spacing: 2px;
        margin-top: 6px;
        }
        .icon img {
    right: 14px;
    top: 9px;
    width: 20px !important;
    filter: invert();
        }
            .whychoose h4 {
        font-size: 18px;
        padding-left: 0;
            }
            .pe-5,.ps-5 {
    padding-right: 0rem !important;
        padding-left: 0rem !important;
}
.whychoose img{
    height: auto;
}
.whychoose .mt-5{
    margin-top: 1.5rem !important;
}
.whychoose.pt-5{
    padding-top: 1.5rem !important;
}
.why-content h5 {
    font-size: 25px;
}
.why-content {
    width: 85%;
    margin: auto;
    letter-spacing: 1px;
    padding-top: 0rem;
            margin-bottom: 0rem;
}
.aboutpart .heading3 {
    font-size: 25px;
    letter-spacing: 2px;

}
.aboutpart p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 1rem;
}
.text-line{
        width: 1100px;
    margin-left: -364px;
}
.banner-part2 img.mybanner1 {
    height: 560px;
    object-fit: cover;
    border-radius: 10px;
}
.bgimg {
    padding-top: 21px !important;
}
    .banner-part2 h2 {
        font-size: 25px !important;
        padding: 0px 25px;
            margin-top: 1rem;
    }
.banner-part2 h3{
    font-size: 16px;
}
.banner-part2 .banner-content {
    width: 95% !important
    ;
}
.banner-part2 .banner-content img {
    width: 40px;
}
.banner-part2{
    background-color: transparent !important;
}
.banner-part2 .heading2 {
    margin-bottom: 2rem !important;
}
.banner-part2 .banner-fixetext {
    margin-top: 1rem !important;
}
.myform {
    border: 1px solid #c0c0c0 !important;
}
.options .option.active .label .info {
        padding: 16px 10px;
        height: 77px;
        line-height: 1.2;
        bottom: -16px !important;
        position: absolute;
        left: -18px !important;
        width: 100%;
        background: #00000047;
        font-size: 13px;

}
.options .option.active .label .info > div {
    left: 0px;
    opacity: 1;
    font-size: 16px im;
    margin-bottom: .3rem;
}
    .text-line {
        display: none;
    }
    .heading2 b {
    font-size: 25px;
}
.excellence .call-to {
    display: none;
}

        }
        
@media (min-width: 1100px) and (max-width: 1600px) {

.myform {
    top: 48% !important;
    width:450px !important;
}
.formbutton button#submitForm2 {
    width: 160px;
    height: 40px;
    font-size: 16px;
}
}



section.bannerPart.transform {
    padding-top: 50px;
}

.banner-content.transform {
    width: 100%;
}






  






























@media (min-width: 1100px) and (max-width: 1600px) {
    .options .option {
   
    min-width: 100px;
    
}
span.q-mark {
    font-size: 60px !important;
}
.whychoose p {
    font-size: 18px;
}
}
.banner-content.transform .heading2 {
    font-size: 60px;
    line-height: 1.1;
}





.copy-rights a {
    color: #fffdfd;
    text-decoration: none;
}

/*porpup form*/
 .button-icon img {
                width: 30px;
                top: 13px;
                }
.popup_form {
    position: fixed !important;
    left: 0% !important;
    top: 0%;
    margin: 0px;
    background: #161414bd;
    width: 100%;
    height: 100%;
    z-index: 3;
    display:none;
}

.popup_form div#form {
    position: absolute;
    left: 50% !important;
    transform: translate(-42%,-50%);
    margin: 0;
        overflow: inherit;

}
.form_close {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 40px;
    background: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 18px;
    top: -11px;
    right: -12px;
    border: 1px solid #ef4123;
    line-height: 40px;
    cursor:pointer;
}
.showform{
    display:block;
}
.hidescroll_click{
    overflow:hidden;
}





