.page-banner-area {
  background-image: url(images/pipes-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-areanew {
  background-image: url(images/application-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area1 {
  background-image: url(images/pipe-fittings-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area2 {
  background-image: url(images/flanges-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area3 {
  background-image: url(images/pipes-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area4 {
  background-image: url(images/round-bar-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area5 {
  background-image: url(images/fasteners-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area6 {
  background-image: url(images/alloy-steel-plate-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area7 {
  background-image: url(images/ptfe-sheets-plates-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area8 {
  background-image: url(images/ptfe-pipes-tubes-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area9 {
  background-image: url(images/ptfe-rods-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area10 {
  background-image: url(images/round-bar-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner-area11 {
  background-image: url(images/contact-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.page-banner h1 {
  color: #fff;
  display: block;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 0;
  text-transform: uppercase;
}

.page-banner.text-left h1 {
  float: left;
}

.page-banner.text-right h1 {
  float: right;
}

.page-banner ul {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

.page-banner.text-left ul {
  float: right;
}

.page-banner.text-right ul {
  float: left;
}

.page-banner ul li {
  display: block;
  float: left;
  padding: 0 6px;
  position: relative;
}

.page-banner ul li:first-child {
  padding-left: 0;
}

.page-banner ul li:last-child {
  padding-right: 0;
}

.page-banner ul li + li::before {
  color: #fff;
  content: "/";
  display: block;
  left: -3px;
  line-height: 9px;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.page-banner ul li a,
.page-banner ul li span {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 9px;
  text-transform: uppercase;
}

.page-banner ul li a:hover {
  color: #dec839;
}

.feature-image {
  z-index: 9;
}

.single-feature {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.single-feature:nth-child(1) {
  padding: 16px 0 15px;
}

.single-feature:nth-child(2) {
  padding: 38px 0;
}

.single-feature:nth-child(3) {
  padding: 16px 0 15px;
}

.single-feature:hover {
  background-color: #fff;
}

.single-feature::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50%;
  z-index: -1;
}

.single-feature:hover::before {
  opacity: 1;
}

.feature-left .single-feature::before {
  left: 100%;
}

.feature-right .single-feature::before {
  right: 100%;
}

.feature-left .single-feature {
  margin-right: -7px;
}

.feature-left .single-feature:nth-child(2) {
  margin-left: -15px;
  padding-right: 24px;
}

.feature-right .single-feature {
  margin-left: -7px;
}

.feature-right .single-feature:nth-child(2) {
  margin-right: -15px;
  padding-left: 24px;
}

.single-feature .icon {
  display: block;
  margin-top: 19px;
  min-width: 36px;
}

.feature-left .icon {
  float: right;
  margin-left: 29px;
  text-align: left;
}

.feature-right .icon {
  float: left;
  margin-right: 29px;
  text-align: right;
}

.single-feature .icon i {
  color: #4e4e4e;
  font-size: 36px;
  display: block;
}

.single-feature .text h4 {
  margin-bottom: 9px;
}

.course-item {
  background: rgba(0, 0, 0, 0) url(images/course-white.png) no-repeat scroll
    center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 34px 25px 40px;
  position: relative;
  z-index: 1;
}

.course-area p {
  text-align: center;
  padding: 0 15px 0 15px;
}

.course-item i {
  color: #f6d91b;
  display: inline-block;
  font-size: 48px;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.course-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 19px;
  padding-bottom: 19px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.course-item h4::before {
  background-color: #4e4e4e;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.course-item p {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0 14px 0 14px;
}

.course-item:hover {
  background-image: url(images/course-color.png);
  transform: rotate(360deg);
}

.course-item:hover i {
  color: #fff;
}

.course-item:hover h4 {
  color: #fff;
}

.course-item:hover h4::before {
  background-color: #fff;
}

.course-item:hover p {
  color: #fff;
}

.video-area {
  background: rgba(0, 0, 0, 0) url(images/worldwideimg.jpg) repeat scroll 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 105px 0;
}

.video-content a {
  color: #fff;
  display: inline-block;
}

.video-content a:hover {
  color: #dec839;
}

.video-content a i {
  display: block;
  font-size: 60px;
}

.video-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  margin: 30px 0 0;
  text-transform: uppercase;
}

.instructor-name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.instructor-title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.instructor-details p {
  margin-bottom: 17px;
}

.instructor-social a {
  border: 1px solid #aaa;
  color: #aaa;
  display: block;
  float: left;
  height: 35px;
  margin-right: 15px;
  text-align: center;
  width: 35px;
}

.instructor-social a i {
  display: block;
  font-size: 18px;
  line-height: 33px;
}

.instructor-social a:hover {
  background-color: #dec839;
  border-color: #dec839;
  color: #fff;
}

.instructor-image {
  margin-top: 0;
}

.instructor-image img {
  width: 100%;
}

.instructor-tab-list {
  float: left;
  margin-top: -127px;
}

.instructor-tab-list li {
  display: block;
  float: left;
  margin-right: 30px;
  padding-bottom: 12px;
  width: 115px;
}

.instructor-tab-list li:last-child {
  margin-right: 0;
}

.instructor-tab-list li a {
  display: block;
  position: relative;
}

.instructor-tab-list li a::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.instructor-tab-list li a:hover::before,
.instructor-tab-list li.active a::before {
  opacity: 0.5;
}

.instructor-tab-list li a::after {
  background-color: #ddd;
  border-radius: 50%;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
}

.instructor-tab-list li a:hover::after,
.instructor-tab-list li.active a::after {
  opacity: 1;
}

.instructor-tab-list li a img {
  width: 100%;
}

.faq-image {
  margin-top: 40px;
}

.faq-image img {
  width: 100%;
}

.cta-area {
  background-image: url(images/backcontimg.jpg);
}

.call-to-action h3 {
  color: #fff;
  display: block;
  float: left;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  text-transform: uppercase;
}

.call-to-action a {
  float: right;
}

#contact-map {
  height: 530px;
}

.contact-info .single-info + .single-info {
  margin-top: 45px;
}

.contact-info .single-info .icon {
  background-color: #333;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  height: 44px;
  margin-left: 10px;
  margin-right: 40px;
  margin-top: 10px;
  text-align: center;
  transform: rotate(45deg);
  width: 44px;
}

.contact-info .single-info .icon i {
  display: block;
  font-size: 24px;
  line-height: 44px;
  transform: rotate(-45deg);
}

.contact-info .single-info .content h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.contact-info .single-info .content p a {
  display: inline-block;
}

.contact-info .single-info .content p a:hover {
  color: #dec839;
}

.dark-wrapper .bg-white,
.dark-wrapper.bg-white {
  background-color: #1e2127;
}

.dark-wrapper .bg-gray,
.dark-wrapper.bg-gray {
  background-color: #252830;
}

.dark-wrapper .overlay-white::before,
.dark-wrapper.overlay-white::before {
  background-color: #000;
}

.dark-wrapper p,
.dark-wrapper span {
  color: #d0d0d0;
}

.dark-wrapper a,
.dark-wrapper h1,
.dark-wrapper h2,
.dark-wrapper h3,
.dark-wrapper h4,
.dark-wrapper h5,
.dark-wrapper h6 {
  color: #fff;
}

.dark-wrapper .section-title::after,
.dark-wrapper .section-title::before {
  background-color: #444;
}

.dark-wrapper .find-course-form h5 span {
  color: #555;
}

.dark-wrapper .single-feature:hover {
  background-color: #1e2127;
}

.dark-wrapper .single-feature::before {
  background-color: #1e2127;
}

.dark-wrapper .single-facts i {
  color: #d0d0d0;
}

.dark-wrapper .single-facts h1::before {
  background-color: #d0d0d0;
}

.dark-wrapper .course-item {
  background-image: url(img/shape/course/course-dark.png);
}

.dark-wrapper .gallery-filter button::after,
.dark-wrapper .gallery-filter button::before {
  background-color: #d0d0d0;
}

.dark-wrapper .gallery-filter button {
  color: #d0d0d0;
}

.dark-wrapper .ts-arrows {
  color: #fff;
}

.dark-wrapper .panel-group .panel {
  background-color: #252830;
}

.dark-wrapper .blog-item .meta p {
  color: #d0d0d0;
}

.dark-wrapper .blog-item .title a {
  color: #fff;
}

.dark-wrapper .category-sidebar ul li a {
  color: #fff;
}

.dark-wrapper .form .input input[type="email"],
.dark-wrapper .form .input input[type="password"],
.dark-wrapper .form .input input[type="search"],
.dark-wrapper .form .input input[type="tel"],
.dark-wrapper .form .input input[type="text"],
.dark-wrapper .form .input input[type="url"],
.dark-wrapper .form .input textarea {
  color: #fff;
}

.dark-wrapper .pagination ul li a {
  color: #fff;
}

div.style-customizer {
  background-color: #fff;
  bottom: 0;
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  color: #262626;
  display: none;
  height: 100%;
  left: -300px;
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 9999999;
}

.bannertextcolor {
  color: #f3cf24;
}

.instructor-tab-list p {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}

.product-border {
  border: 1px groove #ccc;
  -webkit-box-shadow: 9px 3px 15px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 9px 3px 15px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 9px 3px 15px 0 rgba(50, 50, 50, 0.5);
}

.product-border ul.newlink3 li {
  list-style-image: url(images/bullet1.jpg);
  margin-top: 10px;
  padding-left: 5px;
  vertical-align: middle;
}

.product-border li.showactive {
  color: #006;
  text-decoration: underline;
}

.course-area h2 {
  font-size: 26px;
}

.course-area h3 {
  font-size: 24px;
}

.vertical-para {
  font-size: 12px;
}

.iso a:hover {
  color: #ff0;
}

table tr td {
  padding: 0 0 0 8px;
  font-size: 14px;
}

.tp img {
  padding: 4px;
  border: 1px solid #c5c5c5;
  background: #fff;
}

.table-responsive table {
  width: 100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #000;
  opacity: 0.7;
}

.page-banner-area120 {
  background-image: url(images/discliamer-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 270px 0 150px;
}

.table-css tr td {
  border: solid 1px #cccccc;
}

.table-css1 tr td {
  border: solid 1px #b0b0b0;
}

.tr-css {
  background-color: #383838;
  color: #fff;
  height: 30px;
}

.he-css {
  height: 30px;
}

.with10 {
  width: 10%;
}

.wi16 {
  width: 16%;
}

.wi20 {
  width: 20%;
}

.wi25 {
  width: 25%;
}

.wi31 {
  width: 31%;
}

.wi30 {
  width: 31%;
}

.wi68 {
  width: 63%;
}

.wi28 {
  width: 28%;
}

.w283 {
  width: 283px;
}

.w104 {
  width: 104px;
}

p a {
  color: #026cc7;
}

p.iso.hidden-xs a {
  color: #efeee8;
}

.header-top-left.text-left.col-sm-9 a {
  color: #efeee8;
}

/* gallery */
.image-wrap {
  padding: 16px;
}

.image-masonry {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 240px;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #353535;
  font-size: 3rem;
  color: #fff;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem,
    rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 500ms;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.card:hover {
  background-size: cover;
}

@media screen and (min-width: 600px) {
  .card-tall {
    grid-row: span 2 / auto;
  }

  .card-wide {
    grid-column: span 2 / auto;
  }
}
.whatsapp-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  left: 38px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-float i {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 50px;
}

/* added by rahul */

.h2-heading {
  color: #222;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.h3-heading a {
  font-size: 15px;
  color: #0e0d0d;
  font-weight:600;
}

.ul-list {
  list-style-type: disc;
}

.industries {
  margin-top: 67px;
}

.new-list {
  list-style-type: disc;
}

ul {
  padding-left: 20px;
}

.blog-description h4{
  font-size: 16px;
}

.blog-description p {
  font-size: 14px !important;
}

/* ******************** */
.cont {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 2px;
}
.text-content {
  max-width: 50%;
}
.text-content h2 {
  margin-bottom: 10px;
}
.text-content p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.features {
  list-style: none;
  padding: 0;
}
.features li {
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.features li::before {
  content: "⚙️";
  margin-right: 10px;
}
.image-container img {
  width: 350px;
  height:220px;
  border-radius: 10px;
  border: 2px solid #ddd;
}
@media (max-width: 768px) {
  .cont {
      flex-direction: column;
      text-align: center;

  }
  .text-content {
      max-width: 100%;
  }
}
@media (min-width: 1024px) { 
  .tp img {
    margin-bottom: 48px;
  }
}



/* added by rahul */

@media (max-width: 767px) {
  .course-area h2{
    font-size: 20px;
  }
}

/* added by rahul - date :-17/7/2025 */
.img-border {
  border: 4px solid grey;
}

.container-bottom{
margin-bottom:  40px;
}

.contact-section {
      border: 1px solid #ccc;
      padding: 20px;
      max-width: 100%;
      background-color: #f9f9f9;
      border-radius: 8px;
    }
    .contact-section h2 {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .contact-item {
      margin: 10px 0;
      display: flex;
      align-items: center;
    }
    .contact-item i {
      font-style: normal;
      margin-right: 10px;
      font-size: 18px;
    }
    .phone {
      color: #d32f2f;
    }
    .email {
      color: #1976d2;
    }
    a {
      text-decoration: none;
      color: #1976d2;
    }
    a:hover {
      text-decoration: underline;
    }

 .contact-section {
    position: relative;
    background-image: url('images//310h-stainless-steel-clad-pipes.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    color: white;
    z-index: 1;
  }

  .contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Black with 60% opacity */
    z-index: 0;
  }

  .contact-section > * {
    position: relative;
    z-index: 1; /* Ensure content stays above overlay */
  }

  .text-color{
    color: white;
  }



  /* type-section */

  .titanium-bar-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .titanium-bar-card {
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    padding: 18px 18px 18px 18px;
    transition: box-shadow 0.2s, transform 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e0e0e0;
  }
  /* .titanium-bar-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.13);
    transform: translateY(-4px) scale(1.02);
  } */
  .titanium-bar-img img {
    max-width: 100%;
    /* max-height: 120px; */
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .titanium-bar-title {
    margin-top: 18px;
    margin-bottom: 8px;
  }
  .titanium-bar-label {
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2d3e50;
    text-transform: uppercase;
    background: linear-gradient(90deg, #b0c4de 0%, #e0eafc 100%);
    padding: 6px 18px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
  }
  .titanium-bar-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    width: 100%;
  }
  .titanium-bar-list li {
    font-size: 0.98rem;
    color: #444;
    padding: 6px 0 6px 22px;
    position: relative;
    border-bottom: 1px solid #ececec;
    transition: background 0.15s;
  }
  .titanium-bar-list li:last-child {
    border-bottom: none;
  }
  .titanium-bar-list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #3b82f6;
    font-size: 1rem;
    top: 6px;
  }
  @media (max-width: 991px) {
    .titanium-bar-section {
      flex-direction: column;
    }
    .titanium-bar-card {
      /* margin-bottom: 25px; */
    }
  }