﻿@import url('../css2')

* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
}
img {
	border:none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}
body {
	font-size:14px;
	color:#1E1E1E;
	font-family: 'Montserrat', sans-serif;
	box-sizing:border-box;
	overflow-x:hidden;
}
.container {
	max-width:1220px;
}
::-webkit-scrollbar {
	-webkit-appearance:none;
}
::-webkit-scrollbar:vertical {
	width:7px;
}
::-webkit-scrollbar-thumb {
	border-radius:10px;
	border:none;
	background-color:#606060;
}
::-webkit-scrollbar:horizontal {
	height: 7px; 
}
::-webkit-scrollbar-track {
	background-color: rgba(239, 239, 239, 0.5); 
}
.mr_tp {
	margin-top:35px;
}
/************************/
#header_top {
	background: #ff6600;
    padding: 8px 0;
    transition: all .5s ease;
}
.tag_line span {
	color: #fff;
    line-height: 32px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.50px;
    font-weight: 600;
	text-transform:uppercase;
    text-align:left;
}



.ultra-premium {
  padding: 100px 0;
  background: linear-gradient(135deg, #0a1f2f, #0d2b3e);
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* subtle background glow */
.ultra-premium::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,107,0,0.15), transparent);
  top: -100px;
  right: -100px;
}

/* LEFT SIDE */
.seo-left .tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #ff6b00;
  margin-bottom: 10px;
}

.seo-left h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.seo-left h2 strong {
  color: #ff6b00;
}

.seo-left p {
  margin-top: 20px;
  color: #ccc;
  line-height: 1.8;
}

/* CTA BUTTONS */
.cta-buttons {
  margin-top: 25px;
}

.btn-primary {
  background: #ff6b00;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #ff8533;
}

.btn-outline {
  border: 1px solid #fff;
  padding: 12px 25px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}

.btn-outline:hover {
  background: #fff;
  color: #000;
}

/* RIGHT SIDE GRID */
.seo-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* GLASS CARD */
.glass-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.3s;
}

.glass-card i {
  font-size: 24px;
  color: #ff6b00;
  margin-bottom: 10px;
}

.glass-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.glass-card p {
  font-size: 14px;
  color: #bbb;
}

/* HOVER EFFECT */
.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {

  .ultra-premium {
    padding: 60px 20px;
  }

  .seo-left h2 {
    font-size: 24px;
  }

  .seo-right {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .glass-card {
    padding: 18px;
  }
}
/************************/
.fixed-top {
	position:relative;
	display:block;
	top:0px;
	/* background-color: #046ea4; */
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
}
.header-call ul li {
	padding:4px 6px;
	display:inline-block;
}
.header-call ul li a {
	font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.50px;
    display: inline-block;
    text-transform: lowercase;
    padding: 0 5px;
}
.header-call ul li img {
	margin-right:6px;
	float:left;
}
.header-call ul li a:hover {
	color:#10103d;
}
.header-scrolled .logo {
	transition:all .6s ease;
    top: 0px;
	width: 230px;
}
.header-scrolled {
	background:#fff;
}
.header-scrolled .scrollto img {
	height: auto;
	transition: all .6s ease;
}
.logo {
	transition:all .6s ease-in-out;
	width: 230px;
    background: #fff;
    padding: 5px 0 5px 0;
}
.logo img { width:100%; }
.header-call {
	float: right;
    width: auto;
	transition:all .6s ease-in-out;
	position:relative;
}
.main-nav > ul:before {
	position:absolute;
	content:'';
	top:-5px;
	left:0;
	width:100%;
	height:1px;
	background:rgb(255 255 255 / 50%);
	display:none;
}
.header-call img {
	width:24px;
}
.header-call span {
    float: right;
    width: auto;
    margin-left: 8px;
    margin-top: 4px;
}
.header-call span small {
    display: block;
    font-size: 14px;
	font-weight:600;
    letter-spacing: 1px;
    color: #fff;
}
.header-call span a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    padding:0px;
}
.header-scrolled {
    position: fixed;
}
.scrollto img {
	width:100%;
	height:auto;
	transition:all .6s ease-in-out;
}
.main-nav {
	transition:all .6s ease-in-out;
}
.main-nav > ul {
	margin: 26px 0;
    display: flex;
	transition:all .6s ease;
	float: inline-end;
	position: relative;
}
.main-nav > ul > li {
	position: relative;
	float: left;
	margin:10px 4px;
	transition:all .6s ease-in-out;
}
.main-nav > ul > li:last-child:after {
	border-right:0px;
}
.main-nav a {
	color: #10103d;
	letter-spacing:0.50px;
	font-weight: 600;
	text-transform: capitalize;
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 0 8px;
}
.main-nav .drop-down ul li:after {
	display:none;
}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
	color: #ff6600;
	text-decoration: none;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 90%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.5s;
    background-color: rgba(255,255,255,1);
    border: none;
}
.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
	margin-top: 10px;
}
.main-nav .drop-down li {
	min-width: 250px;
	position: relative;
}
.main-nav .drop-down ul li {
	border-bottom: 1px solid #f7f7f7;
	margin-top:0px;
}
.main-nav .drop-down ul li a {
	padding: 7px 15px;
    transition: all 200ms linear;
    font-size: 14px;
    letter-spacing: 0.30px;
	font-weight: 600;
	text-transform: capitalize;
	width:100%;
	color:#10103d;
}
.main-nav .drop-down ul a:hover{
	color: #fff;
    background-color: #ff6600;
}
.main-nav .drop-down > a:after {
	content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 15px;
	transition: ease all 0.5s;
}
.main-nav .drop-down:hover > a:after {
	content: "\f106";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 15px;
	transition: ease all 0.5s;
}
.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 0px);
}
.main-nav .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
/************************/

/* ===============================
   GLOBAL FIXES
================================= */
.section-padding {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* ===============================
   HERO SECTION
================================= */
.premium-hero {
  position: relative;
  padding: 120px 0;
  color: #fff;
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.4));
}

.hero-content {
  position: relative;
  max-width: 650px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
}

.hero-content p {
  font-size: 18px;
  margin: 15px 0 25px;
}

/* ===============================
   ABOUT SECTION
================================= */
.about-section img {
  width: 100%;
  border-radius: 8px;
}

.about-list {
  margin-top: 20px;
  padding-left: 0;
}

.about-list li {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 500;
}

/* ===============================
   WHY CHOOSE US
================================= */
.premium-bg {
  background: #111;
}

.why-choose .section-title h2 {
  color: #fff;
}

.premium-card {
  background: #1c1c1c;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  height: 100%;
}

.premium-card i {
  font-size: 32px;
  margin-bottom: 15px;
  color: #d9232d;
}

.premium-card h4 {
  margin-bottom: 10px;
}

.premium-card:hover {
  transform: translateY(-8px);
  background: #d9232d;
}

/* ===============================
   COUNTER SECTION
================================= */
.premium-counter {
  background: #000;
  color: #fff;
  padding: 70px 0;
}

.premium-counter h2 {
  font-size: 36px;
  font-weight: 700;
}

.premium-counter p {
  margin-top: 5px;
}


/* ===== STATS SECTION ===== */

.premium-counter {
  padding: 0;
}

/* REMOVE DEFAULT ROW GAP */
.stats-row {
  margin: 0;
}

.stat-box {
  padding: 50px 20px;
  color: #fff;
  transition: 0.3s;
}

/* DIFFERENT BACKGROUNDS */
.stat-box:nth-child(1) {
  background: #111;
}

.stat-box:nth-child(2) {
  background: #1c1c1c;
}

.stat-box:nth-child(3) {
  background: #d9232d;
}

.stat-box:nth-child(4) {
  background: #000;
}

/* TEXT STYLE */
.stat-box h2 {
  font-size: 38px;
  font-weight: 700;
}

.stat-box p {
  margin-top: 5px;
  font-size: 15px;
}

/* HOVER EFFECT */
.stat-box:hover {
  transform: scale(1.05);
}

/* REMOVE COLUMN PADDING (IMPORTANT) */
.stats-row .col-md-3 {
  padding: 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .stat-box {
    margin-bottom: 10px;
  }
}



