@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap") * {
  margin: 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: "Poppins", sans-serif;
}

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

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

body::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb {
  background-color: #f7ac31;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}

/** **************** **/
.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.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;
}
/**/
.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;
}
/** **************** **/
.align-center {
  align-items: center;
}
/** **************** **/
.container {
  max-width: 1220px;
}
/** **************** **/
.fixed-top {
  position: fixed;
  top: 0px;
  display: block;
  background: #fff;
  box-shadow: 0 0 2px 2px #00000014;
}
.header-scrolled {
  box-shadow: 0 0 2px 2px #00000014;
}
.header_menu {
  padding: 0px 0 0px;
  display: flex;
  position: relative;
}
.logo {
  position: relative;
  top: 0px;
}
.logo:after {
  content: "";
  position: absolute;
  background: #1b1b1b;
  height: 100%;
  width: 650px;
  right: -25px;
  top: 0;
  z-index: -1;
}
#header .logo img {
  width: auto;
  height: auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: auto;
  padding: 10px 0;
}
.header-scrolled .logo img {
  width: 260px !important;
  height: auto;
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .logo {
  top: 0px;
}
.main-nav > ul {
  margin-top: 22px;
}
.header-scrolled .main-nav > ul {
  margin-top: 20px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-scrolled .main-nav > ul > li {
  padding: 2px 5px;
}
.header-scrolled #header .logo img {
  padding: 8px 0;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 5px;
}
.main-nav > ul > li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 35px;
  top: -57px;
  left: 50%;
  background: #4164b1;
  transition: 0.2s;
}
.main-nav > ul > li:hover:after {
  top: -35px;
}
.main-nav a {
  display: block;
  position: relative;
  color: #222;
  padding: 0px 10px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #222;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  /*width: 285%!important;*/
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.bg li {
  background: #fff;
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .dropdown-width-175 {
  min-width: 175px !important;
}
.main-nav .dropdown-width-200 {
  min-width: 200px !important;
}
.main-nav .drop-down li {
  min-width: 240px;
  position: relative;
}
.main-nav .drop-down ul li a {
  padding: 12px 12px;
  font-size: 15px;
  color: #555;
  border-bottom: 1px solid #eeeeee94;
}
.main-nav .drop-down ul li:last-child a {
  border-bottom: none;
}
.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: #4164b1;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
  margin-top: 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;
}

.cont-call {
  margin: 0 0px 0 60px;
  position: relative !important;
  top: -8px;
}
.cont-call span {
  display: block;
  line-height: 20px;
  margin-right: 0;
  text-align: center;
  color: #fff;
  width: 45px;
  height: auto;
  border-radius: 50%;
  /* padding: 4px;*/
  /*box-shadow: 0px 0px 60px 0px rgb(88 88 88 / 20%);*/
  position: absolute;
  left: -50px;
  top: -3px;
}
.cont-call h6 {
  font-weight: 600;
}
.cont-call a {
  font-weight: 400;
  font-size: 14px;
  padding: 0 0;
}

/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #264b8f;
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 24px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 20px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

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

#slider {
  margin-right: 0;
  margin-left: 0;
  margin-top: 74px;
}
#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: rgb(50 52 51 / 50%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}
#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}
#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

.carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: -20px;
  text-align: right;
  list-style: none;
  bottom: 20px;
  justify-content: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  background: #9fbf26;
}
.carousel-caption {
  text-align: left;
  text-shadow: none;
  left: 0;
  right: 0;
  top: 0;
  padding-bottom: 0;
}
.carousel-caption-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.carousel-caption h5 {
  font-size: 30px;
  color: rgb(244, 247, 248);
  background: #f7ac31;
  font-weight: 600;
  display: inline-block;
  padding: 10px 30px !important;
  margin-bottom: 0;
  -webkit-animation-duration: 8.5s;
  animation-duration: 8.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.9s linear;
}
.carousel-caption img {
  text-align: center;
  display: inline-block;
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.2s linear;
}
.carousel-caption h4 {
  font-size: 30px;
  color: rgb(244, 247, 248);
  /* background: #f7ac31; */
  text-shadow: 0 1px 2px #000;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  padding: 0px 30px 30px 30px !important;
  margin-bottom: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.8s linear;
}
.carousel-caption p {
  font-size: 24px;
  color: rgb(244, 247, 248);
  line-height: 1.2;
  width: 41%;
  font-weight: 400;
  background-color: rgba(24, 24, 24, 0.902);
  padding: 20px 30px;
  margin-bottom: 0;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.8s linear;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/* Zooming entrances */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomInn {
  -webkit-animation-name: zoomInn;
  animation-name: zoomInn;
}
@-webkit-keyframes zoomInn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

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

.hm-about {
  padding: 130px 0 120px;
}
.hm-about-dtl {
  padding-left: 30px;
  font-weight: 300;
}
.hm-about-dtl h6 {
  color: #9fbf26;
  margin-bottom: 10px;
}
.hm-about-dtl h4 {
  margin-bottom: 20px;
}
.hm-about-dtl h4 span {
  background: #4164b1;
  color: #fff;
  padding: 5px 20px 5px 0px;
}
.hm-about-dtl h4 span strong {
  background: #9fbf26;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hm-about-dtl h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.hm-about-dtl h1 span {
  color: #4164b1;
}
.hm-about-tab {
  margin-top: 30px;
}
.hm-about-tab .nav-pills {
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  margin-bottom: 20px;
}
.hm-about-tab .nav-pills li {
  padding: 10px 0px 10px 1px;
  flex: 0 0 33.33%;
  text-align: center;
  position: relative;
  height: 100%;
}
.hm-about-tab .nav-pills li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background: #dddde0;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hm-about-tab .nav-pills li:last-child:after {
  display: none;
}
.hm-about-tab .nav-pills li a {
  color: #616161;
  font-weight: 500;
  font-size: 16px;
  display: block;
  position: relative;
}
.hm-about-tab .nav-pills li a.active {
  color: #4164b1;
}
.hm-about-tab .nav-pills li a.active:before {
  content: "";
  width: 98%;
  height: 2px;
  background: #4164b1;
  position: absolute;
  top: -10px;
  left: 0;
}
.tab-content {
  height: 100%;
}
.hm-about-dtl .tab-content p {
  font-size: 15px;
  line-height: 26px;
  font-style: normal;
  color: #555;
  padding-top: 10px;
  letter-spacing: 0.50px;
  font-weight: 400;
}
.hm-about-dtl .tab-content p span{
  font-weight: 600;
}
.hm-about-rel {
  position: relative;
  align-items: end;
}
.hm-about-head h2 {
  position: absolute;
  left: 0;
  top: -110px;
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 200px;
  color: #02010100;
  white-space: unset;
  background-clip: text;
  -webkit-background-clip: text;
  background-color: transparent;
  background-image: linear-gradient(180deg, #f5f6f7 20%, #fdfdfd 100%);
}

.common-btn {
  width: 180px;
  height: 46px;
  background: #4164b1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  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;
  cursor: pointer;
  margin-top: 20px;
}
.common-btn:hover {
  color: #fff !important;
  border: 0px !important;
}
.common-btn:hover:before {
  transform: scaleX(1);
}
.common-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;
}
.common-btn span {
  color: #ffffffc4;
  transform: rotate(0deg);
  position: relative;
  top: 0px;
  left: 10px;
  font-size: 9px;
}

