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

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

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

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

.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 {
  padding-bottom: 16px;
  margin-bottom: 28px;
  align-items: center;
  border-bottom: 1px dashed #c4c4c4;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt60 {
  margin-top: 60px;
}

/**/
.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,
.header_tp,
.main-nav a,
.main-nav > ul > li {
  position: relative;
}

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

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

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

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

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

.header_tp_dtl ul li:first-child,
.header_tp_dtl ul li:nth-child(2) {
  position: relative;
  top: 2px;
}

.header_tp_dtl ul li:nth-child(3) {
  position: relative;
  top: 0px;
}

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

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

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

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

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

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

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

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

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

.fixed-top {
  display: block;
  background: linear-gradient(90deg, #005cac 74%, #005cac 105%);
  top: 0;
  padding: 2px 0px;
  box-shadow: 0px 2px 0px rgb(119 160 190);
  position: absolute;
}

.header_tp_dtl {
  position: relative;
}

.header_tp_dtl:after {
  position: absolute;
  content: "";
  top: 47px;
  right: 0;
  display: block;
  height: 2px;
  width: 70%;
  background: linear-gradient(90deg, #fff, #e2e2e2);
}

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

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

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

.heade-logo-bg {
  position: relative;
}

.pd-lr30 {
  padding: 0 30px;
  /* display: flex; */
}

.heade-logo-bg:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 92px;
  width: 329px;
  right: -30px;
  top: -1px;
  border-radius: 0 0 25px 0;
  z-index: -1;
  border-right: 7px solid #77a0be;
}

.header-scrolled .heade-logo-bg:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 110px;
  width: 362px;
  right: -41px;
  top: -12px;
  border-radius: 0 0 25px 0;
  z-index: -1;
}

