*,
body,
html,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

html {
    height: 100%;
}

:root {
    --white: white;
    --textcolor: #50656C;
    --headingcolor: #083343;
    --bggray: #E2E2E2;
    --headingSize: 45;
    --textSize: 20px;
    --themecolor: #e94e21;
    --bordercolor: #A6A5A5;
    --fhweight: 900;
}

@font-face {
  font-family: "futura-black";
  src: url("../../fonts/futura_black.woff2") format("woff2");
  font-weight: normal;
  font-stretch: normal;
  font-style: normal
}

@font-face {
  font-family: "futura-bold";
  src: url("../..//fonts/fontawesome.woff2") format("woff2");
  font-weight: normal;
  font-stretch: normal;
  font-style: normal
}

@font-face {
  font-family: "futura-medium";
  src: url("../..//fonts/futura_medium.woff2") format("woff2");
  font-weight: normal;
  font-stretch: normal;
  font-style: normal
}

@font-face {
  font-family: "futura-book";
  src: url("../..//fonts/futura_book.woff2") format("woff2");
  font-weight: normal;
  font-stretch: normal;
  font-style: normal
}

@font-face {
  font-family: "futuraLT";
  src: url("../..//fonts/futura_lt.woff2") format("woff2");
  font-weight: normal;
  font-stretch: normal;
  font-style: normal
}

body {
    font-family: "futuraLT", Arial, sans-serif !important;
}

body {
    font-family: 'Montserrat', sans-serif;
}

/* p {
    color: var(--textcolor) !important;
} */

header {
    background:white;
    height: 100px;
    border-bottom: 1px solid var(--bordercolor);
    z-index: 1;
    position: absolute;
    top: 0px;
    width: 100%;
        display: flex;
    align-items: center;
    justify-content: center;
}

nav {
    width: 90%;
    margin: auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

nav p {
    color: white !important;
}

.logo img {
    width: 100%;
    
}

.header ul {
    padding-left: 0px;
    margin-left: 0px;
}

.header ul li {
    list-style: none !important;
}

.menue ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.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;
    padding-top: 100px;
}
.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: clamp(2rem, calc(1.7rem + 1.2vw), 2.5rem);
    font-weight: 900;
    margin-bottom: 1.6rem;
    font-family: "futura-bold", Arial, sans-serif;
}

.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;
}

.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;
}

.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: 35px !important;
    /* background: red; */
}

.slider_slides li.slick-active {
    width: 61px;
    height: 10px;
    background: var(--themecolor);
    border-radius: 10px;
    transition: 1s;
}

.slider_slides li {
    background: white;
    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: 450px;
    margin: 0px 0px 0px auto;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    right: 10%;
    top: 45%;
    transform: translate(16%, -42%);
    backdrop-filter: blur(8px);
}

.banner-content {
    margin-top: 15%;
}

.form-row {
    padding: 10px 30px 30px 30px;
}

.customBtn {
    width: 200px;
    height: 44px;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    display: block;
    border: 0px;
    outline: none;
    background: var(--themecolor);
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
}
.formbutton button#submitForm2:hover{
    background-color: #6a8ba7;
}
.checkbox input[type=checkbox] {
  accent-color: #3e688c !important;
}
.myform h4 {
    color: #ffffff;
    text-align: center;
    background: var(--themecolor);
    padding: 10px;
    font-size: 22px;
}

.checkbox input {
    width: 21px !important;
    height: 24px;
}

.checkbox label {
    color: #ffffff;
    font-size: 12px;
    margin-left: 10px;
}

.checkbox {
    display: flex;
    margin-bottom: 2rem;
}

.banner-fixetext p {
    font-weight: 800;
}

/* about part start now */
.heading2 {
    color: #1c3469;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: 800;
}
.upercase{
    text-transform: uppercase;
    font-family: "futura-bold", Arial, sans-serif;
}
h2.heading2.upercase span {
    color: #e94e21;
    if; */
;
    /* font-family: "futura-medium", Arial, sans-serif; */
}
.aboutpart p {
    font-size: 18px;
    line-height: 1.7;
    text-align: justify;
    font-family: "futuraLT", Arial, sans-serif;
}

