@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Mulish:wght@800&family=Noto+Sans+Gothic&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Mulish:wght@800&family=Noto+Sans+Gothic&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");


* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,h2,h3,h4,h5,h6,p,b,strong,ul,li,span,ol {
  margin: 0px;
  padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Roboto Condensed", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

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

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  background-color: #8b8b8b;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}
/** **************** **/
.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
/**/
.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pt100 {
  padding-top: 100px;
}
/** **************** **/
.container {
  max-width: 1160px;
}
/** **************** **/

.fixed-top,
.header_tp,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}
.banner-mbl,
.main-nav .drop-down ul li:after {
  display: none;
}

.header_tp_dtl ul {
  display: block;
  float: right;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.header_tp_dtl ul > li {
  display: flex;
  padding: 10px 10px 10px 10px;
}

.header_tp_dtl ul li ol li {
  float: left;
  display: flex;
  padding: 0 10px;
}

.header_tp_dtl ul li ol li a {
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.2s linear;
  display: inline-block;
  font-size: 17px;
  color: #959393;
}

.header_tp_dtl ul li:last-child {
  border-right: 0px;
  border-left: 2px solid #e2e2e2;
  margin-left: 5px;
  padding-left: 13px;
}

.header_tp_dtl ul li.call_tp img {
  margin-right: 5px;
  width: 22px;
  height: 22px;
  margin-top: 0px;
}

.header_tp_dtl ul li.call_tp a {
  color: #212529;
  font-weight: 500;
  font-size: 15px;
}

.call_tp span{
  padding: 0 10px;
}

.main-nav .drop-down ul li a,
.main-nav a {
  color: #182333;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.menu-icon {
  float: left;
  width: 60px;
  cursor: pointer;
  padding: 10px 0;
}

.menu-icon .bar2 {
  width: 48px;
}

.menu-icon .bar3 {
  width: 60px;
}

.menu-icon:hover .bar1 {
  width: 38px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.menu-icon:hover .bar2 {
  width: 52px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.fixed-top {
  display: block;
  background: #fff;
  top: 0;
  /*padding: 4px 0 2px;*/
  /*box-shadow: 0px 4px 0px rgb(0 0 0 / 20%);*/
}
.header_tp_dtl {
  position: relative;
}
.header_tp_dtl:after {
  position: absolute;
  content: "";
  top: 41px;
  right: 0;
  display: block;
  height: 2px;
  width: 70%;
  background: linear-gradient(90deg, #fff, #e2e2e2);
}

.header-scrolled .logo {
  margin-top: -10px;
}

.header-scrolled .scrollto img {
  width: 177px;
  height: auto;
  margin-top: 6px;
}

.logo {
  margin-top: -40px;
  margin-left: 10px;
  background: #fff;
  position: absolute;
}

.header-scrolled {
  position: fixed;
  padding: 7px 0 8px;
  box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
}

.scrollto img {
  width: 240px;
  height: auto;
}

.main-nav {
  float: right;
}

.main-nav > ul {
  margin: 10px 0;
  display: flex;
}

.main-nav > ul > li {
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: inline-block;
  font-size: 17px;
  padding: 8px 20px;
}

.main-nav .active > a,
.main-nav a:hover,
.main-nav li:hover > a,
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #ffcc40;
  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;
  transition: 0.3s;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border: none;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0;
}

.main-nav .drop-down .drop-down > a,
.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 10px 15px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 14px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #ffcc40;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 16px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mega_wdth {
  width: 50%;
  display: inline-block;
}

.mega_wdth span {
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  padding-left: 6px;
}


.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #252525;
  transition: 0.4s;
}

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  position: relative;
}

.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 ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: #8f8f91;
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #fff;
  transition: 0.4s;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0;
  color: #ffd801;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  display: none;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.get_start {
  background: #ffcc40;
  border: 1px solid #ffcc40;
  border-radius: 50px;
  margin-left: 10px;
}
.get_start:hover {
  background: #252525;
  border: 1px solid #252525;
}
.get_start a {
  color: #fff;
  display: block;
  line-height: 23px;
}
.get_start:hover a {
  color: #fff !important;
}

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

