@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Catamaran:wght@100..900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=IBM+Plex+Sans+Devanagari:wght@100;200;300;400;500;600;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&family=Teko:wght@300..700&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: "Barlow", sans-serif;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/** **************** **/
html {
  scroll-behvior: smooth;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a;
}

::-webkit-scrollbar:horizontal {
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}

/** **************** **/
.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;
}

.pd-0 {
  padding: 0;
}

.pd-lr30 {
  padding: 0 30px;
}

/** **************** **/
.align-center {
  align-items: center;
  padding-bottom: 15px;
  margin-top: 15px;
  align-items: center;
  border-bottom: 1px solid #343d35;
}

/** **************** **/
#header_top {
  background: #384777;
  padding: 8px 0;
  transition: all 0.5s ease;
}

.tag_line span {
  color: #fff;
  line-height: 32px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-call {
  float: right;
  width: auto;
  transition: all 0.6s ease-in-out;
  position: relative;
}

.header-call ul li {
  padding: 4px 12px;
  display: inline-block;
  position: relative;
}

.header-call ul li:last-child {
  padding-right: 0px;
}

.header-call ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #fff5;
  right: 0;
  top: 5px;
}

.header-call ul li:last-child:after {
  display: none;
}

.header-call ul li img {
  margin-right: 1px;
  float: left;
}

.header-call img {
  width: 24px;
}

.header-call ul li a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: lowercase;
  padding: 0 5px;
}

/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0 0px;
  background: #fff;
  /* border-top: 3px solid #09722d; */
}

.fixed-top:after {
  content: "";
  position: absolute;
  width: 945px;
  height: 100%;
  background: rgb(9 114 45);
  right: 0;
  backdrop-filter: blur(4px);
  border-bottom: -3px solid #09722d;
  top: 0;
  border-left: 6px solid rgb(225 238 225 / 88%);
  z-index: -1;
  border-radius: 0 0 0 34px;
}

.fixed-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: -2px;
  z-index: 0;
  border-radius: 0;
}

.header-scrolled .logo {
  bottom: -36px;
  width: 335px;
  margin-top: -10px;
  transition: all.5s ease;
}

.header-scrolled .scrollto img {
  height: auto;
  transition: all.5s ease;
  margin-top: 0px;
}

.header-scrolled .main-nav > ul {
  margin: 10px 0 12px 0;
}

.logo {
  position: absolute;
  transition: all.5s ease;
  bottom: -28px;
  /* width: 340px; */
}

.header-scrolled .logo:after {
  height: 78px;
}

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

.scrollto img {
  width: auto;
  height: auto;
  transition: all.5s ease;
  position: relative;
  top: -30px;
}

.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}

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

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
}

.main-nav a {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 17px;
  padding: 10px 13px;
}

.main-nav .drop-down ul li:after {
  display: none;
}

.main-nav li:last-child a {
  /*border-right:0px;*/
  padding-right: 0px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #bcedcd;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
  border: none;
  /* border-radius: 3px; */
}

.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: 0px;
}

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

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

.main-nav .drop-down ul li a {
  padding: 6px 5px;
  color: #231e1f;
  border-radius: 2px;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 14px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}

.main-nav .drop-down ul li a span {
  color: #da1214;
}

.main-nav .drop-down ul li a:hover span {
  color: #fff;
}

.main-nav .drop-down ul li a span img {
  width: 20px;
}

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

.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;
}

/*******************/
.custom-svg-style-1 {
  background: url(../images/banner.jpg) no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 555px;
  right: 0%;
}

.custom-svg-style-1 g {
  animation: moving 20s infinite;
  animation-direction: alternate;
}

@-webkit-keyframes moving {
  0% {
    left: 0px;
    top: 0px;
  }

  100% {
    left: 200px;
    top: 0px;
  }
}

@keyframes moving {
  0% {
    left: 0px;
    top: 0px;
  }

  100% {
    left: 200px;
    top: 0px;
  }
}

.call_start {
  margin-left: 35px !important;
  margin-top: 2px;
  position: relative;
}

.call_start:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1px;
  height: 35px;
  background: #e3e3e3;
}

.call_tp {
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  margin-left: 10px;
  height: 47px;
  display: flex;
  background: #ffffff;
  border: 1px solid #b6b6b6eb;
}

.call_tp img {
  margin-left: 5px;
  width: 30px;
  height: 29px;
  margin-top: 3px;
}

.call_tp a {
  color: #363b3ded !important;
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 31px;
  padding: 0px;
}

.call_tp a span {
  font-weight: 400;
  color: #343739;
}

.call_start a {
  padding-top: 6px;
}

.head-cont {
  position: relative;
  margin-left: 70px;
  margin-top: -20px;
  font-size: 18px !important;
}

.head-cont:after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 5px;
  width: 137px;
  height: 1px;
  background: #292929;
}

.head-cont:hover {
  color: #ff0000 !important;
}

.head-cont img {
  width: 55px;
  height: auto;
  position: absolute;
  left: -55px;
  top: 14px;
}

.head-call {
  font-size: 15px;
}

.head-cont:hover .head-call {
  color: #292929 !important;
}

.head-cont .pbmit-svg-arrow {
  stroke: #fff;
  width: 10px;
  height: 10px;
  fill: none;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  position: relative;
  bottom: 1px;
  left: 6px;
  transform: rotate(45deg);
}

.pbmit-svg-arrow-span {
  position: relative;
  left: 5px;
}