.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:linear-gradient(45deg, #d1e1ef, #fbffe5);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* collection part */
/* .collection-slider{
list-style: none;
padding-left: 0px;
}
.collection-img{
        width: 121px;
    height: 121px;
    overflow: hidden;
    border-radius: 100%;
}
.collection-slider a{
        display: block;
    text-align: center;
    width: fit-content;
    text-decoration: none;
} */
.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: #3e688c40;
}

.copy-rights p {
    margin-bottom: 0px;
    color: black !important;
}

/* tabs */
.nav.nav-tabs {
    border: 0px;
}
.tab-sub-h {
    visibility: hidden;
    position: absolute;
    right: -319px;
    background: white;
    z-index: 2;
    padding: 10px;
    border-radius: 0px 10px 10px 0px;
    top: 0px;
    height: 100%;
    width: 320px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-right: 4px solid #e96f4a;
}
li.nav-item{
    position: relative;
}
li.nav-item:hover .tab-sub-h {
visibility: visible;
}
ul#colorTab button {
    background: #dfdfdf !important;
    color: black !important;
    border: 1px solid #3e688c !important;
    border-radius: 50px;
    padding: 7px 26px;
    font-size: 14px !important;
    margin-right: .5rem;
    color: white;
    font-weight: 500;
    transition: 0.5s;
}



/* new  .application css*/
#application .productimg
 {
    border: 0px;
    background: no-repeat;
    border-radius: 20px;
    padding: 0px;
    /* border: 10px solid #f3f1f1; */
    overflow: hidden;
}
#application .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

#application .productimg img{
    border-radius: 10px;
        /* filter: invert(1); */
            /* object-fit: cover;
          transition: 2s; */
}
/* #application .productimg:hover >img{
         transform: scale(2);
    transition: 10s;
} */
#application  .slick-dots {
    position: absolute;
    bottom: 25px;
}
#application .tab-pane p {
      font-size: 18px;
      text-align: justify;
      padding: 10px;
      border-radius: 10px;
      border: 1px solid #1c3469;
      /* background: #fff6f3; */
      /* font-weight: 500; */
      font-family: "futuraLT", Arial, sans-serif !important;
}
#application .productimg h4 {
    margin-top: 1rem;
}
#application .call-to a{
        margin: 3rem auto 0px 0px !important;
}
.mykichecn-tab p {
    font-size: 22px !important;
    padding-top: .5rem;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    color:white !important;
    font-weight: 500;
    font-family: "futura-bold", Arial, sans-serif;
}
.mykichecn-tab {
      background: #1c3469;
      color: #000000;
      height: fit-content;
}
ul#kitchen-tab li{
    /* padding: 25px 20px; */
    border-right: 1px solid #f5c0b14a;
    transition: .7s;
    display: flex;
    justify-content: center;
}
.nav-item button.nav-link {
    /* background: red; */
    display: block;
    width: 100%;
    height: 100%;
    padding: 32px 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); */
}
ul#kitchen-tab li.active-tab{
    background-color: white;
}
.mykichecn-tab img {
   width: 65px;
   /* filter: invert(1); */
   height: 65px;
   border-radius: 50%;
   object-fit: cover;
}
.aboutpart img {
    border-radius: 10px;
}
.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;
    
    border-radius: 10px;
        /* border: 1px solid #8b8484; */
}
.colorLaminates .productimg{
         background: #ffffff !important;
         border: 1px solid #8b8484;
}
.colorLaminates p{
    font-size:18px;
}
.colorLaminates .productimg img{
        width: 200px;
    height: 400px;
       margin: auto;
    transform: skew(0deg, 5deg);
    margin-top: 1rem;
    transition: 1s ease-in-out;
    border:1px solid #00000059;
}
/* 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 #3e688c !important;
}
/* .filter-blur{
    filter: blur(1px);
} */
.tab-sub-h {
    text-align: left;
}

.tab-sub-h span {
    font-size: 14px;
    text-align: center;
}
.application .nav-tabs li:nth-child(1) button {
    background: #dfdfdf !important;
    color: black !important;
    border: 1px solid #3e688c !important;
}

