@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");

@font-face {
  font-family: "SF UI Display Light";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Light"),
    url("../font/sf-ui-display-light-58646b33e0551.woff") format("woff");
}

@font-face {
  font-family: "SF UI Display Medium";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Medium"),
    url("../font/sf-ui-display-medium-58646be638f96.woff") format("woff");
}

@font-face {
  font-family: "SF UI Display Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Semibold"),
    url("../font/sf-ui-display-semibold-58646eddcae92.woff") format("woff");
}

@font-face {
  font-family: "SF UI Display Bold";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Bold"),
    url("../font/sf-ui-display-bold-58646a511e3d9.woff") format("woff");
}

* {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}

img {
  border: none;
  user-zoom: none;
  user-zoom: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/* p,h1,h2,h3,h4,h5,h6, ul li, a, span, td, th {
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
  } */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
strong,
ol,
span,
strong {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
body {
  font-size: 14px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}
/*.table-responsive{
	display: inline-table;
}*/
/************************/
.fixed-top {
  position: fixed;
  top: 0px;
  display: block;
  background: #fff;
  box-shadow: 1px 3px 4px 0 #adadad33;
}
#header .logo img {
  width: 258px;
  height: auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 99;
  position: relative;
}
.header-scrolled .logo img {
  width: 198px !important;
  height: auto;
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled {
  box-shadow: 0 0 2px 2px #0000004a;
}
.header-scrolled .main-nav {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .logo:after {
  top: -61px;
  width: 555px;
}
.header-scrolled .logo:before {
  height: 96px;
  right: -10px;
}
.header_menu {
  position: relative;
}
.main-nav {
  text-align: right;
  /*padding-top: 15px;
    padding-bottom: 15px;*/
  background: #f40403;
}
.main-nav > ul {
  margin-top: 0px;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  padding: 12px 8px;
}
.main-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 0px 6px 3px !important;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #24272e;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0%;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #24272e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-bottom: 4px solid #c22113;
  transition: ease all 0.3s;
}
.bg li {
  background: #fff;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .drop-down li {
  min-width: 270px;
  position: relative;
  border-bottom: 1px solid #f1f1f12b;
}
.main-nav .drop-down ul a {
  padding: 10px 20px !important;
  font-size: 15px;
  color: #fff;
  text-align: left;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #c22113;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1290px) {
  .main-nav a {
    font-size: 14px;
    padding: 0px 5px;
  }
}
@media screen and (max-width: 992px) {
  .logo {
    margin-top: 0 !important;
  }
  .logo:before {
    display: none;
  }
  .logo:after {
    display: none;
  }
  .fixed-top {
    padding: 8px 0px;
  }
  #header .logo img {
    width: 76%;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
/*second megha*/
.drop-down .col-md-6 {
  list-style: none;
  width: 680px;
}
.drop-down ol {
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
}
.drop-down ol li a {
  padding: 10px 0px !important;
}
/*second megha end*/
.pr {
  padding-right: 0;
}
.pl {
  padding-left: 0;
}

.logo {
  position: relative;
}

.nav-cont span {
  display: inline-block;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}
.nav-cont span i {
  font-size: 23px;
  color: #ffffff;
  background: #b71c0e;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: block;
}
.nav-cont span:nth-child(2) {
  position: relative;
  top: 2px;
  color: #666666;
}
.nav-cont span:nth-child(2) a {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.header-scrolled .main-nav > ul {
  margin-top: 0px;
}
/*******************/
.cont-head {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-scrolled .cont-head {
  display: none !important;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.header-scrolled .header-clr2 {
  display: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .header-clr1 {
  height: 76px;
}
.header-scrolled .nav-cont span i {
  padding-top: 23px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 23px;
}
.header-scrolled .main-nav > ul > li {
  padding: 24px 8px;
}
.head-bottom {
  background: #333;
}
.head-bottom {
  text-align: right;
}
.head-bottom span {
  display: inline-block;
  padding: 11px 25px;
  border-right: 1px solid #ffffff1f;
}
.head-bottom span:last-child {
  border-right: 0;
}
.head-bottom span li {
  display: inline-block;
}
.head-bottom span li b {
  color: #fff;
}
.head-bottom span li {
  color: #ff4a4a;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
.head-bottom span li a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
.head-bottom span:hover li a {
  color: #ed1300;
}
.header-clr1 {
  height: 52px;
  background: #f40403;
}
.head-bg {
  position: absolute;
  right: -90px;
  top: -2px;
  z-index: -1;
  width: 500px;
}
.header-clr2 {
  height: 45px;
  background: #333;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*******************/
.hm-prod {
  padding: 80px 0;
  /*background: #f0f0f0;*/
  background: url(../images/service-page-bg.jpg) no-repeat 100% 100% / cover;
}
.hm-prod a .hm-prod-dtl h6 {
  color: #212529;
}
.hm-prod-dtl {
  background: #fff;
  box-shadow: 7px 7px 0 0 rgb(0 0 0 / 10%);
  transition: 0.8s;
  -webkit-transition: 0.8s;
}
.hm-prod-dtl:hover {
  box-shadow: 7px 7px #f40403;
}
.hm-prod-dtl h6 {
  padding: 10px 15px;
  font-size: 16px;
  border-top: 1px solid #c2c2c2;
  line-height: 24px;
  font-family: "SF UI Display Medium";
  letter-spacing: 0.4px;
  height: 68px;
}
/*******************/
.hm-about {
  background: #333333;
}
.hm-about .col-md-6 {
  padding: 0;
}
.hm-about-dtl {
  background: #202020f5;
  padding: 10px;
  padding-left: 9%;
  padding-top: 60px;
  padding-bottom: 57px;
  position: relative;
}
/*.hm-about-dtl:after{
	position: absolute;
    content: "";
    border-top: 42px #202020 solid;
    bottom: -41px;
    z-index: 999;
    left: 52%;
    border-left: 63px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 0 solid transparent;
}*/
.hm-about-dtl p {
  color: #fff;
  padding: 0 15px;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.hm-about-dtl .btn {
  font-size: 15px;
  color: rgb(255, 255, 255);
  background-color: #f40403;
  padding: 9px 12px;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  margin-top: 15px;
  margin-left: 15px;
}
.hm-about-dtl .btn:hover {
  background: #333;
  color: #f40403;
}
.hm-about-dtl .btn img {
  margin-top: 0px;
  margin-left: 15px;
}
.hm-about-dtl h2 {
  margin-left: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.hm-about-dtl h2 span {
  color: #f40403;
}

.hm-about-icon {
  margin-right: 15%;
}
.quality-content {
  text-align: center;
}
.quality-counter-list li {
  cursor: default;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  width: 50%;
  float: left;
  /*  min-height: 177px;*/
}
.quality-counter-list {
  margin-bottom: 0;
}
.quality-counter-list li:nth-of-type(1) {
  border-bottom: 1px solid #d0cecf57;
}
.quality-counter-list li:nth-of-type(2) {
  border-bottom: 1px solid #d0cecf57;
}
.quality-counter-list li {
  padding: 48px 0px 48px 0px;
  border-right: 1px solid #d0cecf57;
  font-family: "SF UI Display Semibold";
  letter-spacing: 0.6px;
}
.quality-counter-list li {
  font-size: 18px;
  color: rgb(210, 39, 41);
}
.quality-counter-list li p {
  padding-top: 15px;
  color: #fff;
  font-family: Roboto, sans-serif;
}

/*******************/

.hm-industri {
  background: url(../images/service-texture.jpg) no-repeat 100% 100% / cover;
  padding: 75px 15px 40px;
  position: relative;
}
h1.medical-text-bg {
  font-size: 3.5em;
  background: -webkit-linear-gradient(transparent, transparent),
    url(../images/medical-text-bg.jpg);
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  margin-bottom: 40px;
}
.hm-industri-dtl ul li {
  margin-bottom: 20px;
}
.hm-industri-dtl ul li img {
  margin-right: 15px;
}
.hm-industri-dtl ul li span {
  font-size: 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  letter-spacing: 0.5px;
}
/*******************/
.hm-industry {
  padding: 80px 0;
}
.hm-industry-dtl {
  box-shadow: 0 0 5px #cdcdcd;
  display: block;
  clear: both;
  padding: 10px 5px;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
}
.hm-industry-dtl img {
  float: left;
  margin-right: 5px;
}
.hm-industry-dtl h5 {
  font-family: Roboto, sans-serif;
  color: #333;
  letter-spacing: 0.2px;
  margin-top: 20px;
}
.owl-dots {
  margin: 0 auto;
  display: table;
  margin-top: 30px;
}
.owl-carousel button.owl-dot {
  border-radius: 50%;
  background: 0 0;
  color: inherit;
  border: 1px solid #969195 !important;
  padding: 5px !important;
  margin: 0 5px;
}
.owl-carousel button.owl-dot.active {
  background: #969195;
}
/*******************/
.hm-process {
  padding: 60px 0;
  background: #f6f6f6;
}
.hm-process-head {
  padding-bottom: 40px;
}
.hm-process-head h2 {
  font-family: Roboto, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.hm-process-head h2 span {
  color: #f40403;
}
.hm-process ul li {
  width: 19%;
  float: left;
  margin: 0 5px;
}
.product-single {
  display: flex;
  /* justify-content: center;*/
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  height: 390px;
  transition: all 0.3s ease-in-out;
}
.product-single:hover {
  background: #f40403;
}
.product-single .inner-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 8px solid #969195;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.product-single:hover .inner-img {
  border: 8px solid #333333;
}
.product-single span {
  position: absolute;
  top: 28%;
  background: #00aff1;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.product-single h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-family: Roboto, sans-serif;
}
.product-single:hover h4 {
  color: #fff;
}
.product-single p {
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #333;
  letter-spacing: 0.4px;
  font-size: 15px;
  line-height: 21px;
}
.product-single:hover p {
  color: #fff;
}
.hm-industry-dtl h5 {
  font-size: 16px;
  text-align: center;
}
/*******************/
.hm-recoad {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #333333;
  z-index: 1;
  padding: 60px 0;
}
.hm-recoad:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(https://www.divinetubes.com/wp-content/themes/divinetubes/assets/images/bg01.jpg)
    center no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.07;
  background-attachment: fixed;
}
.hm-recoad-dtl {
  text-align: center;
}
.hm-recoad-dtl li {
  float: left;
  width: 19.5%;
  padding: 20px;
}
.hm-recoad-dtl li h5 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  padding-right: 26px;
  padding-top: 10px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.hm-recoad-dtl li h6 {
  font-size: 14px;
  color: #d5d5d5;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
.hm-recoad-dtl img {
  display: block;
  margin: 0 auto;
}
/*******************/
footer {
  background: #3d3c43;
  padding: 50px 0 40px;
}
.ftr-add {
  display: block;
}
.ftr-add span:nth-child(1) {
  width: 45px;
  float: left;
  height: 78px;
  padding-right: 10px;
  position: relative;
  margin-top: -3px;
}
.ftr-add span:nth-child(2) {
  color: #fff;
}
.ftr-add span a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #d4d7da;
}
.ftr-add span:nth-child(2) {
  font-weight: 400;
  color: #d4d7da;
  letter-spacing: 0.35px;
  line-height: 24px;
  display: block;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.6px;
}
.ftr-add span:hover p {
  color: #ffffff;
}
.ftr-addess {
  font-size: 14px !important;
  line-height: 20px !important;
}
.ftr-add2 {
  margin-top: 15px;
}
.ftr-add2 span:nth-child(1) {
  height: 30px;
}
.bob {
  position: relative;
}
.bob:after {
  content: "";
  position: absolute;
  height: 222px;
  top: 0;
  right: 0px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(
      linear,
      0 0,
      0 100%,
      from(#6b7d8a),
      to(rgba(0, 0, 0, 0))
    )
    1 100%;
  -webkit-border-image: -webkit-linear-gradient(#6b7d8a, rgba(0, 0, 0, 0)) 1
    100%;
  -moz-border-image: -moz-linear-gradient(#6b7d8a, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(#6b7d8a, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to bottom, #6b7d8a, rgba(0, 0, 0, 0)) 1 100%;
}
.footer-prod h5 {
  font-family: Roboto, sans-serif;
  color: #ffffff;
  padding-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.8px;
}
.footer-prod ul li {
  padding: 5px 0;
}
.footer-prod ul li a {
  text-align: center;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.5px;
  color: #d4d7da;
  font-size: 15px;
  line-height: 21px;
}
.footer-prod ul li a:hover {
  color: #ffffff;
}
.footer-info h5 {
  font-family: Roboto, sans-serif;
  color: #ffffff;
  padding-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.8px;
}
.footer-info ul li {
  padding: 5px 0;
}
.footer-info ul li a {
  text-align: center;
  font-family: Roboto, sans-serif;
  color: #d4d7da;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 21px;
}
.footer-info ul li a:hover {
  color: #ffffff;
}
.footer-logo {
  margin-top: 50px;
}

.google-review {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
}
.google-review h4 {
  font-family: Roboto, sans-serif;
}
.google-review ul li {
  display: inline-block;
  font-size: 20px;
  color: #fcb002;
  padding: 0 5px;
}
.google-review-clr {
  color: #000;
}
/*******************/
.ftr-btm {
  background: #3d3c43;
  padding: 10px 0;
}
.ftr-btm-arsh {
  padding-top: 3px;
}
.ftr-btm-arsh ul li {
  display: inline-block;
  color: #fff;
  padding: 0 5px;
}
.ftr-btm-arsh ul li {
  font-family: Roboto, sans-serif;
  letter-spacing: 0.7px;
}
.ftr-btm-arsh ul li a {
  color: #fff;
  font-family: Roboto, sans-serif;
}
.ftr-btm-social {
  text-align: right;
}
.ftr-btm-social span {
  display: inline-block;
}
.ftr-btm-social span h5 {
  font-size: 16px;
  color: #fff;
  padding-right: 5px;
  font-family: "SF UI Display Light";
  letter-spacing: 0.5px;
}
.ftr-btm-social span li {
  display: inline-block;
  padding: 0 5px;
}
.ftr-btm-social span li a {
  display: inline-block;
  padding: 0 3px;
  color: #fff;
  font-size: 16px;
}

.ftr-make {
  background: #e10100;
  padding: 10px 0;
}
.ftr-video span {
  font-size: 18px;
  padding-left: 50px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  color: #3d3c43;
  font-weight: 500;
}
.ftr-video {
  position: relative;
  margin-top: 13px;
}
.ftr-video h6 {
  background: #333333;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -30px;
}
.ftr-video:hover h6 {
  background: #3d3c43;
}
.ftr-video:hover span {
  color: #e10100;
}
.ftr-video h6 img {
  width: 35px;
}
.ftr-video i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #333333;
  color: #fff;
  font-size: 18px;
}
.ftr-video:hover i {
  background: #3d3c43;
}
.ftr-video h6 img {
  margin-top: 20px;
  margin-left: 18px;
}

.foote_serv {
  border-top: 1px solid #f2f7fd24;
  margin-top: 15px;
  padding-top: 15px;
}
.foote_serv h2 {
  color: #f2f7fd;
  font-size: 18px;
  border-left: 2px solid #f2f7fd;
  padding-left: 8px;
  margin-bottom: 10px;
}
.foote_serv ul li {
  float: left;
  padding: 0px 10px;
  margin-bottom: 2px;
  position: relative;
  color: #f2f7fd;
  font-size: 0.9rem;
}
.foote_serv ul li:last-child:after {
  display: none;
}
.foote_serv ul li:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translate(-50%, -50%);
}
.foote_serv ul li img {
  width: 20px;
  border-radius: 50%;
  border: 1px solid #ffffff24;
}
/*******************/
.inner-bnr {
  background-color: #213047;
  background-image: url(../images/molten-1-Recovered-1.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  margin-top: 90px;
  padding: 60px 0 0;
}
.inner-bnr-dtl {
  border-bottom: 2px solid #f40403;
  padding-bottom: 60px;
}
.inner-bnr-dtl h1 {
  color: #fff;
  padding-bottom: 15px;
  font-size: 25px;
}
.inner-bnr-dtl ul li {
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}
.inner-bnr-dtl ul li a {
  color: #f40403;
}
/*******************/
.prod-content {
  padding: 60px 0;
}
.prod-cont-dtl h2 {
  margin-bottom: 30px;
}
.prod-cont-dtl h2 span {
  background: #f40403;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  font-weight: 600;
}

.inner_prd_bx {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  margin-top: 15px;
  margin-bottom: 15px;
}
.inner_prd_box_mg {
  border-bottom: 0px;
  margin: 0 auto;
  display: table;
}
.inner_prd_box_mg li {
  display: inline-block;
  padding: 0 20px 0 0;
}
.inner_prd_box_mg li a {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.inner_prd_box_mg li a img {
  width: 50px;
  height: 50px;
  display: block;
  border: 1px solid #333333;
}
.inner_product_rht {
  padding-left: 15px;
}
.prod-cont-dtl p {
  color: #333;
  padding: 0 5px;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.prod-cont-dtl h3 {
  color: #000;
  font-size: 25px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  margin-top: 20px;
}
.inner_prd_bx h6 {
  padding: 10px 15px;
  font-size: 16px;
  border-top: 1px solid #c2c2c2;
  line-height: 24px;
  font-family: "SF UI Display Medium";
  letter-spacing: 0.4px;
  height: 68px;
  color: #212529;
}
.inner_prd_bx:hover h6 {
  color: #f40403;
}
.prod-cont-dtl ul li {
  list-style-type: disc;
  list-style-position: inside;
  color: #333;
  padding: 0 5px;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

/*Tab*/

.nav-item .nav-link,
.nav-tabs .nav-link {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  /* speak: none; */
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.now-ui-icons.objects_umbrella-13:before {
  content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
  content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
  content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
  content: "\ea4b";
}

.nav-tabs {
  border: 0;
  padding: 15px 0.7rem;
}

.card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.nav-tabs > .nav-item > .nav-link {
  color: #333333;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
  font-weight: 600;
}

.nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent;
}

.nav-tabs > .nav-item > .nav-link.active {
  background-color: #333;
  border-radius: 30px;
  color: #ffffff;
}

.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.card {
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-top: 4px solid #f40403 !important;
  border: 1px solid rgb(0 0 0 / 20%);
  margin-top: 30px;
}

.card .card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.card[data-background-color="orange"] {
  background-color: #f96332;
}

.card[data-background-color="red"] {
  background-color: #ff3636;
}

.card[data-background-color="yellow"] {
  background-color: #ffb236;
}

.card[data-background-color="blue"] {
  background-color: #2ca8ff;
}

.card[data-background-color="green"] {
  background-color: #15b60d;
}

[data-background-color="orange"] {
  background-color: #e95e38;
}

[data-background-color="black"] {
  background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"]) p {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"])
  a:not(.btn):not(.dropdown-item) {
  color: #ffffff;
}

[data-background-color]:not([data-background-color="gray"])
  .nav-tabs
  > .nav-item
  > .nav-link
  i.now-ui-icons {
  color: #ffffff;
}

.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  /*speak: none;*/
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-content p {
  color: #333;
  padding-bottom: 10px;
  letter-spacing: 0.2px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.tab-content ul li {
  color: #333;
  padding-bottom: 10px;
  letter-spacing: 0.2px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.tab-content h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  margin-top: 20px;
}
.tab-content .table thead tr {
  background: #f40403;
  color: #fff;
}
.tab-content .table tbody tr td {
  color: #333;
  font-weight: 500;
  width: 100%;
}
.blog-dtl ul li {
  list-style-type: none;
  list-style-position: none;
  color: #333;
  padding: 5px 0;
  letter-spacing: 0.2px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.bullet li {
  list-style-type: disc !important;
  list-style-position: inside !important;
  color: #333;
  padding: 5px 0;
  letter-spacing: 0.2px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .nav-tabs {
    display: inline-block;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
  }

  .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }
}
/*Tab End*/
.prod-section-ctg {
  background: #333;
  padding-top: 1px;
  padding: 5px;
}
.prod-section-ctg h4 {
  margin-bottom: 15px;
  padding: 7px 0;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 700;
  border-left: 5px solid #f40403;
  background: #fff;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  position: relative;
  margin-left: -10px;
}
.prod-section-ctg ul li {
  padding: 10px;
  border-bottom: 1px dotted #ffffff26;
}
.prod-section-ctg ul li:last-child {
  border-bottom: 0px;
}
.prod-section-ctg ul li a {
  color: #fff;
}
.prod-cont-section {
  background-color: #f5f6f7;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}
.prod-cont-section p {
  font-style: italic;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}
.prod-cont-section a {
  color: #f40403;
  font-size: 17px;
}
.prod-cont-section .cont-button {
  display: block;
  background: #333333;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.prod-section-ctg2 h4 {
  margin-bottom: 0px;
  border-left: none;
  margin-left: 0px;
  font-size: 16px;
  background: #ed3237;
  color: #fff;
}
.prod-section-ctg ul li:hover a {
  color: #ed3237;
}
.prod-section-cetificate {
  margin-top: 30px;
}
/*--------------*/
.hm-abt-main {
  position: relative;
  margin-bottom: 30px;
}
.hm-abt {
  width: 25%;
  height: 555px;
  position: absolute;
  z-index: -1;
  background: url(../images/darker-blue-gradient-packages.png) no-repeat;
  background-size: cover;
}
.hm-abt:after {
  content: "";
  position: absolute;
  background: #3d3c43b8;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  z-index: 1;
}
.hm-abt-img img {
  position: relative;
  z-index: 99;
  margin-top: 35px;
  margin-left: 8px;
}
.hm-abt-dtl {
  margin-top: 80px;
}
.hm-abt-dtl h2 {
  color: #373536;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}
.hm-abt-dtl h2 span {
  color: #f40403;
}
.hm-abt-dtl p {
  color: #333;
  padding: 0 5px;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.hm-abt-dtl a {
  text-transform: uppercase;
  color: #fff;
  background: #282382;
  border-radius: 20px;
  font-weight: 400;
  padding: 10px 20px 10px 15px;
}
.hm-abt-dtl a i {
  background: #fff;
  color: #282382;
  padding: 5px 6px;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .hm-abt {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) and (min-width: 992px) {
  .hm-abt-img img {
    margin-left: 70px;
  }
}
/******************/
.product_inner-main {
  padding: 40px 0;
}
.contact_box {
  position: relative;
  border: 2px solid #f4f4f4;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 5px 10px rgb(14 35 73 / 13%);
  background-color: #ffffff;
  padding: 25px 25px 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 25px;
  min-height: 400px;
}
.contact_box:hover {
  -webkit-box-shadow: 0 0px 30px 0 rgb(91 135 173 / 15%);
  -ms-box-shadow: 0 0px 30px 0 rgba(91, 135, 173, 0.15);
  -o-box-shadow: 0 0px 30px 0 rgba(91, 135, 173, 0.15);
  box-shadow: 0 0px 30px 0 rgb(91 135 173 / 15%);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: #fff;
  border-bottom: 3px solid #1a2452;
}
.contact_detail ul li:last-child {
  border-bottom: 0px;
}
.contact_detail ul li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #f6f6f6;
  font-size: 15px;
  color: #666;
  font-family: Roboto, sans-serif;
}
.contact_detail ul li ol li {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  list-style: none;
}
.contact_detail ul li ol li img {
  width: 32px;
}
.contact_detail ul li p,
.contact_detail ul li p a {
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #666;
  display: inline-block;
  font-size: 15px;
}
.contact_detail ul li p a:hover {
  color: #0f90d4;
}
.contact_detail ul li strong {
  font-size: 16px;
  color: #f40403;
  letter-spacing: 0.5px;
  line-height: 35px;
}
.cont-heading h2 {
  padding-bottom: 30px;
  font-weight: 600;
  text-align: center;
  color: #333333;
}
.contact_right iframe {
  border-radius: 15px;
  margin-top: 20px;
}
.contact_form {
  margin-top: 30px;
  margin-bottom: 40px;
}
.contact_form .form-group input {
  display: block;
  width: 100%;
  color: #666;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  background: #fff;
  border-color: #333333;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
}
.contact_form .form-group input::placeholder {
  color: #666;
  opacity: 1;
  font-size: 14px;
}
.contact_form .form-group textarea::placeholder {
  color: #666;
  opacity: 1;
  font-size: 14px;
}
.contact_form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 28px;
  color: #666;
  font-weight: 500;
  height: 100px;
  font-size: 14px;
  border-radius: 2px;
  border-color: #333333;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  background: #fff;
}
.butn-bg {
  font-size: 16px;
  padding: 12px 30px;
  background: #f40403;
  color: #fff;
  float: right;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #fff;
}
.butn-bg:hover {
  border: 2px solid #fff;
  color: #fff;
  background: #0f90d4;
}
/************************/

/************************/
.enquiry {
  position: fixed;
  content: "";
  right: 0;
  writing-mode: vertical-lr;
  top: 45%;
  height: auto;
  padding: 15px 5px;
  background: #2e4a97;
  color: #fff;
  text-align: center;
  z-index: 999;
}
.enquiry a {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}

.social_link_fxd {
  position: fixed;
  z-index: 123;
  bottom: 2%;
  right: 15px;
}
.social_link_fxd ul li {
  margin-bottom: 2px;
}
.social_link_fxd img {
  width: 48px;
  height: auto;
  border: 2px solid #fff;
  border-radius: 50%;
}
/************************/
.industries {
  padding: 80px 0;
}
.industries-dtl {
  position: relative;
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease-in-out;
  overflow: hidden;
  margin: 3px 0;
  background-size: cover;
}
.pd5 {
  padding: 0 3px;
}
.industries-dtl1 {
  background-image: url(../images/pharma-and-fertilizer.jpg) !important;
}
.industries-dtl2 {
  background-image: url(../images/dairy-and-food.jpg) !important;
}
.industries-dtl3 {
  background-image: url(../images/ship-building.jpg) !important;
}
.industries-dtl4 {
  background-image: url(../images/cement.jpg) !important;
}
.industries-dtl5 {
  background-image: url(../images/steel-plant.jpg) !important;
}
.industries-dtl6 {
  background-image: url(../images/chemical.jpg) !important;
}
.industries-dtl7 {
  background-image: url(../images/kitchenwar-and-cutlery.jpg) !important;
}
.industries-dtl8 {
  background-image: url(../images/petrochemical-and-oil.jpg) !important;
}
.industries-dtl9 {
  background-image: url(../images/kitchenware-and-cutlery.jpg) !important;
}
.industries-dtl10 {
  background-image: url(../images/railway.jpg) !important;
}
.industries-dtl11 {
  background-image: url(../images/power-and-energy.jpg) !important;
}
.industries-dtl12 {
  background-image: url(../images/defense-and-aeronautics.jpg) !important;
}
.industries-dtl13 {
  background-image: url(../images/automobile-and-auto-component.jpg) !important;
}
.industries-dtl14 {
  background-image: url(../images/health-care-and-surgical.jpg) !important;
}
.industries-dtl15 {
  background-image: url(../images/pumps-and-valve.jpg) !important;
}
.industries-dtl16 {
  background-image: url(../images/housewares-architectural-and-elevator.jpg) !important;
}
.prd-text {
  display: block;
  overflow: hidden;
  width: 100%;
  background: rgb(0 0 0 / 61%);
  text-align: center;
  position: absolute;
  left: 0;
}
.prd-text a {
  display: block;
  height: 280px;
  width: 100%;
  position: relative;
  z-index: 2;
  left: 0;
  right: 0;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
}
.prd-text a * {
  opacity: 1;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.prd-text img {
  width: 100px !important;
  top: 25%;
  /*background: #f40403;*/
  padding: 10px;
  filter: grayscale(0%) !important;
}
.prd-text a h4 {
  text-overflow: clip;
  letter-spacing: 0.25px;
  font-size: 16px;
  padding: 0 0px;
  font-weight: 400;
  top: 30%;
}
.prd-text:hover {
  opacity: 0;
  transition-duration: 0.5s;
}
.industries-hover {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
  margin-bottom: -60px;
  z-index: 99;
}
.industries-hover h4 {
  color: #fff;
  font-size: 16px;
}
.industries-dtl:hover .industries-hover {
  margin-bottom: 0px;
  transition-duration: 0.8s;
}
.industries-head {
  padding-bottom: 30px;
}
.industries-head h5 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  text-align: center;
}
/*--------------------*/
.technical {
  padding: 60px 0;
}
.technical-detail-head {
  margin-bottom: 30px;
}
.technical-detail-head h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
  font-family: Roboto, sans-serif;
}
.technical-detail-head h5 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}
.technical-detail-head p {
  color: #333;
  padding: 0 5px;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.technical-detail table thead {
  background: #f40403;
  color: #fff;
}
.technical-detail .table tbody tr td {
  color: #333;
  font-weight: 500;
}
/*------------------------*/
.certificate {
  padding: 80px 0;
}
.certificate-dtl {
  box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
  position: relative;
  margin-bottom: 20px;
}
.certificate-name {
  background: #f40403;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.certificate-name h5 {
  font-weight: 600;
  font-size: 16px;
}
.certificate a .certificate-name h5 {
  color: #fff;
}
/*-----------------------*/
.quality {
  padding: 60px 0;
}
.quality-dtl h2 {
  font-family: Roboto, sans-serif;
  text-align: left;
  text-transform: uppercase;
  color: #f40403;
  margin-bottom: 15px;
}
.quality-dtl p {
  color: #333;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.quality-img {
  margin-top: 40px;
}

.quality-dtl2 h2 {
  font-size: 22px;
  font-family: Roboto, sans-serif;
  padding-bottom: 5px;
  color: #000;
}
.quality-dtl2 ul li {
  color: #333;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 2px solid #f40403;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.quality-certificate a {
  color: #fff;
}

.quality-test {
  padding: 80px 0;
  background: #f6f6f6;
}
.quality-test-dtl h2 {
  font-size: 22px;
  font-family: Roboto, sans-serif;
  padding-bottom: 10px;
  color: #f40403;
}
.quality-test-dtl h4 {
  font-size: 22px;
  font-family: Roboto, sans-serif;
  padding-top: 25px;
  padding-bottom: 10px;
}
.quality-test-dtl p {
  color: #333;
  padding-bottom: 10px;
  letter-spacing: 0.4px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.quality-test-dtl h5 {
  font-size: 18px;
  font-family: Roboto, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
.quality-test-dtl ul li {
  color: #333;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 2px solid #f40403;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.principles {
  padding: 60px 0;
  background: #f6f6f6;
}
.principles-dtl {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
  padding: 20px;
  height: 110px;
}
.principles-dtl span img {
  width: 64px;
  float: left;
  margin-right: 15px;
}

.principles-dtl h5 {
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #333;
  margin-bottom: 5px;
}
.principles-dtl p {
  color: #333;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.principles-head h2 {
  font-family: Roboto, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #f40403;
  margin-bottom: 35px;
}
/*-----------------------*/
.vision {
  padding: 60px 0;
}
.vision-dtl {
  padding: 50px;
}
.vision-head h2 {
  font-family: Roboto, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #f40403;
  margin-bottom: 35px;
}
.vision-dtl h5 {
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #333;
  margin-bottom: 5px;
}
.vision-dtl p {
  color: #333;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

/*-------------------------*/

.calulate-main {
  padding: 80px 0;
}
.wpb_wrapper table td {
  border: 1px solid #dee2e6;
  padding: 6px 10px 6px 6px;
}
.wpb_wrapper table caption,
.wpb_wrapper table th,
.wpb_wrapper table td {
  font-weight: normal;
  text-align: center;
}
.wpb_wrapper table select {
  border: 1px solid rgb(228, 228, 228);
  padding: 12px 10px;
  border-radius: 0px;
  cursor: pointer;
  background-color: #f5f6f8;
  vertical-align: middle;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.wpb_wrapper table {
  width: 100%;
}
.wpb_wrapper table input[type="text"] {
  background-color: #dadada;
  border: 1px solid #e9e9e9;
  color: #0d0e10;
  border-radius: 0px;
  vertical-align: middle;
  width: 100%;
  color: #0d0e10;
  padding: 12px 10px;
  outline: 0;
}

.wpb_wrapper table #Submit,
.wpb_wrapper table #reset {
  border: none;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0) inset;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 1em 2em;
  height: auto;
  background-color: #ed3237;
}
.wpb_wrapper #no-border {
  border: 0px;
}
.wpb_wrapper table td {
  vertical-align: middle;
}
.wpb_wrapper .ds option {
  color: #24272e;
}
.enter-your {
  margin-bottom: 15px;
}
.enter-your strong {
  font-size: 20px;
}
/*-----------------------*/
.work-with {
  padding-top: 70px;
  padding-bottom: 60px;
}
.work-with-dtl h2 {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.work-with-dtl h4 {
  font-family: Roboto, sans-serif;
  color: #f40403;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #222222;
}
.work-with-dtl p {
  color: #333;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.work-with-img img {
  margin-top: 20px;
}

.key-drivers {
  padding: 80px 0;
  background: #f6f6f6;
}
.key-drivers-dtl h2 {
  font-size: 22px;
  font-family: Roboto, sans-serif;
  padding-bottom: 10px;
  color: #f40403;
}
.key-drivers-dtl ul li {
  color: #333;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 2px solid #f40403;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
/*-----------------------*/
.present-opening {
  padding: 60px 0;
}
.present-opening-head h2 {
  font-size: 30px;
  font-family: Roboto, sans-serif;
  padding-bottom: 30px;
  color: #f40403;
  text-transform: uppercase;
}
.present-opening-info {
  margin-bottom: 20px;
}
.present-opening-info ul li {
  display: inline-block;
  padding: 0 15px;
  color: #f40403;
  font-weight: 500;
}
.present-opening-info ul li i {
  color: #333;
  padding-right: 5px;
}
.present-opening-job ul li {
  color: #333;
  font-weight: 500;
  margin-bottom: 7px;
  list-style-type: disc;
  list-style-position: inside;
}
.present-opening-job ul li::marker {
  color: red;
}
.present-opening-job h5 {
  color: #333;
  font-weight: 700;
  padding: 15px 0;
}
.present-opening-job p {
  color: #333;
  font-weight: 500;
  padding: 10px 0;
}
.present-opening-job label {
  font-size: 16px;
  font-weight: 500;
}
.present-opening-job label .required {
  color: #f00;
  font-size: 16px;
}
.present-opening-job {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.present-opening-job p a {
  color: #f40403;
}

.present-opning-form h4 {
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
}
.present-opning-form form label {
  font-weight: 500;
  font-size: 15px;
}
.present-opning-form .form-group {
  margin-bottom: 30px;
}
.present-opning-form .form-group input {
  font-size: 15px;
  font-weight: 500;
}
.present-opning-form .required {
  color: red;
  margin-left: 2px;
}
.present-opning-form .form-group .small {
  margin-right: 15px;
}
.present-opning-form .form-group .small input {
  margin-right: 5px;
}
.present-opning-form .form-control {
  font-size: 15px;
  font-weight: 500;
}
.form-group .btn-info {
  margin-top: 20px;
  background: #f40403;
  border: none;
}
.form-control:focus {
  border-color: #ff8080;
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}

/*------------------------*/
.gallery {
  padding: 60px 0;
}
.enquiry {
  position: fixed;
  content: "";
  right: 0;
  writing-mode: vertical-lr;
  top: 45%;
  height: auto;
  padding: 15px 5px;
  background: #f40403;
  color: #fff;
  text-align: center;
  z-index: 999;
}
.enquiry a {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
}
.social_link_fxd {
  position: fixed;
  z-index: 123;
  bottom: 2%;
  right: 15px;
}
.social_link_fxd ul li {
  margin-bottom: 2px;
}
.social_link_fxd img {
  width: 48px;
  height: auto;
  border: 2px solid #fff;
  border-radius: 50%;
}
/*---------------*/
.modal-content {
  background: #fff0 !important;
  border: 0px;
}
.modal-body {
  padding: 0;
}
.modal-header {
  border: 0px;
  padding: 0;
}
.modal-header .close {
  color: #fff;
  font-size: 2.5rem;
  opacity: 1;
}
/*----------------*/
.blog {
  padding: 80px 0;
}
.blog-head h3 {
  font-family: Roboto, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #f40403;
  margin-bottom: 35px;
}
.blog-dtl h2 {
  font-family: Roboto, sans-serif;
  text-align: left;
  color: #333;
  margin-bottom: 5px;
  font-size: 28px;
}
.blog-dtl2 h2 {
  margin-top: 15px;
  margin-bottom: 0px;
}
.blog-dtl2 img {
  margin: 15px 0;
}
.blog-dtl2 h3 {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  margin-top: 20px;
  padding-bottom: 5px;
}
.blog-dtl2 h4 {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  margin-top: 15px;
}
.blog-dtl span {
  color: #838383;
  padding: 0 5px 10px;
  letter-spacing: 0.5px;
  display: block;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.blog-dtl p {
  color: #333;
  padding: 0 5px;
  padding-top: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.blog-dtl a {
  color: red;
  padding: 0 5px;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.blog-sidebar h2 {
  color: red;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
}
.blog-sidebar ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.blog-sidebar ul li a {
  color: #333;
  padding-top: 5px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.blog-sidebar ul li a:hover {
  color: red;
}

.main-nav img {
  width: 25px;
}

.main-nav > ul > li:last-child {
  padding: 0px;
}

/*************/
.quickcontact input[type="text"],
[type="email"],
[type="number"],
select {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  letter-spacing: 0.25px;
  border-radius: 5px;
  background: #fff;
  margin-top: 10px;
  border: 1.5px solid #333333;
}
.quickcontact input[type="submit"] {
  width: 100%;
  max-width: 100%;
  background-color: #3d3c43;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  padding: 7px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 10px;
}
.quickcontact input[type="submit"]:hover {
  background-color: #f40403;
  color: #fff;
  max-width: 100%;
}
.btn-1 {
  background-color: #f40403;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 17px;
  padding: 7px;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
}
.quickcontact {
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  overflow-x: hidden;
  display: block;
  /* background-color: #f2f2f2; */
}
.max {
  border: #f40403 thick solid;
  position: fixed;
  width: 225px;
  left: 10px;
  bottom: 10px;
  max-width: 100%;
  background-color: #fff;
  padding: 5px;
  margin: 1px;
  z-index: 9999;
}

/***********************/

.parth-name {
  padding: 80px 0;
  background-color: #f5f5f5a8;
}
.parth-name-dtl {
  border: 2px solid #fca5a5;
  padding: 1rem 1rem 1rem 0rem;
  background-color: #fef2f2;
  border-radius: 1rem;
  margin: 15px 0;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.parth-name-dtl:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  /* background: #fca5a5; */
  background-image: linear-gradient(to right, #ffc4c400, #fca5a5);
  left: 0;
  top: 0;
}
.parth-name-text {
  text-align: center;
}
.parth-name-text span {
  font-size: 35px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  color: #f40403;
}
.parth-name-meaning {
  padding-left: 1rem;
}
.parth-name-meaning span {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

/*start styles*/
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.accordion__item {
  border: 1px solid #e5f3fa;
  border-radius: 10px;
  overflow: hidden;
}

.accordion__header {
  padding: 20px 25px;
  cursor: pointer;
  position: relative;
}

.accordion__header::after {
  content: "";
  background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat
    center;
  width: 20px;
  height: 20px;
  transition: 0.4s;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.accordion__header.active {
  background: #f40403;
  color: #fff;
}

.accordion__header.active::after {
  transform: rotateX(180deg);
}

.accordion__item .accordion__content {
  padding: 0 25px;
  max-height: 0;
  transition: 0.5s;
  overflow: hidden;
}

.prod-faq {
  margin-top: 60px;
}
.prod-faq h2 {
  color: #000;
  font-size: 30px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
}
.accordion__header {
  font-size: 18px;
  line-height: 24px;
  font-family: "SF UI Display Medium";
  letter-spacing: 0.4px;
  color: #212529;
  font-weight: 400;
}
.accordion__content_dtl {
  padding: 30px 0;
}
.accordion__content_dtl p {
  color: #333;
  padding: 0 5px;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.accordion__content_dtl .bullet li {
  color: #333;
  padding-bottom: 10px;
  letter-spacing: 0.2px;
  word-spacing: 0.6px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  list-style-type: disc !important;
  list-style-position: inside !important;
  padding: 5px 0;
}
.quality-certificate {
  margin-top: 50px;
}

.prod-section-table {
    margin-bottom: 30px;
    padding-top: 10px;
}
.prod-section-table table tbody tr th {
    background: #f40403;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.prod-section-table table tbody td {
  font-family: Roboto, sans-serif;  
  color: #333;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 28px;
}