/** **************** **/
.hm-prod {
  padding-bottom: 100px;
}
.hm-prod-head {
  position: relative;
}
.hm-prod-head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f5f5f5;
  left: 0;
  top: 8px;
  z-index: -1;
}
.hm-prod-head h6 {
  color: #9fbf26;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hm-prod-head h6 span {
  background: #fff;
  padding-right: 10px;
}
.hm-prod-headling h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}
.hm-prod-readmore {
  float: right;
}
.hm-prod-readmore .common-btn {
  margin-top: 0px;
}
.hm-product-slider {
  padding-top: 20px;
}
.hm_product_bx {
  background: #1b1b1b;
  /*border: 3px solid rgb(242 242 242 / 20%);*/
  /*  min-height:450px;*/
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  margin-top: 0px;
  overflow: hidden;
}
.product_content_bx {
  padding: 10px 15px 15px 15px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_type_content span {
  font-size: 16px;
  color: #fff;
  word-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
}
.hm_product_bx:hover {
  /*border:2px solid #9fbf26;*/
  box-shadow: inset 0 0 0 5px #9fbf26;
  /*-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);*/
}
.hm_product_bx:hover .product_type_content span {
  color: #9fbf26;
}
.product_img img {
  padding: 0;
  width: 75%;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.hm_product_bx:hover .product_img img {
  transform: scale(1.2, 1.2);
}

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

footer {
  background: #1b1b1b;
  padding: 40px 0 20px;
}
.ftr-head {
  padding-bottom: 12px;
}
.ftr-head h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.ftr-link ul li a {
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 28px;
}
.ftr-link ul li:hover a {
  color: #fff;
}
.br {
  border-right: 1px solid #ffffff1a;
}
.bb {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 30px;
}
.ftr-cont {
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.ftr-cont h4 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.ftr-cont p a {
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 400;
}
.ftr-cont p:hover a {
  color: #fff;
}
.ftr-cont img {
  position: absolute;
  top: 0px;
  left: 0;
}
.ftr-btm {
  padding-top: 20px;
}
.ftr-btm p {
  font-weight: 400;
  font-size: 15px;
  color: #f1e100;
}
.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: 8px;
}
.social-icon ul li a {
  opacity: 1;
}
.social-icon ul li a i {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  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: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
}
.social-icon ul li a:hover i {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  border-radius: 5px;
}

/*******************/
.hm-cleint {
  background-color: #f6f6f7;
  padding: 50px 0 40px;
}
.client-wrapper {
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1.732px 15px 0px rgb(19 37 56 / 8%);
  height: auto;
  /*display: flex;*/
  padding: 0px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  height: auto;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.product-slider .client-wrapper img {
  width: auto !important;
  display: block;
  margin: 0 auto;
}
.product-slider .client-wrapper h6 {
  text-align: center;
  font-size: 15px;
  color: #262626;
  padding-top: 5px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}
.product-slider .client-wrapper:hover {
  bottom: 5px;
}
.product-slider .item {
  padding: 20px 10px;
}
.hm-cleint-heading {
  padding-left: 8px;
}
.hm-cleint-heading span {
  color: #9fbf26;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hm-cleint-heading h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

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

.contact_bg_section {
  padding: 60px 0 60px 0;
  background: url(../images/desktop-news-media-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.contact_bg_section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: #4164b1;
  opacity: 0.9;
}
.tagline,
.call_to_action {
  position: relative;
  z-index: 1;
}
.tagline h2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 10px 10px 10px 15px;
  color: #fff;
  text-align: justify;
  border-left: 3px solid #9fbf26;
}
.call_to_action {
  max-width: 570px;
  min-width: 555px;
  padding: 0px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact_line {
  height: 80px;
  width: 1px;
  background: #ffffff47;
  margin: 0px;
}
.contact_call_bx {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.quick_call_btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
  min-width: 200px;
}
.call_btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  transition: 0.3s;
  box-shadow: 0 0px 1px 2px rgb(255 255 255 / 30%);
}
.quick_call_btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 12px 20px;
  transition: 0.3s;
  /* box-shadow:0 0px 1px 2px rgb(255 255 255 / 30%); */
}
.btn_pd,
.quick_btn_pd {
  padding: 6px;
}
.btn_pd span {
  color: #ffffff;
  background-color: #292866;
}
.quick_btn_pd span {
  color: #fff;
  background-color: #9fbf26;
}
.call_btn:hover.btn_pd span {
  color: #fff;
  background-color: #ce2127;
}
.quick_call_btn:hover.quick_btn_pd span {
  color: #000;
  background-color: #fff;
}
.call_btn::before,
.call_btn::after {
  background: transparent;
  z-index: 2;
  position: absolute;
  content: "";
}
.quick_call_btn::before,
.quick_call_btn::after {
  background: transparent;
  z-index: 2;
  position: absolute;
  content: "";
}
.call_btn.hover-border::before,
.call_btn.hover-border::after {
  width: 100%;
  height: 100%;
  transition: 0.35s;
  position: absolute;
  content: "";
}
/*.quick_call_btn.hover-border::before, .quick_call_btn.hover-border::after {
  width: 100%;
  height: 100%;
  transition: 0.35s;
  position: absolute;
  content: "";
}*/
.call_btn.hover-border::before {
  bottom: 0;
  left: 0;
  border-left: 2px solid #ce2127;
  border-bottom: 2px solid #ce2127;
  position: absolute;
  content: "";
  width: 10%;
  height: 25%;
  transition: 0.35s;
}
.quick_call_btn.hover-border::before {
  bottom: 0;
  left: 0;
  border-left: 2px solid #f1e100;
  border-bottom: 2px solid #f1e100;
  position: absolute;
  content: "";
  transition: 0.35s;
  width: 10%;
  height: 25%;
}
.call_btn.hover-border::after {
  top: 0;
  right: 0;
  width: 10%;
  height: 25%;
  border-right: 2px solid #f1e100;
  border-top: 2px solid #f1e100;
  position: absolute;
  content: "";
  transition: 0.35s;
}
.quick_call_btn.hover-border::after {
  top: 0;
  right: 0;
  width: 10%;
  height: 25%;
  border-right: 2px solid #f1e100;
  border-top: 2px solid #f1e100;
  position: absolute;
  content: "";
  transition: 0.35s;
}
.call_btn.hover-border:hover::before {
  width: 10%;
  height: 25%;
  border-left: 2px solid #f1e100;
  border-bottom: 2px solid #f1e100;
}
.quick_call_btn.hover-border:hover::before {
  width: 100%;
  height: 100%;
  border-left: 2px solid #f1e100;
  border-bottom: 2px solid #f1e100;
}
.call_btn.hover-border:hover::after {
  width: 100%;
  height: 100%;
  border-right: 2px solid #f1e100;
  border-top: 2px solid #f1e100;
}
.quick_call_btn.hover-border:hover::after {
  width: 100%;
  height: 100%;
  border-right: 2px solid #f1e100;
  border-top: 2px solid #f1e100;
}
.quick_action_link b {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.contact_call_bx:hover .quick_action_link b {
  color: #9fbf26;
}

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

.hm-industries {
  padding: 100px 0;
  position: relative;
}
.hm-indust-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 550px;
}
.hm-indust-img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 550px;
}
.hm-indust span {
  color: #9fbf26;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hm-indust h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}
.hm-indust p {
  font-size: 15px;
  line-height: 26px;
  font-style: normal;
  color: #555;
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: 500;
}
.hm-indust-bullet ul li {
  font-size: 15px;
  line-height: 26px;
  font-style: normal;
  color: #555;
  padding-top: 16px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}
.hm-indust-bullet ul li span {
  color: #4164b1;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -15%);
}

.applications-dtl {
  background: #fff;
  transition: 0.3s;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 10%);
  position: relative;
  margin-bottom: 8px;
}
.applications-dtl span {
  color: #3b3b3a;
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 10px 10px 10px 50px;
  text-decoration: none;
  transition: 0.3s;
  width: 100%;
  text-align: left;
}
.applications-dtl::before {
  content: "";
  display: block;
  width: 40px;
  position: absolute;
  pointer-events: none;
  left: 0px;
  background-color: #4164b1;
  height: 100%;
  top: 0;
  transition: 0.1s;
}
.applications-dtl::after {
  content: "";
  border-radius: 2px;
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  display: block;
  position: absolute;
  pointer-events: none;
  left: 12px;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-inline: 0;
  transition: 0.1s;
}

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

.inner-bnr {
  background: rgb(0 68 139 / 48%) url(../images/desktop-news-media-bg.jpg);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-top: 84px;
  padding: 60px 0;
}
.inner-bnr-abt {
  background: rgb(0 68 139 / 48%) url(../images/about-banner.jpg);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-top: 84px;
  padding: 60px 0;
}
.inner-bnr-dtl h1 {
  color: #fff;
  font-size: 36px;
  text-transform: capitalize;
  text-align: left;
  padding: 10px 15px 15px 0px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.inner-bnr-link {
  padding: 10px 0;
  background: #f5f6f7;
}
.inner-bnr-link-dtl ul li {
  display: inline-block;
  padding-right: 8px;
  color: #9fbf26;
}
.inner-bnr-link-dtl ul li i {
  font-size: 14px;
}
.inner-bnr-link-dtl ul li a {
  display: block;
  color: #000;
}
.inner-bnr-link-dtl ul li a:hover {
  color: #9fbf26;
}

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

.prod {
  padding: 80px 0;
}
/**/
.sticky-top {
  position: sticky;
  top: 85px;
}
.side-bar .widget {
  margin-bottom: 30px;
}
.widget-title {
  margin: 0 0 25px;
}
.widget-title.style-1 {
  color: #232323;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  line-height: 12px;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
.widget-title.style-1:after {
  border-radius: 0;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  margin: 0;
  position: absolute;
  vertical-align: bottom;
  width: 50px;
  background-color: #9fbf26;
}
.widget-newslatter .news-box {
  background-color: #f5f6f7;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.widget-newslatter .news-box p a {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.news-box:before {
  font-family: "Font Awesome";
  content: "✉";
  font-size: 70px;
  font-weight: 700;
  opacity: 0.05;
  position: absolute;
  right: -5px;
  top: -15px;
  z-index: -1;
  opacity: 0.05;
}
.widget-newslatter p {
  font-style: italic;
  font-size: 15px;
}
.widget-newslatter .site-button {
  padding: 12px 15px;
  font-weight: 500;
  color: #fff;
  background-color: #4164b1;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.9px;
  margin-top: 15px;
}
.widget_archive ul li {
  border-bottom: 1px solid rgba(102, 102, 102, 0.11);
  position: relative;
  padding: 10px 10px 10px 18px;
  margin-bottom: 0;
  line-height: 20px;
}
.widget_archive ul li:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  font-family: "FontAwesome";
  color: #555;
}
.widget_archive ul li a {
  color: #555;
  font-weight: 500;
  text-transform: capitalize;
}
/**/

.prod-head h2 {
  font-weight: 700;
  font-size: 26px;
  word-spacing: 1px;
}
.prod-dtl p {
  color: #555;
  line-height: 26px;
}
.prod-h3-head h3 {
  color: #232323;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.prod-h3-head h3.bord {
  position: relative;
  padding-left: 18px;
}
.prod-h3-head h3.bord:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #9fbf26;
  left: 0;
  top: 0;
}
.prod-img {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.prod-desc p {
  color: #555;
  line-height: 26px;
}
.prod-tab {
  border: 1px solid rgba(102, 102, 102, 0.11);
}
.prod-tab .nav-tabs .nav-link.active {
  border-bottom: 3px #9fbf26 solid;
  background: #ffffff;
  color: #9fbf26;
  border-left: 0px;
  border-right: 0px;
  position: relative;
  z-index: 1;
}
.prod-tab .nav-tabs {
  overflow: hidden;
  border-bottom: 0;
  background: #f5f6f7;
  position: relative;
}
.prod-tab .nav-tabs:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #4164b1;
  left: 0;
  bottom: 0;
  position: absolute;
}
.prod-tab .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.prod-tab .nav-tabs .nav-link {
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 500;
  border-radius: 0px;
  border-top: 0px;
  color: #232323;
  font-size: 18px;
}
.prod-tab .nav-tabs .nav-item {
  flex-grow: 1;
  border-right: 1px #ddd solid;
}
.prod-tab .nav-tabs .nav-item:last-child {
  border-right: 0px;
}
.nav-tabs .nav-link:hover {
  border-color: #dee2e600 #dee2e600 #dee2e600;
}
.prod-tab .tab-pane {
  padding: 40px;
}

.inner_prod_table {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
  padding: 15px;
}
.inner_prod_table table {
  margin-bottom: 0px;
}
.table-bordered {
  border: 0px;
}
.inner_prod_table th {
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #f8f9fa !important;
  align-content: center;
  background: #4164b1;
}
.inner_prod_table td {
  border: 0px;
  border-right: 1px solid #eeefef;
  border-bottom: 1px solid #eeefef;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 400;
  color: #555;
  vertical-align: middle;
  font-size: 14px;
  text-transform: capitalize;
}
.inner_prod_table tbody {
  border-left: 1px solid #eeefef;
  border-right: 1px solid #eeefef;
}
.prod-instry-dtl {
  background: #fff;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.prod-instry-dtl h5 {
  font-size: 13px;
  padding: 10px 0 7px;
}
.tab-content-head h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.bullet li {
  color: #666;
  text-align: justify;
  padding: 4px 0 4px 22px;
  position: relative;
}
.bullet li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #678fd5;
  position: absolute;
  left: 0;
  top: 12px;
}
.prod-bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin: 40px 0;
}

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