.hm-prod{
  padding: 80px 0;
  background: #f5f5f5;
}
.hm-industries-head{
  text-align: center;
}
.hm-prod-box{
  position: relative;
  margin: 30px 0;
}
.hm-prod-box img{
  width: 100%;
  border-radius: 5px;
}
.hm-prod-info{
  width: 90%;
  position: absolute;
  bottom: -25px;
  width: calc(100% - 40px);
  left: 20px;
  z-index: 1;
}
.hm-prod-info h4{
  background-color: #ffcc40;
  margin-top: 0;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 12px 50px 12px 20px;
  position: relative;
  font-weight: 500;
  margin-bottom: 0;
}
.hm-prod-info h4 a{
  color: #fff;
}
.hm-prod-info h4:after {
  content: "\f105";
  width: 40px;
  height: 35px;
  background: #fff;
  position: absolute;
  right: 6px;
  color: #000;
  font-size: 15px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 36px;
  font-family: FontAwesome;
}

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


.hm-about{
  padding: 80px 0;
}
.hm-about-head span {
  font-size: 45px;
  line-height: 55px;
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 900;
  letter-spacing: 4px;
  word-spacing: 4px;
  transition: color 0.2s linear;
  margin-bottom: 5px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.hm-about-head h1 {
  font-size: 26px;
  text-align: center;
  color: #949494;
  font-weight: 400;
  margin-bottom: 20px;
}
.hm-about-head p {
  font-size: 20px;
  text-align: center;
  color: #949494;
  font-weight: 400;
  margin-bottom: 20px;
}
.hm-about-box{
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 20%);
}
.hm-about-box .col-md-6{
  padding: 0px;
}
.hm-about-img{
  background-image: url(../images/about.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.hm-about-dtl{
  background: #fff;
  padding: 40px 40px 50px 50px;
}
.hm-about-dtl h2{
  font-size: 34px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  color: #000000;
}
.hm-about-dtl p{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #777;
  line-height: 30px;
}
.common-btn {
  width: fit-content;
  height: 40px;
  background: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  padding: 0px 5px 0 15px;
  border: 1px solid #777;
  letter-spacing: 0.5px;
  margin-top: 20px;
}
.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffcc40;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  color: #fff;
}
.common-btn:hover {
  color: #fff !important;
  border: 1px solid #ffffff36;
}
.common-btn:hover:before {
  transform: scaleX(1);
}
.common-btn i {
  /* padding: 4px 9px; */
  background: #ffcc40;
  border-radius: 50px;
  color: #fff;
  margin-left: 18px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.hm-industries {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hm-industries-head h2 {
  font-size: 45px;
  line-height: 30px;
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  margin-bottom: 24px;
  text-align: center;
}

.hm-industries-head h2 span {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.color-line {
  width: 80px;
  height: 5px;
  position: relative;
  background: #ffcc40;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.hm-ind-img {
  position: relative;
  padding: 20px 15px 0px;
}

.hm-ind-img .hm-ind-main {
  width: 220px;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 30px 0px;
  border-radius: 500px;
  border-width: 10px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  transition: all 0.5s ease 0s;
}

.hm-ind:hover .hm-ind-img .hm-ind-main {
  border-color: #ffcc40;
}

.hm-ind-img span {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 40px;
  padding: 10px;
  background: #ffcc40;
  position: absolute;
  right: 20px;
  bottom: 0px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.hm-ind:hover .hm-ind-img span {
  background: #fff;
}

.hm-ind-img span img {
  filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}

.hm-ind:hover .hm-ind-img span img {
  filter: none;
}

.hm-ind h5 {
  text-align: center;
  margin-top: 30px;
}

.hm-industries-sec .owl-carousel .owl-nav .owl-prev,
.hm-industries-sec .owl-carousel .owl-nav .owl-prev,
.hm-industries-sec .owl-carousel .owl-dot.owl-nav {
  position: absolute;
  left: 0px;
  top: 38%;
  background: linear-gradient(90deg,
      rgba(222, 222, 222, 1) 0%,
      rgba(253, 253, 253, 1) 100%) !important;
  display: block;
  padding: 25px 10px !important;
  font-size: 15px;
  margin: 0;
  cursor: pointer;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  color: #000;
  transform: translate(-50%, 0%);
}

.hm-industries-sec .owl-carousel .owl-nav .owl-next,
.hm-industries-sec .owl-carousel .owl-nav .owl-next,
.hm-industries-sec .owl-carousel .owl-dot.owl-nav {
  position: absolute;
  right: -30px;
  top: 38%;
  background: linear-gradient(90deg,
      rgba(253, 253, 253, 1) 0%,
      rgba(222, 222, 222, 1) 100%) !important;
  display: block;
  padding: 25px 10px !important;
  font-size: 15px;
  margin: 0;
  cursor: pointer;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  color: #000;
  transform: translate(-50%, 0%);
}


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

#footer_bg {
  background: #252525;
  padding: 60px 0 50px 0;
  position: relative;
}
.footer_title span {
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #ffffff29;
  margin-bottom: 10px;
}
.ftr-link ul li a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  line-height: 27px;
  font-size: 15px;
  padding: 2px 0;
}
.ftr-link ul li:hover a {
  color: #ffcc40;
}
.cont_details {
  display: flow-root;
  padding-bottom: 15px;
  padding-top: 8px;
}
.cont_bx {
  line-height: 48px;
  text-align: center;
  background: #ce2127;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 22%);
  margin-right: 18px;
  width: 50px;
  height: 50px;
  padding: 2px;
  float: left;
  border-radius: 10%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont_dtl span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}
.cont_dtl p {
  font-size: 14px;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  padding-left: 65px;
}
.cont_dtl a {
  font-size: 14px;
  display: inline-flex;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}
.cont_dtl a:hover {
  color: #ffcc40;
}
.social_icon {
  margin-top: 10px;
}
.social_icon ul li {
  float: left;
  width: 50px;
  height: 50px;
  display: block;
  padding: 8px;
  border: thin solid #676a6d;
  border-radius: 50%;
  margin-left: 6px;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.social_icon li {
  display: inline-block;
}
.social_icon li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: block;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.social_icon li i {
  font-size: 17px;
  padding-top: 3px;
}
.social_icon li.facebook i {
  color: #3b5998;
}
.social_icon li.instagram i {
  color: #cd4a72;
}
.social_icon li.linkedin i {
  color: #007ab9;
}
.social_icon li.twitter i {
  color: #000;
}
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social_icon li.facebook:hover a {
  background: #3b5998;
}
.social_icon li.instagram:hover a {
  background: #cd4a72;
}
.social_icon li.linkedin:hover a {
  background: #007ab9;
}
.social_icon li.twitter:hover a {
  background: #000;
}
.social_icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.twitter:hover i {
  color: #fff;
}
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.key-point {
  background: #2b2b2b;
  height: 100%;
  position: relative;
  padding: 30px 0px 30px 80px;
}
.key-point img {
  position: absolute;
  left: 16px;
  top: 30px;
}
.key-point span {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  word-spacing: 2px;
  letter-spacing: 0.7px;
  font-weight: 700;
}
.key-point span span {
  font-weight: 300;
  color: #ffffff73;
}
.foot-bottom {
  padding: 15px 0 15px;
  background: #f5f5f5;
}
.foot-btm-head {
  position: relative;
}
.foot-btm-head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #feb832;
  top: -21px;
  left: 0;
  z-index: 1;
  border-radius: 5px 5px 0 0;
}
.foot-btm-head p {
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}
.foot-btm-head p a {
  color: #ed3237;
  font-weight: 600;
}
.foot-btm-head p a:hover {
  color: #ff0000;
}

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

.product_banner {
  background: url(../images/product_bg.webp) center no-repeat;
  position: relative;
  background-size: cover;
  background-position: 100% 50%;
  height: auto;
  /* display: flex; */
  /* align-items: center; */
  text-align: center;
  padding: 80px 0;
}

.product_banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000000a6;
  opacity: 0.7;
}

.product_heading h1 {
  position: relative;
  /* content: ""; */
  z-index: 1;
  /* left: 0; */
  /* right: 0; */
  font-size: 35px;
  color: #fff;
  /* opacity: 1; */
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/**/
.product-page{
  background: #252525;
  padding: 80px 0;
}
.prod-head{
  padding-bottom: 15px;
}
.prod-head h1{
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 600;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  margin-bottom: 15px;
  position: relative;
}
.prod-head h1:after{
  content: "";
  width: 100px;
  height: 5px;
  background: #ffcc40;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%,-50%);
}
.prod-link-btn ul{
  text-align: center;
  margin-top: 40px;
}
.prod-link-btn ul li{
  display: inline-block;
  margin: 0 5px;
}
.prod-link-btn ul li a{
  padding: 15px 30px;
  font-size: 21px;
  background: #fff;
  color: #000;
}
.prod-link-btn ul li a:hover{
  background: #ffcc40;
}
.prodheading h2{
  font-size: 35px;
  line-height: 50px;
  color: #ffcc40;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 600;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  margin-bottom: 30px;
  text-align: center;
}
.ordering-info{
  background: #f5f5f5;
  padding: 40px;
}
.ordering-info h2{
  padding-bottom: 15px;
}
.ordering-info p{
  font-size: 18px;
  font-weight: 300;
  color: #777;
  line-height: 30px;
  padding-bottom: 10px;
}
.ordering-info ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.ordering-info ul li{
  font-size: 18px;
  font-weight: 300;
  color: #606060;
  font-family: Roboto, sans-serif;
  line-height: 26px;
  padding: 5px 0 5px 0px;
  position: relative;
  width: 32.33%;
}
.ordering-info ul li i{
  padding-right: 10px;
}
.ordering-info ul li a{
  color: #606060;
}
.ordering-info ul li a:hover{
  font-weight: 500;
}
/**/
/** **************** **/

.main-prod{
  padding: 60px 0 0;
}

.prod-paragraph p{
  font-size: 18px;
  font-weight: 300;
  color: #e7e7e7;
  line-height: 30px;
  padding-bottom: 10px;
}
.inner_product_bx {
  padding-bottom: 10px;
  position: sticky;
  top: 50px;
}

.inner_prd_bx {
  padding: 15px;
  background: #f7f7f7;
}

.inner_prd_box_mg {
  margin: 30px auto 0;
  display: table;
  border-bottom: 0px;
}

.inner_prd_box_mg li {
  display: inline-block;
  padding: 0 7px 0 7px;
}

.inner_prd_box_mg li a {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.inner_prd_box_mg li a img {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 2px rgb(70 70 70 / 30%);
}

.inner_prd_box_mg li a.active img {
  box-shadow: 0px 0px 1px 3px rgb(255 204 64);
}

.inner_para h3{
  margin-bottom: 15px;
}

.inn_prod_table {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
  padding: 15px;
}

.table-bordered {
  border: 0px;
}

.table {
  margin-bottom: 0px;
}

.inn_prod_table th {
  border: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #e1e1e1;
  background: #606060;
}

.inn_prod_table td {
  border: 0px;
  border-right: 2px solid #e1e1e1;
  color: #606060;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
}

.inn_prod_table td:last-child {
  border-right: 0px;
}

.inn_prod_table tr:nth-child(even) {
  background: #f7f7f7;
}

.inn_prod_table tr:nth-child(odd) {
  background: #fff;
}

.inn_prod_table td img {
  margin: 0 auto;
  display: table;
}

.prod-point h3 {
  margin-bottom: 15px;
}
.prod-point p{
  font-size: 18px;
  font-weight: 300;
  color: #777;
  line-height: 30px;
  padding-bottom: 10px;
}
.prod-application-head h3{
  margin-bottom: 30px;
}

.hm-industries-list{
  position: relative;
}
.hm-industries-list:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0005;
}
.hm-industries-list .industry-overlay{
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
}
.hm-industries-list .industry-overlay span{
  display: block;
  font-size: 14px;
  font-weight: 400;
}
/*.prod-application ul{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}*/
/*.prod-application ul li{
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 18%;
  flex: 18%;
  max-width: 18%;
}
.prod-application ul li:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0005;
}
.prod-application .industry-overlay{
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
}
.prod-application .industry-overlay span{
  display: block;
  font-size: 14px;
  font-weight: 400;
}*/
.bullet li {
    font-size: 18px;
    font-weight: 300;
    color: #606060;
    font-family: Roboto, sans-serif;
    line-height: 26px;
    padding: 5px 0 5px 30px;
    position: relative;
}
.bullet li:before {
    content: "\2714";
    position: absolute;
    top: 5px;
    left: 0px;
    color: #ffcc40;
}
.prod-benefit{
  margin-top: 60px;
  margin-bottom: 20px;
}
.prod-conclusion{
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #eee;
}
.prod-conclusion-dtl h2{
  margin-bottom: 15px;
}
.prod-conclusion-dtl p{
  font-size: 18px;
  font-weight: 300;
  color: #777;
  line-height: 30px;
  padding-bottom: 10px;
}
/** **************** **/

.about .hm-about-dtl p{
  margin-bottom: 0;
}
.about .hm-about-dtl{
  padding: 40px 20px 40px 20px;
}
.faq{
  padding-bottom: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(../images/faq-bg.jpg);
}
.faq .btn-link {
  width: 100%;
  position: relative;
  text-align: left;
  color: #000;
  font-size: 20px;
}
.faq .btn-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.faq .btn-link:hover, .faq .btn-link:focus{
  text-decoration: none;
}
.faq .collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.faq .card{
  border-width: 0 0 1px 0 !important;
  border-radius: 0rem;
  background-color: #ffffff00;
}
.faq .card-header{
  padding-left: 0;
  background-color: #ffffff00 !important;
}
.faq .btn{
  padding-left: 0;
}
.faq .card-body{
  padding: 0.5rem 0rem  1.5rem  0rem !important;
}
.faq .card-body p{
  font-size: 18px;
  font-weight: 300;
  color: #777;
  line-height: 30px;
  padding-bottom: 10px;
}
.faq  
/** **************** **/

.about-quality{
  padding-top: 40px;
  padding-bottom: 80px;
}
.about-quality-head{
  margin-bottom: 40px;
}
.about-quality-head h2{
  font-size: 45px;
  line-height: 30px;
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  margin-bottom: 24px;
  text-align: center;
}
.about-quality-head h2 span {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.about-quality-img{
  margin-bottom: 30px;
}
.about-quality-content p{
  font-size: 18px;
  font-weight: 300;
  color: #777;
  line-height: 30px;
}

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

.enquiry{
  padding: 80px 0;
}
.enquiry-form h2{
  font-size: 35px;
  line-height: 50px;
  color: #252525;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 600;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  margin-bottom: 15px;
  position: relative;
}
.enquiry-form h2:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #ffcc40;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.contact_form{
  margin-top: 40px;
}

.contact_form .form-group input {
  display: block;
  width: 100%;
  color: #000;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  background: #f0f0f000;
  border-color: #d1d1d1;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  outline: none;
}
.contact_form .form-group textarea {
  display: block;
  width: 100%;
  color: #000;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  background: #f0f0f000;
  border-color: #d1d1d1;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  outline: none;
}
.contact_form .form-group {
  margin-bottom: 2rem;
}
.contact_form .form-group input:focus {
  border-color: #969696;
  transition: all 0.5s;
}
.contact_form .form-group textarea:focus {
  border-color: #969696;
  transition: all 0.5s;
}
.contact_form .cnt-sub-btn {
  padding: 13px 20px 13px 20px;
  background: #1e2023;
  color: #fff;
  border: 3px solid #d1d1d1;
}
.contact_form .cnt-sub-btn:hover {
  background: #ee5c03;
}

.con_box {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 10px;
    overflow: hidden;
    padding: 1.5rem 1rem;
    background: #252525;
    color: #fff;
}
.con_box_header {
    height: 60px;
    width: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #ffcc40;
    background: #fff;
    margin: auto;
    box-shadow: -3px -3px 5px 1px #0000006b inset;
}
.con_box_icon1 {
    animation: con_box_icon1 2s infinite linear;
}
@keyframes con_box_icon1{
  10% {
    transform: translateY(0);
  }

  20% {
      transform: translateY(-10px);
  }
  30% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(0);
  }
  60% {
      transform: translateY(0);
  }
  70% {
      transform: translateY(0);
  }
  80% {
      transform: translateY(0);
  }
  90% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(0);
  }
}
.con_box_body {
  padding: 1rem 0 0;
  text-align: center;
}
.con_box_title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.con_box_body a {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
.con_box_icon2 {
    animation: con_box_icon2 2s infinite linear;
}
@keyframes con_box_icon2{
  10% {
    transform: translateY(0);
    }

    20% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(0);
    }
    90% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.con_box_icon3 {
    animation: con_box_icon3 2s infinite linear;
}
@keyframes con_box_icon3{
  10% {
      transform: translateY(0);
  }

  20% {
      transform: translateY(0);
  }
  30% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(0);
  }
  60% {
      transform: translateY(0);
  }
  70% {
      transform: translateY(0);
  }
  80% {
      transform: translateY(-10px);
  }
  90% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(0);
  }
}