.pbmit-svg-arrow-span:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #e81122;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.head-cont .pbmit-svg-arrow line:nth-child(1) {
  stroke-dasharray: 25px;
  stroke-dashoffset: 50px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1);
}

.head-cont .pbmit-svg-arrow line:nth-child(2) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont .pbmit-svg-arrow line:nth-child(3) {
  stroke-dasharray: 20px;
  stroke-dashoffset: 40px;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s;
}

.head-cont:hover svg line {
  stroke-dashoffset: 0 !important;
  stroke: #fff;
}

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

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

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8cc63f;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

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

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

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

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0px 0px 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;
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/*Only Fade Slide End*/
#carousel {
  overflow: hidden;
}

#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}

#carousel .carousel-control-right {
  right: 4%;
}

#carousel .carousel-control-left {
  left: 0;
}

#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}

#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

#carousel .carousel-control span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}

#carousel .carousel-control span:hover {
  background-color: #174798;
}

#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 1s;
  font-size: 70px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  text-align: center;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
}

.carousel-caption p {
  text-align: center !important;
  font-size: 18px !important;
  letter-spacing: px !important;
  margin-top: 9px;
  color: #ffffff;
  line-height: 1.8;
  font-weight: 500;
  /* text-shadow: 1px 1px 2px #000000; */
}

#carousel .caption span {
  animation-duration: 1s;
  animation-delay: 2.2s;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Space Grotesk", sans-serif;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

#carousel .carousel-item.banner1 {
  background-image: url("../images/banner01.jpg");
}

#carousel .carousel-item.banner2 {
  background-image: url("../images/banner02.jpg");
}

#carousel .carousel-item.banner3 {
  background-image: url("../images/banner03.jpg");
}

#carousel .carousel-item {
  height: auto;
  width: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-indicators {
  bottom: 25px;
}