h5 {
  font-size: 18px;
  color: #232323;
}

/** **************** about **/
.hm-about-dtl-custom {
  background-color: #f5f5f5;
  padding: 15px;
  border-left: 3px solid #9fbf26;
  border-radius: 8px;
  margin: 15px 0;
}
.hm-about-dtl-custom h4 {
  margin: 0;
  font-size: 16px;
}
.hm-about-dtl-custom h4 span {
  display: inline-block;
  border-bottom: 2px solid #9fbf26;
  padding: 8px 0;
  color: #4164b1;
}
.hm-about-dtl-custom h4 span strong {
  color: #9fbf26;
}
.abt-sec-1 p {
  color: #555;
  line-height: 26px;
  padding: 5px 0;
}
.hm-abt-sec h2 span {
  color: #4164b1;
}
.hm-abt-sec h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 10px 0;
  /* color: #4164b1; */
}

.abt-sec-1 {
  padding: 80px 0 80px 0;
}
.abt-sec-1 img{
  border: 7px solid #9fbf26;
}
.abt-main {
  padding: 80px 0 80px 0;
  /* background: #f5f6f7; */
  background-image: linear-gradient(
      180deg,
      rgb(255 255 255 / 69%) 100%,
      transparent 100%
    ),
    url(../images/abt-banner.jpg);
  background-attachment: fixed;
  background-position: center;
}
.rht-arrow-span {
  filter: drop-shadow(4px 9px 1px rgba(0, 0, 0, 0.26));
}
.rht-arrow {
  clip-path: polygon(0% 0%, 88% 0, 100% 50%, 88% 99%, 0% 100%);
  background: #4164b1;
  padding: 50px 100px 85px 60px;
  top: 72px;
  position: sticky;
}
.abt-main h1 {
  font-weight: bold;
  font-size: 35px;
  color: white;
  position: relative;
  line-height: 50px;
}
.abt-main h1::after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 1px;
  height: 10px;
  width: 80px;
  background: #9fbf26;
  line-height: 1.1;
}
.hm-abt h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
.about-offer h4{
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
}
.hm-abt h6 span {
  /* background: #fff; */
  padding-right: 10px;
}
.hm-abt h6 {
  color: #9fbf26;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.abt-right {
  padding-inline: 65px;
}
.abt-right span p {
  font-size: 15px;
  line-height: 26px;
  font-style: normal;
  color: #000;
  padding: 10px 0 10px 0;
  font-weight: 600;
}
.abt-right p {
  color: #555;
  line-height: 26px;
  padding: 10px 0;
}