.header-scrolled {
  position: fixed;
  padding: 0px 0 0px;
  box-shadow: 0px 2px 0px rgb(255 255 255);
  background: linear-gradient(90deg, #005cac 74%, #005cac 105%);
}

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

.main-nav {
  float: right;
}

.main-nav > ul {
  margin: 17px 0 18px 0;
  display: flex;
  align-items: center;
}

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

.main-nav a {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 13px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.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 {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

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

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

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

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

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

.mobile-nav-toggle i {
  margin: 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);
  display: none;
}

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

.head-social {
  display: flex;
  background: #ed323712;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 8px 15px;
}

.head-social span {
  display: block;
  padding: 0px 13px;
}

.head-social span a {
  color: #ffffff;
}
/*-- ------------------------ --*/
.carousel-item img {
  width: 100%;
}
/*-- ------------------------ --*/
/*Only Fade Slide*/
.carousel-sec {
  margin-top: 90px;
}

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

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

.carousel-sec .carousel-caption {
  height: max-content;
  width: 36%;
}

#carousel .carousel-item img {
  position: relative;
}

.carousel-caption {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 1.4s ease,
    transform 0.4s ease;
  will-change: opacity, transform;
}

.carousel-item.active .carousel-caption {
  animation: slideFadeUp 2s ease forwards;
}

@keyframes slideFadeUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =================== */
.carousel-sec .caption-left {
  height: max-content;
  width: 37%;
}

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

.caption-left p {
  text-align: left !important;
  font-size: 18px !important;
  letter-spacing: 0.8px !important;
  margin-top: 0px;
  color: #4e4e4e !important;
  line-height: 1.8;
  font-weight: 400;
  /* text-shadow: 1px 1px 0px #000000; */
}

.carousel-sec .caption-left h2 {
  line-height: 1.4;
  text-align: left;
  /* font-family: "Space Grotesk", sans-serif; */
  text-shadow: 0px -1px 6px #3f3f3f08;
  color: #005cac;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.9px;
}

.carousel-sec .caption-left span {
  font-size: 29px;
  color: #313131;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.backside-bg {
  position: absolute;
  top: 26%;
  left: 75px;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-color: #ffffff2e;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 15px;
  backdrop-filter: blur(4px);
  padding-bottom: 20px;
  /* color: #323234; */
  padding-right: 20px;
  /* backdrop-filter: sepia(54%); */
  border: 1px SOLID #005cac;
  text-align: left;
}

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

.read_more {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500 !important;
  padding: 7px 7px 7px 15px !important;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #444444;
  color: #323234 !important;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  margin-top: 0px;
  margin-left: 14px;
  cursor: pointer;
}

.read_more:hover {
  color: #202020;
  background: #ffffff;
}

.circle {
  background: #005cac;
  color: #ffffff;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  line-height: 35px !important;
  text-align: center;
  margin: 0 0px 0 13px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: "FontAwesome";
  transition: all 0.3s ease;
}

.read_more:hover .circle {
  color: #fff;
  background: #202020;
}

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

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

.hm-abt-box {
  padding: 40px 35px;
  background:
    linear-gradient(
      180deg,
      rgb(227 232 240 / 0%) 0%,
      rgb(240 240 241 / 81%) 100%
    ),
    #005cac;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0 rgb(0 0 0 / 29%);
  border-radius: 17px;
  box-shadow: 0 0 5px #7a7a7a85;
}

.hm-abt-img {
  margin-top: -92px;
  border-radius: 84px;
}

.hm-abt-img img {
  /* border-image-source: linear-gradient(180deg, #d5d5d51f, #005cacab) !important; */
  border: 4px solid #21212114;
  border-image-slice: 11;
  border-radius: 16px;
}

.hm-abt-dtl {
  padding-right: 40px;
}

.hm-abt-dtl p {
  font-size: 15px;
  color: #4e4e4f;
  line-height: 29px;
}

.hm-manuf-heading span {
  /* font-family: "Krona One"; */
  letter-spacing: 1.7px;
  opacity: 0.7;
  display: block;
  color: #3a3b3d;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.hm-manuf-heading h1 {
  /* font-family: "Krona One"; */
  font-size: 35px;
  /* letter-spacing: 0.0em; */
  font-weight: 600;
  line-height: 1.4;
  color: #323234;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
  margin-top: 0px;
  /* text-transform: uppercase; */
}

/*---------------------------*/
.hm-abt-btnn {
  margin-top: 20px;
}

.read_more-about {
  font-size: 16px;
  line-height: -2px;
  font-weight: 600 !important;
  padding: 5px 5px 5px 15px !important;
  /* text-align: center; */
  display: inline-block;
  border-radius: 30px;
  letter-spacing: 0.7px;
  align-items: center;
  border: 1px solid #393b3c;
  color: #323234 !important;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  /* margin-top: 0px; */
  /* margin-left: 0px; */
}

.read_more-about:hover {
  color: #202020;
  background: #ffffff;
}

.read_more-about .circle {
  background: #005cac;
  color: #ffffff;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  line-height: 35px !important;
  text-align: center;
  margin: 0 0px 0 13px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.circle:before {
  font-size: 18px;
  padding-top: 2px;
  font-family: "FontAwesome";
  transition: all 0.3s ease;
}

.read_more-about:hover .circle {
  color: #fff;
  background: #202020;
}

/*-------------------*/
.about_tit {
  position: relative;
  margin-top: -79px;
  background-color: #005cac;
  width: max-content;
  display: flex;
  border-left: 4px solid #77a0be;
  align-items: center;
  padding: 18px 20px;
  border-radius: 0 80px 80px 0;
  margin-bottom: 20px;
}

.about_tit h3 {
  font-size: 65px;
  font-weight: 700;
  margin-right: 8px;
  color: #fff;
}

.about_tit p {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.9px;
}

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

.counter {
  padding: 0 0 80px 0;
}

.counter-head {
  margin-bottom: 50px;
}

.why_sec_bx {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.why_sec_bx:after {
  content: "";
  width: 1px;
  height: 80px;
  background: #0000001c;
  position: absolute;
  right: 15px;
  top: 0px;
}

.why_sec_bx2:after {
  content: "";
  width: 0px;
}

.why_icon_txt {
  padding-left: 39px;
}

.why_title {
  font-size: 50px;
  display: block;
  font-weight: 700;
  line-height: 1;
  color: #005cac;
  letter-spacing: 1px;
}

.why_icon_txt span {
  display: block;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #393939;
  font-size: 15px;
  margin-top: 5px;
}

.why_icon img {
  width: 52px;
  position: relative !important;
  display: flex;
}

.cricle-img img {
  position: absolute;
  left: -18px;
  right: 0;
  top: -4px;
  bottom: 0;
  animation: rotateme 15s normal linear infinite;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

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

#hm_location_client {
  padding: 0 0 70px 0;
}

/* ------ */
.hm-abt-head {
  text-align: center;
  margin-bottom: 31px;
}

.hm-abt-head h2 {
  font-size: 2.7rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0rem;
  font-weight: 300;
}

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

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

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

.heading-bord {
  background: #005cac;
  height: 4px;
  width: 30px;
  position: relative;
  left: 13px;
}

.heading-bord:after {
  content: "";
  background-color: #005cac;
  color: #005cac;
  height: 4px;
  position: absolute;
  left: -27px;
  top: 0;
  display: inline-block;
  width: 4px;
  border-radius: 50%;
  box-shadow:
    9px 0 0 0 #005cac,
    18px 0 0 0 #005cac;
}

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

/*-----------------*/
.product-showcase {
  overflow: hidden;
  background-size: cover;
  background-position: 100% 20%;
  background-repeat: no-repeat;
  padding: 0px 0px;
  /* background: linear-gradient(180deg, #292929 0%,#1b1b1b 100%),url(https://mechtecheng.com/wp-content/uploads/2023/10/hoseco_about_us.jpg); */
  background:
    radial-gradient(circle, rgb(0 92 172 / 89%) 0%, rgb(35 39 43 / 96%) 100%),
    url(https://mechtecheng.com/wp-content/uploads/2023/10/hoseco_about_us.jpg);
}

.category-col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
  padding: 28px 14px 30px 19px;
  position: relative;
  border-right: 0.1px solid #ffffff63;
}

.category-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  /* float: right; */
}

.category-title-lg {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #fff;
}

.category-title-sm {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 30px;
  color: #d1f7e9;
}

.image-placeholder {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  max-height: 70%;
}

.image-placeholder img {
  max-width: 100%;
  height: auto;
  display: block;
}

.back-side-img {
  position: absolute;
  opacity: 3.2;
  top: 105px;
  overflow: hidden;
}

.category-col:hover {
  background-color: #1b1b1b;
}

.category-col:hover .back-side-img {
  opacity: 0.2;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.back-side-img img {
  z-index: -7;
  width: 100%;
  position: relative;
}

.category-content h3 {
  font-size: 23px;
  color: #fff;
  letter-spacing: 0.5px;
}

.category-content h5 {
  margin-top: 15px;
  border: 1px solid #fff;
  padding: 8px 12px;
  border-radius: 30px;
  font-size: 15px;
  letter-spacing: 0.7px;
  color: #fff;
  font-weight: 300;
}

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

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

.hm-prod-more h4 mark {
  color: #005cac;
  background: #f2f2f2;
}

.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: #005cac;
  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:after {
  left: 50%;
}

.hm-view {
  text-align: center;
  padding: 20px 0;
  background-color: #e4e4e47d;
}

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

.key-fichers {
  text-align: center;
}

.key-fichers h5 {
  font-size: 30px;
  color: #005cac;
  padding: 20px 0 10px 0;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.key-fichers p {
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 0.1px;
  line-height: 30px;
  color: #292929;
}

.key-fichers img {
  width: 100%;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  /* border: 8px solid #000; */
}

/* ------ */

.home-integrated-single {
  height: 426px;
  position: relative;
  cursor: pointer;
  display: block;
}

.home-integrated-single-first {
  background-image: url(../images/material-processing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-integrated-single-secoand {
  background-image: url(../images/automotive.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-integrated-single-third {
  background-image: url(../images/construction.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-integrated-single-four {
  background-image: url(../images/chemical-processing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-integrated-wrapper .caption-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.home-integrated-single:hover .caption-box {
  height: 100%;
  background: #005cac47;
}

.home-integrated-wrapper .text-box {
  padding-left: 7%;
  padding-bottom: 5%;
  transition: all 0.3s ease-in-out;
}

.home-integrated-single:hover .text-box {
  padding-bottom: 10%;
}

.home-integrated-wrapper h2 {
  font-size: 26px;
  line-height: 35px;
  opacity: 1;
  color: #fff;
  margin-top: 10px;
}

.home-integrated-single:hover .common-btn {
  opacity: 1;
  margin-top: 25px;
}

.common-btn {
  width: 150px;
  height: 45px;
  background: #efa70d;
  opacity: 0;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

.common-btn:hover {
  color: #000;
}

.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  color: #fff;
}

.common-btn:hover:before {
  transform: scaleX(1);
}

/* ========= */
.clients-section {
  position: relative;
  padding: 0 0 60px 0;
  overflow: hidden;
}

.client-logo {
  background: #eeeeee4a;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 9px;
  margin: 19px 0;
  transition: all 0.3s ease;
}

.client-logo img {
  max-width: 100%;
  max-height: 77px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.client-logo:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.plus-sign {
  text-align: center;
  font-size: 24px;
  color: #999;
  position: relative;
  margin-bottom: 12px;
  top: 30px;
}

.view-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #292929;
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #292929;
  letter-spacing: 1px;
  margin-top: 35px;
  transition: 0.3s ease;
}

.view-btn:hover {
  background-color: #034aad;
  color: #fff;
}

.btn-column a:hover {
  color: #ddd;
}

.btn-wrap .text-two {
  color: #ddd !important;
}

/* ========= */
.our-ind {
  text-align: center;
  padding: 20px 0;
  background-color: #005cac !important;
}

.our-ind .hm-prod-more h4 {
  font-size: 25px;
  color: #ffffff !important;
}

/* ========= */
.footer-logo img {
  width: 90%;
}

#footer_bg {
  padding: 45px 0 0px 0;
  /* background-image: url(../images/footer-bg.jpg); */
  width: 100%;
  /* height: auto; */
  position: relative;
  background-color: #ecedeed4;
  /* border-radius: 135px 135px 0 0; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer_title span {
  letter-spacing: 1px;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #ffffff29;
  margin-bottom: 10px;
}

.ftr-link ul li a {
  color: #010101;
  letter-spacing: 0.2px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  line-height: 32px;
  font-size: 15px;
}

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

.cont_details {
  display: flow-root;
  padding-bottom: 15px;
  padding-top: 8px;
}

.cont_bx {
  line-height: 48px;
  text-align: center;
  background: #005cac;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 22%);
  margin-right: 11px;
  width: 40px;
  height: 40px;
  padding: 2px;
  float: left;
  border-radius: 10%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_dtl span {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.cont_dtl p {
  font-size: 15px;
  display: block;
  color: #010101;
  letter-spacing: 0.2px;
  font-weight: 500;
  padding-left: 55px;
}

.cont_dtl a {
  font-size: 16px;
  display: inline-flex;
  color: #2d2d2d;
  letter-spacing: 0.2px;
  font-weight: 500;
}

.cont_dtl a:hover {
  color: #005cac;
}

.social_icon {
  margin-top: 20px;
  display: inline;
}

.social_icon ul li {
  float: left;
  width: 50px;
  height: 50px;
  display: block;
  padding: 8px;
  border: thin solid #676a6d;
  border-radius: 50%;
  margin-left: 6px;
}

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(255 255 255 / 35%) 0,
    rgba(0, 0, 0, 0) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.social_icon li {
  display: inline-block;
}

.social_icon li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: block;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.social_icon li i {
  font-size: 17px;
  padding-top: 3px;
}

.social_icon li.facebook i {
  color: #3b5998;
}

.social_icon li.instagram i {
  color: #cd4a72;
}

.social_icon li.linkedin i {
  color: #007ab9;
}

.social_icon li.twitter i {
  color: #000;
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.social_icon li.facebook:hover a {
  background: #3b5998;
}

.social_icon li.instagram:hover a {
  background: #cd4a72;
}

.social_icon li.linkedin:hover a {
  background: #007ab9;
}

.social_icon li.twitter:hover a {
  background: #000;
}

.social_icon li.facebook:hover i,
.social_icon li.instagram:hover i,
.social_icon li.linkedin:hover i,
.social_icon li.twitter:hover i {
  color: #fff;
}

.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

/************************/
.foot-bottom {
  padding: 15px 0 15px;
  background: #ffffff;
  margin-top: 25px;
}

.foot-btm-head p {
  color: #292929;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.4px;
}

.foot-btm-head p a {
  color: #005cac;
  font-weight: 600;
}

.foot-btm-head p a:hover {
  color: #81c7d1;
}

.brochure-tab {
  border-top: 1px solid #f5f5f52e;
  padding-top: 0px;
  margin: 15px auto 0;
  display: table;
}

.bg_theme {
  background: #12114a;
  padding: 4px 0 !important;
}

.btnlight {
  background: #292929;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.5s ease-out !important;
  color: #fff;
  border: 2px solid #292929;
  text-align: center;
}

.btnlight:hover {
  background: #fff;
  color: #034aad;
}

.social_icon h4 {
  text-align: left;
  font-size: 20px;
}

.social_icon ul {
  display: flex;
  justify-content: left;
  margin-top: 15px;
}
.footer-par p {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.2px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
}
.catlog {
  text-align: center;
}

.cer-img img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
/* vivek */
.prod-banner {
  background: linear-gradient(
    294deg,
    #5b5b5b 0%,
    rgb(240 237 237) 12%,
    rgb(248 246 246) 100%
  );
  background-color: #e3e3e3;
  margin-top: 90px;
}

.prod-banner-img {
  position: relative;
  margin-right: -15px;
}

.prod-banner-middle {
  align-items: center;
}

.prod-banner-dtl h1 {
  font-weight: 700;
  color: #292929;
  padding-bottom: 10px;
  padding-left: 75px;
}

.prod-banner-dtl p {
  font-size: 15px;
}

.product-link {
  background: #93939333;
  padding: 10px 0;
}

.product-link-dtl ul li {
  display: inline-block;
  padding-right: 5px;
  font-weight: 500;
  color: #005cac;
  font-size: 17px;
  letter-spacing: 0.25px;
}

.product-link-dtl ul li a {
  color: #2d2d2d;
}

.product-link-dtl ul li:first-child a {
  color: #292929;
}

/*  */

.contact-us {
  background: url(../images/contact-bg.png) center no-repeat;
  padding: 70px 0px 0 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Subtitle style */
.contact-us-subtitle-text {
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* Large main title style */
.contact-us-main-title-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 5px;
  max-width: 500px;
}

/* Description text style */
.contact-us-description-text {
  font-size: 15px;
  line-height: 24px;
  color: #adb5bd;
  margin-bottom: 20px;
  max-width: 450px;
}

/* Custom Button Styling */
.contact-us-custom-action-btn {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #050b1a;
  padding: 8px 25px 8px 8px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
  border: none;
}

.btn-icon-circle {
  width: 35px;
  height: 35px;
  background-color: #1a73e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #ffffff;
}

/* Form Card Styling */
.contact-form-card {
  background-color: #1a2439a8;
  padding: 28px 40px 60px 40px;
  border-radius: 4px;
  position: relative;
}

.contact-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: -37px;
  width: 80px;
  height: 80px;
  border-top: 2px solid #ffffffa1;
}

.contact-form-card::after {
  content: "";
  position: absolute;
  top: -37px;
  right: 0;
  width: 80px;
  height: 80px;
  border-right: 2px solid #ffffffa1;
}

.form-heading-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 35px;
}

/* Contact Info Boxes */
.info-box-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.contact-info-box {
  background-color: #1a2336;
  padding: 15px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 16px;
  flex: 1;
}

.contact-info-box i {
  justify-content: center;
  align-items: center;
  display: flex;
  color: #1c1c1c;
  background: aliceblue;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 50px;
}

.contact-info-box a {
  color: #fff;
}

/* Form Inputs Styling */
.form-row {
  margin-bottom: 25px;
}

.input-label {
  font-size: 13px;
  color: #adb5bd;
  display: block;
  margin-bottom: 5px;
}

.custom-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333d52;
  width: 100%;
  color: #ffffff;
  padding: 10px 0px;
  font-size: 14px;
}

.custom-input:focus {
  outline: none;
  border-bottom: 1px solid #1a73e8;
}

.custom-select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333d52;
  width: 100%;
  color: #adb5bd;
  padding: 10px 0px;
  font-size: 14px;
  appearance: none;
  cursor: pointer;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: url("images/arrow.svg");
  font-weight: 900;
  position: absolute;
  right: 0;
  bottom: 10px;
  pointer-events: none;
}

.message-area {
  margin-top: 30px;
  margin-bottom: 40px;
}

.submit-btn {
  margin-left: 0;
}

.map {
  border: 1px solid #6d6d6d;
  padding: 5px;
  border-radius: 5px;
  margin-top: 20px;
}

.custom-select {
  border-radius: 0;
}

.custom-select:focus {
  box-shadow: none;
  border-radius: 0;
}

/*  */

.certificate-img {
  border: 1px solid #38383833;
  padding: 10px;
}

.hm-manuf-heading h3 {
  font-size: 20px;
  padding-bottom: 7px;
  /* color: #005cac; */
}

.hm-manuf-heading h2 b {
  color: #005cac;
}

.hm-manuf-heading h2 {
  font-family: "Barlow", sans-serif;
  font-size: 30px !important;
  font-weight: 600;
  line-height: 1.4;
  color: #323234;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
}

.counter-about {
  padding-bottom: 0;
}

/* vivek */

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

.inner-products {
  padding: 70px 0;
}

.product_bx {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-bottom: 15px;
}

.prod_hed_dtl {
  padding: 15px 10px;
  margin-top: 0px;
  background: #d6d6d6;
  /* border: 2px solid #292929; */
  /* border: 1px; */
}

.prod_hed_dtl span {
  color: #005cac;
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: capitalize;
}

.prod_hed_dtl:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #005cac;
  border-radius: 4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  display: block;
}

.prod_mg {
  border: 1px solid #29292963;
}

.product_bx:hover .prod_hed_dtl:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.product_bx:hover .prod_hed_dtl h6 {
  color: #fff;
}

.product_bx:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6x);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.justify-center {
  justify-content: center;
}
/* --------- */
/* =====- */

.btn_group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  position: sticky;
  /* top: 10px; */
  z-index: 9;
  /* margin-right: 50px; */
}

.Btngroup {
  border: 1px solid #464646;
  border-radius: 0;
  padding: 8px 10px;
  color: #464646;
  background: #fff;
  font-size: 17px;
  font-weight: 500;
}

.Btngroup:first-child:hover,
:not(.btn-check) + .btn:hover {
  border-color: #00000000 !important;
  background: #005cac !important;
  color: #ffff !important;
}

.Btngroup:hover {
  color: #005cac;
}

.Btngroup.active {
  border-color: #fbfbfbd1 !important;
  background: #292929 !important;
  color: #ffff !important;
}

.Btngroup:hover {
  border-color: #00000000 !important;
  background: #005cac !important;
  color: #ffff !important;
}

.Btngroup-ctg {
  margin-left: 20px;
}

.btn_groupmarket ul {
  margin-left: 5px;
  border-left: 2px solid #005cac;
}

.btn_groupmarket ul li {
  border: 1px solid #464646;
  border-radius: 0;
  padding: 8px 25px;
  color: #464646;
  background: #f7f7f7;
  margin: 2px 0;
  margin-left: 5px;
}

.btn_groupmarket ul li a {
  color: #000;
  display: block;
}

.btn_groupmarket ul li.active {
  background: #313132 !important;
  color: #ffff !important;
}

.btn_groupmarket ul li.active a {
  color: #ffff !important;
}

.btn_groupmarket ul li:hover {
  background: #313132 !important;
  color: #ffff !important;
}

.btn_groupmarket ul li:hover a {
  color: #ffff !important;
}

.btn_groupmarket {
  padding: 15px;
  background: #f5f6f8;
  flex-direction: column;
  top: 90px;
  position: sticky;
  margin-left: 5px;
}

.btn_group h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #005cac;
}
.main-bg {
  box-shadow:
    rgb(60 64 67 / 14%) 0px 1px 2px 0px,
    rgb(60 64 67 / 8%) 0px 2px 6px 2px;
  padding: 15px;
  border-radius: 11px;
}

.prod-inner-dtl .bullet li {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 10px 10px 10px 32px;
  color: #3d3d3dbf;
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  position: relative;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 7px;
}

.prod-inner-dtl .bullet li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 7px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-color: #005cac;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 21px;
  font-size: 11px;
}

.bullet li b {
  font-size: 18px;
  color: #005cac;
  font-weight: 600;
}
.prod-dtl h2,
h3,
h4,
h5 {
  font-size: 20px;
  color: #005cac;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding-top: 13px;
}

.prod-dtl p {
  color: #161616;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding-bottom: 5px;
}

.prod-middle-dtl ul p {
  color: #161616;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.prod-middle-img {
  background: rgb(240, 240, 240);
  padding: 5px;
  text-align: center;
  margin-bottom: 30px;
}

.multi-prod-dtls-btn a span {
  background: rgb(210, 39, 41);
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  margin: 12px auto;
  display: table;
  box-shadow: -1px -1px 4px rgb(0 0 28 / 50%);
  font-size: 20px;
}

.multi-prod-dtls-btn h5 {
  font-weight: 500;
  color: #2d2a26;
  font-size: 18px;
  padding: 10px 0;
}

.prod-middle-img:hover .multi-prod-dtls-btn h5 {
  color: #dd201f;
}

.prod-middle-dtl ul {
  margin-bottom: 20px;
}

.prod-middle-dtl ul li {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-top: 5px;
  position: relative;
}

.prod-middle-dtl ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #313132;
  border-radius: 50%;
}

.prod-middle-dtl p {
  color: #161616;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding-bottom: 5px;
}

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

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

.prod-table .table thead tr th {
  background: #313132;
  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: #eceef2;
}

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

.inner-products .hm-abt-dtl {
  padding-right: 0px;
}
/* ========== */
/* --------- */
/* ================== */
.why_section_dtl {
  padding: 6px 0 0px 0px;
  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 {
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  background: #2e2c5300;
  /* border: 1px solid #000; */
}

.card-header {
  /* border: 1px solid #005cac; */
  padding: 10px 16px;
  background-color: #f1f1f1;
  border-bottom: 0px;
  margin-bottom: 8px;
}

.card-header a {
  font-size: 18px;
  line-height: 24px;
  display: block;
  width: 100%;
  color: #005cac !important;
  letter-spacing: 0.25px;
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
}

.card-body {
  padding: 15px;
  background: #fff;
}

.card-body p {
  color: #161616;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding-bottom: 5px;
  padding-left: 15px;
}

#conclusion {
  padding: 65px 0;
  background-color: #f8f8f8d1;
}

.table_icons img {
  width: 30px;
}

thead {
  text-align: center;
}
.hight-scroller {
  height: 400px;
  overflow-y: scroll;
}
/*======*/
.inr-prod-nav {
  padding: 15px;
  background: #f5f6f8;
  flex-direction: column;
  top: 90px;
  position: sticky;
  margin-left: 5px;
}
.inr-prod-nav h3 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #005cac;
}

.main-nav-overflow li.active {
  border-color: #fbfbfbd1 !important;
  background: #292929 !important;
  color: #ffff !important;
}
.main-nav-overflow li.active a {
  color: #ffff !important;
}
.main-nav-overflow li {
  border: 1px solid #464646;
  border-radius: 0;
  padding: 8px 10px;

  margin: 10px 0;
  background: #fff;
  font-size: 17px;
  font-weight: 500;
}
.main-nav-overflow li:hover {
  border-color: #00000000 !important;
  background: #005cac !important;
  color: #ffff !important;
}

.main-nav-overflow li:hover a {
  color: #ffff !important;
}
.main-nav-overflow li a {
  color: #464646 !important;
}

.quick_connect {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.quick_connect h6 {
  position: relative;
  padding: 15px 25px;
  background: #b80000;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}
.quick_connect i {
  font-size: 30px;
  color: #b80000;
  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: rgba(171, 172, 174, 0.102);
}
.modal-header {
  text-align: center;
  background: #b80000;
  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: #b80000;
  border-radius: 50px 0px 0px 50px;
  cursor: pointer;
}
.request_form .form-group input {
  display: block;
  width: 100%;
  color: #000000;
  font-weight: 500;
  border: 0px;
  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: 500;
  border: 0px;
  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: 500;
  border: 0px;
  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: 15px 25px;
  background: #005cac;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0px;
}
.submit_btn:hover {
  border: 0px;
  color: #fff;
  background: #1d1d1f;
}
.select-wrapper option {
  color: #000;
  font-weight: 500;
}