.carousel-caption {
  position: absolute;
  top: 25%;
  left: 75px;
  transform: translate(-50%, -50%);
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

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

.why_sec_bx {
  margin: 0px 0 0px 0;
  position: relative;
  transition: all 500ms ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.why_sec_bx a {
  color: #6a6a6a;
  font-size: 13px;
  letter-spacing: 0.5px;
  /* text-transform: uppercase; */
  position: relative;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
}

.slider_btm {
  padding: 5px 0px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff2e43d;
}

.why_sec_bx {
  position: relative;
  display: flex;
  align-items: center;
  border-right: 1px solid #ed6e1e61;
  padding: 0px 12px;
  border-radius: 3px;
  /* border-left: 1px solid #ed6e1e; */
}

.why_icon_txt {
  padding-left: 10px;
}

.why_icon_txt span {
  display: block;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #676767;
  font-size: 16px;
  margin-top: 5px;
  line-height: 26px;
}

/** **************** **/
.nav_tp_slide .owl-carousel .why_sec_bx {
  overflow: inherit !important;
}

.nav_tp_slide .highlighted {
  position: relative;
  z-index: 99;
}

.nav_tp_slide .highlighted .why_sec_bx {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  position: relative;
}

/** **************** **/
.iso_section {
  padding: 45px 0 0 0;
}

.experis {
  /* background: linear-gradient(0deg, #10c24d, #055621); */
  background:
    radial-gradient(circle, #0cb747f5 10%, rgb(35 39 43 / 66%) 120%),
    url(../images/tool_room.jpg);
  text-align: center;
  padding: 50px 0px;
  backdrop-filter: blur(50px);
  height: 295px;
  border-radius: 14px;
  background-color: #ffffff00;
  background-size: cover;
  position: relative;
  margin-top: -227px;
  background-position: center;
  border: 5px solid #ffffff;
}

.experis::before {
  position: absolute;

  border: 1px solid #57575754;

  width: 283px;

  height: 306px;

  content: "";

  top: -11px;

  left: -11px;
}

.number {
  position: absolute;
  /* left: 40%; */
  top: 32%;
  font-weight: 800;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1px;
  color: #ffffff;
  font-size: 5rem;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  display: inline-block !important;
  vertical-align: middle;
  overflow: hidden;
  font-family: "Archivo", sans-serif;
}

.experis p {
  margin-top: 90px;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.iso-text-content {
  padding: 2px 0px;
  text-align: left;
  display: flex;
  align-items: center;
  border: 1px dashed #00000036;
  padding: 3px 10px;
  /* justify-content: space-between; */
}

.ios-text {
  font-size: 18px;

  font-weight: 500;

  line-height: 1.3;

  color: #09722d;

  margin-top: 0px;

  margin-left: 9px;

  letter-spacing: 0.25px;
}

.iso-text-content img {
  width: 70px;
  position: relative;
  top: 5px;
}

.iso-text-content p {
  font-size: 16px;
  /* margin-left: 69px; */
  margin-top: 4px;
  color: #e3010f;
}

.iso-boder-box {
  position: relative;
}

.iso-boder-box::before {
  position: absolute;
  width: 1px;
  height: 62px;
  content: "";
  border-radius: 57%;
  top: 5px;
  backdrop-filter: blur(50px);
  right: -16px;
  background-color: #09722d99;
}

.hm-manuf-heading span {
  font-size: 27px;
  letter-spacing: 0rem;
  font-weight: 600;
  color: #292929;
  position: relative;
  /* text-transform: uppercase; */
}

.hm-manuf-heading span::before {
  background-image: url(../images/head-right.png);
  right: -51px;
  background-position: center left;
  position: absolute;
  content: "";
  top: 5px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 45px;
}

.hm-abt-dtl p {
  margin-bottom: 25px;
  text-align: left;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 25px;
  color: #33383dbd;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.hm-manuf-heading {
  margin-bottom: 5px;
}

/** **************** **/
.hm-abt-img-new .image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.hm-abt-img-new .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.hm-abt-img-new .image img {
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hm-abt-img-new .image img {
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hm-abt-img-new:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.hm-abt-img-new:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.hm-abt {
  padding: 80px 0 100px 0;
}

.hm-abt-img img {
  border: 4px solid #21212114;
  border-image-slice: 11;
  border-radius: 16px;
}

.hm-abill-content {
  padding-left: 20px;
}

.hm-abill-content p {
  text-align: left;
  font-size: 15px;
  margin-bottom: 14px;
  line-height: 25px;
  color: #33383dbd;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.hm-span-size span {
  letter-spacing: 1.4px;
  opacity: 0.7;
  display: block;
  color: #09722d;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.hm-span-size h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  color: #292929;
  letter-spacing: 0.25px;
  margin-bottom: 9px;
  margin-top: 0px;
  position: relative;
  text-transform: uppercase;
}

.hm-span-size h1::before {
  background-image: url(../images/head-right.png);
  left: 301px;
  background-position: center left;
  position: absolute;
  content: "";
  top: 5px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
}

/** **************** **/
.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #f2f7f3;
  color: #292929;
  border-radius: 10px;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  letter-spacing: 0.35px;
  overflow: hidden;
  font-size: 16px;
  border: 1px solid #a1a1a1;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  /* margin-top: 7px; */
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #ffffff;
  background-color: #09722d;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #c4decd59;
}

.button:hover .button__icon-wrapper {
  color: #ffffff;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.hm-abt-btnn a:hover {
  color: #000000;
}

/** **************** **/
.hm-indusdtry-new {
  padding: 80px 0 0 0;
}

.hm-key {
  background: radial-gradient(circle, #ffffff 35%, #cae1ce52 100%);
  background-size: cover;
  background-position: 100% 20%;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.hm-abt-head h2 {
  font-size: 2.4rem;
  margin-bottom: 0rem;
  letter-spacing: 0rem;
  font-weight: 600;
  color: #292929;
  position: relative;
}

.hm-abt-head h2::before {
  background-image: url(../images/head-right.png);
  right: 345px;
  background-position: center left;
  position: absolute;
  content: "";
  top: 5px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
}

.hm-abt-head h2::after {
  background-image: url(../images/head-left.png);
  left: 370px;
  background-position: center left;
  position: absolute;
  content: "";
  top: 5px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
}

.hm-abt-head {
  text-align: center;
  margin-bottom: 40px;
}

.hm-abt-head .heading-bord {
  margin: 0 auto;
}

.hm-abt-head span {
  display: block;
  padding-top: 8px;
  font-size: 15px;
  font-weight: 500;
  /* font-family: "Krona One"; */
  letter-spacing: 1px;
  color: #09722d;
}

.key-fichers {
  padding: 1rem 1rem 2rem 1rem;
}

.pro-border-right {
  position: relative;
}

.pro-border-right::before {
  position: absolute;
  /* left: 0px; */
  right: -18px;
  content: "";
  top: 5px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}

.middle-boder {
  position: relative;
}

.middle-boder::after {
  position: absolute;
  left: 0px;
  right: 10px;
  content: "";
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
}

.key-fichers img {
  width: 100%;
}

.key-fichers h5 {
  font-size: 21px;
  color: #292929;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
  text-transform: math-auto;
}

/** **************** **/
.hm-industry {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 63vh;
  background-color: #292929;
}

/* Case Study Showcase */
.case-study-wrapper {
  position: relative;
  z-index: 9;
  width: 400px;
  /* height: 574px; */
  list-style: none;
  background-color: #0a0a0a99;
  display: grid;
  align-content: space-between;
  border-radius: 0 0 13% 0;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}

.case-study-wrapper .case-study-name {
  width: 100%;
  height: 7vh;
  display: flex;
  text-align: center;
  /* align-items: end; */
  justify-content: center;
  cursor: pointer;
  border-radius: 0 0px 39px 0;
  margin: 0px 0;
  padding: 0 5px;
  border-bottom: 1px solid #9b9b9b;
}

.case-study-wrapper .case-study-name:first-child {
  border-left: 0px;
}

.case-study-wrapper .case-study-name a {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  font-size: 20px;
  margin-top: 33px;
  margin-bottom: 25px;
  font-weight: 400;
  width: 100%;
  line-height: 1.3;
  letter-spacing: 0.1px;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.case-study-wrapper .case-study-name a:hover {
  text-decoration: none;
}

.case-study-wrapper .case-study-name a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 65px;
  background: #15a646;
  bottom: -40px;
  left: -5px;
  z-index: 9;
}

.case-study-wrapper .case-study-name.active a {
  opacity: 1;
  color: #fff;
}

.case-study-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}

.case-study-images li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  list-style: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.case-study-images li .img-hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  overflow: hidden;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.case-study-images li.show .img-hero-background {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dark-over-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #05050514;
  opacity: 6%;
}

.case-study-images li:nth-child(1) .img-hero-background {
  background-image: url("../images/chemicals.png");
}

.case-study-images li:nth-child(2) .img-hero-background {
  background-image: url("../images/fertilizers.png");
}

.case-study-images li:nth-child(3) .img-hero-background {
  background-image: url("../images/textiles.png");
}

.case-study-images li:nth-child(4) .img-hero-background {
  background-image: url("../images/steel.png");
}

.case-study-images li:nth-child(5) .img-hero-background {
  background-image: url("../images/refineries.png");
}

.case-study-images li:nth-child(6) .img-hero-background {
  background-image: url("../images/paper-mills.png");
}

.case-study-images li:nth-child(7) .img-hero-background {
  background-image: url("../images/air-conditioning.png");
}

.case-study-images li:nth-child(8) .img-hero-background {
  background-image: url("../images/refrigeration.png");
}

.case-study-images li:nth-child(9) .img-hero-background {
  background-image: url("../images/power-generation.png");
}

@media (max-width: 767px) {
  .case-study-wrapper .case-study-name a {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.ind-more {
  background: #f2f7f3;
  padding: 20px 0;
  border-top: 1px solid #1a1a1a00;
}

.hm-prod-more {
  text-align: center;
  border-top-width: 2px !important;
  border-top-color: #29292945;
  border-top-style: dashed;
  border-right-width: 2px !important;
  border-right-color: #29292945;
  border-right-style: dashed;
  border-bottom-width: 2px !important;
  border-bottom-color: #29292945;
  border-bottom-style: dashed;
  border-left-width: 2px !important;
  border-left-color: #29292945;
  border-left-style: dashed;
  padding-top: 15px !important;
  padding-right: 20px !important;
  padding-bottom: 15px !important;
  padding-left: 20px !important;
}

.hm-prod-more h4 {
  font-size: 17px;
  color: #292929;
}

.hm-prod-more h4 a {
  position: relative;
}

.hm-prod-more h4 a:after,
.hm-prod-more h4 a:before {
  -webkit-transition:
    all 0.3s,
    background-color 0s;
  transition:
    all 0.3s,
    background-color 0s;
  content: "";
  height: 1px;
  width: 0;
  background-color: #000;
  position: absolute;
  bottom: -3px;
}

.hm-prod-more h4 a:hover:after,
.hm-prod-more h4 a:hover:before {
  width: 50%;
}

.hm-prod-more h4 a:before {
  right: 50%;
}

.hm-prod-more h4 a:after {
  left: 50%;
}

.hm-prod-more h4 mark {
  color: #09722d;
  background: #09722d00;
}

/* ****** **/
/** **************** **/
.hm-global {
  background: linear-gradient(295deg, #f7f7f7 0.76%, #f7f7f730 99.64%);
  padding: 0px 15px;
  border-radius: 20px;
  align-items: center;
}

.globe-cleint {
  padding: 60px 0 0 0;
}

.hm-map {
  padding-top: 0px;
  position: relative;
  z-index: 999;
  padding: 0px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hm-map h4 {
  font-weight: 400;
  color: #2e568e;
  margin-bottom: 30px;
}

.hm-map h4 span {
  position: relative;
  font-weight: 400;
  font-size: 2rem;
}

.hm-map h4 span:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -35px;
  width: 30px;
  height: 2px;
  background: #91bc40;
}

.globe-cleint {
  padding: 130px 0;
  position: relative;
}

.globe-cleint:after {
  content: "";
  background:
    radial-gradient(circle, rgb(240 246 241 / 0%) 9%, rgb(224 224 224) 100%),
    url(../images/bg-map.png);
  position: absolute;
  width: 500px;
  height: 580px;
  top: 116px;
  border: 1px solid #29292952;
  border-radius: 15px;
  left: 132px;
  z-index: 0;
}

.hm-cleint h4 {
  font-weight: 400;
  color: #2e568e;
  margin-bottom: 30px;
}

.hm-cleint {
  margin-left: 0px;
}

.hm-cleint-dtl {
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 7%);
  margin: 15px 0;
  position: relative;
  border: none;
  background-color: #ffffff;
}

.hm-cleint-dtl:hover {
  border-radius: 0px;
}

.hm-cleint-dtl::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  transition: width 0.2s 0.35s ease-out;
  width: 0%;
  height: 1px;
  background-color: #09722d;
  z-index: 2;
}

.hm-cleint-dtl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: width 0.2s 0.35s ease-out;
  width: 0%;
  height: 1px;
  background-color: #292929;
  z-index: 2;
}

.hm-cleint-dtl:hover::before,
.hm-cleint-dtl:hover::after {
  width: 50%;
  transition: width 0.2s ease-in;
}

.hm-cleint-dtl span {
  color: rgb(28, 31, 30);
  position: relative;
  transition: 0.3s;
  display: block;
  width: 100%;
}

.hm-cleint-dtl span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  border-left: 1px solid #09722d;
  border-top: 1px solid #09722d;
  width: 0%;
  height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
  transition:
    width 0.2s ease-in,
    height 0.15s 0.2s linear,
    opacity 0s 0.35s;
}

.hm-cleint-dtl span::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  border-right: 1px solid #292929;
  border-top: 1px solid #292929;
  width: 0%;
  height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
  transition:
    width 0.2s ease-in,
    height 0.15s 0.2s linear,
    opacity 0s 0.35s;
}

.hm-cleint-dtl span:hover::before,
.hm-cleint-dtl span:hover::after {
  width: 50%;
  height: 100%;
  opacity: 1;
  transition:
    height 0.2s 0.2s ease-in,
    width 0.2s 0.4s linear,
    opacity 0s 0.2s;
}

.hm-cleint-dtl img {
  border-radius: 10px;
  padding: 8px 0;
}

.hm-cleint-dtl:hover img {
  border-radius: 0px;
}

.pd3 {
  padding: 0 6px;
}

.hm-map img {
  width: 100%;
}

.hm-map-size h4 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  color: #292929;
  letter-spacing: 0.25px;
  margin-bottom: 16px;
  margin-top: 0px;
  position: relative;
  text-transform: uppercase;
}

.hm-map-size h4::before {
  background-image: url(../images/head-right.png);
  left: 229px;
  background-position: center left;
  position: absolute;
  content: "";
  top: 5px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
}

/** **************** **/
.footer-logo-hm {
  background-color: #242e25;
  padding: 20px;
  border-radius: 20px;
}

footer {
  background-color: #0b160c;
  padding: 50px 0px 50px 0;
  position: relative;
  /* border-top: 4px solid #d2151e; */
}

footer:after {
  content: "";
  background-image: url(../images/opcity-logo.png);
  position: absolute;
  width: 250px;
  height: 250px;
  top: 101px;
  right: 21px;
  z-index: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
}

.ftr-head {
  padding-bottom: 12px;
}

.ftr-head h4 {
  font-weight: 500;
  font-size: 17px;
  color: #0a8935;
  letter-spacing: 0.5px;
  /* font-family: "Jost", sans-serif; */
}

.ftr-link ul li a {
  color: #eeeeee;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 23px;
  padding: 5px 0;
  display: block;
}

.ftr-link ul li:hover a {
  color: #fff;
}

.br {
  /* border-left: 1px solid #ffffff1a; */
  padding-left: 56px;
  position: relative;
}

.br::before {
  position: absolute;
  content: "";
  border: 1px solid #343d35;
  width: 676px;
  height: 329px;
  border-radius: 20px 0 0 0;
  border-right: 0;
  border-bottom: 0;
  top: -38px;
  left: 25px;
}

.bb {
  border-bottom: 1px solid #343d35;
  padding-bottom: 22px;
  align-items: center;
}

.ftr-cont {
  padding-bottom: 11px;
  padding-left: 35px;
  position: relative;
}

.ftr-cont h4 {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
  letter-spacing: 0.35px;
  /* font-family: "Jost", sans-serif; */
}

.ftr-cont p a {
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 400;
}

.ftr-cont p {
  color: #ebeaea;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.ftr-cont p:hover a {
  color: #fff;
}

.ftr-cont img {
  position: absolute;
  top: 0px;
  left: 0;
}

.ftr-btm {
  padding-top: 0px;
}

.ftr-btm p {
  font-weight: 500;
  font-size: 14px;
  color: #0a8935;
  letter-spacing: 0.35px;
}

.ftr-btm p span {
  color: #c3c3c3;
}

.ftr-btm p a {
  color: #fff;
}

.ftr-btm p a:hover {
  color: #fff;
}

.ftr-right {
  padding-top: 20px;
  padding-left: 20px;
}

.ftr-right ul {
  text-align: right;
}

.ftr-right ul li {
  display: inline-block;
  padding-left: 15px;
}

.ftr-right ul li a {
  font-size: 18px;
  color: #dbdbdb;
}

.ftr-right ul li:hover a {
  color: #fff;
}

.social-icon ul {
  opacity: 1;
  text-align: right;
}

.social-icon ul li {
  display: inline-block;
  padding-right: 3px;
}

.social-icon ul li a {
  opacity: 1;
}

.social-icon ul li a i {
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  transition: all 0.8s;
  -webkit-transition: 0.8s ease;
}

.icon1 i {
  background: #4d6bb3;
  color: #fff;
  border: 1px solid #4d6bb3;
}

.icon2 i {
  background: #bd081c;
  color: #fff;
  border: 1px solid #bd081c;
}

.icon3 i {
  background: #ed2a24;
  color: #fff;
  border: 1px solid #ed2a24;
}

.icon5 i {
  background: #0078b5;
  color: #fff;
  border: 1px solid #0078b5;
}

.icon4 i {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.icon6 i {
  background: #ff0033;
  color: #fff;
}

.social-icon ul li a:hover i {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 5px;
}

.social-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.social-icon-list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #7db48e;
  border-radius: 30px;
  background-color: rgb(199 223 203 / 19%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  padding: 0px 10px 0 5px;
  font-size: 13px;
  font-weight: 400;
}

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

/*------------------*/
#safety_screen_banner {
  position: relative;
  min-height: 295px;
  background-image: url(../images/bread-crom.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}

#safety_screen_banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(
    90deg,
    rgb(234 91 33 / 9%) 9%,
    rgb(0 0 0 / 89%) 60%,
    rgb(234 91 33 / 11%) 100%
  );
}

.inner_banner_heading {
  position: absolute;
  content: "";
  left: 50%;
  top: 40%;
  transform: translate(-53%, -50%);
  display: block;
  padding: 0 20px;
  text-align: center;
}

.inner_banner_heading h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
}

.breadcrumbs {
	padding: 0px 0;
    border-radius: 50px;
    position: absolute;
    text-align: center;
    margin-top: -137px;
    left: 0;
    right: 0;
}

.bnav_list ul li {
  display: inline-block;
  padding-right: 10px;
}

.bnav_list ul li a,
.bnav_list ul li span {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  font-size: 17px;
}

.bnav_list ul li:after {
  color: #c7dfcb;
  content: "\f101";
  font-family: "FontAwesome";
  font-weight: 700;
  font-size: 12px;
  margin-left: 10px;
}
.bnav_list ul li:last-child::after {
	display:none;
}

.bnav_list ul li {
  display: inline-block;
  padding-right: 10px;
}

.bnav_list ul li span {
  color: #098935;
}

/* ================= */
/*------------------*/
.prod-banner {
  background-size: cover !important;
  position: relative;
  background-position: center 72% !important;
  background-repeat: no-repeat;
  padding: 90px 0 120px;
}

.prod-banner2 {
  padding: 50px 0;
}

.prod-banner-header {
  position: relative;
  z-index: 1;
}

.prod-banner-header h1 {
  color: #fff;
  text-align: left;
  font-weight: 600;
  padding-bottom: 5px;
}

.prod-banner-header2 ul {
  margin-bottom: 0px;
}

.prod-banner-header ul {
  text-align: left;
}

.prod-banner-header ul li {
  display: inline-block;
  padding: 0 10px;
  color: #cfcfcf;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}

.prod-banner-header ul li a,
.prod-banner-header ul li span {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 15px;
}

.prod-banner-header ul li a,
.prod-banner-header ul li span i {
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 20px;
}

.prod-banner:after {
  content: "";
  position: absolute;
  background: rgb(0 0 0 / 61%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}

.prod-inr-dtl h2 {
  font-size: 25px;
  font-weight: 600;
  color: #09722d;
  margin-bottom: 11px;
  position: relative;
}

.prod-inr-dtl h3 {
  font-size: 22px;
  letter-spacing: 0rem;
  font-weight: 600;
  color: #09722d;
  margin-bottom: 11px;
  position: relative;
  /* text-transform: uppercase; */
}
.prod-inr-dtl h4 {
  font-size: 22px;
  letter-spacing: 0rem;
  font-weight: 600;
  color: #09722d;
  margin-bottom: 11px;
  position: relative;
  /* text-transform: uppercase; */
}

.home-about-content p {
  text-align: left;
  font-size: 15px;
  /* margin-bottom: 27px; */
  line-height: 1.6;
  color: #121415b0;
  font-weight: 400;
  letter-spacing: 0.25px;
}

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

.inr-prod-nav {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
  -moz-box-shadow: 0 5px 22px 0 rgba(15, 53, 103, 0.05);
  box-shadow: 0 5px 22px 0 rgb(15 53 103 / 5%);
  position: sticky;
  top: 50px;
  margin-left: 20px;
}

.inr-prod-nav ul {
  margin-bottom: 0px !important;
}

.inr-prod-nav ul li {
  margin-bottom: 12px;
}

.inr-prod-nav ul li a {
  background-color: #f7f7f7;
  color: #1a1a1a;
  display: block;
  font-size: 15px;
  padding: 12px 15px 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.inr-prod-nav ul li a:hover {
  background-color: #09722d;
  color: #fff;
}

.bullet li {
  font-weight: 400;
  color: #121415d6;
  font-size: 16px;
  word-spacing: 0.5px;
  line-height: 25px;
  padding-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.bullet li:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #292929;
  position: absolute;
  left: 2px;
  border-radius: 20px;
  top: 9px;
  /* border-radius: 28%; */
}

.inner_pro img {
  background-color: #f0f7f1b5;
  border: 1px solid #afafaf;
  border-radius: 10px;
}


.bullet li b {
  font-weight: 600;
  color: #262525;
  font-size: 16px;
  word-spacing: 0.5px;
  line-height: 25px;
  padding: 5px 0 5px 3px;
  position: relative;
}

.bullet {
  margin-top: 3px;
}
.dawonload span a {
  text-align: center;
  color: #fff;
  font-size: 19px;
}
.dawonload {
  text-align: center;
  background-color: #09722d;
  padding: 10px;
  border-radius: 0 0 30px 30px;
}
.inr-prod-nav h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 13px;
  background-color: #f4f9f5;
}
.bordur-rudis img {
  border-radius: 30px !important;
}

.table-responsive > .table-bordered {
  border: 0;
}

.prod-table {
  margin-top: 15px;
}

.prod-table .table thead tr th {
  background: #292929;
  color: #fff;
  border: 1px solid #505050;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  vertical-align: middle;
  padding: 10px 10px;
}

.prod-table tr:nth-child(even) {
  background: #f4f9f5;
}

.prod-table .table tbody tr td {
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  letter-spacing: 0.2px;
  padding: 10px 15px;
  font-weight: 500;
}
/* ================== */
.why_section_dtl {
  /* background-color: #f5f7fb; */
  position: relative;
}
.card {
  margin-bottom: 15px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
  padding: 12px 16px;
  background-color: #ffd801;
  border-bottom: 0px;
  margin-bottom: 10px;
}
.card {
  margin-bottom: 10px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
}
.card-header {
  padding: 10px 14px;
  background-color: #c7dfcb;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.card-header a {
  font-size: 15px;
  line-height: 24px;
  display: block;
  width: 100%;
  color: #292929 !important;
  letter-spacing: 0.3px;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
}
.card-body {
  padding: 15px;
  background: #fff;
}
.card-body p {
  font-size: 15px;
  line-height: 23px;
  display: block;
  color: #313131;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding-bottom: 10px;
}

/*  */

/* marquee */

.logo-slider {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
}

.logo-track {
  display: flex;
  align-items: center;
  animation: scroll 10s linear infinite;
}

.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

/* 5 images visible */
.logo-track img {
  width: 25%; /* 100 / 5 = 20% */
  max-width: 280px;
  margin: 0 5px;
  object-fit: contain;
  border: 1px solid #0002;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.about-experis {
  /* background: linear-gradient(0deg, #10c24d, #055621); */
  background:
    radial-gradient(circle, #0cb747f5 10%, rgb(35 39 43 / 66%) 120%),
    url(../images/tool_room.jpg);
  text-align: center;
  padding: 50px 0px;
  backdrop-filter: blur(50px);
  height: 290px;
  border-radius: 14px;
  background-color: #ffffff00;
  background-size: cover;
  position: relative;
  margin-top: 7px;
  background-position: center;
}

.about-experis::before {
  position: absolute;
  border: 0;
  width: 283px;
  height: 306px;
  content: "";
  top: -11px;
  left: -11px;
}

.about-us-iso {
  margin-top: 16px;
}

.about-iso-boder-box {
  position: relative;
}

.about-iso-border-box::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  top: 88px !important;
  backdrop-filter: blur(50px);
  right: 50%;
  background-color: #09722d99;
  transform: translateX(50%);
}

.hm-about-us {
  padding: 50px 0 70px 0 !important;
}

.industries-main {
  padding: 40px 0 60px 0;
}

.industries-main-box {
  position: relative;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0;
}

.industries-main-box img {
  transition: 0.3s all ease-in-out;
}

.img-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  transition: 0.3s all ease-in-out;
}

.industries-main-box-content h3 {
  font-size: 23px;
}

.industries-main-box-content {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  background-color: #09722d;
  padding: 10px 80px;
  color: #fff;
  border: 8px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 30px 0 0;
  transition: 0.3s inherit ease-in-out;
}

.industries-main-box:hover img {
  transform: scale(1.1);
  transition: 0.3s all ease-in-out;
}

.industries-main-box:hover .img-layer {
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

/* certificate */

.certifications-section {
  padding: 80px 0px;
  background-color: #f9f9f9;
}

.certificate-main-title {
  color: #09722d;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
  letter-spacing: 2px;
}

.sub-description {
  color: #555555;
  font-size: 16px;
  max-width: 550px;
  line-height: 1.5;
}

/* Thumbnails Styling */

.thumbnail-item {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
  margin-top: 30px;
}

.thumbnail-item img {
  max-width: 100%;
  height: auto;
  opacity: 0.8;
  border: 1px solid #d6d6d6;
}

/* Navigation Buttons */
.nav-controls {
  display: flex;
  gap: 15px;
  padding-left: 380px; /* Aligned towards the right of the thumbnails */
}

.nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #cccccc;
  background: transparent;
  color: #888888;
}

.nav-btn.active {
  background-color: #e91e63;
  border-color: #e91e63;
  color: #ffffff;
}

.nav-btn:hover {
  opacity: 0.8;
}

/* Preview Card Styling */
.preview-card-container {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.preview-image-box {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}

.preview-image-box img {
  width: 100%;
  height: auto;
  border: 1px solid #d6d6d6;
}

.certificate-label {
  font-size: 19px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.5px;
}

.inner-img {
  position: relative;
  overflow: hidden;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  margin-bottom: 25px;
}

.inner-img a {
  display: block;
  position: relative;
  text-decoration: none;
  border: 1px solid #09722e86;
}

.inner-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
  border: 5px solid #ffffff;
}

.inner-img a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid #09722d;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.inner-img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #70707080;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.inner-img a:hover img {
  transform: scale(1.1);
}

.inner-img a:hover::before {
  opacity: 1;
  transform: rotate(270deg);
}

.inner-img a:hover::after {
  opacity: 1;
}

.equipment-main {
  padding: 50px 0;
}

/* contact us */
.contact-section {
  padding: 80px 0 80px 0;
}
.hm-cnt-head {
  text-align: center;
  margin-bottom: 40px;
}
.hm-cnt-head h2 {
  font-weight: 800;
}
.contact-box {
  border: 2px solid #4ba76a;
  position: relative;
  text-align: center;
  box-shadow:
    rgb(50 50 93 / 25%) 0 13px 27px -5px,
    rgb(0 0 0 / 30%) 0 8px 16px -8px;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}
.contact-box:before {
  background-color: #fff;
  border: 1px solid #1a195e;
  border-radius: 50%;
  content: "";
  height: 150px;
  width: 135px;
  left: 50%;
  margin-left: -67px;
  margin-top: -70px;
  opacity: 0;
  position: absolute;
  top: 56%;
  will-change: transform, opacity;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  z-index: 1;
}
.contact-box:hover:before {
  opacity: 1;
  -moz-transform: scale3d(3.4, 3.4, 1);
  -ms-transform: scale3d(3.4, 3.4, 1);
  -webkit-transform: scale3d(3.4, 3.4, 1);
  transform: scale3d(3.4, 3.4, 1);
}
.contact-box:hover .cont-icon {
  box-shadow: -3px -3px 5px 1px #fff0 inset;
}
.contact-box:hover .cont-icon img {
  transform: scale(1.3, 1.3);
}
.cont-icon {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #1a195e;
  background: #fff;
  margin: auto auto 10px;
  box-shadow: -3px -3px 5px 1px #0000006b inset;
  position: relative;
  z-index: 9;
}
.cont-icon img {
  width: 35px;
  left: -2px;
  position: relative;
}
.contact-box:hover > h5 {
  color: #000;
}
.contact-box:hover > h4 {
  color: #0b160c;
}
.contact-box:hover > p,
.contact-box:hover > p > a {
  color: #000;
}
.contact-box h4 {
  font-size: 25px;
  margin: 8px 0 8px 0;
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 9;
}

.contact-box h5 {
  font-size: 19px;
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 9;
  padding: 7px 0px 0 0;
}
.contact-box {
  overflow: hidden;
}
.contact-box {
  background: #09722d;
}
.contact-box:hover {
  color: #fff;
}
.contact-box p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
  z-index: 9;
}
.contact-box p a {
  color: #fff;
  padding: 5px 0;
  position: relative;
  z-index: 9;
  display: block;
}
.contact-box .addr a {
  text-decoration: none;
}