/* counter */
.c-no {
  height: auto;
  align-content: center;
  margin: 45px 0 70px 0;
  padding: 230px 0px;
}

.primary-bg p {
  font-size: 26px;
  font-weight: 800;
  color: #000;
}
.primary-bg {
  background-image: url(../images/bg-map.svg);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 90%;
}

.counter-Txt:nth-child(4) {
  border: none;
}
.counter-Txt {
  color: #555555;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px 0 15px 0;
  border-right: 1px solid #4164b1;
}

.counter-Txt span {
  display: block;
  font-size: 55px;
  font-weight: 800;
  color: #4164b1;
  text-align: center;
  text-transform: uppercase;
}

/* quality page */
.qlty-main {
  padding: 80px 0 80px 0;
}
.hm-qlty h2 {
  font-weight: 700;
  font-size: 37px;
  margin: 10px 0 10px 0;
}
.hm-qlty span {
  color: #4164b1;
}

.qlty-main .accent {
  position: relative;
}
.qlty-main .accent-shape::after {
  content: " The impeccable quality standards of our product range as well as services...";
  position: absolute;
  top: -54px;
  left: -130px;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  background: #9fbf26;
  height: 270px;
  width: 85%;
  padding: 160px 43px 20px 43px;
  color: #fff;
  font-size: 20px;
}
.qlty-main .accent-shape::before {
  content: "";
  background-image: url(../images/quality.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 125px;
  width: 100px;
  height: 90px;
  color: #fff;
  z-index: 1;
}
.right-col-qlty p {
  color: #555;
  line-height: 26px;
  padding: 10px 0;
}
.right-col-qlty {
  position: sticky;
  top: 68px;
  padding-left: 34px;
}
.left-side {
  justify-items: self-end;
  align-content: center;
}

.left-side img {
  width: 55px;
  height: 55px;
  margin: 0 0 0 20px;
}
.left-side .description:last-child,
.right-side .description:last-child {
  margin: 0;
}
.left-side .description {
  text-align: end;
  display: flex;
  margin: 0 0 50px 0;
}
.right-side img {
  width: 55px;
  height: 55px;
  margin: 0 20px 0 0;
}
.right-side .description {
  text-align: start;
  display: flex;
  margin: 0 0 50px 0;
}
.right-side {
  justify-items: self-start;
  align-content: center;
}
.col-md-4.middle {
  padding: 0px 50px;
}
.middle img {
  border-radius: 10px;
  box-shadow: 4px 4px 20px 3px #4164b185;
}
.process-main {
  padding: 80px 0 80px 0;
  background: #f5f6f7;
}

.description img:hover {
  transform: scale(1.1);
  transition: 1s;
}
/* contact us */
.contact-main {
  padding: 80px 0 60px 0;
  z-index: 5;
  position: relative;
}
.hm-contact h2 {
  font-weight: 700;
  font-size: 37px;
  margin: 10px 0 10px 0;
}
.hm-contact span {
  color: #4164b1;
}
.contact-main p {
  color: #555;
  line-height: 26px;
  padding: 0 0 20px 0;
  /* padding: 10px 0; */
}
.contact-info {
  flex-wrap: wrap;
  -webkit-box-pack: start;
  display: flex;
  justify-content: flex-start;
  gap: 28px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-top: 30px;
  position: relative;
}
.contact-info_icon {
  display: inline-block;
  width: 70px;
  min-width: 70px;
  height: 70px;
  line-height: 70px;
  background: #4164b1;
  color: #fff;
  text-align: center;
  font-size: 35px;
  border-radius: 12px;
  position: relative;
}
.contact-info .box-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-info a:hover {
  color: #222;
}
.contact-info a {
  color: #555;
  line-height: 25px;
}
.contact-info:hover::after {
  height: 200px;
  transition: height 0.5s;
}
/*.contact-info:after {
  content: "";
  height: 1px;
  width: 5px;
  background: #4164b1;
  top: 135px;
  right: 185px;
  position: absolute;
  z-index: -1;
  transition: height 0.5s;
}*/

.form-section .card {
  border-radius: 20px;
}
.map-container {
  padding: 0 0 80px 0;
  z-index: 5;
  position: relative;
}
.map-container iframe {
  border-radius: 20px;
}

.get-touch {
  padding: 0 0 80px 0;
}

.hm-git {
  position: relative;
}
.hm-git span {
  padding-right: 10px;
  background-color: #fff;
}
.hm-git h6 {
  color: #9fbf26;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.hm-git:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f5f5f5;
  left: 0;
  top: 8px;
  z-index: -1;
}
.row-mail {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 6px 30px 0px rgb(0 0 0 / 5%);
  padding: 20px 0 20px 0;
  margin-top: 20px;
}
.row-mail a:hover {
  color: #222;
}
.row-mail a {
  color: #555;
  line-height: 25px;
}
.row-mail h4 {
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0 5px 0;
}
.row-mail img{
  width: 60px;
}
.call-us,
.mail,
.web-site {
  text-align: center;
}
.git-details img {
  width: 20%;
}
 
.hm-offi-title h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 30px 0;
}
.form-section .card-body {
  padding: 0 50px 50px 50px;
}

