img {
  display: block;
  max-width: 100%;
  height: auto;
}
.banner h2,
.banner h4,
.banner span,
.banner-1 h2,
.banner-1 h4,
.banner-1 span {
  color: #fff;
  width: 90%;
  margin: auto;
}
.banner .btn,
.banner-1 .btn,
.featured-products .btn {
  margin-bottom: 0;
  font-size: 18px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  font-family: Almarai, sans-serif;
}
.contact .form-group select.form-input,
.contact-us .form-group select.form-input {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}
body {
  font-family: Poppins, sans-serif;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.banner {
  background-image: url(../img/banner.png);
  background-size: cover;
  background-position: center;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner h1,
.banner-1 h1 {
  font-size: 94px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.banner span,
.banner-1 span {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid;
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
}
.banner h2 {
  font-size: 44px;
  text-align: center;
  padding-top: 20px;
  overflow: hidden;
}
.banner h4,
.banner-1 h4 {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid;
}
.banner-1 .btn,
.banner-1 h2 {
  font-weight: 400;
  text-align: center;
}
.banner .b-area p,
.banner-1 .b-area p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  padding-top: 10px;
}
.banner .b-area {
  display: grid;
  grid-template-columns: 32%;
  margin-left: 30px;
}
.banner h2:after,
.banner h2:before,
.banner-1 h2:after,
.banner-1 h2:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
}
.banner h2:before,
.banner-1 h2:before {
  margin-left: -100%;
}
.banner h2:after,
.banner-1 h2:after {
  margin-right: -100%;
}
.banner .t-button,
.banner-1 .t-button {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.banner .btn-default,
.banner-1 .btn-default,
.contact .btn-default,
.contact-us .btn-default,
.featured-products .btn-default,
.latest-blogs .btn-default {
  color: #000;
  background-color: #fdc02f;
  border: none;
}
.banner .btn,
.featured-products .btn {
  display: inline-block;
  padding: 5px 40px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 20px;
}
.banner-1 .btn,
.latest-blogs .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 20px;
  line-height: 1.42857143;
}
.banner-1 .b-area {
  display: grid;
  grid-template-columns: 35%;
  margin-left: 30px;
}
.banner-1 h2 {
  padding-top: 20px;
  overflow: hidden;
  font-size: 35px;
  color: #ffff;
}
.banner-1 .btn {
  display: inline-block;
  padding: 10px 30px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  user-select: none;
}
.about-banner-1,
.banner-1,
.blog-banner-1,
.contact-us-banner-1,
.explosion-banner-1,
.flame-banner-1,
.gurantee-1,
.products.pro,
.rupture-banner-1,
.vision-1 {
  background: 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.gurantee,
.products,
.vision {
  background-size: cover;
  background-position: center;
}
.banner-1 .b-img {
  padding: 100px 0;
  height: 689px;
  display: flex;
  align-items: center;
}
.banner-1 .b-img .ba-img {
  width: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  height: 100vh;
}
.about-banner-1 .a-cont,
.banner-1 .b-cont,
.blog-banner-1 .b-cont,
.contact-us-banner-1 .c-cont,
.explosion-banner-1 .e-cont,
.flame-banner-1 .f-cont,
.gurantee-1 .g-cont,
.rupture-banner-1 .r-cont {
  position: relative;
  z-index: 1;
}
.about,
.about-sec,
.explosion-sec,
.flame-sec,
.rupture-sec {
  padding: 40px 0 0;
}
.about,
.about-sec,
.explosion-sec,
.flame-sec,
.rupture-sec:last-of-type{
padding: 40px 0 0;
}
.about .a-area {
  display: grid;
  grid-template-columns: 44% 44%;
  gap: 30px;
  justify-content: space-between;
}
.about .a-area .about-img,
.contact-info-sec .c-area .ci-img,
.exp-types-sec .t-area .t-img,
.rupture-sec .rd-img,
.types-sec .t-area .t-img {
  text-align: center;
}
.about .a-cont {
  display: grid;
  grid-template-columns: 50% 50%;
}
.about .a-cont p {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.about .a-area h4,
.vision .v-area .v-sec .v-cont h4,
.vision-1 .v-area .v-sec .v-cont h4 {
  font-size: 25px;
  color: #fa4317;
  font-weight: 300;
}
.about .a-cont .a-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about p {
  padding: 10px 0;
  color: #707070;
  line-height: 30px;
  font-size: 16px;
}
.about .a-area h2 {
  font-size: 35px;
}
.about .a-area .a-sol,
.about-sec .cd-breadcrumb,
.blog-page-sec .cd-breadcrumb,
.cd-multi-steps,
.contact-us .cd-breadcrumb,
.explosion-sec .cd-breadcrumb,
.flame-sec .cd-breadcrumb,
.latest-blogs-page .cd-breadcrumb,
.rupture-sec .cd-breadcrumb {
  padding: 0;
}
.about .a-area .a-text .about-img {
  margin: auto;
}
.vision {
  padding: 40px 0 80px;
  background-image: url(../img/vm-bg.png);
}
.vision .title,
.vision-1 .title {
  font-size: 25px;
  text-align: center;
  color: #fa4317;
}
.vision .v-area,
.vision-1 .v-area {
  display: grid;
  grid-template-columns: 35% 35%;
  justify-content: center;
  padding-top: 30px;
  gap: 30px;
}
.vision .v-area .v-sec,
.vision-1 .v-area .v-sec {
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}
.vision .v-area .v-sec .v-cont,
.vision-1 .v-area .v-sec .v-cont {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.vision .v-area .v-sec p,
.vision-1 .v-area .v-sec p {
  font-size: 16px;
  text-align: center;
  line-height: 27px;
}
.featured-products.fp .fp-img,
.products.pro .pp-img,
.vision-1 .vm-img {
  padding: 39px 0;
}
.vision-1 .vm-cont {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.about-banner-1 .a-img .ab-img,
.blog-banner-1 .b-img .bl-img,
.contact-us-banner-1 .c-img .cn-img,
.explosion-banner-1 .e-img .ex-img,
.featured-products.fp .fp-img .f-img,
.flame-banner-1 .f-img .fl-img,
.gurantee-1 .g-img .gt-img,
.products.pro .pp-img .pr-img,
.rupture-banner-1 .r-img .rp-img,
.vision-1 .vm-img .v-img {
  width: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  height: 100%;
}
.gurantee {
  background-image: url(../img/guarantee.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gurantee ul li {
  font-size: 18px;
  line-height: 27px;
  color: #6a6363;
}
.gurantee ul li.text,
.gurantee-1 ul li {
  background: url("../img/g-ico.png") left 5px no-repeat;
  padding-left: 35px;
  display: flex;
  padding-bottom: 20px;
}
.g-area {
  display: grid;
  grid-template-columns: 50%;
  padding: 45px 50px;
}
.g-area p,
.g-area ul li.text,
.gurantee-1 .g-area ul li {
  color: #ffff;
  font-size: 16px;
  line-height: 25px;
}
.gurantee h2,
.gurantee-1 h2 {
  font-size: 25px;
  color: #fa4317;
  padding-bottom: 20px;
  font-weight: 400;
}
.gurantee-1 .g-area {
  display: grid;
  grid-template-columns: 46%;
  padding: 45px 0;
}
.latest-blogs {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.latest-blogs .title h2 {
  font-size: 35px;
  text-align: center;
  color: #fa4317;
  font-weight: 400;
}
.latest-blogs .b-sec,
.latest-blogs-page .b-sec {
  box-shadow: 0 0 3px #00000029;
  margin-bottom: 20px;
  background: #ffff;
  overflow: hidden;
}
.latest-blogs .lb-area {
  display: grid;
  /* grid-template-columns: 30% 30% 30%; */
  gap: 15px;
  justify-content: center;
  padding: 30px 14px;
}
.about .a-area h2,
.latest-blogs .lb-area p:hover,
.latest-blogs-page .lb-area p:hover {
  color: #fa4317;
}
.latest-blogs .lb-area span {
  text-align: left;
  font-size: 16px;
  padding-bottom: 20px;
  color: #707070;
}
.latest-blogs .lb-area h5,
.latest-blogs-page .lb-area h5 {
  text-align: left;
  font-size: 14px;
  color: #707070;
  padding-top: 20px;
  font-weight: 400;
}
.latest-blogs .b-cont,
.latest-blogs-page .b-cont {
  padding: 0 16px 16px;
  /* height: 260px; */
}
.latest-blogs .t-button {
  display: flex;
  justify-content: right;
  margin-right: 40px;
}
.btn,
.latest-blogs .btn {
  display: inline-block;
  -ms-touch-action: manipulation;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  font-family: Almarai, sans-serif;
}
.copyrights br,
.latest-blogs .t-button.mob {
  display: none;
}
.latest-blogs .btn {
  padding: 5px 50px;
  font-size: 18px;
  touch-action: manipulation;
  user-select: none;
  background-image: none;
}
.accordion-2 .card__title,
.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.products {
  background-image: url(../img/product.png);
  padding: 40px 0;
}
.products .title h2 {
  font-size: 35px;
  text-align: center;
  color: #fa4317;
  padding-bottom: 50px;
  font-weight: 400;
}
.products .c-img {
  display: flex;
  align-items: center;
}
.products .p-img {
  border-radius: 4px;
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #8fd3ff !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0b73b8 !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px !important;
}
.contact {
  padding: 40px 0;
  background: #e9e9ec;
}
.about-banner,
.explosion-banner,
.featured-products,
.flame-banner,
.rupture-banner {
  background-size: cover;
  background-position: center;
}
.contact .title h2 {
  font-size: 25px;
  text-align: center;
  color: #000;
  padding: 10px 0;
}
.contact .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 2px;
}
.contact .form-control:focus,
.contact-us .form-control:focus,
.footer .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.contact .f-area {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-around;
}
.contact .f-area.txt {
  display: grid;
  margin-bottom: 30px;
  gap: 0;
  grid-template-columns: 100%;
}
.contact label,
.contact-us label {
  color: #707070;
  font-size: 14px;
}
.contact .f-area .form-group.txt,
.contact-us .f-area .form-group.txt {
  width: 100%;
  margin: auto;
}
.btn {
  padding: 10px 30px;
  font-size: 18px;
  touch-action: manipulation;
  user-select: none;
  background-image: none;
  border-radius: 20px;
}
.t-button {
  display: flex;
  justify-content: center;
}
.contact .title p {
  font-size: 16px;
  width: 80%;
  margin: auto;
  color: #707070;
  text-align: center;
  line-height: 24px;
  padding-bottom: 30px;
}
.contact .contact-sec {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  justify-content: center;
}
.contact .form-group select.form-input {
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 10px;
  padding-right: 27px;
}
.featured-products.fp {
  padding: 0;
  background: 0 0;
  position: relative;
  overflow: hidden;
}
.featured-products {
  padding: 40px 0;
  background-image: url(../img/og-bg.png);
}
.featured-products .title h2 {
  font-size: 35px;
  text-align: center;
  color: #fa4317;
  padding-bottom: 30px;
  font-weight: 400;
}
.featured-products .p-area {
  display: grid;
  /* grid-template-columns: 25% 25% 25% 25%; */
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 15px;
}
.featured-products .p-area .c-img {
  padding: 0 12px;
  text-align: center;
}
.featured-products .p-text p {
  text-align: center;
  font-size: 16px;
  width: 58%;
  margin: 30px auto 20px;
}
.main .tab {
  width: 80%;
  height: auto;
  margin: auto;
  padding: 1rem 0;
}
.main .tab-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: center;
  gap: 15px;
  align-items: normal;
  max-width: 65%;
  height: auto;
  margin: 0 auto;
  border-top: 1.3px solid #dbdbdb;
  transition: 0.3s;
}
.main .tab-menu-link {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: calc(100% / 3);
  height: auto;
  padding: 1rem 0;
  border-top: 2.5px solid transparent;
  color: #c4c4c4;
  background: 0 0;
  border: none;
}
.about-sec p:first-child,
.explosion-sec p:first-child,
.flame-sec p:first-child,
.main .tab-bar,
.rupture-sec p:first-child {
  padding: 20px 0 0;
}
.main .tab-menu-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.main .tab-menu-link.is-active {
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  color: #fa4317;
  background: 0 0;
  border: none;
}
button.tab-menu-link::after {
  content: "";
  height: 2.5px;
  display: block;
  width: 100%;
  position: absolute;
  background-color: #fa4317;
  top: 0;
  opacity: 0;
  transition: 0.2s;
}
button.tab-menu-link.is-active::after {
  opacity: 1;
}
.main .tab-bar {
  overflow: hidden;
}
.main .tab-bar-content {
  display: none;
  width: 100%;
  min-height: 10rem;
  transition: 0.3s;
}
.main .tab-bar-content.is-active {
  display: block;
}
.about-banner {
  background-image: url(../img/about-ban.png);
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-banner h2,
.about-banner-1 h1,
.about-banner-1 h2,
.blog-banner h2,
.blog-banner-1 h1,
.blog-banner-1 h2,
.contact-us-banner h2,
.contact-us-banner-1 h1,
.contact-us-banner-1 h2,
.explosion-banner h2,
.explosion-banner-1 h1,
.explosion-banner-1 h2,
.flame-banner h2,
.flame-banner-1 h1,
.flame-banner-1 h2,
.rupture-banner h2,
.rupture-banner-1 h1,
.rupture-banner-1 h2 {
  font-size: 35px;
  text-align: center;
  color: #ffff;
  font-weight: 400;
}
.about-sec .a-area,
.explosion-sec .a-area,
.flame-sec .a-area {
  display: grid;
  grid-template-columns: 60% 30%;
  justify-content: space-between;
  gap: 10px;
}
.about-sec .a-area .a-sol,
.blog-page-sec .a-area .a-sol,
.explosion-sec .a-area .a-sol,
.flame-sec .a-area .a-sol,
.rupture-sec .a-area .a-sol {
  display: grid;
  /* row-gap: 15px; */
  gap: 30px;
  height: fit-content;
}
.about-sec ul,
.explosion-sec ul,
.flame-sec ul,
.rupture-sec ul {
  list-style: none;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 28px;
  margin-bottom: 0;
  font-size: 16px;
}
.about-sec ul li,
.explosion-sec ul li,
.flame-sec ul li,
.rupture-sec ul li {
  list-style-type: disc;
  color: #000;
  line-height: 30px;
}
.about-sec p,
.explosion-sec p,
.flame-sec p,
.flame-sec p span,
.rupture-sec p {
  color: #707070;
  line-height: 30px;
}
.about-sec .cd-breadcrumb li,
.blog-page-sec .cd-breadcrumb li,
.cd-multi-steps li,
.contact-us .cd-breadcrumb li,
.explosion-sec .cd-breadcrumb li,
.flame-sec .cd-breadcrumb li,
.latest-blogs-page .cd-breadcrumb li,
.rupture-sec .cd-breadcrumb li {
  display: inline-block;
  margin: 0.5em 0;
}
.about-sec .cd-breadcrumb li::after,
.blog-page-sec .cd-breadcrumb li::after,
.cd-multi-steps li::after,
.contact-us .cd-breadcrumb li::after,
.explosion-sec .cd-breadcrumb li::after,
.flame-sec .cd-breadcrumb li::after,
.latest-blogs-page .cd-breadcrumb li::after,
.rupture-sec .cd-breadcrumb li::after {
  display: inline-block;
  content: "\00bb";
  margin: 0 0.6em;
  color: #959fa5;
}
.about-sec .cd-breadcrumb.custom-separator li::after,
.blog-page-sec .cd-breadcrumb.custom-separator li::after,
.cd-multi-steps .custom-separator li::after,
.cd-multi-steps.custom-separator li.home::after,
.cd-multi-steps.custom-separator li::after,
.contact-us .cd-breadcrumb.custom-separator li::after,
.explosion-sec .cd-breadcrumb.custom-separator li::after,
.flame-sec .cd-breadcrumb.custom-separator li::after,
.latest-blogs-page .cd-breadcrumb.custom-separator li::after,
.rupture-sec .cd-breadcrumb.custom-separator li::after {
  content: "";
  height: 16px;
  width: 16px;
  background: url(../img/next.svg) center center no-repeat;
  vertical-align: middle;
}
.about-sec .cd-breadcrumb.custom-separator li.au::after,
.blog-page-sec .cd-breadcrumb.custom-separator li.blp::after,
.cd-multi-steps .custom-separator li.cn::after,
.cd-multi-steps .custom-separator li.ep::after,
.cd-multi-steps .custom-separator li.fa::after,
.cd-multi-steps.custom-separator li.au::after,
.cd-multi-steps.custom-separator li.bl::after,
.cd-multi-steps.custom-separator li.blp::after,
.cd-multi-steps.custom-separator li.rd::after,
.contact-us .cd-breadcrumb.custom-separator li.cn::after,
.explosion-sec .cd-breadcrumb.custom-separator li.ep::after,
.flame-sec .cd-breadcrumb.custom-separator li.fa::after,
.latest-blogs-page .cd-breadcrumb.custom-separator li.bl::after,
.rupture-sec .cd-breadcrumb.custom-separator li.rd::after {
  content: "";
  background: 0 0;
}
.about-sec .cd-breadcrumb li > *,
.cd-multi-steps li > *,
.contact-us .cd-breadcrumb li > *,
.explosion-sec .cd-breadcrumb li > *,
.flame-sec .cd-breadcrumb li > *,
.latest-blogs-page .cd-breadcrumb li > *,
.rupture-sec .cd-breadcrumb li > * {
  display: inline-block;
  color: #707070;
  text-decoration: none;
  font-size: 14px;
}
.about-sec .a-area .about-img,
.explosion-sec .a-area .about-img,
.flame-sec .a-area .about-img,
.rupture-sec .a-area .about-img {
  text-align: center;
  padding-top: 22px;
}
.explosion-banner,
.flame-banner,
.rupture-banner {
  background-image: url(../img/f-banner.png);
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-banner-1 .b-area,
.blog-banner-1 .b-area,
.contact-us-banner-1 .b-area,
.explosion-banner .b-area,
.explosion-banner-1 .b-area,
.flame-banner .b-area,
.flame-banner-1 .b-area,
.rupture-banner .b-area,
.rupture-banner-1 .b-area {
  padding: 0 50px;
}
.rupture-sec .a-area {
  display: grid;
  /* grid-template-columns: 60% 37%; */
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
  gap: 10px;
}
.about-banner-1 .a-img,
.blog-banner-1 .b-img,
.contact-us-banner-1 .c-img,
.explosion-banner-1 .e-img,
.flame-banner-1 .f-img,
.rupture-banner-1 .r-img {
  padding: 100px 0;
}
.flame-types-sec ul li.text {
  background: url("../img/g-ico.png") left 2px no-repeat;
  padding-left: 30px;
  display: flex;
  padding-bottom: 20px;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  line-height: 25px;
}
.exp-types-sec,
.flame-types-sec,
.types-sec {
  padding: 40px 0;
  background: #f9f9f9;
}
.accordion-2 .card.is-active,
.benefit-sec {
  background: #fff;
}
.exp-types-sec .t-area,
.types-sec .t-area {
  display: grid;
  grid-template-columns: 35% 35%;
  justify-content: center;
  gap: 50px;
}
.types-sec .t-area .t-img p {
  padding: 15px 0;
  font-weight: 700;
  font-size: 18px;
}
.types-sec .title h2 {
  font-size: 35px;
  text-align: center;
  color: #fa4317;
  font-weight: 400;
  padding-bottom: 40px;
}
.types-sec .title p {
  text-align: center;
  color: #707070;
  padding-bottom: 50px;
  font-size: 18px;
}
.t-list {
  display: grid;
  grid-template-columns: 25% 35% 30%;
  gap: 10px;
  margin-top: 50px;
  justify-content: center;
}
.t-list .l-sec {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.t-list .l-sec p {
  font-weight: 700;
  font-size: 18px;
}
.benefit-sec .title h2,
.section_accordion .title h2 {
  color: #fa4317;
  padding-bottom: 40px;
  font-weight: 400;
  text-align: center;
}
.exp-types-sec .title p span,
.types-sec .title p span {
  color: #707070;
  font-size: 25px;
  font-weight: 700;
}
.benefit-sec {
  padding: 40px 0;
}
.benefit-sec .title h2 {
  font-size: 28px;
}
.benefit-sec .b-area {
  display: flex;
  grid-template-columns: 28% 28% 28%;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.benefit-sec .b-area .b-cont {
  padding: 30px;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 10px;
  width: 25%;
}
.benefit-sec .b-area .b-cont p {
  padding: 10px 25px;
  font-weight: 700;
  color: #707070;
}
.accordion {
  max-width: 100%;
  background: #3b3b3b;
  border-radius: 3px;
}
.accordion .contents ul li {
  list-style-type: disc;
  color: #fff;
}
.heading {
  color: #fff;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.8px;
  padding: 0;
  cursor: pointer;
}
.heading::before {
  content: "";
  margin-top: 13px;
}
.active.heading::before {
  transform: rotate(-180deg);
}
.not-active.heading::before {
  transform: rotate(0);
}
.contents {
  display: none;
  background: #3b3b3b;
  color: #7f8fa4;
  font-size: 12px;
  line-height: 1.5;
}
.blog-banner,
.contact-us,
.contact-us-banner {
  background-size: cover;
  background-position: center;
}
.section_accordion {
  padding: 40px 0 80px;
}
.section_accordion .title h2 {
  font-size: 35px;
}
.collapse {
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, height;
  will-change: opacity, contents;
}
.collapse:not(.is-active) {
  height: 0;
  opacity: 0;
}
.accordion-2 {
  --background: #ffffff;
  --border-radius: 12px;
  width: 82%;
  margin: auto;
  border: 1px solid #d9d9d9;
}
.accordion-2 .card {
  overflow: hidden;
  margin: 0 30px;
  border-top: 1px solid #d9d9d9;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: contents;
  text-align: left;
}
.accordion-2 .card:first-child {
  border: none;
}
.accordion-2 .card:last-child {
  margin-bottom: -1px;
}
.accordion-2 .card:not(:last-child):not(.is-active) {
  border-bottom-color: transparent;
}
.contact-us .form-control.text-area,
.footer .btn,
.footer .form-control {
  line-height: 1.42857143;
  background-image: none;
}
.accordion-2 .card.is-active + .card {
  border-top-color: transparent;
}
.accordion-2 .card__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 3.5rem;
  margin: 0 0 -1px;
  padding: 0.5rem 0.25rem;
  color: #707070;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  user-select: none;
}
.accordion-2 .card__title:hover .icon {
  opacity: 0.8;
}
.accordion-2 .card__title.is-active .icon {
  transform: rotateX(180deg);
  opacity: 1;
}
.accordion-2 .card__title .icon {
  width: 28px;
  height: 28px;
  fill: currentColor;
  opacity: 0.3;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: -0.25rem;
}
.accordion-2 .card__content {
  padding: 0 0.25rem 1.25rem;
  color: #707070;
  border-bottom: 1px solid #d9d9d9;
}
.accordion-2 .card__content ul.acc {
  list-style: none;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 28px;
  margin-bottom: 5px;
  font-size: 16px;
}
.accordion-2 .card__content ul.acc li {
  list-style-type: disc;
  color: #000;
}
a {
  color: inherit;
  text-decoration: none;
}
[data-toggle],
a {
  cursor: pointer;
}
.contact-us-banner {
  background-image: url(../img/contact-us.png);
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-us {
  padding: 40px 0;
}
.contact-us .contact-sec,
.owl-stage-outer {
  display: grid;
}
.contact-us .title h2 {
  font-size: 32px;
  text-align: center;
  color: #000;
  padding: 20px 0;
}
.contact-us .title p {
  font-size: 16px;
  width: 75%;
  margin: auto;
  text-align: center;
  padding-bottom: 35px;
  color: #707070;
  line-height: 24px;
}
.contact-us .f-area {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.contact-us .form-control.text-area {
  display: block;
  width: 100%;
  height: 110px;
  padding: 6px 12px;
  font-size: 14px;
  color: #000;
  background-color: #e8e8e8;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 2px;
}
.contact-info-sec .c-area {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: center;
}
.blog-page-sec,
.contact-info-sec {
  padding: 50px 0;
}
.contact-info-sec .c-mob {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}
.contact-info-sec .c-area .c-cont {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info-sec .c-area .c-cont p {
  font-size: 16px;
}
.flame-types-sec .title h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 400;
  color: #fa4317;
}
.flame-types-sec .t-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
.flame-types-sec .t-list .l-sec {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
}
.flame-types-sec .t-list .l-sec p {
  font-weight: 700;
  display: ruby;
}
.exp-types-sec .title h2 {
  font-size: 28px;
  text-align: center;
  color: #fa4317;
  font-weight: 400;
  padding-bottom: 40px;
}
.exp-types-sec .title p {
  color: #707070;
  padding-bottom: 50px;
  font-size: 18px;
  width: 90%;
  margin: auto;
  text-align: center;
}
.blog-page-sec .a-area .recent-sec .r-area img,
.disc-img img,
.exp-types-sec .t-area img {
  width: 100%;
}
.exp-types-sec .t-area .t-img p {
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
}
.blog-banner {
  background-image: url(../img/blog-banner.png);
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.latest-blogs-page {
  padding: 40px 0;
  background-color: #fff;
}
.latest-blogs-page .lb-area {
  display: grid;
  /* grid-template-columns: 30% 30% 30%; */
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  justify-content: space-between;
  padding: 25px 0;
}
.latest-blogs-page .lb-area span {
  text-align: left;
  font-size: 16px;
  padding-bottom: 0px;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-page-sec .cd-breadcrumb li > *,
.cd-multi-steps li > * {
  display: inline-block;
  color: #707070;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
}
.blog-page-sec .a-area {
  display: grid;
  grid-template-columns: 60% 34%;
  justify-content: space-between;
  gap: 50px;
  padding: 0;
}
.blog-page-sec .a-area .a-sol p span,
.blog-page-sec .a-area .a-sol span,
.blog-page-sec .a-area .a-sol span.txt {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
.blog-page-sec .a-area h1 {
  font-size: 25px;
  padding: 15px 0;
}
.blog-page-sec .a-area h5 {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
}
.blog-page-sec .a-area .recent-sec .r-area {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 10px;
  padding-bottom: 10px;
}
.blog-page-sec .a-area .recent-sec {
  height: fit-content;
  padding: 20px;
  border: 0.30000001192092896px solid #707070;
  position: sticky;
  top: 15%;
  right: 5%;
}
.blog-page-sec .a-area .recent-sec .r-area p {
  padding-bottom: 5px;
  color: #000;
  padding-top: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .blog-page-sec .a-area .recent-sec .r-area p {
    font-size: 12px;
  }
}
.blog-page-sec .a-area .recent-sec .r-area span {
  color: #707070;
  padding-bottom: 5px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  display: block;
}
.blog-page-sec .a-area .recent-sec h4 {
  font-size: 18px;
  padding-bottom: 10px;
}
.blog-page-sec p {
  color: #707070;
  line-height: 30px;
  padding-bottom: 15px;
}
.blog-page-sec p:first-child {
  padding: 20px 0;
}
.blog-page-sec ul {
  list-style: none;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 16px;
}
.blog-page-sec ul li {
  list-style-type: disc;
  color: #707070;
}
.latest-blogs-page ul {
  list-style-type: none;
}
.latest-blogs-page .items-list {
  max-width: 90vw;
  margin: 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3rem;
  justify-content: center;
  align-content: center;
}
@media only screen and (max-width: 600px) {
  .latest-blogs-page .items-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.latest-blogs-page .item {
  width: 10rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--greyDark);
  cursor: pointer;
}
.latest-blogs-page .item span {
  background: #fff;
  box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
  border-radius: 0.6rem;
  padding: 2rem;
  font-size: 3rem;
  transition: 0.3s;
}
.latest-blogs-page .item:hover span {
  transform: scale(1.2);
}
.latest-blogs-page .item p {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.latest-blogs-page .page {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
}
.latest-blogs-page .page__numbers,
.page__btn,
.page__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  font-size: 20px;
  cursor: pointer;
  color: #7e7e7e;
}
.latest-blogs-page .page__dots {
  width: 2.6rem;
  height: 2.6rem;
  cursor: initial;
}
.latest-blogs-page .page__numbers {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.4rem;
}
.latest-blogs-page .page__numbers:hover {
  color: #000;
}
.latest-blogs-page .page__numbers.active {
  color: #fff;
  background: #4e85f2;
  font-weight: 600;
  border: #4e85f2;
}
.latest-blogs-page .page__btn {
  color: #000;
  pointer-events: none;
}
.latest-blogs-page .page__btn.active {
  color: #000;
  pointer-events: initial;
}
.latest-blogs-page .page__btn.active:hover,
.text-dark {
  color: #000;
}
.form-section .f-area .form-group label.error,
.form-section .f-area .form-group span.error {
  color: red;
  font-size: 14px;
}
.sucs-txt {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
  color: #4bb543;
  display: none;
}
.footer {
  background: #3b3b3b;
  padding: 40px 0;
}
.footer .f-area {
  display: grid;
  grid-template-columns: 30% 20% 44%;
  justify-content: space-between;
  gap: 10px;
}
.footer .f-area .f-col-1 {
  padding-right: 5px;
}
.footer .cont-sec,
.footer .f-area .f-col-3,
.rupture-sec p:first-child p {
  padding-top: 0;
}
.footer .f-area .f-col-1 p {
  color: #fff;
  line-height: 25px;
  padding-top: 20px;
  font-size: 14px;
}
.footer .f-area ul {
  list-style: none;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 44px;
  margin-bottom: 10px;
  font-size: 16px;
}
.footer .f-area ul.acc {
  list-style: none;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 26px;
  margin-bottom: 0;
  font-size: 14px;
}
.footer .f-area a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.footer .f-area .sbe {
  display: flex;
  gap: 10px;
}
.footer .form-control {
  display: block;
  width: 350px;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  color: #999;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 8px;
}
.footer .btn,
.footer .f-area .e-cont .social {
  display: inline-block;
  text-align: center;
}
.footer .btn-default {
  color: #000;
  background-color: #fa4317;
  border: none;
}
.footer .btn {
  padding: 5px 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-family: Almarai, sans-serif;
}
.footer .f-area .sbe a {
  line-height: 30px;
  margin-top: 33px;
}
.footer .f-area .sbe label {
  font-size: 16px;
  color: #fff;
}
.footer .f-area .contact-info {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  align-items: center;
}
.footer .f-area .contact-info p,
.footer .f-area .e-cont .social p {
  color: #fff;
  font-size: 14px;
}
.footer .f-area .e-cont {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 20px;
}
.footer .f-area .social a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  padding: 0 8px;
}
.copyrights {
  padding: 20px 0;
  background: #605d5d;
}
.copyrights .c-area {
  text-align: center;
  color: #fff;
}
.copyrights .c-area p {
  font-size: 14px;
}
.footer .f-area .contact-info .c-sec {
  display: flex;
  gap: 15px;
  margin-top: 0;
  align-items: center;
}
.footer .f-area .e-cont .social p.text {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .banner .b-area,
  .banner-1 .b-area {
    margin-left: 0;
    display: block;
  }
  .banner h4,
  .banner span.v-text,
  .banner-1 span.v-text {
    border-bottom: 1px solid;
    font-weight: 300;
  }
  .banner h2,
  .banner h4 {
    width: 50%;
    margin: auto;
  }
  .banner h1,
  .banner h2,
  .banner h4,
  .banner span.v-text,
  .banner-1 h1,
  .banner-1 span.v-text {
    color: #fff;
    text-align: center;
  }
  .banner {
    background-image: url(../img/banner.png);
    background-size: cover;
    background-position: center;
    height: 360px;
  }
  .banner-1 .b-img {
    padding: 100px 0;
    height: calc(70vh - 100px);
    align-items: center;
    display: flex;
  }
  .banner-1 .btn,
  .btn,
  .latest-blogs .btn {
    font-size: 16px;
  }
  .banner-1 .b-area {
    padding: 0;
  }
  .banner h1,
  .banner-1 h1 {
    font-size: 54px;
    line-height: 1;
  }
  .banner-1 span.v-text {
    font-size: 24px;
    width: 83%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
    padding-top: 5px;
  }
  .banner .b-area p,
  .banner-1 .b-area p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    line-height: 24px;
    padding: 10px 40px 0;
  }
  .banner-1 .b-cont,
  .gurantee-1 .g-cont {
    left: 0;
  }
  .banner span.v-text {
    font-size: 24px;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
    padding-top: 5px;
  }
  .banner h4 {
    font-size: 16px;
  }
  .banner h2 {
    overflow: hidden;
    font-size: 30px;
    padding-top: 0;
  }
  .about .a-area {
    display: block;
    grid-template-columns: 50% 50%;
    gap: 50px;
  }
  .about {
    padding: 30px 12px;
  }
  .about .a-area h4 {
    font-size: 18px;
    font-weight: 300;
    color: #fa4317;
  }
  .about .a-area h2 {
    font-size: 22px;
  }
  .about p.a-text {
    padding: 10px 0;
    color: #707070;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .about .a-cont {
    display: grid;
  }
  .about .a-cont .a-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 35px;
  }
  .about .a-cont .a-flex img {
    width: 30%;
  }
  .a-area .about-img img,
  .contact-info-sec .c-area .ci-img iframe,
  .contact-info-sec .c-area .ci-img img,
  .exp-types-sec .t-area .t-img img,
  .main .tab {
    width: 100%;
  }
  .about-sec .a-area .a-sol,
  .about-sec .cd-breadcrumb,
  .cd-multi-steps,
  .explosion-sec .a-area .about-img img,
  .explosion-sec .cd-breadcrumb,
  .flame-sec .a-area .about-img img,
  .flame-sec .cd-breadcrumb,
  .rupture-sec .a-area .a-sol,
  .rupture-sec .a-area .about-img img,
  .rupture-sec .cd-breadcrumb {
    padding: 0 0.3em;
  }
  .vision .v-area,
  .vision-1 .v-area {
    display: block;
    grid-template-columns: 35% 35%;
    justify-content: center;
    padding-top: 30px;
    gap: 30px;
  }
  .exp-types-sec .title,
  .types-sec .title,
  .vision .title,
  .vision-1 .title {
    font-size: 20px;
    text-align: center;
    color: #fa4317;
  }
  .vision .v-area .v-sec,
  .vision-1 .v-area .v-sec {
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    margin: 0 20px 20px;
  }
  .vision .v-area .v-sec .v-cont h4,
  .vision-1 .v-area .v-sec .v-cont h4 {
    font-size: 24px;
    color: #fa4317;
    font-weight: 300;
  }
  .vision .v-area .v-sec p,
  .vision-1 .v-area .v-sec p {
    font-size: 14px;
    text-align: center;
  }
  .vision,
  .vision-1 {
    padding: 40px 0 30px;
    background: #f1f1f1;
  }
  .about-banner,
  .explosion-banner,
  .flame-banner,
  .gurantee,
  .products,
  .rupture-banner {
    background-size: cover;
    background-position: center;
  }
  .about .a-area .a-sol,
  .blog-page-sec .cd-breadcrumb,
  .cd-multi-steps,
  .contact-us .cd-breadcrumb,
  .explosion-sec .a-area .a-sol,
  .flame-sec .a-area .a-sol,
  .g-area ul,
  .latest-blogs-page .cd-breadcrumb,
  .vision-1 .vm-img {
    padding: 0;
  }
  .g-area,
  .gurantee-1 .g-area {
    display: block;
    grid-template-columns: 50%;
    padding: 30px 25px;
  }
  .gurantee {
    background-image: url(../img/guarantee.png);
    padding: 0;
    height: auto;
  }
  .gurantee h2 {
    font-size: 24px;
    color: #fa4317;
    padding-bottom: 20px;
    font-weight: 400;
    text-align: center;
  }
  .gurantee ul li {
    font-size: 14px;
    line-height: 27px;
    color: #6a6363;
  }
  .gurantee-1 .g-img img {
    width: 100%;
    height: 460px;
  }
  .gurantee-1 .g-area ul li,
  .gurantee-1 .g-area ul li.text {
    color: #ffff;
    font-size: 14px;
    line-height: 25px;
  }
  .featured-products .p-area .c-img img {
    width: 95%;
    margin-bottom: 4px;
  }
  .featured-products .p-area .c-img {
    padding: 0;
    text-align: center;
  }
  .featured-products .p-area {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    align-content: center;
  }
  .featured-products .title {
    font-size: 18px;
    text-align: center;
    color: #fa4317;
    padding-bottom: 0;
    font-weight: 400;
  }
  .featured-products .p-text p {
    text-align: center;
    font-size: 14px;
    width: 90%;
    margin: 20px auto 0;
  }
  .main .tab-bar {
    overflow: hidden;
    background: #fff;
  }
  .main .tab {
    height: auto;
    margin: auto;
    padding: 0;
  }
  .latest-blogs .lb-area {
    display: block;
    padding: 30px 0 0;
  }
  .latest-blogs .b-cont {
    padding: 0 24px 24px;
    /* height: 255px; */
  }
  .products {
    background-image: url(../img/product.png);
    padding: 40px 0;
  }
  .latest-blogs {
    padding: 40px 10px 30px;
    background-color: #f9f9f9;
  }
  .latest-blogs .lb-area p {
    text-align: left;
    color: #000;
    margin-bottom: 0;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    font-family: Poppins, sans-serif;
    margin-bottom: 10px;
  }
  .latest-blogs .lb-area span {
    text-align: left;
    font-size: 14px;
    padding-bottom: 0px;
    color: #707070;
    padding-top: 10px;
  }
  .latest-blogs .title {
    font-size: 22px;
    text-align: center;
    color: #fa4317;
  }
  .products .title {
    font-size: 22px;
    text-align: center;
    color: #fa4317;
    padding-bottom: 0;
  }
  .contact .contact-sec {
    display: block;
    justify-content: right;
    padding: 0;
  }
  .contact .title {
    font-size: 22px;
    text-align: center;
    color: #000;
    padding: 10px 0;
  }
  .contact .form-control,
  .footer .form-control {
    height: 40px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fff;
    background-image: none;
    width: 100%;
  }
  .contact .contact-sec .title h2,
  .types-sec .title h2 {
    padding-bottom: 20px;
    font-size: 24px;
  }
  .contact .f-area {
    display: block;
    justify-content: center;
    margin-bottom: 8px;
    gap: 40px;
  }
  .contact-info-sec .c-area .c-cont,
  .form-section {
    padding: 0 15px;
  }
  .contact .form-control {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 0;
    margin-bottom: 2px;
  }
  .contact .contact-sec .c-mob,
  .latest-blogs .t-button.desk {
    display: none;
  }
  .footer .f-area {
    display: block;
    gap: 30px;
    padding: 0 25px;
  }
  .footer .f-area .sbe {
    display: block;
    gap: 10px;
  }
  .footer .f-area .f-col-1 p {
    color: #fff;
    line-height: 25px;
    padding-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .footer .f-area ul {
    list-style: none;
    padding-left: 0;
    line-height: 35px;
    padding-right: 0;
  }
  .footer .f-area a {
    text-decoration: none;
    color: #fff;
    line-height: unset;
    font-size: 14px;
  }
  .footer .form-control {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out,
      -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 8px;
  }
  .footer .f-area .f-col-1 {
    border-right: none;
    padding-right: 5px;
  }
  .footer .f-area .sbe a {
    line-height: 30px;
    margin-top: 15px;
    width: 100%;
  }
  .footer .f-area ul.acc {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .footer .f-area .e-cont {
    display: block;
    grid-template-columns: 50% 50%;
    gap: 30px;
  }
  .footer .f-area .contact-info {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    align-items: center;
  }
  .footer .f-area .e-cont .social {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
  }
  .footer .f-area .f-col-3 {
    padding-top: 0;
  }
  .copyrights .c-area {
    text-align: center;
    color: #fff;
    padding: 0 10px;
  }
  .contact-info-sec .c-area .c-cont p,
  .copyrights .c-area p {
    font-size: 14px;
  }
  .about-sec .a-area,
  .contact-us .contact-sec,
  .latest-blogs .t-button.mob,
  .rupture-sec .a-area,
  .types-sec .t-area {
    display: block;
  }
  .accordion-2 .card__title,
  .latest-blogs .t-button.mob,
  .main .tab-menu,
  .products .c-img,
  .t-button,
  .t-list {
    display: flex;
    display: flex;
  }
  .latest-blogs .t-button.mob {
    justify-content: center;
    margin-right: 0;
    margin-top: 0;
  }
  .products .c-img {
    padding: 0 25px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    z-index: 1;
    text-align: center;
    align-items: center;
  }
  .explosion-banner,
  .flame-banner,
  .rupture-banner {
    background-image: url(../img/f-banner.png);
    height: 200px;
  }
  .about-banner h2,
  .about-banner-1 h2,
  .blog-banner-1 h2,
  .contact-us-banner h2,
  .contact-us-banner-1 h2,
  .explosion-banner h2,
  .explosion-banner-1 h2,
  .flame-banner h2,
  .flame-banner-1 h2,
  .rupture-banner h2,
  .rupture-banner-1 h2 {
    font-size: 26px;
    text-align: center;
    color: #ffff;
    font-weight: 400;
  }
  .about-sec,
  .explosion-sec,
  .flame-sec,
  .rupture-sec {
    padding: 30px 0;
  }
  .about-banner-1 .a-img img,
  .blog-banner-1 .b-img img,
  .contact-us-banner-1 .c-img img,
  .explosion-banner-1 .e-img img,
  .flame-banner-1 .f-img img,
  .rupture-banner-1 .r-img img {
    width: 100%;
    height: 200px;
  }
  .about-banner {
    background-image: url(../img/about-ban.png);
    height: 200px;
  }
  .about-sec .a-area .about-img {
    width: 88%;
    margin: auto;
  }
  .exp-types-sec,
  .flame-types-sec,
  .types-sec {
    padding: 30px 0;
    background: #f9f9f9;
  }
  .blog-banner,
  .contact,
  .contact-us-banner {
    background-size: cover;
    background-position: center;
  }
  .main .tab-menu-link {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    width: calc(100% / 4);
    height: auto;
    padding: 1rem 0;
    border-top: 2.5px solid transparent;
    color: #c4c4c4;
    background: #fff;
    border: none;
  }
  .footer .heading {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 0;
    cursor: pointer;
  }
  .footer .heading::before {
    position: static;
    margin-top: 13px;
  }
  .about .a-cont p {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .main .tab-menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-top: 1.3px solid #dbdbdb;
    transition: 0.3s;
  }
  .contact {
    background-image: url(../img/contact.webp);
    padding: 20px 0 40px;
  }
  .footer .f-area ul.acc li {
    margin-left: 20px;
    margin-bottom: 0;
  }
  .t-button {
    justify-content: center;
    margin-top: 30px;
  }
  .types-sec .t-area .t-img p {
    font-weight: 700;
    font-size: 16px;
    padding: 0 10px 25px;
  }
  .t-list .l-sec p {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
  }
  .exp-types-sec .title p,
  .types-sec .title p {
    color: #707070;
    padding-bottom: 30px;
    font-size: 16px;
    width: 100%;
    margin: auto;
  }
  .types-sec .title p span {
    color: #707070;
    font-size: 20px;
    font-weight: 700;
  }
  .t-list {
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 35px;
    justify-content: flex-start;
  }
  .flame-types-sec .t-list .l-sec {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
  }
  .flame-types-sec .t-list .l-sec img {
    margin-top: 4px;
  }
  .flame-types-sec ul li.text {
    color: #000;
    font-size: 16px;
    line-height: 25px;
  }
  .benefit-sec .title {
    font-size: 20px;
    text-align: center;
    color: #fa4317;
    padding-bottom: 30px;
  }
  .benefit-sec .b-area .b-cont {
    padding: 30px;
    text-align: center;
    border: 1px solid #707070;
    border-radius: 10px;
    width: 70%;
  }
  .accordion-2 {
    --background: #ffffff;
    --border-radius: 12px;
    width: 95%;
    margin: auto;
    border: 1px solid #d9d9d9;
  }
  .accordion-2 .card__title {
    justify-content: space-between;
    align-items: center;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .section_accordion .accordion-2 .card__content ul.acc {
    list-style: none;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 26px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .accordion-2 .card__content {
    padding: 0 0.25rem 1.25rem;
    color: #707070;
    font-size: 12px;
  }
  .accordion-2 .card__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3.5rem;
    margin: 0 0 -1px;
    padding: 0.5rem 0.25rem;
    color: #707070;
    text-decoration: none;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .section_accordion .title {
    font-size: 20px;
    text-align: center;
    color: #fa4317;
    padding-bottom: 20px;
  }
  .contact-us-banner {
    background-image: url(../img/contact-us.png);
    height: 200px;
  }
  .contact-us .f-area {
    display: block;
    justify-content: center;
    margin-bottom: 10px;
    gap: 40px;
  }
  .contact-us .form-control {
    display: block;
    width: 100%;
  }
  .contact-us .form-group select.form-input {
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 10px;
    -webkit-appearance: none;
    padding-right: 27px;
  }
  .contact-us .f-area .form-group.txt {
    width: 100%;
    margin: auto;
  }
  .form-section .f-area .form-group {
    margin-bottom: 8px;
  }
  .contact-info-sec .c-area {
    display: block;
    grid-template-columns: 50% 50%;
  }
  .contact-info-sec .c-area .c-cont .ci-img img {
    width: 90%;
  }
  .section_accordion {
    padding: 30px 0 50px;
  }
  .flame-types-sec .t-list {
    display: flex;
    gap: 40px;
    margin-top: 30px;
    justify-content: flex-start;
  }
  .explosion-sec .a-area,
  .flame-sec .a-area {
    display: block;
    grid-template-columns: 70% 30%;
    gap: 10px;
  }
  .flame-types-sec .title h2 {
    font-size: 24px;
    text-align: center;
    color: #fa4317;
    font-weight: 400;
  }
  .flame-types-sec .title p {
    color: #707070;
    padding-bottom: 30px;
    font-size: 16px;
    width: 90%;
    margin: auto;
  }
  .exp-types-sec .t-area .t-img p {
    padding: 0 0 20px;
    font-weight: 700;
    font-size: 16px;
  }
  .exp-types-sec .t-area {
    display: block;
    gap: 50px;
    padding: 0 20px;
  }
  .contact-info-sec {
    padding: 10px 0 40px;
  }
  .contact-us .title {
    font-size: 20px;
    text-align: center;
    color: #000;
  }
  .contact-us .title p {
    font-size: 16px;
    width: 100%;
    margin: auto;
    padding-bottom: 35px;
    color: #707070;
    line-height: 24px;
  }
  .contact-us .form-control {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .contact-us .form-control.text-area {
    margin-top: 0;
  }
  .latest-blogs-page .lb-area {
    display: block;
    grid-template-columns: 32% 32% 32%;
    gap: 20px;
    padding: 30px 0;
  }
  .blog-banner {
    background-image: url(../img/blog-banner.png);
    height: 200px;
  }
  .blog-banner h2 {
    font-size: 35px;
    text-align: center;
    padding-top: 20%;
    color: #ffff;
    font-weight: 400;
  }
  .blog-page-sec .a-area {
    display: block;
    grid-template-columns: 65% 35%;
    gap: 8px;
    padding: 0;
  }
  .blog-page-sec .a-area .recent-sec {
    padding: 20px;
    border: 0.30000001192092896px solid #707070;
  }
  .blog-page-sec .a-area h2 {
    font-size: 20px;
    margin-bottom: -10px;
  }
  .blog-page-sec .a-area p {
    color: #707070;
    padding-bottom: 10px;
    font-size: 14px;
    padding-top: 5px;
  }
  .featured-products .title h2,
  .products .title h2 {
    color: #fa4317;
    padding-bottom: 30px;
    font-weight: 400;
  }
  .latest-blogs-page .lb-area p.title1 {
    text-align: left;
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0 15px;
    font-family: Poppins, sans-serif;
  }
  .latest-blogs-page .b-cont {
    padding: 0 20px 20px;
    /* height: 255px; */
  }
  .featured-products .title h2 {
    font-size: 22px;
    text-align: center;
  }
  .latest-blogs .title h2 {
    font-size: 25px;
    text-align: center;
    color: #fa4317;
    font-weight: 400;
  }
  .products .title h2 {
    font-size: 25px;
    text-align: center;
  }
  .explosion-sec .title-content h3 {
    font-size: 22px !important;
  }
  .contact .title p {
    font-size: 16px;
    width: 100%;
    margin: auto;
    color: #707070;
    line-height: 24px;
    padding-bottom: 0;
  }
  .about-banner-1 h1,
  .blog-banner-1 h1,
  .contact-us-banner-1 h1,
  .explosion-banner-1 h1,
  .flame-banner-1 h1,
  .rupture-banner-1 h1 {
    font-size: 25px !important;
  }
  .benefit-sec .title h2,
  .section_accordion .title h2 {
    font-size: 24px;
    text-align: center;
    color: #fa4317;
    padding-bottom: 10px;
    font-weight: 400;
  }
  .benefit-sec {
    padding: 30px 0 40px;
    background: #fff;
  }
  .exp-types-sec .title h2 {
    font-size: 22px;
    text-align: center;
    color: #fa4317;
    font-weight: 400;
  }
  .contact-us .title h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    padding: 20px 0;
  }
  .accordion-2 .card {
    overflow: hidden;
    margin: 0 16px;
    border-top: 1px solid #d9d9d9;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: contents;
    text-align: left;
  }
  .flame-types-sec .t-list .l-sec p {
    font-weight: 700;
    display: block;
  }
  .blog-page-sec ul.acc {
    list-style: none;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 28px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .blog-page-sec {
    padding: 40px 0;
  }
  .blog-page-sec .cd-breadcrumb li,
  .cd-multi-steps li {
    display: inline-flex;
    margin: 0.5em 0;
    align-items: center;
  }
  .products.pro .title h2 {
    font-size: 25px;
    text-align: center;
    color: #fa4317;
    padding-top: 15px;
    padding-bottom: 20px;
    font-weight: 400;
  }
  .products.pro .pp-img .pr-img {
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .about-sec .cd-breadcrumb,
  .blog-page-sec .cd-breadcrumb,
  .cd-multi-steps,
  .contact-us .cd-breadcrumb,
  .explosion-sec .cd-breadcrumb,
  .flame-sec .cd-breadcrumb,
  .latest-blogs-page .cd-breadcrumb,
  .rupture-sec .cd-breadcrumb {
    padding: 0;
  }
  .contact-info-sec .c-area .ci-img iframe {
    width: 100%;
  }
  .latest-blogs .lb-area p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .latest-blogs-page .b-cont {
    padding: 0 24px 24px;
    /* height: 300px; */
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer .f-area {
    display: grid;
    grid-template-columns: 25% 18% 52%;
    justify-content: center;
    gap: 10px;
  }
  .navbar {
    background: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-shadow: 0 3px 6px #00000029;
  }
  .contact-info-sec .c-area {
    display: grid;
    grid-template-columns: 58% 42%;
    justify-content: center;
  }
  .contact-us .f-area .form-group.txt {
    width: 80%;
    margin: auto;
  }
  .contact-info-sec .c-area .ci-img iframe {
    width: 100%;
  }
  .flame-types-sec .t-list .l-sec {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }
}
.latest-blogs .lb-area p,
.latest-blogs-page .lb-area p {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}
@media (min-width: 768px) and (max-width: 992px) {
  .contact-us .f-area .form-group.txt,
  .main .tab {
    margin: auto;
    width: 100%;
  }
  .about-sec .cd-breadcrumb,
  .blog-page-sec .cd-breadcrumb,
  .cd-multi-steps,
  .contact-us .cd-breadcrumb,
  .explosion-sec .cd-breadcrumb,
  .flame-sec .cd-breadcrumb,
  .latest-blogs-page .cd-breadcrumb,
  .navbar,
  .rupture-sec .cd-breadcrumb {
    padding: 0;
  }
  .contact-us .contact-sec {
    display: grid;
    align-items: center;
    justify-content: center;
  }
  .footer .f-area {
    display: block;
    padding: 0 22px;
  }
  .footer .f-area .f-col-1 {
    border-right: none;
    padding-right: 5px;
  }
  .footer .f-area ul {
    list-style: none;
    padding-left: 0;
    padding-right: 10px;
    line-height: 44px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .products .c-img {
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .main .tab {
    height: auto;
    padding: 1rem 0;
  }
  .about .a-area {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px;
    justify-content: center;
    padding: 0 12px;
  }
  .latest-blogs .lb-area p.title1 {
    text-align: left;
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 15px;
    height: 125px;
    font-family: Poppins, sans-serif;
  }
  .heading::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 6px solid #f5f5f5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    float: right;
    transform: rotate(0);
    transition: 0.5s;
    margin-top: 18px;
    position: absolute;
    left: 13%;
  }
  .t-list .l-sec p {
    font-weight: 700;
    font-size: 13px;
  }
  .benefit-sec .b-area .b-cont p {
    padding: 10px 0;
    font-weight: 700;
    color: #707070;
  }
  .explosion-sec .a-area,
  .flame-sec .a-area,
  .rupture-sec .a-area {
    display: grid;
    grid-template-columns: 50% 48%;
    justify-content: center;
    gap: 10px;
  }
  .about-sec .a-area {
    display: grid;
    grid-template-columns: 55% 44%;
    justify-content: center;
    gap: 10px;
  }
  .vision .v-area,
  .vision-1 .v-area {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: center;
    padding-top: 30px;
    gap: 25px;
  }
  .contact-info-sec .c-area .ci-img img {
    text-align: center;
    width: 100%;
  }
  .contact-info-sec .c-area {
    display: grid;
    grid-template-columns: 58% 42%;
    justify-content: center;
  }
  .contact-info-sec .c-area .c-cont p {
    font-size: 16px;
  }
  .contact-info-sec .c-area .c-cont {
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact .f-area {
    display: grid;
    margin-bottom: 30px;
    grid-template-columns: 33% 33% 33%;
    justify-content: space-around;
    gap: 2px;
  }
  .footer .f-area .f-col-3 {
    padding-top: 0;
  }
  .footer .f-area .f-col-1 p {
    color: #fff;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .latest-blogs-page .b-cont {
    padding: 0 15px 15px;
    /* height: 300px; */
  }
  .latest-blogs-page .lb-area p.title1 {
    text-align: left;
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 25px;
    font-family: Poppins, sans-serif;
  }
  .latest-blogs-page .lb-area {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    padding: 20px 0;
  }
  .blog-page-sec .a-area {
    display: grid;
    grid-template-columns: 60% 38%;
    justify-content: center;
    gap: 15px;
    padding: 0;
  }
  .latest-blogs .b-sec {
    box-shadow: 0 0 3px #00000029;
    margin-bottom: 15px;
    background: #ffff;
    overflow: hidden;
  }
  .banner .b-area {
    display: grid;
    grid-template-columns: 50%;
  }
  .banner-1 .b-area {
    display: grid;
    grid-template-columns: 55%;
  }
  .about .a-area .about-img img,
  .about-sec .a-area .about-img img,
  .contact-info-sec .c-area .ci-img iframe {
    width: 100%;
  }
  .g-area,
  .gurantee-1 .g-area {
    display: grid;
    grid-template-columns: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-us .f-area {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 20px;
  }
  .latest-blogs .t-button {
    display: flex;
    justify-content: right;
    margin-right: 0;
  }
  .contact-us .form-control {
    display: block;
    width: 200px;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #e8e8e8;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 2px;
  }
  .contact-us .f-area .form-group.txt {
    width: 90%;
    margin: auto;
  }
  .contact .contact-sec {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
    justify-content: center;
  }
}
.disc-card-content,
.disc-card_sec {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .latest-blogs .lb-area {
    display: grid;
    padding-top: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  .latest-blogs .b-cont {
    padding: 0 16px 16px;
    /* height: 300px; */
  }
  .gurantee {
    background-image: url(../img/guarantee.png);
    background-size: cover;
    background-position: center;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .banner .b-area,
  .banner-1 .b-area {
    display: grid;
    grid-template-columns: 50%;
  }
  .about .a-area .about-img img {
    width: 100%;
  }
  .latest-blogs .lb-area p.title1,
  .latest-blogs-page .lb-area p.title1 {
    text-align: left;
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
  }
  .latest-blogs .lb-area p.title1 {
    padding: 20px 0 15px;
    height: 130px;
  }
  .latest-blogs-page .lb-area p.title1 {
    padding: 20px 0 30px;
    height: 100px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .banner .b-area,
  .banner-1 .b-area {
    display: grid;
    grid-template-columns: 40%;
  }
  .about .a-area .about-img img {
    width: 100%;
  }
  .products.pro .pp-img {
    padding: 34px 0;
  }
  .heading::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 6px solid #f5f5f5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    float: right;
    transform: rotate(0);
    transition: 0.5s;
    margin-top: 18px;
    position: absolute;
    left: 60%;
  }
}
.contact .f-area,
.contact-us .f-area {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
  .about-sec .cd-breadcrumb,
  .blog-page-sec .cd-breadcrumb,
  .cd-multi-steps,
  .contact-us .cd-breadcrumb,
  .explosion-sec .cd-breadcrumb,
  .flame-sec .cd-breadcrumb,
  .latest-blogs-page .cd-breadcrumb,
  .rupture-sec .cd-breadcrumb {
    padding: 0;
  }
  .contact-us .f-area .form-group.txt {
    width: 58.5%;
    margin: auto;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-1 .b-img {
    padding: 100px 0;
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1600px) {
  .banner-1 .b-img {
    padding: 100px 0;
    height: calc(80vh - 100px);
  }
}
.cd-breadcrumb.custom-separator li:last-child::after {
  content: unset !important;
}
.latest-blogs-page .page .page__btn {
  pointer-events: unset;
}
.accordion-2 ul {
  list-style: disc;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 28px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
}
.accordion-2 p {
  padding: 0 0.25rem;
  color: #707070;
}
.accordion-2 [data-parent] p:last-child {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d9d9d9;
}
html {
  scroll-behavior: smooth;
}
.backtotop {
  position: fixed;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, visibility, background-color 0.3s;
  transition: opacity 0.3s, visibility, background-color 0.3s;

   bottom: 170px;
  right: 35px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  background-color: #0a75b7;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  z-index: 111;
}

.disc-card h5.disc-h5,
.disc-table {
  background-color: #f5f5f5;
}
.backtotop img {
  width: 50%;
  height: 100%;
  margin: auto;
}
.backtotop.active {
  opacity: 1;
  visibility: visible;
}
.backtotop:hover {
  background-color: #999d9e;
}
.accordion-2 .is-active::after {
  transform: rotate(180deg) !important;
}
.accordion-2 .card__title:after,
.heading::before {
  content: "";
  vertical-align: middle;
  float: right;
  transform: rotate(0);
}
.accordion-2 .card__title:after {
  display: inline-block;
  border-top: 7px solid #707070;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transition: 0.3s;
  font-size: 1.2em;
  position: relative;
}
.latest-blogs .lb-area p {
  color: #000;
  padding: 20px 0 15px;
  /* height: 110px; */
}
.latest-blogs-page .lb-area p {
  color: #000;
  padding: 20px 0 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  /* max-height: 100px; */
}
.banner-1 .btn-default:hover,
.contact .btn-default:hover,
.contact-us .btn-default:hover,
.latest-blogs .btn-default:hover {
  color: #fff;
  background: #999d9e;
}
.contact-us .row {
  width: 70%;
  margin: auto;
}
.contact .form-control.text-area,
.contact-us .form-control {
  width: 100%;
  line-height: 1.42857143;
  background-image: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 2px;
  font-size: 14px;
  padding: 6px 12px;
}
.contact-us .form-control {
  display: block;
  height: 40px;
  color: #000;
  background-color: #e8e8e8;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact-us .f-area {
  display: grid;
  gap: 26px;
}
.contact-us .f-area.txt {
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 30px;
  gap: 26px;
}
.heading::before {
  display: inline-block;
  border-top: 6px solid #f5f5f5;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: 0.5s;
  position: absolute;
  left: 45%;
}
.contact .f-area {
  display: grid;
  gap: 35px;
}
.contact-us .form-group select.form-input {
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 10px;
  padding-right: 27px;
  color: #000;
}
.contact .form-control.text-area {
  display: block;
  height: 110px;
  color: #999;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact-us .form-group {
  position: relative;
}
.form-section .f-area .form-group span.error {
  color: red;
  font-size: 14px;
  position: absolute;
}
@media (max-width: 767px) {
  .latest-blogs .lb-area p,
  .latest-blogs-page .lb-area p {
    text-align: left;
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    padding-bottom: 10px;
  }
  .banner-1 span {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid;
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 8px;
  }
  .featured-products .p-area .c-img img {
    width: 95%;
    margin-bottom: 8px;
  }
  .contact .form-control.text-area {
    margin-top: 0;
  }
  .copyrights br {
    display: block;
  }
  .contact-us .row {
    width: 100%;
    margin: auto;
  }
  .contact-us .f-area {
    display: block;
    margin-bottom: 15px;
  }
  .form-section .f-area .form-group {
    margin-bottom: 25px;
  }
  .contact .f-area {
    display: block;
    margin-bottom: 30px;
  }
  .latest-blogs .lb-area p {
    padding: 20px 0 15px;
    height: 110px;
  }
  .latest-blogs-page .lb-area p {
    padding: 20px 0 0px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .latest-blogs .lb-area p,
  .latest-blogs-page .lb-area p {
    text-align: left;
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
  }
  .contact-us .row {
    width: 90%;
    margin: auto;
  }
  .form-section .f-area .form-group span.error {
    color: red;
    font-size: 12px;
    position: absolute;
  }
  .latest-blogs .lb-area p {
    padding: 20px 0 15px;
    height: 110px;
  }
  .latest-blogs-page .lb-area p {
    padding: 20px 0 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    /* max-height: 95px; */
  }
  .heading::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 6px solid #f5f5f5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    float: right;
    transform: rotate(0);
    transition: 0.5s;
    margin-top: 12px !important;
    position: absolute;
    left: 13%;
  }
}
.products .c-img {
  padding: 0 50px;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  z-index: 1;
  text-align: center;
  display: grid;
}
.products.pro .pp-cont .pro-cont {
  padding: 10px 8px;
  background: #ffff;
  box-shadow: 0 0 3px #00000029;
  font-size: 14px;
  min-height: 83px;
  height: 100%;
}
@media (max-width: 767px) {
  .products .c-img {
    padding: 0 16px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    z-index: 1;
    text-align: center;
    display: grid;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .latest-blogs .lb-area p,
  .latest-blogs-page .lb-area p {
    text-align: left;
    color: #000;
    /* margin-bottom: 0; */
    font-size: 16px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 10px;
  }
  .heading::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border-top: 6px solid #f5f5f5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    float: right;
    transform: rotate(0);
    transition: 0.5s;
    margin-top: 12px !important;
    position: absolute;
    left: 60%;
  }
  .form-section .f-area .form-group span.error {
    color: red;
    font-size: 12px;
    position: absolute;
  }
  .latest-blogs .lb-area p {
    padding: 20px 0 15px;
    /* height: 115px; */
  }
  .latest-blogs-page .lb-area p {
    padding: 20px 0 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* max-height: 95px; */
    margin-bottom: 16px;
  }
  .products .c-img {
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    z-index: 1;
    text-align: center;
    display: grid;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .products .c-img {
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    z-index: 1;
    text-align: center;
    display: grid;
    height: 100%;
    grid-template-rows: auto 1fr;
  }
}
.rupture-sec h4 {
  font-size: 18px;
  padding-top: 24px;
  color: #333333;
  font-weight: 600;
}
.rupture-sec .rd-area {
  padding: 10px;
  border: 1px solid #999d9e;
  margin-bottom: 10px;
}
.rupture-sec .rd-sec {
  display: grid;
  grid-template-columns: auto auto auto;
}
.rupture-sec .rd-img img {
  width: 60%;
}
.fp.rupture-disc-sec {
  padding: 80px 0;
}
.disc-card_sec {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
.item.card,
.owl-carousel.owl-drag .owl-item {
  height: 100%;
}
.disc-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #f1e0e0;
}
.disc-card h5.disc-h5 {
  font-size: 18px;
  color: #0c5ca4;
  padding: 10px 0;
  font-weight: 400;
  text-align: center;
  line-height: 100%;
}
.disc-card-content {
  display: grid;
  height: 100%;
}
.disc-img {
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, #27023c, #3e0037);
}
.disc-table table {
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
.disc-table table thead tr th {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 6px 12px;
  line-height: 100%;
  background-color: #5b9bd5;
  border-right: 2px solid #fff;
}
.disc-table table tbody td {
  font-size: 12px;
  padding: 6px 12px;
  line-height: 100%;
  border-right: 2px solid #fff;
}
.disc-table table tr:nth-child(odd) {
  background-color: #d6eeee;
}
.disc-table table tr:nth-child(2n) {
  background-color: #eaeff7;
}
.disc-table table tr {
  border-bottom: 2px solid #fff;
}
.disc-table table tr:last-child td {
  padding-bottom: 12px;
}
@media (max-width: 1023px) {
  .disc-card {
    border-radius: 0;
  }
  .disc-card-content {
    grid-template-columns: 1fr;
    align-items: center;
  }
}
.rupture-disc-sec .tab-menu-link {
  width: calc(100% / 3);
}
.products.pro.energy-indusrie {
  background-color: #f9f9f9;
}
.owl-Industries .card,
.owl-chemical .card,
.owl-energy .card,
.owl-process-industries .card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 10px 5px;
  border: 1px solid #d3d3d3;
}
.card .card-con {
  border-top: 2px solid #d3d3d3;
  padding: 20px;
}
.card .card-con h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.owl-Industries .owl-nav button.owl-next,
.owl-Industries .owl-nav button.owl-prev,
.owl-chemical .owl-nav button.owl-next,
.owl-chemical .owl-nav button.owl-prev,
.owl-energy .owl-nav button.owl-next,
.owl-energy .owl-nav button.owl-prev,
.owl-mob-carousel .owl-nav button.owl-next,
.owl-mob-carousel .owl-nav button.owl-prev,
.owl-process-industries .owl-nav button.owl-next,
.owl-process-industries .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3rem;
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #f5f5f5;
  border-radius: 50%;
  transition: 0.5s;
}
.owl-Industries .owl-nav button.owl-next,
.owl-chemical .owl-nav button.owl-next,
.owl-energy .owl-nav button.owl-next,
.owl-mob-carousel .owl-nav button.owl-next,
.owl-process-industries .owl-nav button.owl-next {
  right: -2rem;
  left: unset;
}
.owl-energy .card {
  margin: 0 50px 5px;
}
@media (max-width: 1024px) {
  .owl-Industries .card,
  .owl-chemical .card,
  .owl-energy .card,
  .owl-process-industries .card {
    margin: 0 20px 5px 40px;
  }
  .owl-Industries .owl-nav button.owl-next,
  .owl-Industries .owl-nav button.owl-prev,
  .owl-chemical .owl-nav button.owl-next,
  .owl-chemical .owl-nav button.owl-prev,
  .owl-energy .owl-nav button.owl-next,
  .owl-energy .owl-nav button.owl-prev,
  .owl-mob-carousel .owl-nav button.owl-next,
  .owl-mob-carousel .owl-nav button.owl-prev,
  .owl-process-industries .owl-nav button.owl-next,
  .owl-process-industries .owl-nav button.owl-prev {
    left: -2rem;
  }
  .owl-Industries .owl-nav button.owl-next,
  .owl-chemical .owl-nav button.owl-next,
  .owl-energy .owl-nav button.owl-next,
  .owl-mob-carousel .owl-nav button.owl-next,
  .owl-process-industries .owl-nav button.owl-next {
    right: -2rem;
    left: unset;
  }
  .owl-Industries .owl-dots,
  .owl-chemical .owl-dots,
  .owl-energy .owl-dots,
  .owl-process-industries .owl-dots {
    display: none;
  }
}
@media (max-width: 575px) {
  .products.pro .pp-img {
    padding: 15px 0;
  }
  .products.pro .title h2 {
    font-size: 16px;
  }
  .card .card-con h6 {
    font-size: 16px;
    font-weight: 500;
  }
  .owl-Industries .card,
  .owl-chemical .card,
  .owl-energy .card,
  .owl-process-industries .card {
    margin: 0 50px 5px;
  }
  .owl-Industries .owl-nav button.owl-next,
  .owl-Industries .owl-nav button.owl-prev,
  .owl-chemical .owl-nav button.owl-next,
  .owl-chemical .owl-nav button.owl-prev,
  .owl-energy .owl-nav button.owl-next,
  .owl-energy .owl-nav button.owl-prev,
  .owl-mob-carousel .owl-nav button.owl-next,
  .owl-mob-carousel .owl-nav button.owl-prev,
  .owl-process-industries .owl-nav button.owl-next,
  .owl-process-industries .owl-nav button.owl-prev {
    left: 0.5rem;
  }
  .owl-Industries .owl-nav button.owl-next,
  .owl-chemical .owl-nav button.owl-next,
  .owl-energy .owl-nav button.owl-next,
  .owl-mob-carousel .owl-nav button.owl-next,
  .owl-process-industries .owl-nav button.owl-next {
    right: 0.5rem;
    left: unset;
  }
}
@media (max-width: 1024px) {
  .owl-mob-carousel .owl-nav button.owl-next,
  .owl-mob-carousel .owl-nav button.owl-prev {
    left: -3rem;
  }
  .owl-mob-carousel .owl-nav button.owl-next,
  .owl-process-industries .owl-nav button.owl-next {
    right: -3rem;
    left: unset;
  }
}
@media (max-width: 575px) {
  .owl-mob-carousel .owl-nav button.owl-next,
  .owl-mob-carousel .owl-nav button.owl-prev {
    left: -0.5rem;
  }
  .owl-mob-carousel .owl-nav button.owl-next,
  .owl-process-industries .owl-nav button.owl-next {
    right: -0.5rem;
    left: unset;
  }
}
.card-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
.new-card-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.item.card.card-size {
  width: 250px;
  border: 1px solid #d3d3d3;
  height: fit-content;
  border-radius: 12px;
}
.card-img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 990px) {
  .item.card.card-size {
    width: fit-content;
    display: block;
  }
  .owl-carousel .owl-stage-outer {
    overflow: clip;
    overflow-clip-margin: 20px;
  }
  .owl-mob-carousel .owl-stage {
    display: flex;
  }
  .owl-stage-outer {
    display: grid;
    overflow: hidden;
  }
  .owl-item.active {
    display: flex;
    justify-content: center;
  }
}
.row.owl-mob-carousel {
  justify-content: space-evenly;
  margin: auto;
}
@media only screen and (max-width: 2600px) and (min-width: 991px) {
  .row.owl-mob-carousel {
    display: flex;
    justify-content: space-evenly;
    margin: auto;
  }
}
@media only screen and (max-width: 390px) and (min-width: 320px) {
  .item.card.card-size {
    display: block;
    width: 80%;
  }
}
@media only screen and (max-width: 600px) and (min-width: 320px) {
  .item.card {
    display: grid;
    grid-template-rows: 1fr auto;
  }
}
.text-justify {
  text-align: justify;
}
.sm_icons {
  padding-top: 20px;
  gap: 12px;
  display: flex;
}
.sm-width {
  width: 30px;
}
.explosion-sec .title-content h2 {
  font-size: 28px;
  color: #fa4317;
  font-weight: 400;
  padding-bottom: 10px;
}
.explosion-sec .title-content h3 {
  font-size: 26px;
  color: #fa4317;
  font-weight: 400;
  padding-bottom: 10px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-20 {
  padding-bottom: 20px;
}
.l-h {
  line-height: 32px;
}
.email-info {
  display: flex;
  flex-direction: column;
}
.l-0 {
  line-height: 0;
}
@media (max-width: 767px) {
  .rupture-sec .rd-sec {
    display: block;
    margin-bottom: 20px;
  }
  .rupture-sec h4 {
    font-size: 16px;
  }
  .rupture-sec .rd-img {
    text-align: center;
    margin-bottom: 10px;
  }
  .explosion-sec .title-content h2 {
    font-size: 22px;
    line-height: 2rem;
  }
  .banner-1 .b-img .ba-img {
    height: 430px;
  }
}
.about-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
@font-face {
  font-family: Almarai;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS_antnqWow.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EFD-10EFF,
    U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32,
    U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B,
    U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D,
    U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77,
    U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3,
    U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1, U+0000-00FF, U+0131,
    U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: Almarai;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/almarai/v12/tsstApxBaigK_hnnQ1iFow.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EFD-10EFF,
    U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32,
    U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B,
    U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D,
    U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77,
    U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3,
    U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1, U+0000-00FF, U+0131,
    U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiGyp8kv8JHgFVrJJLucHtA.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2)
    format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ADDED CSS  */
h2.title-content{
  font-size: 28px;
  color: #fa4317;
  font-weight: 400;
  padding-bottom: 0px;}

  .about,
  .about-sec,
  .explosion-sec,
  .flame-sec,
  .rupture-sec:last-of-type{
  padding: 40px  0 40px;
  }
  ul.list-style-type-none li{
    list-style-type: none;
    list-style: none;
    margin: 0px 0 30px;
  }
  ul.list-style-type-none li:last-child{
    list-style-type: none;
    list-style: none;
    margin: 0;
  }
  .color{
    color: #0b73b8;
  }
.typesInfo{

  padding-left: 30px;
}
.typesInfo li{
  color: #707070;
  margin-bottom: 15px;
}
.whatsapp{
  display: none;
}
@media (max-width:767px){
  .whatsapp{
    display: block;
    position: fixed;
    opacity: 1;
     bottom: 100px;
    right: 30px;  z-index: 111;    
  }
}
.listStyleNone{
  list-style: none;
  padding-left: 0!important;
}

.listStyleNone li{
  list-style-type: none!important;
}

.rules-wrapper h2 , h3{
  margin-block: 1rem;
  display: block;
}

.rules-wrapper ul{
  margin-bottom: 1rem;
}

.aerosapace-orderedlist{
  padding-left: 3rem;
}

.aerosapace-orderedlist li{
  padding-bottom: 1rem;
}

.aerosapace-orderedlist li b{
  color: #000000;
}
.aerosapace-orderedlist li {
  color: #7e7e7e;
}
.d-grid{
  display: grid;
}
.pt-10{
  padding-top: 10px;
}
.mining-wrapper{
  display: grid;
  gap: 1rem;
}
.mining-wrapper h4{
  font-size: 18px;
  font-weight: 600;
}
.mining-container {
  padding-block: 10px;
}
.mining-container p {
  padding: 0 !important;
}
.mining-container ul{
display: grid;
gap: 5px;
  padding-block: 15px;
}
.mining-container ul li{
  color: #333333;
  font-size: 15px;
  font-weight: 300;
}
.mining-container ol{
  padding-left: 30px;
  display: grid;gap: 10px;
  padding-block: 15px;
}

.miningWrapper{
  margin-bottom: 100px;
}

.ruptureTitle{
  color: #333 !important;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  margin-top: 24px;
}

.ruptureTitle::before{
  content: '';
  height: 100%;
  width:3px;
  background-color: #fa4317;
  position: absolute;
  left: 0px;
  top: 0px;
}
.solutionOfferedContainer{  
  border: 1px solid #E8E8E8;
  background-color: #F3FAFF;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
}
.solutionOfferedContainer p:first-child{
  padding: 0px;

}
.solutionOfferedContainer p{
  color: #fa4317;
  font-weight: 500;
  font-size: 16px;
}
.solutionOfferedContainer ul{
  padding-left: 20px;
}
.solutionOfferedContainer ul li{
  color: #333333;

}
.a-area1{
  display: flex;
  gap: 30px;
  align-items: center;
}

.areaLhs{
  flex-basis: 30%;
  flex-shrink: 0;
}
.areaRhs{
  flex-grow: 1;
}
.mining-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit , minmax(300px , 1fr));
  gap: 20px;
  margin-block: 20px;
}
.mining-grid .mining-grid-item{
  padding: 15px;
  border-radius: 10px;
  background-color: #F3FAFF;
  border: 1px solid #E8E8E8;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.mining-grid .mining-grid-item h4{
  font-weight: 600;
  color: #333333;
}
.mining-grid .mining-grid-item p{
  font-size: 14px;
  color: #333333;
  padding: 0;
}


.llpContainer p{
 margin-bottom: 10px;
}
.llpContainer p b{
  color: #fa4317;
  font-weight: 600;
}
.llpContainer ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
  gap: 10px;
  /* list-style: ;
   */

}
@media (max-width:767px) {
  .miningWrapper{
    margin-bottom: 40px;
  }
  .a-area1{
    flex-direction: column;
  }
  .llpContainer ul{
    grid-template-columns: repeat(1, 1fr);
  }
}