.cnt-form-sec {
  padding: 80px 0 0 0;
}
.mid-contact-form {
  padding: 20px;
  box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
}
.mid-contact-form input {
  height: 50px;
  background: #f7f7f7;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  border: none;
}
.mid-contact-form textarea {
  background: #f7f7f7;
  padding-left: 20px;
  padding-top: 15px;
  height: 175px;
  width: 100%;
  border: none;
}
.cnt-btn {
  width: 180px;
  height: 46px;
  background: #ed3237;
  display: flex;
  align-items: center;
  justify-content: center;
  place-self: center;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  border: 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
  margin-top: 20px;
}
.cnt-btn:hover {
  color: #fff !important;
  border: 0px !important;
}
.cnt-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #292929;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.cnt-btn:hover:before {
  transform: scaleX(1);
}

.cnt-form-sec .hm-form-head h2 {
  font-weight: 800;
}
.cnt-form-sec .hm-form-head h2 {
  text-align: center;
  margin-bottom: 40px;
}
.map-section {
  padding: 80px 0 0;
}
.map-section iframe {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
}

/*  */

.prod-section {
  padding: 80px 0 80px;
}
.prod-section .prod-range-head {
  text-align: center;
}
.prod-section .prod-range-head h2 {
  font-weight: 800;
  margin-bottom: 30px;
}

