@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* body{
  cursor: none;
} */
:root {
  --primary: #aa7221;
  --blue: #12226b;
  --yellow: #e1d00e;
  --red: #a3101e;
}


/* magnetic cursor design start */
.magnetic-cursor {
  width: 20px;
  height: 20px;
  /* background-color: rgba(0, 0, 0, 0.8); */
  border: 2px solid var(--primary);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}
/* magnetic cursor design end */




/* fixed-icon-start */
.whatsapp-fixed{
  position: fixed;
  bottom: 250px;
  right: 0;
  z-index: 9999;
}
.whatsapp-fixed a{
  text-decoration: none;
  padding: 10px 14px;
  font-size: 28px;
  color: #fff !important;
  background-color: #075e54;
}
.phone-fixed{
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 9999;
}
.phone-fixed a{
  text-decoration: none;
  padding: 10px 14px;
  font-size: 24px;
  color: #fff !important;
  background-color: var(--primary);
}
/* fixed-icon-end */


/* heading style start */
.heading{
  text-align: center;
  margin-bottom: 50px;
}
.heading h1{
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 7px;
  font-weight: 600;
  color: var(--red);
}
.heading h2{
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 7px;
  font-weight: 600;
  color: var(--red);
}
.heading p{
  font-size: 30px;
  font-weight: 300;
  color: var(--blue);
}
@media(max-width:768px){
  .heading{
    text-align: center;
    margin-bottom: 30px;
  }
  .heading h1{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 500;
    color: var(--red);
  }
  .heading p{
    font-size: 14px;
    font-weight: 300;
    color: var(--blue);
  }
}
/* heading style end */


/* button-design-start */
.btn1 {
  position: relative;
  display: inline;
  padding: 10px 20px;
  color: #000;
  border: 2px solid var(--blue);
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease;
  font-weight: 600;
  z-index: 1;
}

.btn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: var(--blue);
  z-index: -1;
  transition: width 0.3s ease;
}

.btn1:hover::before {
  width: 100%;
}

.btn1:hover {
  color: white;
}
/* button-design-end */





/* navbar style start */
.navbar-rounded {
  background-color: var(--blue);
  padding: 10px 0px;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: rgba(168, 166, 166, 0.25) 0px 6px 12px -2px, rgba(153, 153, 153, 0.3) 0px 3px 7px -3px;
}
.navbar-rounded .navbar {
  border-radius: 50px;
}
.navbar .img {
  width: 200px;
}
.navbar{
  padding: 0px !important;
  background: #fff;
  /* box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 10px; */
}
.navbar .nav-item {
  margin: 0px 10px;
}
.navbar .nav-item .nav-link {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500;
}
.navbar .nav-item:hover .nav-link{
    background-color: var(--blue);
    color: #fff !important;
}
.dropdown-menu{
  background-color: var(--primary) !important;

}
.dropdown-menu .dropdown-item{
  color: #fff !important;
  font-size: 13px;
}
.dropdown-menu .dropdown-item:hover{
  color: #000 !important;
}
/* .dropdown:hover .dropdown-menu{
  display: block;
} */
/* .dropdown:focus .dropdown-menu{
  display: block !important; 
} */
.mega-dropdown {
  position: absolute;
  right: 20px;
  top: 75%;
  width: 50vw;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}
.mega-content span{ 
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight:500 ;
}
.mega-content span a{
  color: #000 !important;
  font-weight: 500;
 
}

.dropdown:hover .mega-dropdown {
  display: block;
}



.mega-dropdown .mega-content a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: var(--blue);
  font-size: 14px;
}

.mega-dropdown a:hover {
  color: #007BFF;
}
.mega-content .mega-image {
  height: 50px;
}
@media (max-width: 991.98px) {
  .dropdown:hover .mega-dropdown {
      position: static;
      width: 100%;
      height: 300px;
      overflow: scroll;
  }
}


@media(max-width:768px){
    .navbar .img {
        width: 150px;
      }  
      .navbar-rounded {
        background-color: var(--blue);
        padding: 10px 0px;
      }
}






/* navbar style end */