/*client section*/
.company-info {
  background-color: #F5F5F5; }
  .company-info .qlt-policy {
    background-color: #00008B;
    padding: 15px; }
    .company-info .qlt-policy h5 {
      font-size: 16px;
      font-weight: 600;
      text-align: left;
      margin-bottom: 15px;
      color: #fff; }
    .company-info .qlt-policy ul {
      padding-left: 20px; }
      .company-info .qlt-policy ul li {
        text-align: left; 
        color:#fff;
        }
  .company-info .ci-wrapper {
    margin: -30px auto 0;
    background-color: #fff;
    padding: 40px 15px;
    position: relative;
    z-index: 3; }
    .company-info .ci-wrapper.about-info {
      text-align: center; }
      .company-info .ci-wrapper.about-info h2 {
        padding: 0 5%; }
    .company-info .ci-wrapper h2 {
      font-size: 1.6rem;
      color: #0068a7;
      margin-bottom: 30px;
      font-weight: 300; }
    .company-info .ci-wrapper p {
      margin-bottom: 25px; }
    .company-info .ci-wrapper .sub-cat {
      font-size: 1.1rem;
      color: #000;
      margin: 0 0 15px;
      font-weight: 600; }
    @media only screen and (max-width: 599px) {
      .company-info .ci-wrapper h2 {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 992px) {
      .company-info .ci-wrapper {
        padding: 40px 60px; } }
    @media only screen and (min-width: 1200px) {
      .company-info .ci-wrapper {
        padding: 20px 20px; }
      .company-info .ci-wrapper p {
        text-align:justify; }
        .company-info .ci-wrapper h2 {
          padding: 0; } }
    .company-info .ci-wrapper .ai-tabs {
      max-width: 650px;
      margin: 0 auto; }
      .company-info .ci-wrapper .ai-tabs .nav-tabs {
        border-bottom: 1px solid #0068a7;
        margin-bottom: 20px; }
        .company-info .ci-wrapper .ai-tabs .nav-tabs a {
          font-weight: 800;
          font-size: 16px;
          color: #c3c2c2;
          border-color: transparent; }
          @media only screen and (min-width: 992px) {
            .company-info .ci-wrapper .ai-tabs .nav-tabs a {
              font-size: 18px; } }
          @media only screen and (min-width: 1200px) {
            .company-info .ci-wrapper .ai-tabs .nav-tabs a {
              font-size: 21px; } }
        .company-info .ci-wrapper .ai-tabs .nav-tabs li:hover a, .company-info .ci-wrapper .ai-tabs .nav-tabs li.active a, .company-info .ci-wrapper .ai-tabs .nav-tabs li:active a, .company-info .ci-wrapper .ai-tabs .nav-tabs li:focus a {
          color: #0068a7;
          position: relative;
          background-color: transparent; }
          .company-info .ci-wrapper .ai-tabs .nav-tabs li:hover a:after, .company-info .ci-wrapper .ai-tabs .nav-tabs li.active a:after, .company-info .ci-wrapper .ai-tabs .nav-tabs li:active a:after, .company-info .ci-wrapper .ai-tabs .nav-tabs li:focus a:after {
            top: 102%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #0068a7;
            border-width: 8px;
            margin-left: -8px; }
      .company-info .ci-wrapper .ai-tabs .tab-pane p {
        font-size: 16px;
        font-weight: 300; }
        .company-info .ci-wrapper .ai-tabs .tab-pane p:last-child {
          margin-bottom: 0; }
      .company-info .ci-wrapper .ai-tabs.cs-tabs {
        max-width: none; }
        .company-info .ci-wrapper .ai-tabs.cs-tabs .tab-pane {
          text-align: left;
          padding-top: 20px; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .tab-pane h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #000;
            margin: 0 0 20px; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .tab-pane p {
            font-size: 1rem;
            font-weight: 400; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .tab-pane ul {
            padding-left: 18px; }
        .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel {
          position: relative; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-next, .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-prev {
            width: 45px;
            text-align: center;
            position: absolute;
            top: 45%;
            height: 45px;
            background-color: #fff;
            border-radius: 50%; }
            .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-next:hover i, .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-prev:hover i {
              opacity: .9; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-prev {
            left: -30px; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-next {
            right: -30px; }
          @media only screen and (min-width: 640px) {
            .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-prev {
              left: -4%;
              background-color: transparent; }
            .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-next {
              right: -4%;
              background-color: transparent; } }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav i {
            font-size: 40px;
            color: #333;
            opacity: 0.6; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel img {
            margin-bottom: 20px; }
  .company-info .gallery-info {
    text-align: center; }
    .company-info .gallery-info a {
      display: inline-block;
      height: 100px;
      width: 100px;
      overflow: hidden;
      margin: 6px;
      position: relative; }
      .company-info .gallery-info a > img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
        .company-info .gallery-info a > img.img-h {
          max-height: 100%; }
        .company-info .gallery-info a > img.img-v {
          max-width: 100%; }
      .company-info .gallery-info a:after {
        content: "\f00e";
        position: absolute;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      @media only screen and (min-width: 768px) {
        .company-info .gallery-info a {
          width: 155px;
          height: 155px; }
          .company-info .gallery-info a:after {
            padding-top: 60px; }
          .company-info .gallery-info a:hover:after {
            opacity: 0.1; } }
      @media only screen and (min-width: 992px) {
        .company-info .gallery-info a {
          width: 190px;
          height: 190px; }
          .company-info .gallery-info a:after {
            padding: 90px 60px; } }
      @media only screen and (min-width: 992px) {
        .company-info .gallery-info a {
          width: 200px;
          height: 186px; } }
  .company-info .contact-info p {
    font-size: 14px;
    margin-bottom: 15px; }
  .company-info .contact-info h2 {
    padding-left: 15px;
    line-height: 1;
    color: #333;
    font-weight: 700;
    font-size: 20px; }
  .company-info .contact-info h5 {
    font-size: 15px;
    color: #0068a7;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .company-info .contact-info hr {
    border-top: 1px solid #ccc;
    margin: 0 0 30px; }
  .company-info .contact-info strong {
    color: #000;
    font-weight: 600; }
  .company-info .contact-info iframe {
    height: 515px; }
  @media only screen and (max-width: 1199px) {
    .company-info .contact-info iframe {
      margin-top: 30px;
      height: 450px; } }
  @media only screen and (max-width: 767px) {
    .company-info .contact-info .cfs {
      margin-top: 15px; } }
  .company-info .dl-info .panel-default {
    border: none; }
  .company-info .dl-info .panel-heading {
    border: none;
    background-color: transparent;
    padding: 0; }
  .company-info .dl-info .panel-title a {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #0068a7;
    display: block;
    position: relative;
    padding: 10px 40px 10px 15px; }
    .company-info .dl-info .panel-title a:after {
      content: '\f068';
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      right: 20px;
      top: 10px;
      color: #b1b1b1; }
    .company-info .dl-info .panel-title a.collapsed:after {
      content: '\f067';
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      right: 20px;
      top: 10px;
      color: #b1b1b1; }
  .company-info .dl-info .panel-body {
    padding: 0;
    border-top: none !important; }
    .company-info .dl-info .panel-body a {
      display: block;
      background-color: #e7f6ff;
      padding: 15px 40px 15px 15px;
      color: #333;
      margin-bottom: 15px;
      position: relative;
      text-transform: capitalize; }
      .company-info .dl-info .panel-body a:after {
        content: '\f019';
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        position: absolute;
        right: 20px;
        top: 30%; }
  .company-info .clients-wrapper {
    text-align: center; }
    .company-info .clients-wrapper > div {
      width: 140px;
      height: 100px;
      border: 1px solid #eee;
      padding: 15px;
      margin: 6px;
      display: inline-block;
      position: relative; }
      .company-info .clients-wrapper > div img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 60%;
        max-width: 80%; }
  .company-info .ba-info h4 {
    margin: 15px 0 8px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #000; }
  .company-info .ba-info p {
    font-size: 14px;
    margin-bottom: 12px; }
  .company-info .ba-info .ba-img {
    max-height: 225px;
    overflow: hidden; }
  .company-info .ba-info .read-more-link {
    margin-top: 5px;
    margin-bottom: 30px; }
  @media only screen and (min-width: 600px) and (max-width: 787px) {
    .company-info .ba-info > .col-xs-12 {
      width: 50%; } }
/*end*/

/* ===============================
   PROCESS SECTION
================================= */


.process-section {
  background: #f7f7f7;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.process-steps div {
  background: #fff;
  padding: 15px 25px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.process-steps div:hover {
  background: #d9232d;
  color: #fff;
}

/* ===============================
   CTA SECTION
================================= */
.premium-cta {
  background: linear-gradient(45deg, #d9232d, #a61b22);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.premium-cta h2 {
  font-size: 32px;
}

.premium-cta p {
  margin: 10px 0 20px;
}

.premium-cta .btn {
  padding: 10px 30px;
  font-weight: 600;
}

/* ===============================
   RESPONSIVE FIXES
================================= */
@media (max-width: 991px) {
  .hero-content h1 {
    font-size: 34px;
  }

  .process-steps {
    flex-direction: column;
    align-items: center;
  }
}



/* ===== PROCESS SECTION WITH IMAGES ===== */

.process-section {
  background: #f7f7f7;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 40px;
}

/* PROCESS BOX */
.process-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

/* IMAGE */
.process-box img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

/* TITLE */
.process-box h5 {
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 600;
}

/* HOVER EFFECT */
.process-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.process-box:hover h5 {
  background: #d9232d;
  color: #fff;
}

/* OPTIONAL CONNECTOR LINE (DESKTOP ONLY) */
.process-box::after {
  content: "→";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #999;
}

.process-box:last-child::after {
  display: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .process-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-box::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}


.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #fff;
	transition: 0.4s;
}
.mobile-nav a {
	display: block;
	color: #464646;
	padding: 8px 20px;
	font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.50px;
    text-transform: capitalize;
    position: relative;
    font-family: Montserrat;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
	color: #000072;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #464646;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
/************************/
#home-demo .owl-nav {
	display:none;
}
#home-demo .owl-dots {
	position: absolute;
    top: 50%;
    right: 60px;
    text-align: center;
    width: auto;
    margin-left: 0;
}
#home-demo .owl-nav button {
	display:none;
}
#home-demo .owl-dot.active {
	width: 15px!important;
	height: 15px!important;
	transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    background-color: rgb(255, 0, 0)!important;
	box-shadow: 0 0 0 6px rgb(255, 0, 0, 0.5);
	transition: 0.3s ease;
}
#home-demo .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50px;
	margin: 16px 0px;
	transition: 0.3s ease;
    display: block;
}
#home-demo .carousel-caption {
	position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: unset;
    color: #fff;
    text-align: center;
}
#home-demo .carousel-caption .title {
	font-size: 20px;
    letter-spacing: 0.50px;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: #1f1f1f;
}
#home-demo .carousel-caption h2 span {
    color: #ff6600;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold; 
}
#home-demo .carousel-caption h2 {
    color: #fff;
    position: relative;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 500; 
}
/************************/
#about_section {
	position: relative;
    z-index: 1;
}
.about_cont {
	padding:65px 15px 30px;
	margin-top:-40px;
	background:#f7f7f8;
	margin-bottom:35px;
}
.hm_about_rht {
	margin-top:-15px;
	padding-left:20px;
	margin-right:20px;
}
.hm_about_left {
	margin-left:30px;
}
.hm_about_dtl span {
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	display:block;
	color:#000072;
	padding-top:10px;
	position:relative;
}
.hm_about_dtl span:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:25px;
	height:5px;
	background:#000072;
	display:block;
}
.hm_about_dtl span:after {
	position:absolute;
	content:'';
	top:0;
	left:25px;
	width:25px;
	height:5px;
	background:#ff6600;
	display:block;
}
.hm_about_dtl h1 {
	font-size:35px;
	letter-spacing:1px;
	font-weight:800;
	display:block;
	color:#ff6600;
	padding-bottom:15px;
}
.hm_about_dtl p {
    font-size: 14px;
    display: block;
    line-height: 22px;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
    padding-bottom: 15px;
}
.hm_mis_vis_bx {
	margin:40px 0 20px 0;
	position: relative;
}
.hm_mis_vis_bx:before {
	position:absolute;
	content:'';
	top:0;
	right:-15px;
	width:1px;
	height:210px;
	background:#ebebeb;
}
.db_none {
	position:relative;
}
.db_none:before {
	display:none;
}
.hm_about_bx {
	margin:0 auto;
	display:table;
}
.hm_mv_mg img {
	width:50px;
	height:auto;
	position:relative;
	z-index:1;
	margin-left:15px;
}
.hm_mv_mg {
	position:relative;
}
.hm_mv_mg:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:50px;
	height:50px;
	border-radius:50px;
	background:#f8f8f8;
	display:block;
	margin-top:-10px;
}
.hm_mv_dtl span {
	font-size:18px;
	letter-spacing:1px;
	font-weight:800;
	display:block;
	color:#000072;
	padding-top:20px;
	text-transform:uppercase;
}
.hm_mv_dtl p {
	font-size: 14px;
    display: block;
    line-height: 22px;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 400;
}
.hm_about_btn {
	padding-top:25px;
}
.read_btn {
	position:relative;
	padding:10px 30px;
	display:inline-flex;
	width:200px;
	color:#fff;
	line-height:30px;
	font-size:15px;
	font-weight:600;
	letter-spacing:0.30px;
	background:#ff6600;
	transition:all 0.3s;
	z-index:1;
	justify-content:center;
}
.read_btn:hover {
	background:#ff6600;
	color:#fff;
}
.read_btn:before {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	z-index:-1;
	background:#000072;
	clip-path:polygon(100% 100%, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.read_btn:hover::before {
	width:100%;
	height:100%;
}
.read_btn:after {
	position:absolute;
	content:'';
	top:0;
	left:0;
	z-index:-1;
	background:#ff6600;
	clip-path:polygon(0 0, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.read_btn:hover::after {
	width:100%;
	height:100%;
}
/************************/
#product_section {
	padding:40px 0 90px 0;
}
.product_heading_sec { margin-bottom:30px; }

.product_heading_sec h2 {
	position:relative;
	font-size:26px;
	color:#ff6600;
	padding-bottom:5px;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}
.product_heading_sec span {
	font-size: 15px;
    line-height: 24px;
    display: block;
    color: #1f1f1f;
    letter-spacing: 0.30px;
    font-weight: 500;
	padding:0 15%;
	text-align:center;
}
.product_hm_wrapper { 
	background:#f7f7f8; 
	display:flex; 
	display: -webkit-flex;
	min-height: 250px; 
	box-shadow:0 0px 1px 1px rgba(0,0,0,.1); 
	margin: 3px; 
}
.product_hm_wrapper img { 
	border-radius:0;
	/* width:44% !important; */
}
.hm_product_heading { 
	padding: 20px 12px;
	width: 100%;
}
.owl-nav { display:none; }
.hm_product_heading span {
	font-size: 16px;
    display: block;
    letter-spacing: 0.50px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #000072;
    text-transform: capitalize;
}
.hm_product_heading p {
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #1f1f1f;
    letter-spacing: 0.30px;
    font-weight: 500;
    padding-bottom: 10px;
}
/************************/
#about_number {
    position: relative;
}
.counter_bg {
    background: #ff6600;
    padding: 30px 20px;
	box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
}
.count_box img {
	margin-bottom:20px;
}
.count_box {
    position: relative;
}
.counter {
	font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.count_box .counter_detail {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-align:center;
    color: #fff;
    letter-spacing:0.30px;
    text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.counter_detail span {
	display: block; 
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    letter-spacing:0.30px;
    text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.counter ul {
	display:flex;
}
.counter ul li {
	width: 25%;
    display: inline-flex;
    padding: 15px 10px;
    align-items: center;
    justify-content: center;
	border-left: 1px solid rgb(247 247 248 / 40%);
}
.counter ul li:first-child {
	border-left:0px;
}
.plus_one {
	position: absolute;
    top: 0;
    right: -25px;
    font-size: 40px;
}
.plus_two {
	position: absolute;
    top: 0;
    right: -16px;
	font-size: 30px;
}
.plus_three {
	position: absolute;
    top: 0;
    right: -16px;
	font-size: 30px;
}
.plus_four {
	position: absolute;
    top: 0;
    right: -30px;
	font-size: 30px;
}
/************************/
#industry_section {
	padding:115px 0 70px 0;
	background: #f7f7f8;
    margin-top: -60px;
}
.industry_heading h3 {
    font-size: 26px;
    color: #ff6600;
	padding-bottom:30px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
	text-align:center;
}
.industry_logo img {
	padding:170px 0;
	margin:0 auto;
	display:table;
}
.industry_wrapper {
	position:relative;
}
.industry_sec {
	display:flex;
	align-items:center;
	justify-content:center;
}
.industry_sec_btm {
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top: 130px;
}
.industry_data {
	width: 141.33333px;
    display: flex;
    min-height: 132px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.industry_data h6 {
	font-size: 14px;
    color: #000072;
    font-weight: 700;
    letter-spacing: 0.50px;
	text-align:center;
	padding:10px 0;
}
.industry_data h6 span {
	display:block;
}
.dot_circle {
	position:relative;
	width:20px;
	height:20px;
	border:1px solid #000072;
	z-index:2;
	border-radius:50%;
	background:rgb(250, 251, 255);
}
.dot_circle:before {
	content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #10103d;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.round_design {
	position:absolute;
	width:500px;
	background:url(../images/round-right.png) no-repeat;
	background-position:center;
	background-size:contain;
	height:auto;
	min-height:150px;
	display:block;
	left:0;
	top:150px;
}
.round_design_rht{
	position:absolute;
	width:500px;
	background:url(../images/round-left.png) no-repeat;
	background-position:center;
	background-size:contain;
	height:auto;
	min-height:150px;
	display:block;
	right:0;
	top:150px;
}
/************************/
#product_type { padding: 60px 0; }
.industry_heading h4 { 
	position: relative; 
	font-size: 26px; 
	color: #ff6600; 
	padding-bottom: 30px;
	display: block; 
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: 1px; 
	text-align: center; 
}
.industry_heading h4:after {
	content: ''; 
	position: absolute; 
	background: rgb(0 0 114 / 10%); 
	height: 3px;
	width: 100%; 
	right: 100%; 
	top: 10px;
	display:none;
}
.industry_bx { 
	border: 2px solid #f7f7f8;
	padding: 15px 15px; 
}
.industry_bx:hover { 
	border: 2px solid #000072;
}
.product_type_content span { 
	font-size: 16px;
	color: #ff6600; 
	letter-spacing: 0.50px; 
	font-weight: 600;
	text-align: center;
	display: block; 
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden; 
	padding-top: 15px; 
} 
.product_type_content p { 
	padding-top:5px;
	font-size: 14px; 
	color: #fff; 
	letter-spacing: 0.50px; 
	font-weight: 500; 
	display:none;  
}
.application_icon img { 
	width: 85%;
	margin: 6px auto;
	display: table; 
}
.hm_product_btn {
	padding-top:25px;
}
.prod_read_btn {
	position:relative;
	padding:8px 30px;
	display:inline-flex;
	width:175px;
	color:#fff;
	line-height:30px;
	font-size:14px;
	font-weight:500;
	letter-spacing:0.30px;
	background:#ff6600;
	transition:all 0.3s;
	z-index:1;
	justify-content:center;
}
.prod_read_btn:hover {
	background:#ff6600;
	color:#fff;
}
.prod_read_btn:before {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	z-index:-1;
	background:#000072;
	clip-path:polygon(100% 100%, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.prod_read_btn:hover::before {
	width:100%;
	height:100%;
}
.prod_read_btn:after {
	position:absolute;
	content:'';
	top:0;
	left:0;
	z-index:-1;
	background:#ff6600;
	clip-path:polygon(0 0, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.prod_read_btn:hover::after {
	width:100%;
	height:100%;
}
/************************/
#footer_bg {
    background: linear-gradient(180deg,rgba(62,62,59,1) 0,rgba(29,29,27,1) 100%);
	padding:70px 0 45px 0;
}
.footer_logo img { 
	width:250px;
	margin-bottom:20px; 
}
.prd_information p { 
	font-size:14px; 
	color:#fff; 
	line-height:24px; 
	letter-spacing:0.30px; 
}
.footer_rht { 
	padding-right:30px;
}
.social_icon {
	padding-top:15px;
}
.social_icon ul li {
	display:inline-block;
	margin-right:10px;
}
.social_icon ul li a i {
	display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background: #fff;
}
.social_icon ul li a i.fa-facebook-f {
	color:#5d82d1;
}
.social_icon ul li a i.fa-youtube {
	color:#d91c19;
}
.social_icon ul li a i.fa-linkedin-in {
	color:#238cc8;
}
.social_icon ul li a i.fa-instagram {
	color:#c22b72;
}
.cont_dtl p {
	font-size: 14px;
    line-height: 24px;
    display: block;
    color: #fff;
    letter-spacing: 0.30px;
    font-weight: 600;
}
.footer_contact_hed span {
	color: #fff;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom:10px;
	font-size:17px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	position:relative;
}
.footer_contact_hed span:before {
    content: "";
    width: 20px;
    height: 5px;
    left: 0;
    background: #ff6600;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.footer_contact_hed span:after {
    content: "";
    background: #fff;
    width: 40px;
    height: 5px;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
    left: 0;
}
.footer_navigation ul li {
    padding: 3px 0;
	margin:5px 0;
	border-left: 2px solid rgb(242 245 250 / 75%);
}
.footer_navigation ul li a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.50px;
    display: inline-block;
	padding-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer_navigation ul li a:hover {
	color: #ff6600;
}
.footer_contact_hed { padding-bottom:20px; }
.footer_contact_hed li.cont_details {
	padding: 10px 0;
}
.cont_details {
	display: flex;
    padding-top: 15px;
}
.cont_bx {
	width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    border-radius: 10px;
    background: #ff6600;
    display: block;
    box-shadow: 0 0 0 5px rgb(255 255 255 / 29%);
    margin-right: 18px;
    margin-bottom: 10px;
}
.cont_bx img {
	width:65%;
}
.cont_dtl a {
	font-size: 14px;
    line-height: 24px;
    display: block;
    color: #fff;
    letter-spacing: 0.30px;
    font-weight: 500;
}
.cont_dtl a:hover {
	color: #ff6600;
}
.cont_dtl span {
	font-size: 15px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.25px;
    display: block;
}
.call_dtl a {
	font-size: 14px;
    line-height: 24px;
    display: block;
    color: #fff;
    letter-spacing: 0.30px;
    font-weight: 500;
}
.call_dtl a:hover {
	color: #ff6600;
}
.call_dtl span {
	font-size: 15px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.25px;
    display: block;
}
/************************/
.foot-bottom {
	padding:15px 0;
	background:#fff;
}
.foot-btm-head p {
	color:#212529;
	font-size:14px;
	font-weight:500;
	text-align:center;
	letter-spacing: 0.30px;
}
.foot-btm-head p a {
	color:#212529;
	font-weight:600;
}
/************************/
#inner_product_banner {
	background: url(../images/stem-thermostats-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#air_heater_product_banner {
	background: url(../images/air-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#water_heater_product_banner {
	background: url(../images/water-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#oil_heater_product_banner {
	background: url(../images/oil-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: top;
    background-attachment: fixed;
}
#nozzle_heater_product_banner {
	background: url(../images/nozzle-heaters-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: top;
    background-attachment: fixed;
}
#band_barrel_heaters_product_banner {
	background: url(../images/band-and-barrel-heaters-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: top;
    background-attachment: fixed;
}
#cartrigde_heater_product_banner {
	background: url(../images/cartrigde-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: top;
    background-attachment: fixed;
}
#duct_heaters_product_banner {
	background: url(../images/duct-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#industrial_ceramics_banner {
	background: url(../images/industrial-ceramics-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: bottom;
    background-attachment: fixed;
}
#spares_accessories_banner {
	background: url(../images/spares-and-accessories-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#male_plug_bsp_spare_banner {
	background: url(../images/male-plug-bsp-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#silicone_rubber_product_banner {
	background: url(../images/silicone-rubber-drum-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#ceramic_insulated_product_banner {
	background: url(../images/ceramic-insulated-strip-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#strip_plate_product_banner {
	background: url(../images/strip-plate-cast-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#immersion_heater_product_banner {
	background: url(../images/immersion-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: bottom;
    background-attachment: fixed;
}
#ceramic_bobbin_product_banner {
	background: url(../images/ceramic-bobbin-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: bottom;
    background-attachment: fixed;
}
#high_powered_flanged_banner {
	background: url(../images/high-powered-flanged-heater-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#stem_thermostats_product_banner {
	background: url(../images/stem-thermostats-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#capilary_thermostats_product_banner {
	background: url(../images/capilary-thermostats-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#npt_spares_accessories_banner {
	background: url(../images/npt-compression-fitting-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#npt_bsp_spares_accessories {
	background: url(../images/npt-x-bsp-male-plug-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#fm_npt_bsp_spares_accessories {
	background: url(../images/female-x-male-plug-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#thermocouple_bayonut_spares_accessories {
	background: url(../images/thermocouple-bayonut-cap-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#poting_adaptors_spares_accessories {
	background: url(../images/poting-adaptors-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#spargue_tube_spares_accessories {
	background: url(../images/spargue-tube-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#ceramic_terminal_spares_accessories {
	background: url(../images/ceramic-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#contact_sec_banner {
	background: url(../images/contact-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#energy_regulators_banner {
	background: url(../images/sub-banner.png) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#professional_applications_banner {
	background: url(../images/sub-banner.png) no-repeat;
    background-size: contain;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#about_banner {
	background: url(../images/sub-banner.png) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#inner_product_banner:after, #air_heater_product_banner:after, #water_heater_product_banner:after, #oil_heater_product_banner:after,
#nozzle_heater_product_banner:after, #band_barrel_heaters_product_banner:after, #cartrigde_heater_product_banner:after,
#duct_heaters_product_banner:after, #industrial_ceramics_banner:after, #spares_accessories_banner:after, #male_plug_bsp_spare_banner:after,
#silicone_rubber_product_banner:after, #ceramic_insulated_product_banner:after, #strip_plate_product_banner:after,
#immersion_heater_product_banner:after, #ceramic_bobbin_product_banner:after, #high_powered_flanged_banner:after,
#stem_thermostats_product_banner:after, #capilary_thermostats_product_banner:after, #npt_spares_accessories_banner:after,
#npt_bsp_spares_accessories:after, #fm_npt_bsp_spares_accessories:after, #thermocouple_bayonut_spares_accessories:after,
#poting_adaptors_spares_accessories:after, #spargue_tube_spares_accessories:after, #ceramic_terminal_spares_accessories:after, #contact_sec_banner:after,
#energy_regulators_banner:after, #professional_applications_banner:after, #about_banner:after {
	width: 100%;
    height: 100%;
    opacity: 60%;
	background: #000;
    display: block;
    top: 0;
    left: 0;
	opacity:0.5;
    position: absolute;
    content: '';
}
.banner_heading {
	position:relative;
	z-index:9;
	padding: 8% 20% 0;
	text-align:center;
}
.banner_heading h1 {
	font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.banner_heading h1 a {
	color: #fff;
	text-decoration:underline;
}
.banner_heading h1 a:hover {
	color:#ff6600;
}
#product_nav {
	padding:15px 0;
	background: #f7f7f8;
	text-align:center;
}
.bnav_list ul li, .banner_nav_list ul li {
	display:inline-block;
	padding-right:10px;
}
.bnav_list ul li a, .bnav_list ul li span, .banner_nav_list ul li a, .banner_nav_list ul li span {
	color: #fff;
	/* color: #1E1E1E; */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.50px;
    font-size: 14px;
}
.bnav_list ul li a i, .banner_nav_list ul li a i {
	font-size:14px;
}
/*.bnav_list ul li span, .banner_nav_list ul li span {
	color:#ff6600;
}*/
.bnav_list ul li a:hover, .banner_nav_list ul li a:hover {
	color: #ff6600;
}
.bnav_list ul li:after, .banner_nav_list ul li:after {
    color: #fff;
    content: "\f101";
    font-family: 'FontAwesome';
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px;
}
.bnav_list ul li:last-child::after, .banner_nav_list ul li:last-child::after {
	display:none;
}
/************************/
#inner_product_section {
	padding:70px 0 50px 0;
}
.inner_prod_detail {
	padding-bottom:30px;
}
.inner_prod_detail p {
	font-size: 14px;
    display: block;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 400;
	text-align:center;
}
.oth_product_hm_wrapper, .oth_product_inn_wrapper {
	margin-bottom: 30px;
    transition: all .6s ease;
    background: #f7f7f7;
    padding: 5px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.oth_product_hm_wrapper img {
	 width: 100%;          /* Adjust size here (60%, 65%, 70%) */
  max-width: 500px;    /* Optional fixed limit */
  height: auto;
}
.oth_product_hm_wrapper:hover, .oth_product_inn_wrapper:hover {
	transform:translateY(-10px);
}
.oth_hm_product_heading {
    text-align: center;
}
.oth_hm_product_heading span {
	font-size: 16px;
    text-align: center;
    display: flex;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #ff6600;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 15px;
}
.oth_hm_product_heading p {
    font-size: 14px;
    display: block;
    line-height: 22px;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
	padding-bottom:15px;
}
.oth_product_hm_wrapper:hover .oth_hm_product_heading h6 { 
	color: #dc0a29;
}
.oth_product_detail a {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #545454;
    font-size: 12px;
    letter-spacing: 0.50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.oth_product_hm_wrapper:hover .oth_product_detail a {
	background: #dc0a29;
}
.inn_product_btn {
	text-align: center;
	padding-bottom:15px;
}
.prod_sub_heading h2 {
	font-size: 26px;
    color: #ff6600;
    padding-bottom: 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/************************/
#inner_main_product {
	padding:0 0 50px 0;
}
.product_bx {
	padding-top:70px;
	padding-right:25px;
}
.product_description h2 {
    font-size: 22px;
    color: #ff6600;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.product_description h3, .product_description h4 {
    font-size: 20px;
    color: #ff6600;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.product_description h4 a {
    font-size: 20px;
    color: #ff6600;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.product_description span {
    font-size: 14px;
    display: block;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
	/* padding-bottom:10px; */
}
.product_description p {
	font-size: 14px;
    display: block;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
	text-align:justify;
    padding-bottom: 10px; 
}
.product_description p a {
    color: #ff6600; 
}
.product_description p a:hover {
	text-decoration:underline;
}
.product_description p span {
	font-size: 15px;
    letter-spacing: 0.50px;
    font-weight: bold;
    color: #000072;
}
.product_image {
    margin-bottom: 30px;
    transition: all .6s ease;
    background: #fff;
    padding: 8px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.other_product_image {
	margin-top: 30px;
    transition: all .6s ease;
    background: #fff;
    padding: 8px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.product_image img, .other_product_image img {
	background: #f7f7f7;
}
.product_description ul {
	padding-top:10px;
}
.product_description ul li {
	padding-bottom:10px;
}
.product_description ul li span {
	color:#1f1f1f;
	/* line-height:32px; */
	display:block;
    font-weight: 500;
	letter-spacing:0.30px;
	position:relative;
	font-size:14px;
	padding-left: 20px;
}
.product_description li span i {
	color:#000072;
	opacity:.8;
	font-size:12px;
	margin-right:5px;
	position:absolute;
	content:'';
	top:5px;
	left:0;
}
.product_line span {
	font-size: 18px;
    display: block;
    letter-spacing: 0.50px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #000072;
    text-transform: uppercase;
	text-align:center;
}
.product_description {
	padding-bottom:15px;
}
.feature_product_bx {
	padding: 50px 35px;
    margin-top: -80px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
}
.product_inn_list h4 {
    font-size: 20px;
    color: #ff6600;
    padding-bottom: 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.product_inn_list {
	padding-top:40px;
}
.product_inn_list li {
	border-left:1px solid #f7f7f8;
	position:relative;
	padding-left:20px;
}
.product_inn_list li a i {
	left:-28px;
	line-height:26px;
	color:#000072;
	opacity:.8;
	position:absolute;
}
.product_inn_list li a {
	color:#1f1f1f;
	padding:6px 0px;
	display:block;
	text-decoration:none;
	line-height:24px;
    font-weight: 500;
	position:relative;
	border-bottom:1px solid #f7f7f8;
	letter-spacing:0.30px;
	font-size:14px;
}
.product_inn_list li:first-child a {
	padding-top:0px;
}
.product_inn_list li a:hover, .product_inn_list li a:hover i {
	color:#fa0100;
	display:block;
}
.form_image_sec {
	position:relative;
}
.form_product_btn {
	text-align: center;
    padding-bottom: 15px;
    position: absolute;
    content: '';
    bottom: 10px;
    left: 20px;
    right: 20px;
}
.form_read_btn {
	position:relative;
	padding:6px 30px;
	display:inline-flex;
	width:100%;
	color:#ff6600;
	line-height:30px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:0.30px;
	background:#fff;
	transition:all 0.3s;
	z-index:1;
	border: 4px solid #fff;
	justify-content:center;
}
.form_read_btn:hover {
	background:#ff6600;
	color:#fff;
}
.form_read_btn:before {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	z-index:-1;
	background:#000072;
	clip-path:polygon(100% 100%, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.form_read_btn:hover::before {
	width:100%;
	height:100%;
}
.form_read_btn:after {
	position:absolute;
	content:'';
	top:0;
	left:0;
	z-index:-1;
	background:#ff6600;
	clip-path:polygon(0 0, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.form_read_btn:hover::after {
	width:100%;
	height:100%;
}
.properties_dtl span {
	color: #1f1f1f;
    display: block;
    font-weight: 600;
    letter-spacing: 0.30px;
    font-size: 14px;
	text-align:center;
}
.properties_image {
    margin-bottom: 12px;
    border: 3px solid #f7f7f7;
    padding: 12px 8px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.realted_product {
	padding-top:20px;
}
.realted_product h5 { 
	font-size: 22px; 
	color: #ff6600; 
	padding-bottom: 20px;
	display: block; 
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: 1px; 
}
#related_product {
	padding: 0 0 70px 0;
}
.properties_image img {
	text-align: center;
    width: 65%;
	margin:0 auto;
	display:table;
}
.component_detail span {
	font-size: 16px;
    letter-spacing: 0.50px;
    font-weight: bold;
    color: #000072;
	display:inline-block;
}
.product_specification_table {
	background:#fff;
	box-shadow:0 2px 8px 0 rgba(0,0,0,.1);
	padding:10px;
	/* margin-bottom:30px; */
}
.table-bordered {
	border:0px;
}
.table {
	margin-bottom:0px;
}
.product_specification_table th {
	font-size: 15px;
    color: #fff;
	text-align:center;
	font-weight:600;
	letter-spacing:0.30px;
	padding: 7px 5px;
	border-bottom:0px !important;
	background:#ff6600;
	text-transform: capitalize;
}
.product_specification_table td {
	border:0px;
	border-right:1px solid #b5b5b5;
    color: #1f1f1f;
	letter-spacing:0.30px;
	text-align:center;
	font-weight:500;
	padding: 10px 5px;
	vertical-align: middle;
	font-size:14px;
	text-transform: capitalize;
}
.product_specification_table td:last-child {
	border-right:0px;
}
.product_specification_table tr:nth-child(even) {
	background: #f7f7f8;
}
.product_specification_table tr:nth-child(odd) {
	background: #fff;
}
.related_product_title span {
	font-size: 15px;
    text-align: center;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #ff6600;
    display: flex;
    padding-top: 15px;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}
.oth_product_inn_wrapper {
    margin-top: 20px;
    transition: all .6s ease;
    background: #fff;
    padding: 8px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.oth_product_inn_wrapper:hover {
	transform:translateY(-10px);
}
.product_bx hr {
    background: #f8f9fa;
    border: 0;
    height: 2px;
    margin: 30px 0 30px 0;
}
/************************/
#inner_application_section {
	padding: 70px 0 40px 0;
}
.industries_bx {
	position:relative;
	text-align:center;
	transition: all .6s ease;
	padding:25px 10px;
	display:block;
	border:2px solid #f7f7f8;
	margin-bottom:30px;
	box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.industries_bx:hover {
	transform:translateY(-10px);
}
.industries_bx:before {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	height:2px;
	right:100%;
	background:#ff6600;
	transition:right .5s ease-in-out;
}
.industries_bx:hover:before {
	right:0;
}
.industries_mg span {
	font-size: 16px;
    color: #ff6600;
    font-weight: 600;
    letter-spacing: 0.50px;
    text-align: center;
	text-transform:capitalize;
    padding: 10px 0 0 0;
	display:block;
	line-height: 22px;
}
/*********************/
#inner_contact_section {
	padding:70px 0;
}
.contact_hed {
	text-align:center;
}
.contact_hed h2 {
	font-size: 26px;
    color: #ff6600;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.contact_hed p {
    color: #1f1f1f;
    letter-spacing: 0.20px;
    line-height: 24px;
    font-weight: 500;
	font-size:14px;
}
.contact_details ul li {
	width:100%;
	display:inline-block;
	margin-right: 8px;
	margin-top: 8px;
}
.contact_details ul li:last-child {
	width:100%;
}
.cont_bx0 {
	width: 50px;
    height: 60px;
    padding: 2px;
    float: left;
    border: 2px solid #1f1f1f;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.cont_bx0 span img {
	width:30px;
}
.clocation {
	/* padding-bottom:10px; */
	display:flow-root;
}
.contact_details {
	display: inline-block;
}
.contact_dtl {
	padding-left:70px;
	display:block;
}
.contact_dtl span {
	display: block;
    font-size: 16px;
    letter-spacing: 0.30px;
    font-weight: 600;
    color: #ff6600;
}
.contact_dtl p, .contact_dtl a {
	font-size: 14px;
    letter-spacing: 0.50px;
    display: block;
    color: #1f1f1f;
    font-weight: 500;
}
.contact_dtl a:hover {
	color:#ff6600;
}
.contact_form span {
	color: #1f1f1f;
    font-size: 15px;
    font-weight: 500;
	padding-bottom:15px;
    display: block;
    text-align: center;
    letter-spacing: 0.50px;
}
.contact_form .form-group input::placeholder  {
	color:#1f1f1f;
}
.contact_form .form-group input, .contact_form select {
    color:#1f1f1f;
	display: block;
    width: 100%;
    padding: 15px 16px;
    font-size: 14px;
	font-weight:500;
    letter-spacing: 0.50px;
    border-radius: 6px;
    background: #fff;
	box-shadow: inset 1px 2px 8px rgba(236, 236, 236, .7);
    margin-bottom: 20px;
    border: 2px solid #f7f7f8;
}
.form-group {
	margin-bottom:0px;
}
.contact_form .form-group textarea::placeholder {
	color:#1f1f1f;
}
.contact_form .form-group textarea {
    display: block;
    width: 100%;
    padding: 15px 16px;
    color: #1f1f1f;
    height: 90px;
	font-weight:500;
    font-size: 15px;
    resize: none;
    border-radius: 15px;
	border:0px;
    background: #fff;
	box-shadow: inset 1px 2px 8px rgba(236, 236, 236, .7);
    border: 2px solid #f7f7f8;
}
.butn-bg {
    font-size: 15px;
    padding: 10px 30px;
    background: #ff6600;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
	margin-top:20px;
	letter-spacing:0.30px;
    display: block;
    border: 0px;
}
.butn-bg:hover {
	color:#fff;
	background:#000072;
}
.unit_heding {
	padding-top:70px;
	padding-left:30px;
}
.contact_form_bx {
	padding:40px 0;
}
iframe.loc_map_1 {
    filter: saturate(0.5);
    width: 100%;
    height: 420px;
    position: relative;
    box-shadow: inset 1px 2px 8px rgba(236, 236, 236, .7);
    border: 2px solid #f7f7f8;
}
.location {
	margin-top:25px;
}
/********************/
.team_detail h2 {
    font-size: 26px;
    color: #ff6600;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
	padding-bottom:10px;
}
.team_detail p {
    font-size: 14px;
    display: block;
    line-height: 22px;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
    padding-bottom: 15px;
}
.why-choose-center {
    align-items: center;
}
.why-choose-icon, .why-choose-section {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
.why-choose-section {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 30px 0;
}
.why-choose-icon {
	width: 78px;
    height: 78px;
    border-radius: 50%;
    padding: 15px;
    margin: 0 auto;
    display: table;
}
.why-choose-section span {
	background: #ff6600;
	color: #fff;
	text-align: center;
	margin: 20px 0;
	padding: 10px 0;
	font-size:18px;
	letter-spacing:0.30px;
	font-weight: 600;
	display:block;
}
.why-choose-section p {
	padding: 10px 15px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
    display: block;
    line-height: 22px;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
}
.vm_detail h3 {
	font-size: 22px;
    color: #ff6600;
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.vm_detail {
	padding-bottom:15px;
}
.vm_detail ul li {
	padding-bottom:10px;
}
.vm_detail ul li span {
	color:#1f1f1f;
	display:block;
    font-weight: 500;
	letter-spacing:0.30px;
	position:relative;
	font-size:14px;
	padding-left: 20px;
}
.vm_detail li span i {
	color:#000072;
	opacity:.8;
	font-size:12px;
	margin-right:5px;
	position:absolute;
	content:'';
	top:5px;
	left:0;
}
.other_abt_dtl_bx {
	background: #fff;
    position: relative;
    padding: 30px;
    box-shadow: 0 0 30px 0 rgb(27 68 163 / 7%);
	margin-bottom:30px;
	min-height:260px;
}
.distributor_bg_bx {
	background: #fff;
    padding: 10px;
    box-shadow: 0 0 30px 0 rgb(27 68 163 / 7%);
	margin-bottom:30px;
}
.distributor_bg_bx img {
	margin:0 auto;
	display:table;
}
.other_abt_mg img {
	width:60px;
	height:auto;
	position:relative;
	z-index:1;
	margin-left:15px;
	margin-bottom:15px;
}
.other_abt_mg {
	position:relative;
}
.other_abt_mg:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:50px;
	height:50px;
	border-radius:50px;
	background:#f8f8f8;
	display:block;
	margin-top:-10px;
}
.other_abt_dtl span {
	font-size:18px;
	letter-spacing:0.50px;
	font-weight:600;
	display:block;
	color:#000072;
	padding-bottom:10px;
}
.other_abt_dtl p {
	font-size: 14px;
    display: block;
    line-height: 22px;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
} 
.core_detail {
	padding-top:30px;
}
.core_detail h3 {
	font-size: 24px;
    color: #ff6600;
    display: block;
	text-align:center;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.core_detail span {
    font-size: 15px;
    display: block;
    line-height: 22px;
    letter-spacing: 0.30px;
    color: #1f1f1f;
	text-align:center;
    font-weight: bold;
    padding-bottom: 15px;
}
.why_heading h4 {
	font-size: 22px;
    color: #ff6600;
    padding-bottom: 25px;
    text-align: center;
    padding-top: 15px;
    display: block;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.middle_bx {
    background: #fff;
    position: relative;
    padding: 30px;
    box-shadow: 0 0 30px 0 rgb(27 68 163 / 7%);
}
.middle_bx:before {
	top: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(194,225,245,0);
    border-top-color: #fff;
    border-width: 16px;
    left: 25px;
}
.middle_bx0 {
	background:#fff;
	position:relative;
	padding:30px;
	margin-top:65px;
	box-shadow:0 0 30px 0 rgb(27 68 163 / 7%);
}
.middle_bx0:before {
	bottom: 100%;
    border: transparent solid;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(194,225,245,0);
    border-bottom-color: #fff;
    border-width: 16px;
    left: 25px;
}
.middle_icon img {
	width: 65px;
}
.middle_dtl span {
	font-size: 18px;
    letter-spacing: 0.50px;
    font-weight: 600;
    display: block;
    color: #000072;
    padding-top: 20px;
    padding-bottom: 5px;
}
.middle_dtl p{
	font-size: 14px;
    display: block;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
}
.number {
	width:36px;
	height:36px;
	position:absolute;
	content:'';
	top:auto;
	bottom:-65px;
	background-color:#f7f7f8;
	border-radius:50px;
	font-size:15px;
	color:#1f1f1f;
	font-weight:600;
	text-align:center;
	line-height:36px;
	display:block;
	left:25px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s aese-in-out;
}
.middle_bx:hover .number {
	background-color:#ff6600;
	color:#fff;
}
.number0 {
	width:36px;
	height:36px;
	position:absolute;
	content:'';
	top:auto;
	top:-65px;
	background-color:#f7f7f8;
	border-radius:50px;
	font-size:15px;
	color:#1f1f1f;
	font-weight:600;
	text-align:center;
	line-height:36px;
	display:block;
	left:25px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s aese-in-out;
}
.middle_bx0:hover .number0 {
	background-color:#ff6600;
	color:#fff;
}
.certificate_logo ul {
	margin-top:20px;
}
.certificate_logo ul li {
	display:inline-block;
}
.certificate_logo ul li .footer_c_logo img {
	width:68px;
}
.certificate_bx {
    background: #fff;
    padding: 10px;
	margin-bottom:15px;
    box-shadow: 0 0 30px 0 rgb(27 68 163 / 7%);
}
.certificate_section {
	padding-top:50px;
}
/*********************/
.inner_blog_sec {
	padding: 10px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
	margin-bottom:25px;
}
.inner_blog_sec_rht {
	padding: 10px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
	margin-bottom:25px;
}
.inn_blog_detail {
	padding:15px 0 0 0;
}
.inn_blog_detail h2, .inn_blog_detail_rht h3, .inn_blog_detail h4, .inn_blog_detail h5 {
	color: #ff6600;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.inn_blog_detail p, .inn_blog_detail_rht p {
	font-size: 14px;
    display: block;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
    padding-bottom: 10px;
}
.inn_blog_detail span, .inn_blog_detail_rht span {
	font-size: 14px;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #000072;
	padding-bottom:15px;
	display:block;
}
.blog_para p, .blog_inn_heading p {
	font-size: 14px;
    display: block;
    font-weight: 500;
    color: #6a788a;
    overflow: hidden;
    letter-spacing: 0.50px;
    padding-bottom: 10px;
}
.inn_blog_btn {
	padding-bottom:15px;
	padding-top:10px;
}
.blog_btn {
	position:relative;
	padding:7px 12px;
	display:inline-flex;
	width:150px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	letter-spacing:0.30px;
	background:#ff6600;
	transition:all 0.3s;
	z-index:1;
	justify-content:center;
}
.blog_btn:hover {
	background:#ff6600;
	color:#fff;
}
.blog_btn:before {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	z-index:-1;
	background:#000072;
	clip-path:polygon(100% 100%, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.blog_btn:hover::before {
	width:100%;
	height:100%;
}
.blog_btn:after {
	position:absolute;
	content:'';
	top:0;
	left:0;
	z-index:-1;
	background:#ff6600;
	clip-path:polygon(0 0, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
}
.blog_btn:hover::after {
	width:100%;
	height:100%;
}
.blog_para, .blog_inn_heading {
	padding-bottom:10px;
}
.pagination {
    margin: 0px;
    text-align: center;
}
.pagination ul {
    margin: 15px 0 0 0;
    display: table;
    border-right: 0px;
}
.pagination ul li {
    display: inline-block;
	padding:0 15px 0 0;
}
.pagination ul li a {
    padding: 10px 15px;
    color: #003366;
    font-weight: 600;
    border: 2px solid #000072;
    display: block;
}
.pagination ul li a span {
    font-size: 15px;
}
.pagination ul li a:hover {
    background: #000072;
    color: #fff;
}



.blog_inn_heading h2, .blog_inn_heading h3, .blog_inn_heading h5 {
	color: #050505;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.blog_inn_heading span {
	font-size: 14px;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #000072;
	padding-bottom:15px;
	display:block;
}
.blog_inn_heading li span {
    color: #6a788a;
    display: block;
	padding:0 0 0 30px;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.50px;
	text-transform:math-auto;
    font-size: 14px;
}
.blog_inn_heading span img {
	position:absolute;
	content:'';
	top:1px;
	left:0px;
	display:block;
}
.blog_enq_bx {
	padding: 25px 15px;
    background: #f7f7f8;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	margin-bottom:30px;
}
.inner_blog_bx {
	padding: 30px 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
.blog_inn_list h4 {
    font-size: 20px;
    color: #ff6600;
    padding-bottom: 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog_inn_list h5 {
    font-size: 18px;
    color: #ff6600;
    padding-bottom: 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.blog_inn_list li {
	border-left:1px solid #f7f7f8;
	position:relative;
	padding-left:20px;
}
.blog_inn_list li a i {
	left:-28px;
	line-height:26px;
	color:#000072;
	opacity:.8;
	position:absolute;
}
.blog_inn_list li a {
	color:#1f1f1f;
	padding:6px 0px;
	display:block;
	text-decoration:none;
	line-height:24px;
    font-weight: 500;
	position:relative;
	border-bottom:1px solid #f7f7f8;
	letter-spacing:0.30px;
	font-size:14px;
}
.blog_inn_list li:first-child a {
	padding-top:0px;
}
.blog_inn_list li a:hover, .blog_inn_list li a:hover i {
	color:#fa0100;
	display:block;
}
.prod-cont-section span {
    font-size: 16px;
    letter-spacing: 0.50px;
    margin-bottom: 24px;
	font-weight:600;
	display:block;
	text-align:center;
	text-transform:capitalize;
}
.prod-cont-section a {
    color: #fa0100;
    font-size: 16px;
	text-transform:lowercase;
}
.prod-cont-section a:hover {
	color: #1E1E1E;
}
.quote_blog_btn {
	text-align: center;
}
.form_read_btn {
	position:relative;
	padding:6px 30px;
	display:inline-flex;
	width:100%;
	color:#fff;
	line-height:30px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:0.30px;
	background:#fff;
	transition:all 0.3s;
	z-index:3;
	background:#f7f7f8;
	border: 6px solid #ffffff;
	justify-content:center;
}
.form_read_btn:hover {
	background:#ff6600;
	color:#fff;
}
.form_read_btn:before {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	z-index:-1;
	background:#000072;
	clip-path:polygon(100% 100%, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
	width:100%;
	height:100%;
}
.form_read_btn:after {
	position:absolute;
	content:'';
	top:0;
	left:0;
	z-index:-1;
	background:#ff6600;
	clip-path:polygon(0 0, 0 100%, 100% 0);
	height: 20px;
    width: 20px;
	transition:all 0.3s;
	width:100%;
	height:100%;
}
.blog_inn_sec {
	padding-right: 20px;
    padding-left: 20px;
}
.pre-next {
	margin-top:20px;
}
.pre-next a {
	padding:8px 20px;
	margin-right:10px;
	background:#ff6600;
	font-size:14px;
	display:inline-block;
}
.pre-next a span {
	color:#fff;
	font-weight:600;
	letter-spacing:1px;
}
.pre-next a:hover {
	background:#000072;
}
/*******************/
#blog_banner_two {
	background: url(../images/blog/what-are-the-benefits-of-using-tubular-heaters-in-industrial-ovens.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#blog_banner_three {
	background: url(../images/blog/heat-distribution-by-tubular-heaters-in-industrial-ovens-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#blog_banner_two:after, #blog_banner_three:after {
	width: 100%;
    height: 100%;
	background: #000;
    display: block;
    top: 0;
    left: 0;
	opacity:0.5;
    position: absolute;
    content: '';
}
.blog_inner_title h1 {
    font-size: 25px;
    color: #ff6600;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 20px;
	text-align:center;
    text-transform: capitalize;
}
.blog_inner_title h1 a {
	text-decoration:underline;
	color:#1f1f1f;
}
.blog_inner_title h1 a:hover {
	color:#ff6600;
}
.blog_description {
	padding-bottom: 15px;
}
.blog_description h2 {
    font-size: 22px;
    color: #ff6600;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.blog_description h2 a {
	text-decoration:underline;
	color:#1f1f1f;
}
.blog_description h2 a:hover {
	color:#ff6600;
}
.blog_description h3, .blog_description h4 {
    font-size: 20px;
    color: #ff6600;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.blog_description h4 a {
    font-size: 20px;
    color: #ff6600;
    display: block;
    font-weight: 600;
	text-decoration:underline;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.product_description span {
    font-size: 14px;
    display: block;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
}
.blog_description p {
	font-size: 14px;
    display: block;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
    padding-bottom: 10px; 
}
.blog_description p a {
    color: #ff6600; 
}
.blog_description p a:hover {
	text-decoration:underline;
}
.product_ddescription p span {
	font-size: 15px;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #000072;
    display: block;
    padding-bottom: 10px;
}
.product_ddescription p a {
    color: #ff6600;
}
.blog_bx_image {
    margin-bottom: 30px;
    transition: all .6s ease;
    background: #fff;
    padding: 8px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.lft_blog_bx {
	padding: 30px 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	position: sticky;
    top: 125px;
}
.blog_ltitle h4 {
	font-size: 20px;
    color: #ff6600;
    padding-bottom: 20px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.blog_call_action {
	display: flex;
    width: 100%;
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border: 2px solid #3b3b38;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.call_action {
	text-align:center;
}
.call_action span {
	font-size: 15px;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #000072;
	text-align:center;
	display:block;
	padding-bottom:5px;
}
.call_action p {
	font-size: 14px;
    display: block;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
}
.call_action a {
    padding: 8px 25px;
    margin-right: 10px;
    background: #ff6600;
    font-size: 14px;
	margin-top:15px;
	color: #fff;
    font-weight: 600;
	display: inline-block;
    letter-spacing: 1px;
}
.blog_description1 span {
    font-size: 17px;
    display: block;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #ff6600;
    padding-bottom: 10px;
}
/*******************/
.blog_logo img {
	margin: 0 auto 30px;
    display: table;
    width: 200px;
}
.modal-dialog {
	max-width: 600px;
}
.modal-body {
	padding:0px;
	background: #ffffff;
}
.modal-header {
	text-align: center;
	background: #ff6600;
	color: #ffff;
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0;
	border-radius: 0px;
}
h5.modal-title {
	color:#fff;
	font-size: 16px;
	text-align:center;
	letter-spacing:0.25px;
	font-weight: 600;
	padding-left:20px;
}
.modal-content .close {
	opacity:1;
	padding:0px;
	margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 15px;
    top: 0;
    width: 65px;
    height: 45px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #000072;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.modal_lft_data {
	padding: 30px 15px;
}
.request_form .form-group input {
	color: #1f1f1f;
    display: block;
    padding: 15px 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.50px;
    background: #fff;
    box-shadow: inset 1px 2px 8px rgba(236, 236, 236, .7);
    border: 2px solid #f7f7f8;
    width: 70%;
    float: left;
}
.submit_btn {
    font-size: 15px;
    padding: 16px 30px;
    background: #ff6600;
    color: #fff;
    cursor: pointer;
    width: 30%;
    font-weight: 600;
    letter-spacing: 0.30px;
    display: block;
    border: 0px;
}
.submit_btn:hover {
	border:0px;
	color: #fff;
	background: #000072;
}
.modal_tag_line span {
	color: #1f1f1f;
    letter-spacing: 0.20px;
    line-height: 24px;
	text-align:center;
    font-weight: 600;
	padding-bottom:25px;
    font-size: 14px;
	display:block;
}
.send-form-lst {
	padding-bottom: 20px;
    display: flex;
    width: 100%;
}
.send-form-lst span {
	font-size: 12px;
    font-weight: 500;
    color: #33383d;
    letter-spacing: 0.50px;
	padding-left:10px;
}
.usp_icon {
    width: 40%;
    margin: 0 auto;
    display: block;
}
.application_inn_wrapper {
    transition: all .6s ease;
    background: #fff;
    padding: 8px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
	margin-bottom:20px;
	margin-top:10px;
}
.application_inn_wrapper span {
	font-size: 15px;
    color: #ff6600;
    letter-spacing: 0.50px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.blog_slide {
	padding-bottom: 25px;
}

.prod_inn_wrapper {
	margin-bottom: 30px;
    transition: all .6s ease;
    background: #fff;
    padding: 8px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.prod_inn_wrapper img {
	background: #f7f7f7;
}
.prod_inn_wrapper:hover {
	transform:translateY(-10px);
}


.hm_product_bx {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	text-align:center;
	background: #fff;
    border: 3px solid rgb(242 242 242 / 20%);
	box-shadow:0px 3px 18px -1px rgb(3 34 75 / 10%);
}
.product_Chead {
	position:relative;
	background:#ff6600;
	padding:18px 5px;
}
.product_Chead span {
	font-weight:500;
	letter-spacing:1px;
	color:#fff;
	font-size:16px;
	display:block;
	position:relative;
	z-index:2;
}
.product_Chead:before {
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	width:100%;
	height:0;
	z-index:1;
	background:#000072;
	opacity:0;
	transition:all .5s ease-in-out;
}
.hm_product_bx:hover .product_Chead:before {
	height:100%;
	opacity:1;
}
.overlay_product_dtl {
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
	top:30px;
	opacity:0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
    background-color: rgb(40 40 38 / 70%);
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.50px;
    font-weight: 500;
	z-index:1;
    padding: 50px 25px;
}
.hm_product_bx:hover .overlay_product_dtl {
	top:0;
	opacity:1;
	color: #fff;
}
.overlay_product_dtl p {
	color:#fff;
	text-align:center;
}






#tubular_product_banner {
	background: url(../images/tubular-heaters-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 280px;
    height: 100%;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
#tubular_product_banner:before {
	width: 100%;
    height: 100%;
    opacity: 60%;
    background: #000;
    display: block;
    top: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    content: '';
}
.tubular_description {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}
.tubular_description h2 {
	font-size: 22px;
    color: #ff6600;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
	text-align:center;
}
.tubular_description .watermark {
	font-size:70px;
	position:absolute;
	left:50%;
	top:-35px;
	transform:translate(-50%, -16%);
	z-index:-1;
	font-weight:bold;
	opacity:0.09;
	height:140px;
	background:linear-gradient(180deg, rgb(12 10 10 / 60%) 0%, rgb(0 0 114 / 40%) 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.tubular_description p {
    font-size: 14px;
    display: block;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
}
.tubular_description p a {
	color: #000;
    font-weight: bold;
}
.tubular_description h3 {
    font-size: 20px;
    color: #ff6600;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.tubular_call_action {
    display: flex;
    margin-top: 15px;
    justify-content: center;
}
.hm-about-whatsap {
	position: relative;
	padding-left: 38px;
}
.hm-about-whatsap img {
	position: absolute;
	top: 0;
	left: -15px;
	width: 50px;
	height: 50px;
	padding: 7px;
	background: #4dc247;
	border-radius: 10%;
}
.hm-about-whatsap span {
	letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
	padding-left:10px;
}
.hm-about-call .whatsapp_number {
	font-size: 18px;
	padding-left:10px;
    color: #ff6600;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.whatsapp_number:hover {
	color: #4dc247;
}
#tubular_middle_section {
	padding:50px 0;
	background:#f8f9fa;
}
.why_tubular_title h3, .why_tubular_title h4 {
	font-size: 20px;
    color: #ff6600;
    padding-bottom: 30px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
	text-align:center;
}
.why_tubular_feature {
    transition: all .6s ease;
    background: #fff;
    padding: 8px;
	min-height:375px;
	margin-bottom:20px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.why_tubular_feature:hover {
	transform:translateY(-10px);
}
.why_tubular_feature img {
    margin: 0 auto;
    display: block;
	width:60%;
}
.why_tubular_feature_dtl span {
	font-size: 18px;
    text-align: center;
    display: flex;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #ff6600;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 15px;
}
.why_tubular_feature_dtl p {
    font-size: 14px;
    display: block;
    line-height: 22px;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
	text-align:center;
    padding-bottom: 15px;
}
.why_tubular_feature_dtl p a {
	color:#ff6600;
}

#worldwide_section {
	position:relative;
}
.increase_demand_sec {
	position:relative;
	padding:80px 0 50px 0;
	z-index:1;
}
.increase_demand_sec:after {
	position:absolute;
	content:'';
	top:0;
	right:100px;
	width:calc(150% - 72px);
	height:100%;
	z-index:0;
	background:#ff6600;
	z-index:-1;
}
.demand_sec_feature {
	border: 2px solid #f7f7f8;
	background:#fff;
	margin-bottom:20px;
    transition: all .6s ease;
}
.demand_sec_feature:hover {
	transform:translateY(-10px);
}
.image_feature {
	padding:15px;
}
.image_feature img {
	margin:0 auto;
	display:table;
}
.image_feature span {
	font-size: 14px;
    color: #ff6600;
    letter-spacing: 0.50px;
    font-weight: 500;
    text-align: center;
    display: block;
    padding-top: 15px;
}
.demand_sec_title {
	padding:12px 5px;
	background:#000072;
	font-size:15px;
	color:#fff;
    letter-spacing: 0.50px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.demand_sec_feature:hover .demand_sec_title {
	background:#ff6600;
}
.mr_tp {
	margin-top:50px;
}


.increase_demand .owl-dots {
	margin-top: 30px;
	margin-left: 150px;
	display: flex;
	align-items: center;
}
.increase_demand .owl-dot {
	background: #000072 !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 7px;
	transition: 0.3s;
}
.increase_demand .owl-dot.active {
	width: 30px;
	background: #ff6600 !important;
}
.increase_demand_description {
	padding-top:200px;
	padding-bottom:80px;
	padding-left:60px;
}
.demand_para h4 {
	font-size: 20px;
    color: #ff6600;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.demand_para p {
    font-size: 14px;
    display: block;
    letter-spacing: 0.30px;
    color: #1f1f1f;
    font-weight: 500;
    padding-bottom: 10px;
}
.demand_para {
	padding-bottom:20px;
}
.demand_para ul {
	padding-top:10px;
}
.demand_para ul li {
	padding-bottom:10px;
}
.demand_para ul li span {
	color:#1f1f1f;
	display:block;
    font-weight: 500;
	letter-spacing:0.30px;
	position:relative;
	font-size:14px;
	padding-left: 20px;
}
.demand_para li span i {
	color:#000072;
	opacity:.8;
	font-size:12px;
	margin-right:5px;
	position:absolute;
	content:'';
	top:5px;
	left:0;
}


.product_line span {
	font-size: 18px;
    display: block;
    letter-spacing: 0.50px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #000072;
    text-transform: uppercase;
	text-align:center;
}

.industries_tubular {
	padding: 50px 0;
    background: #f8f9fa;
	position: relative;
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var( --swiper-wrapper-transition-timing-function, initial );
	box-sizing: content-box;
}
#solution-main-slider .swiper-wrapper {
	transform: translate3d(0, 0, 0);
}
#solution-main-slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}
#solution-main-slider .swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
#solution-main-slider .swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
#solution-main-slider .swiper-fade .swiper-slide-active {
	pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
#solution-main-slider .main-solution-bg {
	padding: 60px 0 180px;
	border-radius: 25px;
	background-color: #eef3f7;
}
#solution-main-slider .main-solution .desktop-solution {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	padding-left: 0;
}
#solution-main-slider .main-solution .desktop-solution .solution-item1 {
	background: linear-gradient(0deg, rgb(0 0 114 / 70%), rgb(55 55 52 / 45%)), url(../images/blog/defense-industries.jpg) center no-repeat;
	background-size: cover;
}
#solution-main-slider .main-solution .desktop-solution .solution-item2 {
	background: linear-gradient(0deg, rgb(0 0 114 / 70%), rgb(55 55 52 / 45%)), url(../images/blog/kitchen-equipment.jpg) center no-repeat;
	background-size: cover;
}
#solution-main-slider .main-solution .desktop-solution .solution-item3 {
	background: linear-gradient(0deg, rgb(0 0 114 / 70%), rgb(55 55 52 / 45%)), url(../images/blog/laboratory-equipment.jpg) center no-repeat;
	background-size: cover;
}
#solution-main-slider .main-solution .desktop-solution .solution-item4 {
	background: linear-gradient(0deg, rgb(0 0 114 / 70%), rgb(55 55 52 / 45%)), url(../images/blog/plastic-metal-molding.jpg) center no-repeat;
	background-size: cover;
}
#solution-main-slider .main-solution .desktop-solution .solution-item5 {
	background: linear-gradient(0deg, rgb(0 0 114 / 70%), rgb(55 55 52 / 45%)), url(../images/blog/plastic-processing-equipment.jpg) center no-repeat;
	background-size: cover;
}
#solution-main-slider .main-solution .desktop-solution .solution-item6 {
	background: linear-gradient(0deg, rgb(0 0 114 / 70%), rgb(55 55 52 / 45%)), url(../images/blog/chemical-and-pharmaceutical-industries.jpg) center no-repeat;
	background-size: cover;
}

#solution-main-slider .main-solution .desktop-solution .box {
    border-radius: 15px;
    min-height: 380px;
    position: relative;
    overflow: hidden;
    min-width: 76px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    padding: 8px;
}
#solution-main-slider .main-solution .desktop-solution .box .box-content {
  z-index: 1;
  padding-left: 15px;
}

#solution-main-slider .main-solution .desktop-solution .box .box-content span {
	font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}

#solution-main-slider .main-solution .desktop-solution .box .box-content p {
	font-size: 14px;
    display: block;
    line-height: 22px;
    letter-spacing: 0.30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
}


#solution-main-slider .main-solution .desktop-solution .box.active {
	padding: 20px;
}

.desktop-solution {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
	max-width: 1020px !important;
	margin: 0 auto;
}

.desktop-solution .box {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	height: 380px;
	border-radius: 10px;
	cursor: pointer;
	flex: 0.5;
	position: relative;
	transition: flex 0.7s ease-in;
}

.desktop-solution .box .box-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	opacity: 0;
	padding-right: 16px;
}

.desktop-solution .box.active {
	flex: 5;
}

.desktop-solution .box.active .box-content {
	opacity: 1;
	transition: opacity 0.3s ease-in 0.4s;
}

.desktop-solution .box.active .box-icon {
	transition: opacity 0.3s ease-in 0.4s;
}

.faq {
	background: #fff;
}
.faq .card {
	background-color: #f7f7f8;
	border: 0px;
	margin-bottom: 25px;
	box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
	-webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
}
.faq .card .card-header {
	padding: 0px;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 45px;
    padding-right: 15px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.50px;
    color: #ff6600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}
.faq .card .card-header .faq-title .badge {
    width: 28px;
    height: 30px;
    text-align: center;
    background: #ff6600;
    color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    left: 10px;
    top: 12px;
}
.faq .card .card-body {
	padding: 30px;
	padding-left: 20px;
	padding-bottom: 30px;
	color: #33383d;
	background: #fff;
	border-top: 1px solid #ff6600;
}
.faq .card .card-body p {
	font-size: 14px;
	display: block;
	letter-spacing: 0.30px;
	color: #1f1f1f;
	font-weight: 500;
	text-align: justify;
}

.quickcontact input[type="text"], [type="email"], [type="number"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.quickcontact select {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}
.form-text {
	border: 1px solid #ccc;
}
.quickcontact input[type="submit"] {
	width: 100%;
	max-width: 100%;
	background-color: #ff6600;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}
.quickcontact input[type="submit"]:hover {
	background-color: #000072;
	color: #fff;
	max-width: 100%;
}
.btn-1 {
	width: 100%;
	max-width: 100%;
	background-color: #000072;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	cursor: pointer;
}
.quickcontact {
	right: 0px;
	bottom: 0px;
	max-width: 100%;
	overflow-x: hidden;
	display: block;
	background-color: #fbfbfb;
}
.max {
	border: #ff6600 thick solid;
	position: fixed;
	width: 210px;
	right: 10px;
	bottom: 10px;
	max-width: 100%;
	background-color: #ffffff;
	padding: 4px;
	z-index: 9999;
}
.btm-watsap {
  position: fixed;
  bottom: 12px;
  right: 225px;
  z-index: 99;
}