.prod-section .inner-prod-dtl {
  margin-bottom: 30px;
}

.inner-prod-img {
  background: #fff;
  border-right: 4px solid #f5f5f5;
  border-left: 4px solid #f5f5f5;
  border-top: 4px solid #f5f5f5;
}

.hm-prod-name {
  width: 100%;
  background: #09722d;
  padding: 10px 10px;
  text-align: center;
}
.hm-prod-name span {
  color: #303030;
  font-size: 16px;
  background-color: #fff;
  display: block;
  padding: 10px 0;
}

/*  */


.quick_connect {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
.quick_connect h6 {
	position:relative;
	padding:15px 25px;
	background: #004073;
	color:#fff;
	font-size:16px;
	border-radius:5px;
	font-weight:600;
	letter-spacing:1px;
	display:block;
}
.quick_connect i {
	font-size: 30px;
	color: #004073;
	position: absolute;
	right: 15px;
	bottom: -10px;
}
.whatsapp-btn {
	position: fixed;
    bottom: 18px;
    right: 185px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 20%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.whatsapp-btn i {
	color: #fff;
	font-size: 28px;
	animation: beat 2s ease-in-out infinite;
	text-decoration: none;
}
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.modal-body {
    padding:0px;
    background: radial-gradient(circle, #ffffff 35%, #cae1ce52 100%);
}
.modal-header {
    text-align: center;
    background: #004073;
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
h6.modal-title {
    color:#fff;
    font-size:20px;
    text-align:center;
    letter-spacing:0.25px;
    font-weight:500;
    padding-left:20px;
}
.modal-content{
   background-color: #f2f3f8;
}
.modal-content .close {
    opacity:1;
    padding:0px;
    margin:0px;
}
.modal-content .close span i {
    position: absolute;
    right: 16px;
    top: 0;
    width: 65px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-right: 0;
    color: #004073;
    border-radius: 50px 0px 0px 50px;
    cursor: pointer;
}
.request_form .form-group input {
	display: block;
	width: 100%;
	color: #000000;
	font-weight: 400;
	border: 1px solid #afafaf;
	letter-spacing: 0.25px;
	padding: 12px 10px;
	font-size: 15px;
	background: #fff;
	border-radius: 5px;
}
.request_form .form-group select {
	display: block;
	width: 100%;
	color: #000000;
	font-weight: 400;
	border: 1px solid #afafaf;
	letter-spacing: 0.25px;
	padding: 12px 10px;
	font-size: 15px;
	background: #fff;
	border-radius: 5px;
}
.request_form .form-group textarea {
    display: block;
    width: 100%;
    color: #000000;
    font-weight: 400;
    border: 1px solid #afafaf;
    letter-spacing: 0.25px;
    padding: 12px 10px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
    min-height:80px;
}
.enquire-pad-box{
	padding: 30px;
}
.submit_btn {
	font-size: 16px;
	padding: 8px 25px;
	background: #09722d;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	border: 0px;
}
.submit_btn:hover {
    border:0px;
    color:#fff;
    background:#1d1d1f;
}