.contact-card .form-control {
  font-size: 14px;
  /* border-bottom: 2px solid #4164b1; */
  padding: 10px 10px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4164b1;
  outline: 0;
  box-shadow: none;
}
.input-container1 {
  position: relative;
  margin-bottom: 25px;
}
.input-container {
  position: relative;
  margin-bottom: 25px;
}
.input-container input {
  width: 100%;
  padding: 10px 15px 10px 40px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-container1 input {
  width: 100%;
  padding: 10px 15px 10px 40px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-container i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #4164b1;
  font-size: 20px;
}
.input-container1 i {
  position: absolute;
  right: 15px;
  top: 15%;
  transform: translateY(-50%);
  color: #4164b1;
  font-size: 20px;
}
.technical-main {
  padding: 80px 0 80px 0;
}

/* product */
.prod-section {
  padding: 80px 0 80px 0;
}

.prod-section .hm_product_bx {
  margin: 0 0 30px;
}

.prod-section .img-center {
  text-align: center;
}

/* ************************************ */
.prod-gread {
  padding: 50px 0;
}
.prod-desc-dtl {
  margin-bottom: 30px;
}
.prod-gread-head {
  margin-bottom: 30px;
}
.prod-gread-head h2 {
  color: #232323;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.prod-gread-head h2.bord {
  position: relative;
  padding-left: 18px;
}
.prod-gread-head h2.bord:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #9fbf26;
  left: 0;
  top: 0;
}
.number-gread .col-md-4 {
  margin: 15px 0;
}
.prod-grades-no {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  padding: 10px 20px;
  display: block;
  height: 100% !important;
  position: relative;
}
.prod-grades-no span img {
  width: 20px;
}
.prod-grades-no span {
  float: left;
  padding-right: 30px;
  position: relative;
  padding-top: 12px;
}
.prod-grades-no:hover > span img {
  scale: 1.2;
}
.number-gread h5 {
  padding: 10px 0;
}
.prod-grades-no h5 {
  padding-left: 46px !important;
  font-size: 1rem;
  color: #000;
}
.prod-grades-no:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  background: #00000014;
  width: 1px;
  left: 50px;
}

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