.application .nav-tabs li:nth-child(2) button {
    background: #dfdfdf !important;
    color: black !important;
    border: 1px solid #3e688c !important;
}

.application .nav-tabs li:nth-child(3) button {
    background: #dfdfdf !important;
    color: black !important;
    border: 1px solid #3e688c !important;
}
.application .nav-tabs li:nth-child(4) button {
    background: #dfdfdf !important;
    color: black !important;
    border: 1px solid #3e688c !important;
}
.application .nav-tabs li:nth-child(5) button {
    background: #dfdfdf !important;
    color: black !important;
    border: 1px solid #3e688c !important;
}
ul#colorTab button:hover {
    transform: scale(1.1) !important;
    transition: 0.5s;
}
.application .nav-tabs li:nth-child(6) button {
    background: #dfdfdf !important;
    color: black !important;
    border: 1px solid #3e688c !important;
}
.call-to a {
     width: fit-content;
    padding: 10px 26px;
    background: #e95023;
    display: block;
     margin: 2rem auto 0px 0px !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;

}

.call-to a:hover {
    background: white;
    transition: 0.5s;
    transform: scale(1.1);
    border: 1px solid #bed731 !important;
    color: black !important;
}
.banner-content {
    margin-top: 0%;
    position: absolute;
    top: 30%;
    width: 720px;
    color: white;
}
.filter-grey img {
    filter: brightness(.7);
}
/* img.mybanner1 {
    filter: brightness(0.8);
} */
.multiple-items h4 {
    font-size: 16px;
    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 h4 {
    font-size: 26px;
    font-weight: 400;
    color: #3e688c;
    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 .feature p {
    font-size: 16px;
    padding-left: 40px;
    text-align: justify;
}
.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;
}

.change-text p{
    text-align: center !important;
}
.f-18{
    font-size: 18px;
    font-family: "futuraLT", Arial, sans-serif;
}
/*========================= media query start now======================== */
@media(min-width:1700px) {

    nav,
    .my-container {
        width: 1600px;
        margin: auto;
    }
    .application .productimg img {
height: 650px;
}
}
.whychoose .feature {
    width: 95%;
}
@media(min-width:1100px) and (max-width:1600px) {
.nav-item button.nav-link{
    
padding: 27px 20px;
}
#application .tab-pane p ,.aboutpart p,.industries p{
    font-size: 16px;
}

    .application .productimg img {height: 600px;}
    .heading2 {
        font-size: 40px;
    }

    .myform {
        
        width: 450px;
    }


    .btn1 a {
        font-size: 16px;
    width: 181px;
    height: 55px;
    }


    .banner-content p {
        padding-right: 15px;
    }

    .myform input,
    .myform select,
    .myform textarea {
        height: 38px;
    }

    .form-row {
        padding: 15px 23px;
    }

    textarea#message2 {
        height: 90px;
    }

    .myform input,
    .myform select,
    .myform textarea {
        font-size: 14px;
    }

    .myform h4 {
        font-size: 22px;
        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;
    }

    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;
    }

}

@media(min-width:900px) and (max-width:1200px) {
    div#colorTabContent {
        width: 100%;
    }

    .contactimg img {
        width: 100%;
    }

    .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;
    }
}

@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: 5px 2px;
}
.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: 9px;
    text-align: center;
}
.mykichecn-tab p {
    font-size: 14px !important;
    text-align: center;
}
.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;
    }

    .slider1 {
        padding-bottom: 0rem !important;
    }

    .group-btn .btn1:nth-child(2) {
        margin-left: 10px;
        /* margin-top: 1rem; */
    }

    /* nav {
        flex-direction: column;
    } */

    header {
        background: white;
        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 img {
    width: 100px;
}



    .form-row {
        padding: 17px 7px;
    }

    .myform input,
    .myform select,
    .myform textarea {
        height: 35px;
    }

    .myform input,
    .myform select,
    .myform textarea {
        font-size: 13px;
    }

    .myform input::placeholder,
    textarea::placeholder {

        font-size: 13px !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;
    }



    .contactimg img {
        margin-top: 2rem;
    }

    .copy-rights p {
        font-size: 12px;
        padding: 0px 0px;
        text-align: center;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }


    .productimg img {
        width: 100%;
    }

    .productimg {
        padding: 10px;
        margin-bottom: 1rem;
    }


    .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;
    }
    