/* about us style start */
.about-us {
  background: linear-gradient(#ffffffd5, #ffffffd5), url(../images/about-image/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.about-us .about-image {
  position: relative;
  height: 100%; /* Changed from 100% to auto */
  width: 100%;
  padding: 20px 0px 0px 20px;
  background-color: var(--primary);
  border-radius: 100px 10px 10px 10px;
  /* overflow: hidden; */
}

.about-us .about-image .social-2 {
  position: absolute;
  top: 33%;
  left: 3%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-us .about-image .social-2 a {
  text-decoration: none;
  font-size: 20px;
  color: #fff !important;
}

.about-us .about-image img {
  height: 100%;
  width: 100%;
  border-radius: 100px 10px 10px 10px;
  transform: translate(5%, 5%);
  object-fit: cover; 
}

.about-content {
  padding: 20px 0 0 50px;
}

.about-content h2 {
  font-weight: 300;
  margin-bottom: 30px;
}

.about-content p {
  text-align: justify;
  font-size: 18px;
}
/* 
.btn1 {
  text-decoration: none;
  padding: 10px 20px;
  background-color: var(--blue);
  color: #fff !important;
} */

@media(max-width: 768px) {
  .about-us .about-image {
      border-radius: 10px; 
      padding: 30px 0px 0px 0px;
  }

  .about-us .about-image img {
      object-fit: cover; 
      border-radius: 10px 10px 10px 10px;
      transform: translate(0%, 0%);
  }

  .about-us .about-image .social-2 {
      position: absolute;
      top: 1%;
      left: 35%; 
      flex-direction: row; 
      gap: 20px;
  }

  .about-us .about-image .social-2 a {
      font-size: 16px;
  }

  .about-content {
      padding: 10px 10px; 
      text-align: center; 
  }
  .about-content h2 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 22px;
  }
  
  .about-content p {
    text-align: justify;
    font-size: 14px;
  }
}

/* about us style end */


/* why choose us start */
.why-choose-us {
  background: linear-gradient(#000000ea,#000000ea,#000000ea,#ffffff6e,#000000ea, #000000ea),
   url(../images/why-us-image/why-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
.why-us-image img{
  box-shadow: rgba(255, 251, 251, 0.24) 0px 3px 8px;
}
.why-us-card {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 200px;
}
.why-us-card1 {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 200px;
}

.why-us-card .text, .why-us-card1 .text {
  display: inline-block;
  -webkit-text-stroke: 1px #fff;
  border-radius: 50%;
  font-size: 50px;
  font-weight: 500;
  color: transparent;
}

.why-us-card h3 , .why-us-card1 h3 {
  font-size: 18px;
  color: #fff;
}

.why-us-card p, .why-us-card1 p {
  font-size: 12px;
  color: #808080f8;
}

@media(max-width:992px){
  .why-us-card .text, .why-us-card1 .text {
    display: inline-block;
    -webkit-text-stroke: 1px #fff;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 500;
    color: transparent;
  }
  
  .why-us-card h3 , .why-us-card1 h3 {
    font-size: 14px;
    color: #fff;
  }
  
  .why-us-card p, .why-us-card1 p {
    font-size: 12px;
    color: #808080f8;
  }
}
@media(max-width:768px){
  .why-us-card .text, .why-us-card1 .text {
    display: inline-block;
    -webkit-text-stroke: 1px #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    color: transparent;
  }
  .why-us-card ,  .why-us-card1{
    height: 150px;
  }
  .why-us-card h3 , .why-us-card1 h3 {
    font-size: 10px;
    color: #fff;
  }
  
  .why-us-card p, .why-us-card1 p {
    font-size: 8px;
    color: #808080f8;
  }
}
@media(max-width:550px){
  .why-us-card .text, .why-us-card1 .text {
    display: inline-block;
    -webkit-text-stroke: 1px #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    color: transparent;
  }
  .why-us-card ,  .why-us-card1{
    height: 100px;
  }
  .why-us-card h3 , .why-us-card1 h3 {
    font-size: 10px;
    color: #fff;
  }
  
  .why-us-card p, .why-us-card1 p {
    font-size: 8px;
    color: #808080f8;
    display: none;
  }
}
@media(max-width:400px){
  .why-us-card .text, .why-us-card1 .text {
    display: inline-block;
    -webkit-text-stroke: 1px #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    color: transparent;
  }
  .why-us-card h3 , .why-us-card1 h3 {
    font-size: 7px;
    color: #fff;
  }
  .why-us-card ,  .why-us-card1{
    padding: 5px;
    height: 80px;
  }
}
/* why choose us end */


/* product style start */
.products {
  margin-top: 5px;
  padding: 50px 0px;
  /* background: linear-gradient(#000000e7, #000000e3),url(../images/products/product-bg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.product-card a{
  text-decoration: none;
}

.product-card img {
  position: relative;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.product-content {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.product-content .text {
  position: absolute;
  bottom: 0;
  background-color: var(--blue);
  width: 100%;
  padding: 10px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: height 0.3s ease-in-out;
}
.product-content .text::before{
  content: "";
  position: absolute;
  right: 50%;
  transform: rotate(45deg);
  top: -10px;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  background-color:var(--blue) ;
}

.product-content .text h3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
}

.product-content .text p {
  color: #fff;
  font-size: 18px;
}
.product-card:hover .product-content{
  background-color: #000000c7;
}
.product-card:hover .product-content .text {
  height: 130px;
}
.flip-container {
  perspective: 1000px;
  width: 300px;
  height: 400px;
}

.flipper,
.card-front,
.card-back {
  height: 100%;
}


.flipper {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}

.flip-container:hover .flipper {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-front {
  z-index: 2;
  transform: rotateY(0deg);
}

.card-back {
  background-color: var(--blue);
  color: white;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.product-back-content h3 {
  margin-bottom: 10px;
  font-size: 22px;
  color:#fff;
}
.product-back-content{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product-back-content p {
  font-size: 16px;
  color: #fff;
}


.card-front {
  z-index: 2;
  transform: rotateY(0deg);
}

.card-back {
  z-index: 1;
  transform: rotateY(180deg);
}
/* product style end */

/* salt heat bath treatment start */
.heat-treatment-furnance {
  padding: 50px 0px;
  background: linear-gradient(#ffffffe5, #ffffffe0),url(../images/products/heat-bath-mixer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.expertise-content p {
  font-size: 18px;
  text-align: justify;
}

@media(max-width:768px){
  .expertise-content p {
    font-size: 14px;
  }
  .expertise-content{
    margin-top: 10px;
  }
}
/* salt heat bath treatment end */


/* contact Us start */
.contact-us {
  padding: 50px 0px;
}
.form {
  padding: 20px;
}
.form form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px;
  border: none;
  border-bottom: 2px solid #000;
}

.form form textarea {
  margin-bottom: 10px;
  border: none;
  padding: 10px 10px;
  border-bottom: 2px solid #000;
}
.form form input:focus,
.form form textarea:focus {
  outline: none;
}
.captchasep1 {
  display: flex;
}
.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 63px;
}
.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  background: url(../images/logo/captcha-bg.jpg);
  font-weight: bolder !important;
}
.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 24px;
  padding: 10px;
  height: 100%;
  color: #000;
  font-weight: bolder !important;
}
@media (max-width: 768px) {
  .captchasep1 .captcha-codes-sec p {
      font-size: 24px;
  }
}

@media (max-width: 992px) {
  .captchasep1 .captcha-codes-sec p {
      font-size: 18px;
  }
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}
.contact-content {
  position: relative;
}

.contact-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.contact-social .facebook {
  text-decoration: none;
  color: #3B5998;
  font-size: 28px;
  padding: 3px 10px;
  margin-bottom: 0px;

}

.contact-social .linkedin {
  text-decoration: none;
  color: #0077B5;
  font-size: 28px;
  padding: 3px 10px;
  margin-bottom: 0px;

}

.contact-social .youtube {
  text-decoration: none;
  color: #FF0000;
  font-size: 28px;
  padding: 3px 10px;
  margin-bottom: 0px;

}

.contact-social .instagram {
  text-decoration: none;
  color: #962fbf;
  font-size: 28px;
  padding: 3px 10px;
  margin-bottom: 0px;

}

.contact-image img {
  height: 100%;
  width: 100%;
}

.contact-overlay {
  position: absolute;
  bottom: 30%;
  left: 51%;
  display: inline;
  

}
.contact-overlay .address{
  position: relative;
  background-color: var(--blue);
  margin-bottom: 20px;
}
.contact-overlay .address .icon{
  position: absolute;
  left: -20px;
  bottom: 8%;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 6px 11px;
  background-color: #fff;
  transform: rotate(45deg);

}
.contact-overlay .address .icon i{
  transform: rotate(-45deg);
  font-size: 18px;
}
.contact-overlay p {
  margin-bottom: 0px;
  margin-left: 28px;
  /* display: inline; */
  padding: 10px;
  color: #fff;
}

@media(max-width:768px){
  .contact-overlay {
  position: absolute;
  bottom: 10%;
  left: 4%;
  /* display: inline; */
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
  
}

}
@media(max-width:520px){
  .contact-overlay p {
  margin-bottom: 0px;
  margin-left: 22px;
  font-size: 10px;
  /* display: inline; */
  padding: 10px;
  color: #fff;
}
}
@media(max-width:334px){
  .contact-overlay p {
  margin-bottom: 0px;
  margin-left: 22px;
  font-size: 8px;
  /* display: inline; */
  padding: 10px;
  color: #fff;
}
}
@media screen and (max-width: 600px) {
  .captchasep1 {
      display: flex;
      flex-direction: column !important;
  }

  .captchasep1 .captcha-codes-sec {
      border-left: 1px solid #ced4da;
      border-right: 1px solid #ced4da;
      border-bottom: 1px solid #ced4da;
      margin-top: 3px;
  }
}
/* contact US End */






/* blog css start */
.blog {
  padding: 50px 0px;
  background-color: #f0ebeb;
}
.blog-image{
position: relative;
}
.date{
position: absolute;
top: 10px;
margin-bottom: 0;
color: #fff;
padding: 7px;
font-size: 12px;
background-color: var(--primary);
}
.blog-card {
  
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.blog-card-content h3 {
  font-size: 20px;

}

.blog-card-content {
  padding: 10px 10px 20px 10px;
}

.blog-card-content p {
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 30px;
}

.blog-card:hover .blog-image img {
  transform: scale(1.06);
}

.blog-card .blog-image {
  overflow: hidden;
}

.blog-card .blog-image img {
  transition: 0.3s ease-in-out;
}
/* blog css end */



/* client css start */

/* client css end */


/* footer css start */
.footer{
  background-color: var(--blue) !important;
}
.footer .btn.btn-social {
  margin-right: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 45px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  border-color: var(--primary);
  background: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary) !important;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: #FFFFFF;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
  color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.about-footer p{ 
  color: #fff;
  font-size: 14px;

} 
.about-footer img{
 margin-bottom: 20px;
}
.quick-links a{
  text-decoration: none;
  color: #fff;
}
.get-in-touch p{
color: #fff;
}
.get-in-touch a{
  text-decoration: none;
  color: #fff !important;
  display:block;
}
.map iframe{ 
  height: 200px;
  width: 100%;
}
.copyright a{
  text-decoration: none;
}
.copyright p{
  color: #fff;
  margin-bottom: 0px;
}

@media(max-width:400px){
  .get-in-touch a{
    text-decoration: none;
    color: #fff !important;
    display:block;
    font-size: 12px;
  }
  .get-in-touch p{
    color: #fff;
    font-size: 12px;
    }
}
/* footer css end */


/* sub-page-banner-start */
.sub-page{
     
       background: linear-gradient(to right, rgba(0, 0, 0, 0.774), rgba(0, 0, 0, 0.795)),url(../images/banner/sub-page-banner.jpg);
       background-repeat: no-repeat;
       background-position: center;
       background-size: cover;
}
.sub-page-heading{
    padding: 150px 20px;
    text-align: center;
}
.sub-page-heading p{
    font-size: 34px;
    margin-bottom: 0px;
    color: #fff;
}
.sub-page-heading span a{
    text-decoration: none;
    color: #fff;

}
.sub-page-heading span{
  color: #fff;
}
@media(max-width:768px){
  .sub-page-heading{
    padding: 80px 20px;
    text-align: start;
} 
}
/* subpage-banner-end */

/* contact-page-start */
.map-frame{
  height: 350px;
  margin-bottom: 10px;
}
.map-frame iframe{
  width: 100%;
  height: 100%;
}
/* contact-page-end */


/* enquiry page css */
.enquiry{
  padding: 50px 0px;
}
.enq-content {
  margin-bottom: 20px;
}
.enq-content p{
font-size: 18px;
text-align: justify;
line-height: 25px;
}
.related-product{
  padding: 50px 0px;
  background-color: #e6dcdc;
}
.modal{
  z-index: 99999;
  margin-top: 0px;
}
@media(max-width:768px){
  .modal{
      margin-top: 75px;
  }
}
/* enquiry css end */


/* blog-details-start */
    /* related blog-style-start */
    .related-blog {
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      padding: 5px;
      border-bottom: 1px solid #000;
      margin-bottom: 15px;
  }

  .related-blog a {
      text-decoration: none;


  }

  .related-blog .realted-img {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;

  }

  .related-blog .realted-img img {
      height: 100%;
      width: 100%;
  }

  .related-blog .related-blog-content {
      padding: 5px 5px 5px 0px;
  }

  .related-blog .related-blog-content h2 {
      font-size: 16px;
      color: #000;
  }

  .related-blog .related-blog-content p {
      color: #000;
  }

  /* related blog-style-end */


  .blog-detail {
      padding: 50px 0px;
  }

  .blog-image-banner {
      position: relative;
      overflow: hidden;
      border-radius: 25px;
      margin-bottom: 20px;
  }

  .blog-image-banner .blog-date {
      position: absolute;
      width: 100%;
      bottom: 0;
      right: 0;
      padding: 10px;
      background-color: #aa7121d2;
  }

  .blog-image-banner .blog-date p {
      margin-bottom: 0px;
      color: #fff;
  }

  .blog-content-para p {
      text-align: justify;
      font-size: 18px;
  }
/* blog-details-end */


/* successs start */
.submit-form {
  padding: 50px 0;
}
.submit-form .submit-head {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 10px;
}
.submit-form .submit-head i {
  color: #87BD48;
  font-size: 100px;
  border: 10px solid #87BD48;
  border-radius: 50%;
  padding: 15px 22px;
}
.submit-form .submit-head h2 {
  color: #155391;
  margin: 13px 0 0;
}
.submit-form .submit-head p {
  margin-bottom: 28px;
}

/*success style end */


/* table style start */
.hardening {
  background-color: #93c77f;
}

.quenching {
  background-color: #f9cb9c;
}

.tempering {
  background-color: #c9daf8;
}

.heat-transfer {
  background-color: #ead1dc;
}

.carburizing {
  background-color: #b6d7a8;
}

.regenerator {
  background-color: #b6d7a8;
}

.economiser {
  background-color: #d9d2e9;
}

.nitriding {
  background-color: #fff2cc;
}

.protective {
  background-color: #ead1dc;
}

.blackening {
  background-color: #f4cccc;
}

th,
td {
  vertical-align: middle;
  text-align: center;
}
.table thead{
  background-color: var(--blue);
  color: #fff !important;
}
.salt-process h3{
margin-bottom: 10px;
font-weight: 700;

}
.treatment-data-img{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: column;
}
/* table style eend */


.sub-product{
  padding: 50px 0px;
}

/* responsive section start */
@media(max-width: 768px){
  .about-us, .why-choose-us, .products, .heat-treatment-furnance, .contact-us, .blog, .blog-detail {
      padding: 30px 0px;
  }
}
/* responsive section end */

.owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  background-color: var(--blue) !important;
  color: #fff !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 150px;
  left: -30px;
  margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-next {
  font-size: 30px;
  background-color: var(--blue) !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 150px;
  /* margin-top: 15px; */
  margin-right: 10px;
  right: -30px;
}

.owl-carousel {
  position: relative;
}


@media (max-width: 480px) {
  .owl-carousel .owl-nav button.owl-prev {
    font-size: 20px;
    background-color: var(--blue);
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 120px;
    left: -25px;
    margin-left: 22px;
  }

  .owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    background-color: var(--blue) !important;
    color: white !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 120px;
    margin-right: 22px;
    /* margin-top: 15px; */
    right: -25px;
  }

}
