:root {
  --primary-font: "Lato", sans-serif;
  --secondary-font: "Outfit", sans-serif;
  --primary-color: #1d80c2;
  --secondary-color: #232323;
  --info-color: #ffffff;
  --text-color: #808080;
  --primary-font-size: 18px;
  --primary-transition-effect: all 0.35s linear;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: var(--primary-font-size);
}

body {
  font-family: var(--secondary-font);
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: inherit;
  color: inherit;
  transition: var(--primary-transition-effect);
}

img {
  max-width: 100%;
}

.primary-color {
  color: var(--primary-color);
}

.subheading {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 28px;
  display: inline-block;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--primary-font);
}

.safety-content {
  padding: 50px 60px;
}

.safety-img img {
  height: 350px;
  object-fit: cover;
}

.section-title {
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.section-title.light {
  color: var(--info-color);
}

.section-title,
.section-title span {
  font-size: 50px;
  font-family: var(--primary-font);
  font-weight: 700;
}

.section-info {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 30px;
  color: var(--text-color);
}

.section-info.light {
  color: var(--info-color);
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: var(--text-color);
}

.section-spacing {
  padding: 70px 0;
}

.container {
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.primary-button {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  padding: 15px 30px;
  display: inline-block;
  color: var(--info-color);
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  font-family: var(--secondary-font);
}

.primary-button .lnr {
  vertical-align: middle;
  font-size: 15px;
  position: relative;
  top: -1px;
  margin-left: 7px;
}

.primary-button.light {
  background: var(--info-color);
  border-color: var(--info-color);
  color: var(--secondary-color);
}

.primary-button.light:hover {
  border-color: var(--primary-color);
}

.primary-button.xl-button {
  padding: 15px 35px;
}

@media (max-width: 480px) {
  .primary-button {
    font-size: 16px;
  }
}

.primary-button:hover,
.primary-button:focus {
  background: var(--primary-color);
  color: var(--info-color);
}

.navbar-brand {
  width: 150px;
}

.site-header .navbar .nav-link {
  position: relative;
  padding: 10px 5px;
  margin: 36px 20px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--secondary-color);
  transition: var(--primary-transition-effect);
}

.site-header .navbar .nav-link.active {
  border-bottom: 1px solid var(--primary-color);
  /* border-top: 1px solid var(--primary-color); */
  color: var(--primary-color);
}

.site-header .navbar .nav-link:hover {
  color: var(--primary-color);
}

.slick-slide {
  display: inline-block;
  vertical-align: top;
}

.banner-slider {
  position: relative;
  overflow: hidden;
}

.banner-slides {
  padding: 230px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.banner-slides::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background:rgb(35 35 35 / 74%);
}

.banner-slide-content {
  max-width: 680px;
}

.banner-slide-content h2 {
  font-family: var(--primary-font);
  color: var(--info-color);
  line-height: 80px;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.banner-slide-content p {
  color: var(--info-color);
  margin-bottom: 40px;
  line-height: 34px;
}

.banner-slides .container {
  position: relative;
  z-index: 1;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: var(--primary-color);
  color: var(--info-color);
  border: 0;
  z-index: 1;
  padding: 15px;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  width: 65px;
  transition: var(--primary-transition-effect);
}

.slick-arrow:hover {
  background: var(--primary-color);
  color: var(--info-color);
}

.slick-prev.slick-arrow {
  left: 0;
}

.slick-next.slick-arrow {
  right: 0;
}


.section-subHeading {
  color: #1d80c2;
  text-transform: uppercase;
  font-size: 16px;
  /* font-weight: 600; */
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.section-heading,
.section-heading span {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  line-height: 56px;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-heading span {
  color: var(--primary-color);
}

.product-card {
  position: relative;
  margin-top: 30px;
}

.product-card .product-info {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 380px;
  background: var(--primary-color);
  padding: 30px 35px;
}

.product-card .product-img img {
  width: 100%;
  transition: var(--primary-transition-effect);
}

.product-card .product-info p {
  margin-bottom: 0;
  color: #ffffff66;
}

.product-card .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: var(--info-color);
  width: 60px;
  height: 60px;
  background: var(--info-color);
  line-height: 80px;
  text-align: center;
}

.product-info h3 {
  color: var(--info-color);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.product-card .read-more .lnr {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 28px;
  transform: rotate(-45deg);
  display: inline-block;
}

.product-list .col-md-6:last-child {
  margin-top: 40px;
}

.product-img {
  overflow: hidden;
}

.product-card:hover .product-img img {
  transform: scale(1.05);
}

.processor-section {
  background-image: url(../img/team-bg-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f2f2;
}

.process-card {
  margin-top: 30px;
}

.winning-content {
  padding-right: 50px;
}

.video-section {
  background-image: url(../img/built-to-last.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding: 300px 0;
}

.video-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(29 128 194 / 62%);
}

.video-section .container {
  position: relative;
  z-index: 1;
}

.video-item {
  position: relative;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-icon img {
  width: 20px;
}

.slick-list {
  overflow: hidden;
}

.services-slder .slick-slide {
  padding: 0 15px 20px;
}

.services-img img {
  width: 100%;
}

.services-slder {
  margin-top: 30px;
}

.services-card {
  position: relative;
}

.services-img {
  overflow: hidden;
}

.services-img img {
  width: 100%;
  transition: var(--primary-transition-effect);
}

.services-card:hover .services-img img {
  transform: scale(1.05);
}

.services-content {
  position: absolute;
  z-index: 1;
  background: #1d80c2e8;
  left: 20px;
  right: 20px;
  bottom: -20px;
  padding: 30px;
  transition: var(--primary-transition-effect);
}

.services-card:hover .services-content {
  bottom: 20px;
}

.services-content h3 {
  color: var(--info-color);
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--info-color);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.services-content a .lnr {
  font-size: 15px;
}

.site-footer {
  background: #231e20;
  padding: 80px 0 0;
}

.footer-logo {
  width: 130px;
  display: block;
}

.footer-info p {
  color: #ffffff7d;
  font-size: 16px;
  margin-top: 20px;
}

.footer-heading {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.footer-links li+li {
  margin-top: 10px;
}

.footer-links a {
  color: #958f91;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  transition: var(--primary-transition-effect);
}

.footer-links a:hover {
  color: var(--info-color);
  padding-left: 17px;
}

.footer-links a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  /* width: 12px; */
  height: 1px;
  background: var(--info-color);
  transition: var(--primary-transition-effect);
}

.footer-links a:hover::before {
  width: 12px;
}

.copyright {
  /* text-transform: uppercase; */
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  padding: 15px 0;
  border-top: 1px solid #ffffff33;
  margin-top: 40px;
}

.footer-socail-links {
  display: flex;
  margin-top: 25px;
}

.footer-socail-links li+li {
  margin-left: 14px;
}

.footer-socail-links a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid;
  border-radius: 40px;
  margin-bottom: 0;
  text-align: center;
  line-height: 40px;
  background: #322e31;
}

.footer-socail-links a img {
  width: 16px;
}

.footer-logo {
  background: #ffffff;
  padding: 10px;
}

.video-item h2 {
  color: #fff;
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 800;
}

.video-item {
  position: relative;
  text-align: center;
}



.page-banner {
  background: url("../img/page-banner-img.png") no-repeat center center;
  background-size: cover;
  padding: 150px 0;
  position: relative;
}

.page-banner-title,
.page-banner-title span {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-family: var(--primary-font);
}

.page-banner-title span {
  color: var(--primary-color);
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.export-purchasing-img-title {
  align-items: center;
  justify-content: center;
  display: flex;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
}

.export-img-logo-details {
  font-size: 10px;
  color: var(--text-color);
  font-weight: 700;
  line-height: 17px;
}

.export-purchasing-img {
  border: 2px solid #00000020;
  padding: 10px;
  margin-bottom: 10px;
}

.export-page-list-items:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: var(--primary-color);
}

.lamination-section {
  background-image: url(../img/team-bg-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f2f2;
}

.lamination-section img.img-fluid {
  margin: 15px 0;
  object-fit: cover;
  width: 100%;

}

.export-page-list-items:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.export-page-list-items {
  font-size: 17px;
  line-height: 26px;
  color: var(--text-color);
  margin: 10px 0;
  position: relative;
  padding-left: 38px;
}

.export-page-list {
  margin: 32px 0;
}

.production-precision-card-list {
  margin: 0 14px;
}

.product-bio-pharma-content-list {
  margin: 0 24px 20px;
}

.product-bio-pharma-content-list li {
  list-style: disc;
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  margin: 10px 0;
}

.shadow {
  width: 100%;
}


.product-bio-pharma-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  padding-left: 0;
  list-style: none;
  margin: 0 14px;
}

.product-bio-pharma-list li {
  list-style: disc;
  list-style: disc;
  font-size: 17px;
  line-height: 26px;
  color: var(--text-color);
}

.product-sanitary-tubes-content strong {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.sustainabitlity-sdg-card {
  border: 2px solid #eaeaea78;
  padding: 50px 40px;
}


.production-precision-card img {
  height: auto;
  object-fit: cover;
}

.sustainabitlity-sdg-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-list li {
  border-left: 2px solid #554444b9;
  padding: 16px 10px;
  flex-direction: column;
  color: var(--text-color);
}

.about-us-managing-board-content {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.about-us-fact-card-content {
  background: #fff;
  padding: 40px 25px;
}

.about-us-fact-card {
  padding: 20px;
}

.about-us-fact-card-number {
  margin: 0;
  font-size: 24px;
  display: block;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
}


.about-us-fact-p p {
  margin-bottom: 0;
}

.fact-card-title {
  font-size: 20px;
  color: #242424;
  font-weight: 600;
  margin: 30px 0 10px 0;
}

.product-parameters-table {
  background: url(../img/bannerImg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.product-parameters-table:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1d80c2f2;
}

.product-parameters-table .container {
  position: relative;
  z-index: 1;
}

.product-parameters-table .section-heading,
.product-parameters-table .section-heading span {
  color: #fff;
}

.about-us-principles-title-1 {
  color: #242424;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  font-family: var(--primary-font);
}

.about-us-principles {
  position: relative;
  text-align: center;
}

.about-us-principles-icon {
  background-color: var(--primary-color);
  border-radius: 50%;
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
  line-height: 66px;
}

.about-us-principles-icon img {
  width: 40px;
}

/* .about-us-principles-icon-2 {
  background-color: #e9691a;;
  border-radius: 50%;
  padding: 30px;
  margin-bottom: 20px;
} */

.impact-card {
  background: #fff;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.about-us-principles {
  position: relative;
}

.impact-card img {
  height: 400px;
  object-fit: cover;
}

.impact-content {
  padding: 30px 40px;
}

.about-us-principles-icon-3 {
  position: absolute;
  top: 42px;
  right: 40px;
}

.about-us-principles-icon-4 {
  position: absolute;
  top: 220px;
  right: 210px;
  transform: rotate(150deg);
}

.about-us-principles-header-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.about-us-principles-icon-5 {
  position: absolute;
  top: 240px;
  right: 0px;
  transform: rotate(210deg);
}

.product-bio-pharma-content img {
  width: 100%;
}




.process-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 2px dotted #ccc;
}

.process-step {
  text-align: center;
  flex: 1;
  min-width: 120px;
  background: #fff;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
}

.process-step div {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  font-family: var(--primary-font);
}

.process-step i {
  font-size: 36px;
  margin-bottom: 15px;
  color: #333;
}

.process-step i {
  font-size: 36px;
  margin-bottom: 10px;
  color: #333;
}

.arrow {
  position: absolute;
  right: 0px;
  top: 100%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #1d80c2;
}


.product-sanitary-tubes-table th {
  background-color: #1d80c2;
  color: #fff;
  text-align: center;
  vertical-align: middle !important;
}

.product-sanitary-tubes-table td {
  text-align: center;
  vertical-align: middle;
  background: #fff;
  width: 30%;
}


/* table css start */
.table1 table,
.table2 table,
.table3 table {
  width: 100%;
}

.table1 th,
.table1 td,
.table2 th,
.table2 td,
.table3 th,
.table3 td {
  border: 1px solid #ccc;
  padding: 10px;
}



.table1 table tr:nth-child(-n + 3) th {
  color: #ffffff;
  border-color: #fdfdfd52;
}

.product-parameters-table thead th {
  background: #646464;
}

.table1 table td.white-bg {
  background: #fff;
}

.table2 th {
  text-align: center;
  background: #3e3e3e;
  color: #ffffff;
  border-color: #fdfdfd52;
}

.table2 tbody tr:nth-child(even) {
  background: #ededed;
}

.table2 caption {
  background: #3e3e3e;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
}

.table3 tbody tr:nth-child(even) {
  background: #f4f4f4;
}

.table3 th {
  background: #3e3e3e;
  color: #fff;
  border-color: #fdfdfd52;
}

.table3 tbody tr {
  background: #fff;
}

.product-parameters-table .section-heading+p {
  color: #fff;
}

.product-parameters-tubes {
  background-image: url(../img/team-bg-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f2f2;
}

.quick-details p {
  background: #f5f5f5;
  ;
  padding: 15px 30px;
  color: #242424;
  min-height: 90px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  text-align: left;
}

.quick-details p strong {
  color: #1d80c2;
  font-size: 20px;
}


.rhinox-quality-cards {
  background: #fff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

.rhinox-quality-cards img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.rhinox-quality-cards {
  background: #fff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
  height: 100%;
  margin-bottom: 30px;
}

.quality-section-card-content {
  padding: 30px;
}

.quality-section-card-content h3 {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mechanical-testing-section-2 {
  background: url(../img/bannerImg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.mechanical-testing-section-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1d80c2f2;
}

.mechanical-testing-section-2 .container {
  position: relative;
  z-index: 1;
}

.mechanical-testing-section-2 .section-heading,
.mechanical-testing-section-2 .section-heading span {
  color: #fff;
}

.quality-section li {
  font-size: 17px;
  line-height: 26px;
  color: var(--text-color);
  margin: 18px 0;
  position: relative;
  padding-left: 38px;
}

.quality-section li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: var(--primary-color);
}

.quality-section li:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.quality-section img {
  width: 100%;
}

.about-us-key-facts-section {
  background-image: url(../img/team-bg-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f2f2;
}

.we-offering {
  background: url(../img/bannerImg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.we-offering:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1d80c2f2;
}

.we-offering .container {
  position: relative;
  z-index: 1;
}

.we-offering h3 {
  color: #fff;
  font-family: var(--primary-font);
  line-height: 56px;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.we-offering p {
  color: #fff;
}

.table2 tbody tr {
  background: #fff;
}

.product-bio-card {
  background: #fff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  height: 100%;
  border-top: 7px solid var(--primary-color);
}

.product-bio-card h3 {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product-bio-card p {
  margin-bottom: 0;
}

.product-bio-card li {
  font-size: 17px;
  line-height: 26px;
  color: var(--text-color);
  margin: 15px 0;
  position: relative;
  padding-left: 38px;
}

.product-bio-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: var(--primary-color);
}

.product-bio-card li:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.product-bio-card ul {
  list-style-type: none;
}

.footer-link-col li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-top: 10px;
  padding-right: 15px;
}

.footer-info {
  padding-right: 60px;
}



.pbmit-ihbox-style-7 {
  position: relative;
  overflow: hidden;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-box {
  padding: 45px 35px;
  border-radius: 30px;
  position: relative;
  background: transparent;
  z-index: 1;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  /* clip-path: polygon( 6.726% 0%,93.274% 0%,93.274% 0%,94.364% 0.14%,95.399% 0.545%,96.364% 1.192%,97.245% 2.061%,98.029% 3.129%,98.701% 4.373%,99.249% 5.772%,99.657% 7.303%,99.912% 8.945%,100% 10.676%,100% 61.278%,100% 61.278%,99.732% 65.983%,98.988% 69.483%,97.863% 71.995%,96.447% 73.739%,94.835% 74.934%,93.119% 75.798%,91.39% 76.552%,89.742% 77.413%,88.268% 78.601%,87.061% 80.335%,87.061% 80.335%,86.147% 82.63%,85.483% 85.137%,84.946% 87.749%,84.409% 90.359%,83.749% 92.86%,82.839% 95.146%,81.556% 97.11%,79.775% 98.644%,77.369% 99.643%,74.215% 100%,6.726% 100%,6.726% 100%,5.637% 99.861%,4.603% 99.457%,3.638% 98.811%,2.758% 97.944%,1.974% 96.879%,1.302% 95.638%,0.754% 94.241%,0.346% 92.712%,0.09% 91.071%,0% 89.342%,0% 10.676%,0% 10.676%,0.088% 8.945%,0.343% 7.303%,0.751% 5.772%,1.299% 4.373%,1.971% 3.129%,2.755% 2.061%,3.636% 1.192%,4.601% 0.545%,5.636% 0.14%,6.726% 0% );
}*/
}

.pbmit-ihbox-style-7 .pbmit-icon-type-icon {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.pbmit-ihbox-style-7 .pbmit-content-wrapper {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #0000004d;
  position: relative;
}

.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000c4;
}

.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
  color: #000000c4;
  font-size: 18px;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
  position: absolute;
  font-size: 14px;
  line-height: 36px;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000000c4;
  background-color: white;
  z-index: 2;
  transition: all 0.4s ease-in;
  display: inline-grid;
  margin-top: 0;
}

.pbmit-service-btn,
.pbmit-blog-btn,
.pbmit-ihbox-btn a {

  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-style: normal;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn a span.pbmit-button-text {
  font-size: 0;
  line-height: 0;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  font-size: 13px;
  line-height: 36px;
  margin-left: 0;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

[class^="pbmit-base-icon-"]:before,
[class*=" pbmit-base-icon-"]:before {
  font-family: "pbminfotech-base-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.contact-us {
  background: #f9f6f3;
}



.iframe-section iframe {
  height: 550px;
  max-width: 100%;
  width: 100%;
}

label.error {
  background: red;
  color: white;
  border-radius: 0px 0 10px 10px;
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 12px;
  display: block;
  margin-top: 0px;
  margin-right: 20%;
}

.message-status {
  margin-top: 30px;
}

.form-control.error {
  margin-bottom: 0 !important;
}

/**06 - Comment Form **/
.form-control {
  margin-bottom: 20px;
  font-size: 15px;
  height: 60px;
  line-height: normal;
  padding: 10px 20px;
  font-weight: 400;
  border-width: 0 0 1px 0;
  font-family: inherit;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #c2c2c2;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

textarea.form-control {
  height: 130px;
  padding-top: 20px;
  resize: none;
}

.form-control:focus {
  border-color: #000000c4;
}

.form-control:focus::placeholder {
  opacity: 1;
}

.about-breadcrumb {
  background: url('../img/banner-about.jpg');
  text-align: center;
  background-size: cover;
}

.about-breadcrumb h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  padding: 100px 0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.search-widget {
  margin-bottom: 40px;
  padding: 24px 17px 35px 27px;
  border: 1px solid #ddd;
}

.search-widget h4 {
  border-left: 2px solid #1d8fe4;
  padding-left: 10px;
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
}

.search-widget form {
  position: relative;
}

.search-widget input[type="text"] {
  margin-bottom: 0;
  padding-right: 65px;
  padding-left: 20px;
  height: 45px;
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #ddd;
  width: 83%;
}

.search-widget button {
  position: absolute;
  /* right: 15px; */
  height: 100%;
  padding: 0 11px;
  color: #fff;
  border: 2px solid #1d8fe4;
  background-color: #1d8fe4;
  transition: all 0.3s ease 0s;
}

.latest-blog {
  margin-bottom: 40px;
  padding: 24px 17px 35px 27px;
  border: 1px solid #ddd;
}


.latest-blog h4 {
  border-left: 2px solid #1d8fe4;
  padding-left: 10px;
  position: relative;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.latest-blog ul {
  padding: 0;
  margin: 0;
}

.latest-blog>ul>li {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.latest-blog ul li {
  list-style: none;
}

.latest-post-img {
  float: left;
  margin-right: 20px;
}

.latest-post-img img {
  max-width: 80px;
}

.latest-post-content h6 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.latest-post-content .ltn__blog-meta {
  margin-bottom: 0;
}

.ltn__blog-meta li:last-child {
  margin-right: 0;
}

.latest-blog ul li {
  list-style: none;
}

.ltn__blog-meta li span {
  color: #fff;
  margin-right: 5px;
}

.blog-sidebar {
  max-width: 370px;
}

li.ltn__blog-date a span {
  color: #1d80c2;
}


ul.list-wrap li i {
  color: #1d80c2;
  padding-right: 10px;
}

.blog-post-meta {
  margin-top: 10px;
}

h2.title a {
  font-size: 26px;
  color: #242424;
  font-weight: 600;

}

.rhinox-quality-cards1 img {
  height: 450px;
  object-fit: contain;
  width: 100%;
}

.service-content li {
  color: #808080;
}

.we-offer-icon img {
  width: 40px;
}

.we-offer-icon img {
  margin-bottom: 20px;
  width: 60px;
  background: var(--primary-color);
  height: 60px;
  padding: 10px;
}


.production-precision-card-list-items {
  font-size: 17px;
  line-height: 26px;
  color: var(--text-color);
  margin: 10px 0;
  position: relative;
  padding-left: 38px;
}

.production-precision-card-list-items:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.production-precision-card-list-items:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: var(--primary-color);
}

.mobile-icon {
  display: none;
}

.mobile-menu {
  display: none;
}

.logo-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-box ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.contact-us .subheading {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  text-transform: none;
  font-family: var(--primary-font);
}
.product-sanitary-tubes-table-data {
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #fff;
    border: 2px solid var(--primary-color);
}
.blog__post-thumb-two img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.processor-list li {
    position: relative; 
    padding-left: 32px; 
}
.processor-list{
  text-align: left;
    font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: var(--text-color);
}
.winning-content h4{
   color: var(--text-color);
    font-weight: 600;
  line-height: 30px;
  font-size: 22px;
}
.processor-list li:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 14px;
    width: 7px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}


.processor-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 25px;
    height: 25px;
    background: var(--primary-color);
} 
.winning-img img{
  width: 100%;
}
/* ***********************
******RESPONSIVE*******
*********************** */
@media (max-width: 1600px) {
  .container {
    max-width: 1300px;
  }

  .site-header .navbar .nav-link {
    margin: 36px 10px;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  .site-header .navbar .nav-link {
    margin: 36px 10px;
  }
     .nav-box ul {
    gap: 10px;
}
.services-content {
    position: absolute;
    z-index: 1;
    background: #1d80c2e8;
    left: 20px;
    right: 20px;
    bottom: -20px;
    padding: 10px;
    transition: var(--primary-transition-effect);
}

}


@media (max-width: 1340px) {
  .container {
    max-width: 1080px;
  }

  .site-header .navbar .nav-link {
    padding: 10px 4px;
    margin: 30px 8px;
  }

  .site-header .navbar .nav-link {
    font-size: 14px;
  }
  .process-step {
    min-width: 222px;
}

}
@media (max-width: 1280px) {
  .container {
    max-width: 1024px;
  }
.nav-box ul {
    gap: 4px;
}
.site-header .navbar .nav-link {
    padding: 10px 4px;
    margin: 30px 4px;
}

}

.processor-section-list p {
    font-size: 17px;
    line-height: 26px;
    color: var(--text-color);
    margin: 18px 0;
    position: relative;
    padding-left: 15px;
}

.processor-section-list p:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0px;
    width: 22px;
    height: 22px;
    background: var(--primary-color);
    border-radius: 7px;
}
.processor-section-list p:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}



@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }

  .banner-slides {
    padding: 120px 0;
  }

  .banner-slide-content h2 {
    line-height: 70px;
    font-size: 50px;
    margin-bottom: 18px;
  }

  .section-heading,
  .section-heading span {
    line-height: 53px;
    font-size: 36px;
    margin-bottom: 20px;
  }

  .product-info h3 {
    font-size: 24px;
    font-weight: 600;
  }

  .nav-link.active {
    border-left: 3px solid #fff;
    color: #fff;
  }


  .nav-box {
    display: none;
  }

  .logo-box {
    position: static;
    transform: none;
    text-align: center;
  }

  .mobile-icon {
    display: block;
    z-index: 999;
  }

  .mobile-icon img {
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .mobile-menu {
    display: block;
    flex-direction: column;
    background-color: var(--primary-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 50px 40px;
    bottom: 0;
    width: 300px;
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
  }

  .mobile-menu.active {
    transform: none;
  }

  .nav-link {
    display: block;
    padding: 3px 20px;
    color: #fff;
  }

  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .close-icon.d-none {
    display: none !important;
  }

  .close-icon.d-block {
    display: block !important;
  }

  .menu-icon.d-none {
    display: none !important;
  }

  .menu-icon.d-block {
    display: block !important;
  }


  .section-spacing {
    padding: 60px 0;
  }

  .site-footer {
    padding: 60px 0 0 0;
  }

  .subheading {
    font-size: 24px;
  }
  .winning-img-list{
    display: none;
  }
}

@media (max-width: 1140px) {
  .container {
    max-width: 1000px;
  }

  .about-us-fact-card-number {
    font-size: 22px;
    padding: 10px;
  }

  .about-us-fact-card-content {
    padding: 30px 20px;
  }

  .about-us-principles-title-1 {
    font-size: 22px;
  }
}

@media (max-width: 1060px) {
  .container {
    max-width: 900px;
  }

  .video-item h2 {
    font-size: 58px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 780px;
  }

  .navbar-brand {
    width: 130px;
  }

  .banner-slides {
    padding: 100px 0;
  }

  .we-offering h3 {
    line-height: 50px;
    font-size: 30px;
  }

  .banner-slide-content h2 {
    line-height: 60px;
    font-size: 40px;
    margin-bottom: 16px;
  }

  .product-bio-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .safety-content {
    padding: 24px 0 0 0;
  }
  .product-sanitary-tubes-table-data img{
    display: none;
  }
  .latest-blog {
    margin-bottom: 0px;
  }
.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
  text-align: center;
}

  .subheading {
    font-size: 22px;
  }

  .services-content {
    left: 12px;
    right: 12px;
    bottom: -20px;
    padding: 14px 10px;
  }

  .section-heading,
  .section-heading span {
    line-height: 52px;
    font-size: 30px;
    margin-bottom: 18px;
  }

  .page-banner-title,
  .page-banner-title span {
    font-size: 50px;
  }

  .product-info h3 {
    font-size: 22px;
    font-weight: 600;
  }
.services-content {
    position: absolute;
    z-index: 1;
    background: #1d80c2e8;
    left: 20px;
    right: 20px;
    bottom: -20px;
    padding: 20px;
    transition: var(--primary-transition-effect);
}
  .services-content h3 {
    text-align: start;
  }

  .export-purchasing-img-title {
    justify-content: start;
  }



  .product-card .product-info {
    max-width: 100%;
    padding: 16px;
    text-align: start;
  }

  .section-spacing {
    padding: 50px 0;
  }

  .site-footer {
    padding: 50px 0 0 0;
  }

  .processor-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }


  .video-section {
    padding: 160px 0;
  }

  .video-item h2 {
    font-size: 52px;
  }

  .services-img img {
    height: auto;
    object-fit: cover;
  }

  .footer-info {
    padding-right: 12px;
  }

  .footer-heading {
    margin: 25px 0 10px 0;
  }

  .winning-content {
    padding-right: 10px;
  }

  .timeline-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 10px;
    border: 2px solid var(--primary-color);
    text-align: start;
  }
  .winning-content h4{
  font-size: 20px;
}

  .timeline-list li {
    border-left: none;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .export-page-list-items:after {
    top: 10px;
  }

  .export-page-list-items:before {
    top: 5px;
  }

  .export-page-list-items {
    text-align: start;
  }
.product-sanitary-tubes-table td {
    width: 100%;
}
  .quick-details p {
    font-weight: 500;
    font-size: 16px;
}
.process-step {
    min-width: 210px;
}
.blog-sidebar {
  max-width: 100%;
  margin-top: 20px;
}
.service-content,
.sustainabitlity-sdg-content{
  text-align: center;
}
}

@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }

  .navbar-brand {
    width: 110px;
  }

  .banner-slides {
    padding: 80px 0;
  }

  .product-card .read-more {
    width: 40px;
    height: 40px;
  }

  .banner-slide-content h2 {
    line-height: 52px;
    font-size: 30px;
    margin-bottom: 16px;
  }

  .section-heading,
  .section-heading span {
    line-height: 48px;
    font-size: 32px;
    margin-bottom: 16px;
  }

  .we-offering h3 {
    line-height: 46px;
    font-size: 28px;
  }

  .page-banner-title,
  .page-banner-title span {
    font-size: 36px;
  }

  .quality-section-card-content h3 {
    font-size: 22px;
  }

  .product-info h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .about-us-managing-board {
    padding-top: 0 !important;
  }

  .video-item h2 {
    font-size: 46px;
  }

  .product-list .col-md-6:last-child {
    margin-top: 0px;
  }

  .quality-section-card-content {
    padding: 20px;
  }
.product-sanitary-tubes-table td {
    font-size: 12px;
}
  .winning-content {
    padding-right: 0px;
    text-align: center;
  }

  .footer-info {
    padding-right: 8px;
  }

  .footer-logo {
    width: 110px;
  }

  .about-us-principles-title-1 {
    font-size: 20px;
  }

  .page-banner {
    padding: 130px 0;
  }

  .product-bio-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }

  .navbar-brand {
    width: 90px;
  }
.banner-slide-content p {
    color: var(--info-color);
    margin-bottom: 26px;
    line-height: 28px;
}
  .timeline-list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 4px;
  }

  .video-section {
    padding: 120px 0;
  }

  .video-item h2 {
    font-size: 40px;
  }

  .banner-slide-content h2 {
    line-height: 50px;
    font-size: 34px;
    margin-bottom: 10px;
  }

  .section-heading,
  .section-heading span {
    line-height: 44px;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .page-banner-title,
  .page-banner-title span {
    font-size: 34px;
  }

  .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,
  .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
    height: 55px;
    width: 55px;
  }

  .product-sanitary-tubes-table td {
    font-size: 8px;
}

  .product-info h3 {
    font-size: 19px;
    font-weight: 600;
  }
.about-us-fact-card-content {
    padding: 20px 12px;
}
  .we-offering h3 {
    line-height: 42px;
    font-size: 26px;
  }

  .section-spacing {
    padding: 40px 0;
  }

  .production-precision-card-list-items {
    line-height: 22px;
  }
.table-bordered thead th {
    font-size: 14px;
}
  .site-footer {
    padding: 40px 0 0 0;
  }

  .about-us-principles-icon img {
    width: 30px;
  }

  .about-us-principles-icon {
    width: 60px;
    height: 60px;
    line-height: 56px;
  }

  .footer-logo {
    width: 90px;
  }

  .we-offer-icon img {
    margin-bottom: 10px;
    width: 54px;
    height: 54px;
    padding: 7px;
  }
  .primary-button {
    padding: 10px 22px;
}
.product-card .product-info {
    position: relative;
}
.timeline-list li {
    padding: 10px;
}
  .product-info p {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    color: var(--text-color);
  }

  .footer-info {
    padding-right: 0px;
  }

  .services-content a .lnr {
    font-size: 15px;
    margin-left: 6px;
  }

  .services-content a {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .services-content h3 {
    color: var(--info-color);
    font-size: 21px;
    margin-bottom: 10px;
  }

  .page-banner {
    padding: 120px 0;
  }
.copyright {
    margin-top: 20px;
}
  .quality-section-card-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .mobile-menu {

    width: 240px;
  }

  .section-heading,
  .section-heading span {
    line-height: 36px;
    font-size: 26px;
    margin-bottom: 15px;
  }

  .sustainabitlity-sdg-card .img-fluid {
    width: 66px;
  }
  
  }
    

    .about-us-journy-list li:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0px;
    width: 22px;
    height: 22px;
    background: var(--primary-color);
    border-radius: 7px;
}

.about-us-journy-list li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.about-us-journy-list li {
    font-size: 17px;
    line-height: 26px;
    color: var(--text-color);
    margin: 18px 0;
    position: relative;
    padding-left: 20px;
}

.about-us-journy-list ul {
  display: grid;
  grid-template-columns:  repeat(2, 1fr);
}

.about-us-keypiont-section{
    background-image: url(../img/team-bg-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2f2f2;
}

.services-content h3{
  text-align: center;
}


.about-key-info-box {
      color: white;
      padding: 20px;
      text-align: center;
      border-radius: 4px;
      margin-bottom: 15px;
    }

    .dark-blue {
      background-color: #0a2b66;
    }

    .light-blue {
      background-color: #1d80c2;
    }

    .text-dark-blue {
      color: #0a2b66;
    }

    .about-key-info-section {
      border-left: 6px solid #1d80c2;
      padding-left: 10px;
      font-size: 0.9rem;
      color: #000;
    }
    .about-key-info-section2 {
      border-left: 6px solid #0a2b66;
      padding-left: 10px;
      font-size: 0.9rem;
      color: #000;
    }

 .about-key-info-box h4{
  font-size: 36px
 }
 .about-key-info-box h2{
  font-size: 50px;
  font-weight: 600;
 }

.color-white {
  color: white;
}

.about-us-keypiont-section p{
    font-size: 28px;
    font-weight: 300;
    line-height: 48px;
}



@media (max-width: 576px) {
  .about-us-keypiont-section p{
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
}
 .about-key-info-box h4{
  font-size: 28px
 }
 .about-key-info-box h2{
  font-size: 36px;
  font-weight: 600;
 }
 .about-us-journy-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
}