.facilities{
  margin-top: 80px;
  margin-bottom: 40px;
}
.facilities-dtl p{
  color: #555;
  line-height: 26px;
  padding-bottom: 5px;
}
.facilities-box{
  background: #f5f6f7;
  padding: 15px 0;
  border: 5px solid #4164b1;
  align-items: center;
}
.facilities-box1{
  position: sticky;
  z-index: -999;
  top: 100px;
}
.facilities-box2{
  position: sticky;
  z-index: -999;
  top: 100px;
}
.facilities-box3{
  position: sticky;
  z-index: -99;
  top: 100px;
}
.facilities-box4{
  position: sticky;
  z-index: 9;
  top: 100px;
}
.facilities-dtl h4{
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.facilities-dtl p{
  color: #555;
  line-height: 26px;
  padding-bottom: 5px;
}

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

.material-made{
  padding: 80px 0;
}
.material-made-head h4{
  font-weight: 600;
}
.material-made .client-wrapper{
  margin: 15px 0;
}

.prod-enquiry {
	display: table;
    margin: 0 auto;
}
.prod-enquiry span {
	color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.50px;
    background-color: #2db640;
    border: 2px solid #2db640;
    padding: 7px 20px 7px 20px;
    box-shadow: 6px 6px 18px 0px rgb(130 130 130 / 30%);
    border-radius: 10px;
    margin: 20px auto 15px 0;
}
.prod-enquiry span i {
	font-size:20px;
}
.prod-enquiry span a {
	color:#fff;
	display:block;
	padding-left:5px;
}
.prod-enquiry span:hover {
	border-color: #fff;
}