.footerTxt {
    bottom: 12px;
    font-size: 30px;
    width: 250px;
 
}
.logo img{
    width: 140px;
}

      
.nav-item button.nav-link{
            padding: 0px 0px;
}
        }
        




        


/* krishna my style start now */
.ply-banner {
    width: 100%;
    filter: brightness(0.5);
}

.plyslider{
          width: 100%;
          position: relative;
          background: url(../images/banner/ply-banner.png);
          width: 100% !important;
          /* height: 600px; */
          padding-bottom: 3rem;
          background-repeat:no-repeat;
          background-size: 100% 100%;
}

.pyly-slider1 {
      /* width: 100%;
    position: relative;
    background: url(../images/banner/ply-banner.png);
    width: 100% !important;

    padding-bottom: 3rem;
    background-repeat:no-repeat;
    background-size: 100%; */
}

.s-content {
    /* position: absolute;
    top: 0px;
    width: 100%; */
}

.my-container {
    max-width: 1600px;
    margin: auto;
    width: 90%;
}
.s-img {
    width: 34%;
}
.s-img img {
    /* top: 50px; */
     margin-top: 52px;
    width: 100%;
    border: 2px solid #7b8585;
    padding: 10px;
    background: #f5f5f5;
}

.banner-contents p{
    color: black;
}

.my-container.min-content {
    display: flex;
    justify-content: space-between;
       color: black;
}

.banner-contents {
    width: 100%;
    margin: 2.5rem 0px auto auto;
    padding-left: 100px;
    padding-right: 50px;
}
.client-logo{
    display: flex;
        margin-top: .5rem;
}
.client-logo img{
    width: 80px;

    margin-right: 1rem;
}

