@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;

}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}


b,
strong {
  font-weight: 500;
}

.bannersection {
  position: relative;
}

.bannerslidbox {
  position: relative;
  text-transform: uppercase;
}

.bannerslidbox::after {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(184deg, #0c29fd61, #0932fe87);
  width: 100%;
  content: '';
  height: 100%;
}


.innerbannerpic::after {
  display: none !important;
}

.innerbannerpic::before {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(184deg, #0c29fd21, #0932fe36);
  width: 100%;
  content: '';
  height: 100%;
}


.bannerslidbox img {
  width: 100%;
}


.bannerslidboxcnt {
  position: absolute;
  top: 40%;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  z-index: 1;
}

.bannerslidboxcnt h1 {
  color: #fff;
  font-size: 65px;
  font-family: "Montserrat", sans-serif;

  margin: 20px 0px 30px 0px;
}

.bannerslidboxcnt h3 {
  color: #fff;


}


.bannerbtn a {
  padding: 11px 25px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 13px !important;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}


.slick-prev,
.slick-next {
  display: none !important;
}




/* banner button links  */

.bannerbtmliks {
  position: absolute;
  bottom: 24px;
  left: 0px;
  width: 100%;
  display: none;
}

.bannerbtmliks ul {

  padding: 0px;
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto !important;
  text-align: center;
}

.bannerbtmliks ul li {
  list-style-type: none !important;
}


.bannerbtmliks ul li a {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none !important;
}



/* section 2 */
.hdmain h2 {
  color: #fff !important;
  font-size: 35px;
  text-align: center;
  margin-bottom: 50px;
}

.product-grade-section {
  background: linear-gradient(180deg, #1236ff, #8b6cff);
  padding: 100px 0;
  color: #fff;
}

.grade-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LEFT LIST */
.grade-list {
  list-style: none;
  padding: 0;
  width: 45%;
  font-family: "Montserrat Regular";
}

.grade-list li span {}

.grade-list li {
  position: relative;
  padding: 18px 20px;
  margin-bottom: 12px;
  font-size: 22px;
  letter-spacing: 3px;
  cursor: pointer;
  opacity: 0.6;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  justify-content: space-between;
}

.grade-list li .arrow {
  margin-left: 15px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s ease;
}

.grade-list li .plus {
  position: absolute;
  right: -50px;
  top: 0;
  height: 100%;
  width: 50px;
  background: #fff;
  color: #0c29fd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  opacity: 0;
  transition: all 0.4s ease;
}

.grade-list li .plus img {
  width: 15px;
}

/* ACTIVE / HOVER EFFECT */
.grade-list li.active,
.grade-list li:hover {
  background: #0c29fd;
  opacity: 1;
}

.grade-list li.active .arrow,
.grade-list li:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}

.grade-list li.active .plus,
.grade-list li:hover .plus {
  opacity: 1;
  right: -60px;
}

/* RIGHT CONTENT */
.grade-content {
  margin-left: 0%;
  width: 50%;
}

/* .grade-content {
  width: 50%;
  position: relative;
  min-height: 160px;  
} */

.grade-content .content {
  display: none;
  animation: fadeUp 0.4s ease;
}

.grade-content .content.active {
  display: block;
}

.grade-content h2 {
  font-size: 35px;
  letter-spacing: 4px;


}

.grade-content p {
  font-size: 18px;
  opacity: 0.9;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/* ================ */



.interoduction_andoabt {
  padding: 100px 0px;
  overflow: hidden;
  position: relative;
  background: #eff2f414;
}

/* 
.interoduction_andoabt::after {
  position: absolute;
  left: -2px;
  bottom: -7px;
  background-image: url(../images/frty.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 350px;
  height: 220px;
  z-index: -1;
} */

/* .interoduction_andoabt::before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url(../images/abtaft2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 200px;
  height: 200px;
} */

.interoduction_andoabtbxtw {
  position: relative;
}

.interoduction_andoabtbx h2 {

  color: #0c29fd !important;
  text-align: left !important;
  margin-bottom: 25px !important;
}





/* .interoduction_andoabtbxtw::after {
  position: absolute;
  right: -2px;
  top: -103px;
  background-image: url(../images/abtaft3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 117px;
  height: 220px;
} */


.interoduction_andoabtbx {
  width: 100%;
  margin: 0 auto;

}

.interoduction_andoabtbx p {
  margin-bottom: 20px;
}

.intrww {
  width: 100px;
}


.accept-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 30px;
  border-radius: 0px;
  background: #1638ff;
  border: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  /* box-shadow: 10px 10px 20px #ced4da36, -10px -10px 20px #dee2e62e; */
  transition: all 0.3s ease;
  border: 1px solid #eeeeee70;
}

.btnintro {
  text-align: center;
  margin-top: 50px;
  margin: 27px 0 0 0;
  display: flex !important;
  justify-content: center;
  width: 230px;
}


/* .accept-icon{
  width: 34px;
  height: 34px;
  background: #16a34a;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
} */

.accept-btn a {
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
}

/* Hover effect */

.accept-btn:hover a {
  /* color: #0c29fd; */
  color: #fff;
}

.accept-btn:hover {
  /* box-shadow:
    inset 6px 6px 12px rgba(0, 0, 0, 0.12),
    inset -6px -6px 12px rgba(255, 255, 255, 0.9); */
  border: 1px solid #eee;
  background: #000000;
}


/* industrys section */
.design-section {
  background: #000;
  color: #fff;
  padding: 120px 0px;
  font-family: "Poppins", sans-serif;

  background-color: #000;
  padding: 100px 0px 100px 0px;
  background-image: linear-gradient(45deg, #000000eb, #000000d6), url(../images/wtbg.webp);
  background-repeat: repeat;
  background-position: left;
  background-size: inherit;
}

.design-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
  align-items: start;
}

/* LEFT SCROLL AREA */
.design-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.card12 {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.card12 img {
  position: relative;
  width: 50%;
  border-radius: 22px;
  height: 320px;
  object-fit: cover;
  display: block;
}

.card1 img {

  margin: auto 0 auto auto;

}

/* RIGHT STICKY CONTENT */
.design-right {
  position: sticky;
  top: 220px;
}

.design-right h2 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.design-right p {
  font-size: 18px;
  color: #cfcfcf;
  margin-bottom: 32px;
  max-width: 520px;
}

/* CTA BUTTON */
.cta-btn {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #fff;
  color: #000;
}

/* RESPONSIVE */

@media(max-width: 992px) {

  .design-container {
    grid-template-columns: 1fr;
  }

  .design-right {
    position: relative;
    top: 0;
  }

  .design-right h2 {
    font-size: 34px;
  }

}

/* end ------------------------- */


/* footer section */
.footersec {
  position: relative;
  background-color: #5554ff;
  padding: 50px 0px 40px 0px;
  /* background-image: linear-gradient(45deg, #193affe6, #8a6bff), url(../images/wtbg.webp); */
  background-image: linear-gradient(45deg, #193aff, #8a6bff), url(../images/wtbg.webp);
  background-repeat: repeat;
  background-position: left;
  background-size: inherit;
}

/*
  background-color: #000;
  padding: 50px 0px 20px 0px;
  background-image: linear-gradient(45deg, #000000eb, #000000d6), url(../images/wtbg.webp);
  background-repeat: repeat;
  background-position: left;
  background-size: inherit;
  height: 530px;
*/


.foot1 img {
  width: 20%;
  margin-bottom: 40px;
}

.foot1 {
  width: 95%;
  float: right;
}

.footerlinks {
  margin: 0px;
  padding: 0px;
  list-style-type: none !important;
  display: flex;
  width: 100%;
  justify-content: end;
  padding-right: 10% !important;
  padding-top: 3%;
}

.footerlinks li {
  margin: 0px 30px
}

.footerlinks li a {
  color: #fff;
  font-size: 17px;
  text-decoration: none !important;
  padding: 6px 24px;
  position: relative;
}


.footerlinks a img {
  width: 10px;
  margin-right: 5px;
  margin-top: -3px;
  opacity: 0.5;
}




.industry-scroll {
  width: 100%;
  overflow: hidden;
  background: #f5eb2700;
  padding: 18px 0;
}

.scroll-track {
  display: flex;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: industry-scroll 40s linear infinite;
}

.industry-scroll:hover .scroll-track {
  animation-play-state: paused;
}

.scroll-track li {
  white-space: nowrap;
  padding: 0 45px;
}

.scroll-track a {
  text-decoration: none;
  font-size: 35px !important;
  color: #ffffff;
  transition: opacity 0.3s ease;
  text-transform: uppercase;
}

.scroll-track li img {
  width: 35px;
  margin: 0px !important;
}

.scroll-track a:hover {
  opacity: 0.7;
}


@keyframes industry-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


@media(max-width:768px) {
  .scroll-track {
    animation-duration: 35s;
  }
}



.tooltip12 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
  position: absolute;
  right: 14%;
  top: 32%;
}

.tooltiptext12 {
  width: 120px;
  background-color: #ffffff00;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltiptext12::after {
  content: "";
  position: absolute;
  top: 82%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.tooltip12 .tooltiptext12 {
  visibility: visible;
}

.trmpms {
  margin-right: 0px !important;
}

.trmpms1 {
  margin-top: 0px;
}

.trmpms1 li {
  color: #fff;
  font-size: 14px;
  margin-right: 0px !important;

}

.trmpms a {
  padding-right: 0px !important;
}

.trmpms1 img {
  width: 40px;
  margin: -3px 5px 0px 0px;
  opacity: 0.6;
}

.grade-content .content {
  text-align: end !important;
}















.introdbrk {
  display: flex;
}






@media (max-width: 1340px) {
  .interoduction_andoabtbx {
    width: 75%;
  }

  .hdmain h2 {
    font-size: 30px;
  }
}


@media (max-width: 767px) {

  .interoduction_andoabt::before {
    right: 0px;
    bottom: 25px;
    width: 70px;
    height: 70px;
  }

  .interoduction_andoabtbxtw::after {
    display: none;
  }

  .hdmain h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }



  .interoduction_andoabt::before {
    display: none;
  }

  .btnintro {
    margin-top: 50px;
    margin: 10px auto 0 auto;
    width: 230px;
  }

  .interoduction_andoabtbx h2 {

    margin-bottom: 15px !important;
    margin-left: 0%;
  }

  /* Accordion Button */
  .accordion {
    background-color: #ffffff;
    color: #333;
    cursor: pointer;
    padding: 18px 20px;
    width: 100%;
    border: 1px solid #ddd;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 10px;
    border-radius: 6px;
  }

  /* Hover & Active */
  .accordion:hover,
  .accordion.active {
    background-color: #f0f0f0;
  }

  /* Plus / Minus Icon */
  .accordion::after {
    content: '+';
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .accordion.active::after {
    content: '−';
  }

  /* Panel */
  .panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    border-radius: 0 0 6px 6px;
  }

  .panel p {
    padding: 15px 0;
    margin: 0;
    color: #555;
    line-height: 1.6;
  }

  .grade-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .grade-list,
  .grade-content {
    width: 100%;

  }

  /* show all content */
  .grade-content .content {
    display: block !important;
    margin-bottom: 40px;
  }

  /* remove hover visuals */
  .grade-list li {
    background: transparent !important;
    opacity: 1;
    padding-left: 0;
  }

  .grade-list li .arrow,
  .grade-list li .plus {
    display: none;
  }

  .grade-content h2 {
    font-size: 32px;
  }

  .footerlinks {
    display: block;
    width: 100%;
    justify-content: center;
    padding-right: inherit !important;
    padding-top: 3%;

  }

  .footerlinks li {
   margin: 0px 0px;
    text-align: center;
  }

  .footerlinks li a {
    border: none;
  }

  .foot1 img {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  .interoduction_andoabtbx {
    width: 98%;
    margin-bottom: 25px;
  }

  .interoduction_andoabt::after {
    display: none !important;
  }

  .bannerslidbox img {
    width: 100%;
    height: 600px;
  }

  .scroll-track {
    display: none !important;
  }

  .industry-scroll {

    display: none !important;

  }

  .tooltip12 {
    display: none !important;
  }

  .footerlinks li a::after {
    display: none !important;
  }
}




.bannerslidbox {
  overflow: hidden;
}

.bannerslidbox .bnfirst {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: cinematicZoom 9s ease-in-out infinite;
}

.bannerslidbox .bnscnd {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: cinematicZoom 10s ease-in-out infinite;
}

/* 

@keyframes cinematicZoom {
  0% {
    transform: scale(1) translate(0, 0);
  }

  50% {
    transform: scale(1.18) translate(-2%, -2%);
  }

  100% {
    transform: scale(1) translate(0, 0);
  }
} */

/* Disable on mobile */
@media(max-width:768px) {
  .bannerslidbox img {
    animation: none;
  }
}



/* Banner container */
.bannerslidbox {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Text wrapper */
.bannerslidboxcnt {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* ANIMATION BASE */
.fade-up {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 1.2s ease-out forwards;
}

/* STAGGER DELAYS */
.delay-1 {
  animation-delay: 0.4s;
}

.delay-2 {
  animation-delay: 0.8s;
}

.delay-3 {
  animation-delay: 1.2s;
}

/* KEYFRAMES */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Typography polish */
.bannerslidboxcnt h3 {
  font-size: 22px;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.bannerslidboxcnt h1 {
  font-size: 60px;
  margin-bottom: 30px;
  margin-top: 0px;
  letter-spacing: 2px;
}

/* Button */
.bannerbtn a {
  padding: 10px 25px;
  background: #fff;
  color: #1537ff;
  text-decoration: none;
  font-size: 13px !important;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;

}

.bannerbtn a:hover {
  background: #1638ff;
  color: #fff;
  border: 1px solid #1638ff;
}

/* Mobile adjustments */
@media(max-width:768px) {
  .bannerslidboxcnt h1 {
    font-size: 25px;
  }

  .bannerslidboxcnt h3 {
    font-size: 18px;
  }
}





/* about section page */

.navdmbx {
  height: 100px;
  width: 100%;
}





.introabt {
  margin-bottom: 60px;
  margin-top: 20px;
}

/* about mbl */
@media(max-width:768px) {


  .foot1 {
    text-align: center;
    width: 100%;
  }

  .trmpms1 img {
    display: none !important;
  }
}



.pricing-section {
  background: #000000;
  background-image: linear-gradient(45deg, #000000d4, #000000d1), url(../images/ind2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  background-attachment: fixed;
}

.textilebgpic {
  background: #000000;
  background-image: linear-gradient(45deg, #000000d4, #000000d1), url(../images/industriespic6bx.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}



.pricing-container {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.pricing-left {}



.pricing-left h2 {
  font-size: 38px;
  margin: 15px 0;
  color: #ffffff;
}

.pricing-left p {
  color: #ffffff;
  line-height: 1.6;
}

.pricing-cards {
  display: flex;
  gap: 25px;
}

/* Card Common */
.price-card {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.price-card img {
  width: 100%;
  object-fit: cover;
  border: none !important;
}

.card-header {
  display: flex;
  gap: 15px;
  padding: 25px;
  align-items: center;
}



.card-header h3 {
  margin: 0;
  font-size: 20px;
}


/* Light Card */
.price-card.light {
  background: #fff;
  color: #000;
}

/* Dark Card */
.price-card.dark {
  background: #222;
  color: #fff;
}

.price-card.dark span,
.price-card.dark li {
  color: #ccc;
}





/* common panel */
.panel {
  height: 100vh;
  position: sticky;
  top: 0;
  /* display: flex; */
  align-items: center;
  padding-left: 80px;
  font-size: 48px;
  box-sizing: border-box;
}

/* each section color */
.panel1 {
  background: black;
  color: white;
  z-index: 1;
}

.panel2 {
  background: #111;
  color: white;
  z-index: 2;
}

.panel3 {
  background: #FFD700;
  color: black;
  z-index: 3;
}

.panel4 {
  background: #000;
  color: white;
  z-index: 4;
}







/* ===========================  4 anim */


.spec-table th {
  font-weight: 600;
}



.hero-section {
  display: flex;
  width: 100%;
  position: relative;
}

/* LEFT CONTENT */

.hero-leftsec {
  width: 100%;
  background-image: linear-gradient(45deg, #193affc9, #8a6bff);
  padding: 45px 0px;
  display: flex;
  color: #fff !important;
  flex-direction: column;
  position: relative;
  justify-content: center;
  z-index: 1;
}

.hero-left p {
  margin-bottom: 0px;
  margin-right: 20px;
}



/* RIGHT IMAGE */
/* .hero-right {
  width: 100%;
  background-image: url(../images/abtpri1.webp);

  background-size: cover;
  background-position: center;
   height: 700px;
} */

/* RESPONSIVE */
@media (max-width: 1080px) {
  .hero-section {
    flex-direction: column;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-left {
    padding: 10px 0px;
  }

  .hero-left h1 {
    font-size: 32px;
  }

  .hero-right {
    min-height: 400px;
  }

  .hero-leftsec {
    padding: 40px 0px;
  }
}



/* SCROLL SPACE */
.about-wrapper {
  height: 200vh;
  /* controls scroll duration */
}

/* STICKY SECTION */
.about-section {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  background: #fff;
}

/* IMAGE HOLDER */
.aboutpicrtc {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.aboutpicrtcbox {
  position: absolute;
  right: 22%;
  top: 22%;
  width: 500px;
  background: #fff;
  padding: 34px 50px;
}

.aboutpicrtcbox1 {
  position: absolute;
  right: 17%;
  bottom: 18%;
  width: 500px;
  background: #fff;
  padding: 34px 50px;
}

/* IMAGE */
.aboutpicrtc img {
  width: 50%;
  height: 800px !important;
  display: block;
  transform-origin: right center;
  /* RIGHT → LEFT */
  transition: width 0.1s linear;
  object-fit: cover;
}



/* animation about section  */



.image-scroll-section {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 12px;
}

.image-scroll-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  will-change: transform;
}



.technology-section {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.technology-image {
  width: 100%;
  height: 120%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(5px);
  will-change: transform;
}



/* close animation  */




/* about leader */
.about-leadership-section {
  position: relative;
  padding: 70px 20px 40px 20px;
  background: #000000;
  background-image: linear-gradient(5deg, #000000, #000, #000, #000000c9), url(../images/map-bg.webp);
  overflow: hidden;
  text-align: center;
}

.about-leadership-bg {
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
  font-size: 350px;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
}

.about-leadership-content {
  position: relative;
  z-index: 2;
  margin: auto;
}

.about-leadership-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;

}

.about-leadership-content p {
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
}


.leaderpics {
  display: block;
  justify-content: end;
  margin: 50px 0px 60px 0px;

}

.leaderpicsbx {
  width: 100%;
  margin: 0px 0px;
  border-bottom: 1px solid #ffffff4f;
  padding: 0px 15px 1px 15px;
  transition: 0.4s ease;
  position: relative;
  text-align: left;
  display: flex;
  padding-bottom: 50px;
  margin: 50px 0px;
}

.leaderpicsbx:nth-child(3) {
  border: none !important;
}



.leaderpicsbxprfbx {
  position: relative;
}



.leaderpicsbx img {
  width: 300px;
  transition: transform 0.5s ease;
  margin-right: 30px;
  object-fit: contain;
}

/* Hover zoom effect */
.leaderpicsbx:hover img {
  transform: scale(1.02);
}


.leaderpicsbx h4 {
  text-align: left;
  transition: 0.5s ease;
  color: #fff;
  padding: 10px 0px;
  position: relative;
  font-size: 30px;
  margin: 0px;
  display: inline;
}

.leaderpicsbx h4::after {
  position: absolute;
  top: -11px;
  right: 0;
  content: '';
  background-image: url(../images/lww.webp);
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 15px;
}

.leaderpicsbx h5 {
  color: #fff;
  font-size: 15px !important;
  margin-top: 12px;
  margin-bottom: 25px;
}

.leaderpicsbx p {
  text-align: left;
  position: relative;
}


.leaderpicsbx p span {
  display: flex;
  width: 100%;
  margin-top: 14px;
  background: #0000002b;
  padding: 20px;
  color: #ffffff;
  border-radius: 20px;
  background-image: linear-gradient(45deg, #00000099, #0000007a), url(../images/banner1a.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}

.leaderpicsbxprfbx img {
  width: 60px;
}

/* industries */
.inner-banner {
  background-color: #000;
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url(../images/banner1a.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.inner-banner h3 {
  color: #fff;
  text-align: center;
  align-items: center;
}

.lifeajsec {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.indstr-leadership-bg {
  position: absolute;
  top: 12%;
  left: 2%;
  transform: translateY(-50%);
  font-size: 113px;
  color: rgb(0 0 0 / 4%);
  z-index: 1;
  pointer-events: none;
}


.indstr-food {
  background-color: #ffffff;
  background-image: linear-gradient(45deg, #ffffff, #ffffff), url(../images/bg_3.webp);
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}


.indbocctn {
  position: relative;
  z-index: 2;
}

.leftcnt h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #0033cc;
}

.leftcnt p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}





.rightimg img {
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}


/* paint_industry */

.paint_industry {
  /* background-color: #ffffff; */
  /* background-image: linear-gradient(45deg, #00000071, #000000b1), url(../images/bg_4.jpg); */
  background-image: linear-gradient(45deg, #000000ab, #000000d6), url(../images/industriespic4.webp);
  background-repeat: repeat;
  background-size: cover;
  padding: 50px 0px;
  height: 500px;
  width: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  background-attachment: fixed;

}

.paintintbx {
  width: 60%;
  margin: 0 auto !important;
}

.paint_industry h2 {
  font-size: 42px;
}


.paint_industry p {}


.pding {
  padding: 50px 0px;
}

.indstr_paper {
  background-color: #fff;
  /* background-image: url(../images/bg_6.webp); */
}

.indstr_paperleft {
  width: 89%;
}

.minig_industry {
  background-color: #fff;
  background-image: linear-gradient(45deg, #000000d6, #0000008f), url(../images/industriespic8.webp) !important;
}





.batteryindutry {
  background-image: linear-gradient(45deg, #000000d4, #000000d1), url(../images/bg_13.jpg) !important;
}

.weldingindutry {
  background-image: linear-gradient(45deg, #000000d4, #000000d1), url(../images/weldingbg.webp) !important;
}


/* productinnergradeone product page  */
.productinnergradeone {
  padding: 100px 0px;
  /* background-image: linear-gradient(45deg, #ffffff, #ffffffe3), url(../images/stline.webp) !important; */
  background-attachment: fixed;
}

.productinnergradeonebx h2 {
  color: #0c29fd;
}

.productinnergradeonebx a {
  text-decoration: none !important;
}

.productinnergradeone ul li {

  margin-bottom: 15px;
}

.productinnergradeone h4 {
  font-size: 52px;
  margin: 25px 0px;
  margin-left: 0%;
  color: #4d4d4d;

}


.producctbuiltlinks h3 {
  font-size: 42px;
  margin-top: 50px;
  margin-bottom: 45px;
}

.producctbuiltlinks a {
  padding: 12px 12px;
  color: #ffff;
  text-decoration: none;
  background: rgb(22, 56, 255);
  margin: 0px 30px 0px 0px;
  transition: 0.5s ease;
}

.producctbuiltlinks a:hover {
  color: rgb(255, 255, 255);
  background: #000000;
}

.productinnergradeone .col-lg-12 {
  display: flex;
}

.productinnergradeonebx {
  position: relative;
  width: 40%;
}

.productinnergradeonebxrigth {
  align-items: center;
  width: 60%;
}

.productinnergradeonebxrigth img {
  width: 40%;
  
  object-fit: cover;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
  margin: 0 auto;
  display: flex;
}

.productheding {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 35px;
}

.productheding::after {
  position: absolute;
  bottom: 1px;
  left: 0%;
  content: '';
  background-color: #0c29fd;
  width: 80%;
  height: 1px;

}

.gradient-text {
  font-size: 40px;
  background: linear-gradient(90deg, #b58cff, #1f3cff, #1f3cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: left;
  line-height: 1.2;
  font-weight: 400 !important;
}

.productheding h3 {
  color: #0c29fd;
  display: none;

}


.productheding h3 span {
  display: flex;
  color: #000;
  font-size: 15px;
  line-height: 25px;
}

.veg15 {
  width: 500px;
  position: absolute;
  bottom: -55%;
  right: 0px;
  object-fit: cover;
  height: 490px;
  border-radius: 12px;
}

.scrollMoveSec {
  display: flex;
  align-items: center;
  overflow: hidden;
}

#scrollText {
  font-size: 30px;
  white-space: nowrap;
  transform: translateX(0);
  transition: transform 0.1s linear;
}

.no-link {
  pointer-events: none;
  /* disables click */
  cursor: default;
  /* normal cursor */
  color: inherit;
  /* remove link color */
  text-decoration: none;
  /* remove underline */
}


.productinnergradeonebx ul {
  list-style-position: inside;
}



.process-section {
  display: flex;
  height: 100vh;
  background: #000;
  color: #fff;
  overflow: hidden;
  font-family: Arial, sans-serif;
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e');
}

.prodcsmmanbv {
  display: flex;
}


.process-seccelpg3 {
  height: 55vh !important;
}


.process-seccelpg4 {
  height: 55vh !important;
}


/* LEFT TEXT */
.process-left {
  display: flex;
  align-items: center;
  margin-top: 75px;
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 127px 0px 0px 0px;
  left: 0px;
  right: 0px;
  display: block;

}

.process-left ul {
  list-style: none;
  padding: 0;
}

.process-left li {
  font-size: 34px;
  padding: 25px 0;
  cursor: pointer;
  opacity: .6;
  transition: .4s;
  text-transform: uppercase;
  position: relative;

}

.process-left li::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  height: 1px;
  width: 100%;
  content: '';
}

.process-section h2 {
  text-transform: uppercase;
  font-size: 45px;
  margin-top: 60px;
}


.process-section .container {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

.process-left li.active,
.process-left li:hover {
  opacity: 1;
  color: #ffffff;
  padding-left: 25px;
  letter-spacing: 3px;
}

/* RIGHT IMAGE AREA */
.process-right {
  width: 100%;
  position: relative;
}

.img-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(0);
  clip-path: circle(0% at 50% 50%);
  transition: transform .8s ease, clip-path .8s ease;
  opacity: 0;
}

/* ACTIVE IMAGE */
.img-layer.active {
  transform: scale(1);
  clip-path: circle(75% at 50% 50%);
  opacity: 1;
}

/* DEMO IMAGES (replace paths) */
.img1 {
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('../images/industriespic2.webp');
}

.img2 {
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('../images/industriespic3.webp');
}

.img3 {
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('../images/industriespic4.webp');
}

.img4 {
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('../images/industriespic5.webp');
}

.img5 {
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('../images/industriespic6.webp');
}

.img6 {
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('../images/industriespic8.webp');
}

.img7 {
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('../images/industriespic9.webp');
}

.img8 {
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('../images/industriespic10.webp');
}

.img9 {
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('../images/industriespic11.webp');
}

.img10 {
  background-image: linear-gradient(45deg, #000000b3, #000000bf), url('../images/industriespic1.webp');
}

/* txet tail video */



.banner-video {
  overflow: hidden;
  position: relative;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 30px;


}

.texttilvdomain {
  position: relative;
  padding: 0px !important;
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: -1;
}


.banner-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(0 0 0 / 88%), rgb(0 0 0 / 91%), rgb(0 0 0 / 87%));
  z-index: 0;
}

.banner-video {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.banner-video video {
  width: 100%;
}

.texttilvdotext {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 100%;
  display: block;
  z-index: 2;
  color: #fff;
  align-items: center;
  display: flex;
}







/* home css */
.footopsecmain {
  padding: 50px 0px;
}

.footopsecmain h2 {

  color: #0c29fd !important;
  text-align: left !important;
  margin-bottom: 25px !important;
  font-size: 35px;
  text-transform: uppercase;
}

.footopsec {
  padding-right: 7%;
}

.footopsecright {
  padding-right: 7%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.footopsecright a {

  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 30px;
  background: #1638ff;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff !important;
  /* box-shadow: 10px 10px 20px #ced4da36, -10px -10px 20px #dee2e62e; */
  transition: all 0.3s ease;
  border: 1px solid #eeeeee70;
}



.gradecontentright {
  display: block !important;
}


.mobilecontentgrdebx {
  display: none !important;
}


.card {
  border: none !important;
}





/* video css */
#video-loader {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1.2s ease;
}

#video-loader video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MAIN CONTENT */
#main-content {
  opacity: 0;
  transition: opacity 1s ease;
  padding: 40px;
}


/* contact us page */
.contactuspagemain {
  padding: 60px 0px;
}

.contctgetrightfm {
  margin-top: 0px;
}

.pgcntfm {}

.contctgetrightfm h3 {
  color: #0231ff !important;
  text-align: left !important;
  margin-bottom: 17px !important;

}

.pgcntfm input,
select {
  margin-bottom: 15px !important;
  color: #6c757d !important;

}


.pgcntfm option {
  margin-bottom: 15px !important;
  color: #6c757d !important;

}

.cntpgtextceck {
  color: #6c757d !important;

}


.contctgetrightfm button {
  align-items: center;
  padding: 6px 25px;
  border-radius: 0px;
  background: #1638ff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #eeeeee70;
  color: #fff !important;
  margin: 0 auto !important;
  display: flex;
  margin-top: 12px !important;
  font-size: 15px;
}

.contactleftbx {
  margin-top: 30px;
}


.contactleftbx h6 {
  margin-bottom: 7px !important;
  color: #6c757d !important;

}

.contctgetrightfm {
  margin-top: 60px;
}

.mapcntpg h2 {
  margin-bottom: 30px;
}


.contacttext {
  background: #eeeeee00;
  padding: 20px 10px 1px 80px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  border: 1px solid #ced4da;
  width: 100%;
}

.contacttext i {
  position: absolute;
  left: 3%;
  top: 27%;
  font-size: 30px;
  color: #0c29fd;
}

.mapcntpg iframe {
  width: 100% !important;
  height: 450px !important;
}

.mapcntpg {
  padding-bottom: 80px !important;
}



/* home page tabs code  */
/* ================= TOP IMAGE TABS ================= */
.tabsec1 {
  margin: 50px auto;
}



.tab {
  display: flex;
  justify-content: space-between;
  gap: inherit !important;
  flex-wrap: wrap;
}


.tablinks {
  cursor: pointer;
  text-align: center;
  width: 23%;
}



.tablinks img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid #000;
  transition: 0.3s;
}



.tabhmleftpics img {
  margin: 0px 5px;
}

.tablinks.active img,
.tablinks:hover img {}

.tablinks h4 {


  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;

  background: #0c29fd;
  color: #fff;
  padding: 6px 0px;

}

.tablinks.active h4,
.tablinks:hover h4 {
  background-color: #000;
}



.value-box {
  margin-right: 35px;
}

/* ================= BOTTOM CONTENT ================= */
.tabcontent {
  display: none;
  margin-top: 80px;
}

.tabcontent.active {
  display: flex;
  justify-content: space-between;
  /* gap: 80px; */
  align-items: center;
}

.tabcontent img {
  width: 600px;
  max-width: 100%;
}

.cardtype {
  width: 145px;
}

.tabtext {
  max-width: 480px;
  text-align: end;
}


.tabtext h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #0c29fd;
}

.tabtext p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;

}



.deskview {
  display: block !important;
}

.mobileview {
  display: none !important;
}


.prodcts {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 25px;

}

.prodcts .footopsecright {
  padding-right: 0px !important;
}


.tabhmleftpics img {
  width: 150px;
  height: 150px;
}


.footopsecmain {
  position: relative;
}

.footcntaf:after {
  position: absolute;
  left: 0px;
  bottom: -1px;
  background-image: url(./assets/images/abtaft2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 170px;
  height: 170px;
  transform: scaleX(-1);
  z-index: 22;
}

.tablinks.active img,
.tablinks:hover img {
  border: #4e51ff 1px solid;
}


.innerbannerpic {
  position: relative;
  height: 510px !important;
}

.innerbannerpic img {}




.prodcthm {
  background-image: linear-gradient(45deg, #ffffff, #fffffff2), url(../images/bg_3.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.innerbannerpic h1 {
  position: absolute;

  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  align-items: center;
  width: 100%;
  z-index: 1;
  justify-content: center;
  display: flex;
  color: #fff;


  font-size: 60px;
  margin-bottom: 30px;
  margin-top: 0px;
  letter-spacing: 2px;

}


.tabhmleftpicssinglepic {
  width: 55%;
  text-align: center;
}

.tabhmleftpics {
  display: flex;
  text-align: center;
}

.tabhmleftpicsbx p {
  margin: 6px 0px 0px 0px;
}

.hmprdct a {
  color: #0c29fd;
}

.hmprdct a:hover {
  color: #0c29fd;
}

.mudbroprdctsechding h3 {
  font-size: 39px !important;
}

.mudbroprdctsechding img {
  height: 300px !important;
}

.strategicsingsection {
  padding: 50px 0px;
}

.strategicsing {
  border: 3px solid rgb(221 221 221);
  padding: 30px 15px;
  text-align: center;
  margin-bottom: 30px;
  height: 243px;

}


.strategicsingln {
  width: 100px !important;
}




.strategicsingsection ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.strategicsingsection ul li img {
  width: 95px;
  margin-bottom: -10px;
}




.strategicsingsection ul li {
  border: 3px solid rgb(221 221 221);
  padding: 30px 15px;
  text-align: center;
  width: 32%;
  list-style: none;
  margin: 15px 0px;
}

.strategicsingsection ul li h3 {}




.fmfskbxselect {
  position: relative;
}

/* Custom Arrow */
.fmfskbxselect::after {
  content: "";
  color: #333;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background: #bfc7ce;
  width: 12px;
  height: 7px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}



.strategicsingsection ul li:first-child {

  background: #6066ff;
  color: #fff;
  text-align: left;
  padding: 60px 30px;
  border: 0px;
}


.facilityupsecul {
  list-style-type: none;
}

.facilityupsecul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}


.facilityupsecul li {
  width: 49%;
  align-items: center;
  display: flex;
}

.facilityupsecul img {
  width: 100%;
  height: 300px;
  margin-right: 12px;
  object-fit: cover;

}

.facilityabtcnt h2 {
  color: #0c29fd;
  margin-top: 0px;
}

.facilityupseculleft ul li h5 {
  color: #1236ff;
  margin-bottom: 10px;
}


.facilityupsec {
  padding: 60px 0px;
}

.facilityupseculright h5 {
  color: #1236ff;
  margin-bottom: 10px;
}

.fctlulsub li {
  width: 100% !important;
  list-style-type: none;
}

.fctlulsub12 li {
  display: block !important;
}

.facility-rightfm {
  padding: 30px !important;
  background-image: url(../images/fmbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  width: 100%;
}

.facility-rightfm h3 {
  color: #fff !important;
  font-size: 31px;
  line-height: 50px;
}

.facility-rightfm p {
  color: #fff !important;
}

div.sticky {
  position: sticky;
  top: 80px;
  width: 90%;
  float: right;
}

.facility-rightfmbutton a {
  color: #0c29fd !important;
  background: #fff;
  padding: 10px 17px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 2px;
}

.facility-prictbts {
  background-color: #eeeeee36 !important;
  padding: 30px;
  border: 1px solid #cfcfcf78;
  margin-top: 10px;
}


.facility-prictbts ul li {
  list-style-type: none !important;
  margin-bottom: 15px;
}

.facility-rightfmbutton {
  margin-top: 25px !important;
}

.facility-prictbts li a {
  background: #0c29fd;
  width: 100%;
  display: po;
  position: relative;
  display: block;
  padding: 13px 15px;
  text-decoration: none;
  color: #fff;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.facility-prictbts li img {
  width: 15px;
  height: 15px;
}

.ttnn {
  display: none;
}

.title_product {
  text-align: center;
  margin-bottom: 35px;
  color: #0c29fd;
}

.boxszmdpro {
  width: 100%;
}


.fclty_hding {
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  color: #0c29fd;
}


.contactmainbx {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contactmainbxleft h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.contactmainbxleft a {
  color: #000 !important;
  text-decoration: none !important;
}

.contactmainbxleft {
  width: 50%;
  padding-right: 70px;

}

.contltbx {
  position: relative;
}

.contltbx::after {
  position: absolute;
  top: 13px;
  right: 9%;
  background-color: #6c757d91;
  content: '';
  width: 1px;
  height: 87%;
}

.intro-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.footnavlinks {
  display: none !important;
}

@media (max-width: 1024px) {


  .prodcts {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .strategicsingsection h2 {
    font-size: 22px;
  }

  .tablinks {
    cursor: pointer;
    text-align: center;
    width: 47%;
    margin-bottom: 20px;
  }

  .innerbannerpic h1 {
    font-size: 30px;
    margin-top: 5%;
  }

  .innerbannerpic {
    position: relative;
    height: 320px !important;
  }

  div.sticky {
    width: 100% !important;
  }

}

/* ================= RESPONSIVE ================= */
@media(max-width:992px) {
  .tabhmleftpicssinglepic {
    width: 100%;

    text-align: center;
  }

  .contactmainbx {
    display: block;
  }

  .deskview {
    display: none !important;
  }

  .cardtype {
    width: 100%;
  }

  .mobileview {
    display: block !important;
  }

  .contltbx::after {
    display: none;
  }

  .tab {
    flex-wrap: wrap;
    justify-content: space-around;

  }

  .contactmainbxleft h4 {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 8px;
  }

  .contactmainbxleft {
    width: 100%;
    padding-right: 0px;

    border-bottom: 1px solid #eaeaea;
  }

  .tabcontent {
    margin-top: 5px;
  }

  .mudbroprdctsechding h3 {
    font-size: 18px !important;
  }

  .tabcontent.active {
    flex-direction: column;
    text-align: center;
  }

  .tablinks h4 {
    font-size: 14px;
  }

  .tablinks img {
    width: 100%;
    height: 150px;
  }

}

@media (max-width: 1540px) {

  .process-left li {
    font-size: 22px;
  }



}



@media (max-width: 768px) {
  .strategicsingsection ul li {
    padding: 15px;
  }

  .tablinks {

    margin-bottom: 5px;
  }

  .tabsec1 {
    margin: 20px auto;
  }

  .tabtext h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .strategicsingln {
    width: 70px !important;
  }

  .leaderpicsbxprfbx {
    position: relative;
    margin-bottom: 4px;
    padding-top: 35px;
  }

  .leaderpicsbx {
    width: 100% !important;
    margin: 20px 0px 0px 0px !important;
    padding: 2px 0px 1px 0px;
    padding-bottom: 10px;
    display: block;
  }

  .leaderpicsbx h5 {
    color: #fff;
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .leaderpicsbx h4 {
    font-size: 20px;
  }

  .strategicsingsection ul li:first-child {
    padding: 15px 17px 10px 17px;
    margin: 0px !important;
  }

  .footcntaf:after {
    display: none;
  }

  .tabcontent.active {
    gap: 20px;
  }

  .prodcsmmanbv {
    flex-direction: column-reverse;
    display: flex;
  }

  .productinnergradeonebx {
    width: 100%;
  }

  .indstr_paperleft {
    width: 100%;
  }

  .pricing-left {
    text-align: left;
  }


  .productinnergradeonebxrigth {
    width: 100%
  }

  .productheding {
    display: block;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
  }

  .contacttext {
    padding: 20px 10px 5px 65px;
    margin-bottom: 15px;
  }

.tablesectionmubx h4{
  font-size: 18px;
}
  a {
    font-size: 14px !important;
  }

  .productheding h3 {
    line-height: 40px;
  }

  .gradient-text {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: left;
    margin-right: 12%;


  }

  .title_product {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;

  }

  .productheding::after {
    bottom: 1px;
  }

  .ceramicpic img {
    height: 300px !important;
    object-fit: cover;
  }

  .productinnergradeone {
    padding: 30px 0px;
  }

.footopsecright a {
     padding: 6px 18px;

}

  .inner-banner {
    height: 250px;
    margin-top: -10px;
  }

  .about-leadership-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .contacttext i {
    left: 4%;
    top: 30%;
    font-size: 20px;
  }

  .contctgetrightfm {
    margin-top: 25px;
  }

  .contactuspagemain {
    padding: 25px 0px 40px 0px;
  }

  .contactleftbx {
    margin-top: 15px;
  }

  .tabhmleftpics img {
    width: 100%;
    height: auto;
  }

  .innerbannerpic {
    height: 250px !important;
  }

  .paint_industry {
    background-image: linear-gradient(45deg, #000000d1, #000000e3), url(../images/industriespic4.webp);
    background-repeat: repeat;
  }

  .minig_industry {
    background-image: linear-gradient(45deg, #000000d1, #000000b0), url(../images/industriespic8.webp) !important;
  }

  .footopsecmain h2 {
    text-align: center !important;
    font-size: 25px;
  }

  .footopsecright {
    padding-right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .productinnergradeonebxrigth img {
    width: 100%;
    height: 250px !important;
    margin-bottom: 13px;
  }

  .prodcts {
    margin-bottom: 50px;
  }

  .footopsec {
    padding-right: 0%;
  }

  .footopsec {
    text-align: center;
  }

  .mapcntpg {
    padding-bottom: 15px !important;
  }

  .mapcntpg iframe {
    height: 250px !important;
  }


  .innerbannerpic h1 {
    font-size: 23px;
    margin-top: 20%;
  }

  .contacttext {
    padding: 20px 10px 5px 50px;
  }

  .mapcntpg h2 {
    margin-bottom: 10px;

  }

  .image-scroll-section img {
    height: auto;
    margin-bottom: 15px;
  }

  .image-scroll-section {
    margin-bottom: 20px !important;
  }

  .introabt {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .image-scroll-section {
    height: auto !important;
  }

  .bannerslidbox .bnfirst {
    width: 100%;
    height: 600px !important;
  }

  .bannerslidbox .bnscnd {
    width: 100%;
    height: 600px !important;
  }

  .bannerslidbox {
    position: relative;
    height: 600px;
  }

  .aboutsldr {
    margin-bottom: 30px !important;
  }

  .bannerslidboxcnt {
    padding: 0px 21px;
  }

  .mobilecontentgrdebx {
    display: block !important;
    margin-left: 17px;
    margin-top: 12px;

  }

  .strategicsingsection ul li {
    width: 100%;
  }

  .gradecontentright {
    display: none !important;
  }

  .grade-content {
    display: none !important;

  }

  .innerbannerpic .bnfirst {
    height: 250px !important;
  }

  .strategicsingsection {
    padding: 6px 0px;
  }

  .grade-list li {
    display: block;
    margin-bottom: 5px !important;
    position: relative;
    padding: 2px 5px;
  }

  .mobilecontentgrdebx h2 {
    font-size: 22px !important;
  }

  .product-grade-section {
    padding: 40px 0;
  }

  .grade-list {
    margin: 0px !important;
  }

  .interoduction_andoabt {
    padding: 40px 0px;
  }

  .footersec {
    padding: 30px 0px 20px 0px;
  }

  .footerlinks a img {
    display: none !important;
  }

  .trmpms {
    margin-right: auto !important;
  }

  .trmpms a {
    margin-left: -33px;
  }

  .interoduction_andoabtbx h2 {
    text-align: center !important;
  }


  .process-section h2 {
    font-size: 30px;
    margin-top: 46px;
  }

  .process-left li {
    font-size: 20px;
    padding: 15px 15px;
  }

  .process-left {
    margin: 90px 0px 0px 0px;
  }



  .productinnergradeonebx ul li {
    list-style-position: inside;
  }

  .lifeajsec {
    position: relative;
    padding: 25px 15px 25px 15px;
    overflow: hidden;
  }

  .pricing-section {
    padding: 30px 0;
  }

  .pricing-cards {
    display: block;
    gap: 0px;
    margin: 0px;
    padding: 0px;
  }

  .pricing-left {
    padding: 0px;
  }

  .tabhmleftpicsbx {
    width: 50%;

    padding: 12px;
  }


  .tabhmleftpics {
    flex-wrap: wrap;

  }


  .leftcnt h2 {
    font-size: 30px;
    margin-bottom: 10px;

  }

  .paintintbx {
    text-align: left;
    width: 100%;
  }

  .paint_industry {
    height: auto
  }

  .pricing-left h2 {
    font-size: 30px;
  }

  .flxdirclrev {
    flex-direction: column-reverse;
  }

  .flxdirclrev .indbocctn {
    margin-top: 15px !important;
  }


  .hero-leftsec {
    padding: 1px 0px;
  }


  .navdmbx {
    height: 83px;
  }

  .paint_industry h2 {
    font-size: 30px;
  }

  .pding {
    padding: 25px 0px;
  }

  .indbocctn {

    text-align: left;
  }

  .rightimg img {
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    object-fit: inherit;
    height: auto;
  }

  .leftcnt p {
    font-size: 15px;
  }

  .facilityupsecul li {
    width: 100%;
    display: block !important;
  }

  .facility-prictbts {
    padding: 15px 15px 0px 15px;
  }

  .facility-prictbts {
    margin-top: 20px;
  }

  .facilityupsec {
    padding: 20px 0px;
  }

  .facilityupseculmblcl {
    flex-direction: column-reverse;
  }

  .facilityupsecul img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-right: 0px;
    margin-bottom: 15px;
  }


  .facility-rightfm {
    padding: 15px 15px 25px 15px !important;
  }


  .facility-rightfm h3 {
    color: #fff !important;
    font-size: 19px;
    line-height: 25px;
  }

  .facilityupsecul {
    margin-bottom: 15px;
  }
}