/** **************** **/
.whatsapp-fixed {
  z-index: 10000;
}
.whatsapp-fixed .Btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  /*   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199); */
  background-color: #00d757;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 2em transparent;
}
.whatsapp-fixed .sign {
  width: 100%;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign svg {
  width: 25px;
}
.sign svg path {
  fill: white;
}
.whatsapp-fixed .text {
  position: absolute;
  right: 10px;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover {
  width: 150px;
  border-radius: 40px;
  transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover .sign {
  width: 30%;
  transition-duration: 0.3s;
  padding-left: 10px;
}

.whatsapp-fixed .Btn:hover .text {
  opacity: 1;
  width: 70%;
  transition-duration: 0.3s;
}
.whatsapp-fixed .Btn:active {
  transform: translate(2px, 2px);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}
.whatsapp-fixed {
  position: fixed;
  right: 15px;
  bottom: 20px;
}

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

.prod-why-choose{
  background: #f5f5f5;
  padding: 80px 0;
}
.prod-why-choose-head h2{
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 600;
  letter-spacing: -0.9px;
  transition: color 0.2s linear;
  margin-bottom: 40px;
  position: relative;
}
.prod-why-choose-head h2:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #ffcc40;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%,-50%);
}
.prod-why-choose-list{
  background: #fff;
  padding: 30px;
  height: 100%;
  border: 6px solid #ffcc40;
}
.prod-why-choose-list h3{
  margin-bottom: 15px;
}
.prod-why-choose-list .bullet li {
  font-size: 18px;
  font-weight: 300;
  color: #606060;
  font-family: Roboto, sans-serif;
  line-height: 26px;
  padding: 5px 0 5px 30px;
  position: relative;
}
.prod-why-choose-list .bullet li:before {
  content: "\2714";
  position: absolute;
  top: 5px;
  left: 0px;
  color: #ffcc40;
}

.prod-charge{
  padding: 80px 0;
}
.prod-charge-head{
  margin-bottom: 15px;
}
.prod-charge-dtl p{
  font-size: 18px;
  font-weight: 300;
  color: #777;
  line-height: 30px;
  padding-bottom: 10px;
}
.prod-charge-average{
  padding-top: 10px;
  padding-bottom: 20px;
}
.prod-charge-average label{
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #777;
  margin-bottom: 0px;
}
.prod-charge-average span{
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #ffcc40;
}
.prod-charge-dtl .inn_prod_table{
  margin-bottom: 15px;
}
.prod-quotes{
  background-color: #fff;
  transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1) 0ms;
  border-radius: 8px;
  box-shadow: 0 0 2px #919eab33, 0 12px 24px -4px #919eab1f;
  padding: 1.75rem;
  position: sticky;
  top: 80px;
}
.prod-quotes p{
  font-size: 18px;
  font-weight: 300;
  color: #777;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.prod-quotes a.prod-quotes-btn{
  font-size: 18px;
  padding: 15px;
  background: #ffcc40;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.prod-quotes span{
  font-size: 18px;
  font-weight: 300;
  color: #777;
  line-height: 25px;
}
.prod-quotes span a{
  color: #ffcc40;
  text-decoration: underline;
}

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

.prod-size-head h3{
  margin-bottom: 15px;
}
.prod-section-table {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
  padding: 8px;
  background: #fff;
}
.prod-section-table .table-responsive > .table-bordered {
  background: #fff;
}
.prod-section-table table thead {
  background: #1d1d1d;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
  /* border-radius: 20px; */
}
.prod-section-table table tbody th {
  font-weight: 500;
  border-right: 1px solid #dee2e6;
}
.prod-section-table2 table tbody th {
  font-weight: 500;
  background: #1d1d1d;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.prod-section-table table tbody td {
  color: #5b5b5b;
  padding: 15px 15px;
  border-right: 1px solid #dee2e6;
}
.prod-section-table table tbody td:last-child {
    border-right: 0px solid;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
  border-left: 0px;
}
.table-bordered tr:first-child td{
  border-top: 0px;
}
.table-bordered tr:last-child td {
  border-bottom: 0px;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}
.prod-section-table thead tr td span {
  font-size: 20px;
  font-weight: 500;
}
.prod-section-table thead tr td {
  padding: 15px 17px;
  border-right: 1px solid #fff;
}
.prod-section-table thead tr th {
  border-top: 0px solid;
}
.prod-section-table .table {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
}
.prod-section-table table thead tr th {
  font-weight: 500;
  padding: 15px 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.prod-type-head h3{
  margin-bottom: 15px;
}
.prod-type-box{
  background-color: #f5f5f5bd;
  padding: 30px;
  text-align: center;
}
.prod-type-box img{
  width: 300px;
}
.prod-type-box span{
  display: block;
  font-size: 1.5rem;
}
.prod-type-btn{
  background-color: #f5f5f5bd;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
}
.prod-type-btn p{
  font-size: 18px;
  font-weight: 300;
  color: #606060;
  font-family: Roboto, sans-serif;
  line-height: 26px;
}
.prod-type-btn a.prod-btn{
  color: #fff;
  width: 200px;
  display: block;
  line-height: 23px;
  font-size: 17px;
  padding: 8px 20px;
  font-weight: 400;
  letter-spacing: 0.25px;
  background: #ffcc40;
  margin: 15px auto 0;
}