.banner-contents h1 {
    /* font-size: 100px; */
     font-size: calc(50px + (100 - 50) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 10px;
    font-weight: 900;
}

.banner-contents p {
    font-size: 18px;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-family: "futuraLT", Arial, sans-serif;
}

.banner-contents ul {
    margin-top: 1rem;
    /* line-height: 2; */
    padding-left: 17px;
}

.banner-contents ul li {
    line-height: 2;
    font-size: 18px;
    font-family: "futuraLT", Arial, sans-serif;
}
.plyslider .slick-arrow::before {
    font-size: 22px !important;
    opacity: 1;
}

.plyslider .slick-next,.plyslider .slick-prev {
    position: absolute;
    right: 63px !important;
    background: #e95023;
    /* bottom: 50% !important; */
    /* top: 93%; */
    /* transform: translate(-41% , 50%); */
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 64px;
    z-index: 2;
    border: 2px solid white;
}
.plyslider  .slick-next:focus, .plyslider  .slick-next:hover, .plyslider  .slick-prev:focus, .plyslider  .slick-prev:hover{
        background: #e44d1f;
}
.plyslider .slick-prev.slick-arrow {
    left: 63px;
}
section.plyslider {
    overflow: hidden;
}

.plyslider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.plyslider .slick-dots {
    bottom: -17px;
    /* background: red; */
}

.plyslider .slick-dots li {
    background: #e94e21;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0px;
    transition:1s;
}

.plyslider li.slick-active {
    width: 61px;
    height: 10px;
    border-radius: 10px;
    background: #eaebed;
    transition:1s;
}

.plyslider ::before {
    font-size: 0px !important;
}
.h-h1 {
    font-size: 32px;
    font-weight: 600;
}

.h-h1 span {
    color: #1c3469;
    font-weight: 900;
    font-size: 40px;
    font-family: "futura-bold", Arial, sans-serif;
}
.ex-icon {
    border-right: 1px solid #62626280;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.br-0{
    border: 0px !important;
}
section.experience {
    margin-top: -21px;
}
.ex-icon p {
    /* width: 123px; */
    text-align: center;
    font-size: 13px;
    font-family: "futura-medium", Arial, sans-serif;
}
.ex-icon img{
    margin: auto;
}
footer  ul{
list-style-type: none;
 
}
.application .slick-arrow,.application .slick-prev {
    display: none !important;
}
@media(max-width:1500px){
    .h-h1 {
    font-size: 25px;
    }
    .mybanner1 img {
/* aspect-ratio: 2 / 1; */
        height: 600px;
        object-fit: cover;
    }
    .banner-contents h1 {
    font-size: 60px;

}
.pyly-slider1 {
    /* height: 800px; */
    background-size: cover;
}
.s-img {
    width: 40%;
}
.banner-contents p {
    font-size: 18px;
}
.experience .col-3.col-sm-3.col-lg-3 {
    padding: 0px 2px;
}
.banner-contents ul li {
    line-height: 1.4;
    margin-bottom: 1rem;
    font-size: 16px;
}
 /* .s-img img{
 width: 40%;
 } */
.ply-banner {
    height: 850px;
    object-fit: cover;
}
}
@media(min-width:1000px){
    .my-flex {
    display: flex;
    margin: auto;
}

.my-flex ul#kitchen-tab {
    flex-direction: column;
    display: flex;
}

.my-flex .mykichecn-tab {
    width: 30%;
    margin-top: 4rem;
    margin-right: 4rem;
    border-right: 5px solid #e96f4a;
}

.my-flex .display-img {
    width: 70%;
}


.my-flex li button {
    display: flex;
}

.my-flex button.nav-link {
    display: flex;
    align-items: center;
}


.my-flex .mykichecn-tab img {
    margin-right: 14px;
}

.my-flex .mykichecn-tab .my-container {
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.my-flex .mykichecn-tab li.nav-item {
    border-bottom: 1px solid #ffffff52;
}
}
@media(max-width:900px){
    .bannerPart {
        padding-top: 90px;
        background: #3b3631;
        padding-bottom: 2rem;
    }
       .myform {
             position: static !important;
        left: 0px;
        transform: translate(0px);
        width: 95%;
        margin: -90% auto 0px auto;
    }
    .my-flex button.nav-link {
        padding: 3px 1px;
}

    .pe-5{
        padding-right: 10px !important;
    }
        .mybanner1 img {
        aspect-ratio: auto;
    }
    .banner-contents ul li {
        font-size: 14px !important;
    }
    .banner-contents {
    padding-left: 20px;
    padding-right: 0px;
    }
        .banner-contents h1 {
        font-size: 40px;
    }
        .mybanner1 img {
        height: auto;
        }
        .ex-icon img {
                   width: 60px;
        display: block;
}
    .pyly-slider1 {

        background: none !important;
    }
    .plyslider {
        background: #f5f5f5 !important;

}

.plyslider li.slick-active {
    height: 10px;
    width:61px !important;
}

.plyslider .slick-dots li {
    height: 10px;
    width:10px;
}

}

@media(max-width:820px){
    .my-container.min-content {
    flex-direction: column;
}
.client-logo img {
         width: 35px;
        margin-right: .5rem;
}
.call-to {
    margin-bottom: 1rem;
}
.s-img {
    width: 80%;
    margin: auto;
}
.ex-icon img {
            width: 70%;
        margin: auto;
        display: block;
}

.ex-icon p {
    font-size: 9px !important;
}

.h-h1 {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 1rem;
}
.heading2 br {
    display: none;
}
    .heading2 {
        font-size: 22px;
    }
        .banner-contents {
        padding-left: 0px !important;
        }
        .copy-rights ul li a {
    font-size: 12px;
}
.banner-content h2{
    font-size: 18px;
}
.application .my-container{
    max-width: 100%;
    width: 100%;
}
.tab-sub-h {
    height: 100%;
    position: absolute;
    background: white;
    z-index: 2;
    padding: 1px;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
    border-radius: 0px;
    border: 0px !important;
}
.px-m-10{
    padding: 0px 10px;
}
.application {
    padding-top: 1rem !important;
}

.application h2 {
    margin-bottom: 2rem !important;
}
.plyslider .slick-next,.plyslider .slick-prev {
    display:  none !important;
}
    .application h2 {
        margin-bottom: 0rem !important;
    }
    .brnone br{
        display:none;
    }
}