@import url("https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@400..800&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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&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: "Baloo Chettan 2", sans-serif;
}

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

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

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

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

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

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

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

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

/** **************** **/
.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pd-0 {
  padding: 0;
}

.pd-lr30 {
  padding: 0 30px;
  align-items: center;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  display: flex;
}

/** **************** **/
.align-center {
  align-items: center;
  margin-top: 0px;
  /* border-top: 1px solid #dddddd40; */
  z-index: 999;
  position: relative;
  padding-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 0px 0 0px;
  background: #fff;
  /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%); */
  background: #e8112200;
}

.fixed-top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: #fff; */
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 64px;
}

.fixed-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: #e81122; */
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0;
}

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

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

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

.logo {
  position: absolute;
  transition: all.5s ease;
  bottom: 0px;
  width: 275px;
  /*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);*/
}

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

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

.scrollto img {
  width: auto;
  height: auto;
  transition: all.5s ease;
  position: relative;
  top: 1px;
  border-radius: 8%;
  /* padding: 0px 8px; */
  /* background-color: #ffff; */
  /* border-radius: 100px; */
  /* border: 2px solid #6baa40; */
}

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

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

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

.header-scrolled .main-nav a {
  color: #181818;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.header-scrolled .call_tp {
  border-radius: 39px;
  padding: 5px 15px 5px 15px;
  margin-left: 15px;
  height: 43px;
  display: flex;
  background: #024a97;
  border: 1px solid #baeb70;
}

.header-scrolled .call_tp a {
  color: #fff;
}

.main-nav a {
  color: #282828;
  font-weight: 600;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  /* text-transform: uppercase; */
  /* font-family: "Manrope", sans-serif; */
  padding: 10px 14px;
  letter-spacing: 0.25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.call_tp {
  border-radius: 37px;
  padding: 5px 20px 5px 20px;
  margin-left: 10px;
  /* height: 46px; */
  display: flex;
  background: #003e8d;
  border: 1px solid #003e8d;
}

.call_tp img {
  margin-left: 8px;
  width: 22px;
  height: 22px;
  margin-top: 6px;
}

.call_tp a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  display: block;
  line-height: 34px;
  letter-spacing: 0.85px;
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-nav-active {
  overflow: hidden;
}

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

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/** **************** **/
.carousel-item img {
  width: 100%;
}

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

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

.main-button {
  margin-top: 35px;
}

.main-button a {
  font-size: 15px;
  background-color: #6cb243b8;
  padding: 7px 19px;
  border-radius: 21px;
  color: #fff;
  letter-spacing: 0.85px;
  border: 1px solid #6cb243;
}

.main-button a:hover {
  font-size: 15px;
  background-color: #ffffff;
  padding: 7px 19px;
  border-radius: 21px;
  color: #474747;
  letter-spacing: 0.85px;
  border: 1px solid #6cb243;
}

.main-pro {
  top: 140px;
  position: absolute;
  z-index: 99;
  right: 53px;
}

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

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

.sec-title .sub-title {
  color: #ffffff;
  font-size: 13px;
  position: relative;
  z-index: 999;
  left: 5px;
}

.sec-title .sub-title:before {
  position: absolute;
  left: -16px;
  top: 0%;
  height: 19px;
  width: 73px;
  margin-left: 10px;
  border-radius: 10px;
  margin-top: 0px;
  background: #64a739;
  content: "";
  z-index: -19;
}

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

.counter {
  background-color: #f7f7f780;
}

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

.counter-head h2 {
  font-weight: 800;
  text-align: center;
}

.why_sec_bx {
  position: relative;
  text-align: center;
  align-items: center;
  padding: 20px 0 25px 0;
}

.why_sec_bx:after {
  content: "";
  width: 1px;
  height: 182px;
  background: #5e5e5e33;
  position: absolute;
  right: -15px;
  top: 0px;
}

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

.why_icon_txt {
  margin-top: 10px;
}

.why_title {
  font-size: 30px;
  display: block;
  font-weight: 900;
  line-height: 1;
  color: #272727;
  letter-spacing: 1px;
}

.why_icon_txt span {
  display: block;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #676767;
  font-size: 15px;
  margin-top: 10px;
}

.bg-ligh-hover {
  position: relative;
  /* transition: 5s; */
}

.bg-ligh-hover:hover::before {
  content: "";
  position: absolute;
  background-color: #f3f8f3;
  width: 100%;
  height: 183px;
  top: 0px;
  transform: scale(1);
  bottom: 0;
  border-radius: 10px 10px 0 0;
  transition: 0.5s;
  left: 0;
  right: 0;
}

.why_icon img {
  width: 64px;
}

/** **************** **/
.section-title {
  position: relative;
  margin-bottom: 30px;
}

.section-title .bg-text {
  position: absolute;
  top: 26%;
  left: 50%;
  font-size: 71px;
  font-weight: 600;
  color: #76767638;
  transform: translate(-47%, -50%);
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.8;
}

.section-title .main-title {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 28px;
  font-family: "Baloo Chettan 2", sans-serif;
  color: #272727;
  /* font-family: "Manrope", sans-serif; */
  text-transform: uppercase;
}

.section-title .main-title .border-text {
  position: relative;
  display: inline-block;
  color: #5d9d36;
}

.section-title .main-title .border-text::before {
  position: absolute;
  top: -10px;
  bottom: 0;
  border-top: 1.5px solid #68ad42;
}

.section-title .main-title .border-text::before {
  left: 15px;
  right: 15px;
  border-right: 1.5px solid #68ad42;
  border-left: 1.5px solid #68ad42;
  height: 25%;
  content: "";
}

.section-title .main-title .border-text::after {
  position: absolute;
  bottom: -8px;
  border-bottom: 1.5px solid #68ad42;
}

.section-title .main-title .border-text::after {
  left: 15px;
  right: 15px;
  border-right: 1.5px solid #68ad42;
  border-left: 1.5px solid #68ad42;
  height: 25%;
  content: "";
}

/** **************** **/
.hm-sec-pro {
  padding: 0px 0 0px 20px;
}

.product-section {
  background: #f6f6f6;
  background-image: url(../images/PG-BG.jpg);
  padding: 80px 0 70px 0;
}

.product-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 35px 13px;
  /* border: 1px solid #6bb04142; */
  box-shadow: 5 6 11 rgb(0 7 22);
  box-shadow:
    rgb(163 163 163 / 17%) -1px 0px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.product-title {
  font-weight: 600;
  font-size: 22px;
  color: #272727;
  margin-bottom: 8px;
  line-height: 1.2;
}

.product-desc {
  font-size: 14px;
  color: #5d5d5dd9;
  line-height: 1.5;
  letter-spacing: 0.35px;
  margin-bottom: 15px;
  font-weight: 400;
}

.product-img {
  max-height: 100%;
  object-fit: contain;
  border-radius: 14px;
  border: 1px solid #6bb041ab;
  padding: 0px 3px;
}

.btn-outline-primary {
  background-color: #6cb2430a;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 500;
  color: #5a5a5a;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.55px;
  border: 1px solid #6cb243b8;
}

.dual-laminate .owl-nav {
  position: absolute;
  width: 103%;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.dual-laminate .owl-nav .owl-prev img {
  transform: translate(-20%, 0%);
}

.dual-laminat .owl-nav .owl-next img {
  transform: translate(18%, 0%);
}

/** **************** **/
.client-section {
  padding: 100px 0;
}

.section-title .bg-text-new {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 50%;
  font-size: 70px;
  font-weight: 600;
  color: #dfdddd;
  transform: translate(-50%, -32%);
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.8;
}

.marquee-container {
  position: relative;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black 85%,
    transparent
  );
}

.marquee-row {
  display: flex;
  white-space: nowrap;
  margin-bottom: 20px;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  gap: 20px;
}

.logo-card {
  background: #ffffff;
  width: 218px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  border: 1px solid #00000038;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  flex-shrink: 0;
}

.logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(0%);
}

.animate-right {
  animation: scrollRight 30s linear infinite;
}

.animate-left {
  animation: scrollLeft 30s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

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

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  .main-title {
    font-size: 48px;
  }

  .connectivity-section {
    text-align: center;
  }

  .description-text {
    margin: 0 auto 30px;
  }

  .marquee-container {
    margin-top: 50px;
  }
}

.main-email {
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #00000038;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.ico-main img {
  border-radius: 50%;
  width: 50px;
  padding: 10px;
  margin-right: 8px;
  background-color: #5d9d36;
}

.main-email h3 a {
  color: #272727;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.justfy-content {
  justify-content: center;
}

/** **************** **/
.offer-section-two:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 645px;
  width: 60%;
  background-color: #024a97;
  background-image: url(../images/abou-bg.jpg);
  background-repeat: no-repeat;
  content: "";
  border-radius: 0 11px 101px 0;
}

.offer-section-two {
  position: relative;
  overflow: hidden;
  padding: 62px 0;
}

.auto-container {
  position: static;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.offer-section-two .content-column {
  position: relative;
}

.offer-section-two .content-column .inner-column {
  position: relative;
  padding: 25px 0 0 0;
  position: absolute;
  top: 0;
  right: 58px;
  z-index: 999;
  /* padding: 3rem 4rem 0rem; */
  width: 77%;
}

.sec-title {
  position: relative;
  margin-bottom: 0px;
  width: 95%;
}

.sec-title h1 {
  font-size: 42px;
  color: #272727;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-top: 7px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.offer-section-two .image-column .image-box .image img {
  width: 100%;
  box-shadow:
    rgb(31 31 31 / 35%) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  min-height: 520px;
  object-fit: cover;
  box-shadow:
    rgb(4 4 4 / 0%) 0px 0px 11px 1px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 50px 0 0 50px;
  border-left: 5px solid #ffffff91;
}

.offer-section-two .image-column .image-box .image {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.offer-section-two .image-column .video-box .title {
  right: 100%;
  margin-right: 130px;
  top: 0;
  color: #000;
  margin-bottom: 0;
  font-weight: 500;
}

.sec-title p {
  letter-spacing: 0.25px;
  font-size: 15px;
  padding-bottom: 15px;
  color: #181818cc;
  font-weight: 500;
  line-height: 1.6;
}

.sec-title h1 span {
  color: #bcec71;
}

.image-box {
  position: relative;
  top: 0px;
  left: 16px;
}

/* ====================== */
.abt-btn {
  float: right;
}

.wrapper i {
  color: #3a82a7;
}

.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #024a97;
  color: #ffffff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  margin-top: 15px;
}

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

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

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

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

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

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

footer {
  background-color: #f3f8f3;
  padding: 70px 0 16px 0;
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
}

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

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

.ftr-link ul li a {
  color: #ffffffcc;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.6;
  padding: 5px 0;
  display: block;
}

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

.br {
  /* border-right: 1px solid #ffffff1a; */
}

.bb {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 1px;
  /* z-index: 9999; */
  /* position: relative; */
}

.ftr-cont {
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
  z-index: 999;
}

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

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

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

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

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

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

.ftr-btm p {
  font-weight: 400;
  font-size: 15px;
  position: relative;
  color: #65ac3a;
  z-index: 999;
}

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

.social-icon ul li {
  display: inline-block;
  padding-right: 8px;
  position: relative;
  z-index: 999;
}

.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: #ff0033;
  color: #fff;
}

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

.hm-need-help {
  background: url(../images/need-further.jpg) no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: inherit;
  text-align: left;
  padding-left: 30px;
}

.hm-need-help h4 {
  color: #ffffff;
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
}

.hm-need-help h4 a {
  color: #ffffff;
}

.hm-need-help h4 a:hover {
  color: #d2151e;
}

.hm-need-help h4 a i {
  color: #939598;
}

.hm-provide {
  background: rgb(210 21 30);
  height: 100%;
  padding: 8px 10px;
  color: #ffffff;
}

.hm-provide-dtl {
  text-align: center;
}

.hm-provide-dtl img {
  margin-bottom: 4px;
}

.hm-provide h5 {
  font-size: 13px;
  text-align: center;
}

.aling-center {
  align-items: center;
}

.cer-img img {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
}

.footer-logo-hm {
  border-right: 1px solid #454545;
}
.right-side-bg {
  padding-left: 50px;
  margin-bottom: 50px;
}

/*------------------*/
.hm-abou-bg {
  align-items: center;
}

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

.hm-manuf {
  padding: 100px 0;
  position: relative;
}

.prod-logo-icon {
  position: absolute;
  left: 20px;
  top: 90px;
  width: 190px;
}

.prod-logo-icon img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.hm-manuf-heading {
  padding-top: 30px;
  padding-bottom: 32px;
}

.hm-manuf-heading p {
  letter-spacing: 2px;
  opacity: 0.5;
  display: block;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.hm-manuf-heading h2 {
  font-size: 35px;
  letter-spacing: 0.2px;
  font-weight: 700;
  line-height: 1.4;
  color: #1d1d1f;
}

.hm-manuf-box {
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}

.hm-manuf-head img {
  height: 50px;
}

.hm-manuf-box img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 12px;
}

.hm-manuf-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hm-manuf-dtl {
  position: absolute;
  width: 100%;
  bottom: 12px;
  left: 0;
  z-index: 1;
  padding: 30px;
  color: #fff;
}

.hm-manuf-head {
  transform: translateY(120px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hm-manuf-box:hover .hm-manuf-head {
  transform: translateY(0px);
}

.hm-manuf-head span {
  font-size: 20px;
  display: block;
  font-weight: 600;
  padding: 10px 0;
}

.hm-manuf-more {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hm-manuf-more p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.hm-manuf-box:hover .hm-manuf-more {
  opacity: 1;
}

.hm-abt-btn {
  margin-top: 20px;
}

.hm-abt-btn a {
  width: auto;
  align-items: center;
  padding: 10px 2rem;
  font-size: 0.81rem;
  margin: 0;
  box-shadow: none;
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  background: #6aae43;
  border-radius: 30px;
}

.hm-abt-btn a:hover {
  background: #fff;
  color: #000;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.hm-abt-btn .btn-label {
  font-weight: 500;
  font-size: 14px;
}

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

.hm-industries {
  /* background: #f6f6f6; */
  background-image: url(../images/pr-new.jpg);
  padding: 80px 0 70px 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.hm-industries-head {
  margin-bottom: 10px;
}

.hm-industries-head h2 {
  letter-spacing: 0.5px;
  font-family: "Jost", sans-serif;
  color: #202020;
}

.hm-industries-head h6 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #959595;
  display: inline-block;
  padding-right: 13px;
  margin-bottom: 10px;
}

.hm-industries-head h6 span {
  position: relative;
}

.hm-industries-head h6 span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #e81122 transparent;
  bottom: 4px;
  right: -16px;
}

.dual-laminate .owl-dots {
  text-align: center;
  margin-top: -50px;
  position: relative;
}

.owl-dots button {
  background: #dcdee1 !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}

.owl-dots button.active {
  width: 30px;
  background: #212121 !important;
}

.dlab-box {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #ffff;
  color: #050505;
}

.dlab-box:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.dlab-media {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.dlab-info {
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
  padding: 20px 0px 20px 0px;
  position: relative;
  background-color: #bced6e;
}

.dlab-info h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #232323;
  display: block;
  text-align: center;
}

.skew-content-box {
  display: inline;
  left: -1px;
  padding: 6px 20px;
  position: absolute;
  top: -15px;
  width: auto;
  margin-bottom: 0;
  background-color: #d2151e !important;
}

.dlab-social-icon {
  display: inline-block;
  margin: 0 -3px;
  padding: 0;
  text-align: center;
}

.skew-content-box:after {
  background-color: inherit;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  width: 20px;
  z-index: 1;
}

.dlab-social-icon li {
  display: inline-block;
  padding: 0;
  font-size: 12px;
}

.skew-content-box ul li a {
  color: #fff;
  font-size: 14px;
  width: auto;
  padding: 0px 10px;
  line-height: 24px;
  height: 24px;
}

.hm-industries-dtl .owl-carousel .owl-stage {
  margin-top: 30px;
  margin-bottom: 90px;
}

/* ---- */
.section-title-new .bg-text-new {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  font-size: 70px;
  font-weight: 600;
  color: #beec7454;
  transform: translate(-50%, -67%);
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.8;
}
.section-title-new .main-title {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 28px;
  font-family: "Baloo Chettan 2", sans-serif;
  color: #ffffff;
  /* font-family: "Manrope", sans-serif; */
  text-transform: uppercase;
}
.section-title-new .main-title .border-text {
  position: relative;
  display: inline-block;
  color: #beec74;
}

.section-title-new .main-title .border-text::before {
  position: absolute;
  top: -10px;
  bottom: 0;
  border-top: 1.5px solid #68ad42;
}

.section-title-new .main-title .border-text::before {
  left: 15px;
  right: 15px;
  border-right: 1.5px solid #68ad42;
  border-left: 1.5px solid #68ad42;
  height: 25%;
  content: "";
}

.section-title-new .main-title .border-text::after {
  position: absolute;
  bottom: -8px;
  border-bottom: 1.5px solid #68ad42;
}

.section-title-new .main-title .border-text::after {
  left: 15px;
  right: 15px;
  border-right: 1.5px solid #68ad42;
  border-left: 1.5px solid #68ad42;
  height: 25%;
  content: "";
}

/* vivek */

.breadcrumb-section {
  width: 100%;
  height: 270px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;

  background: url(../images/breaadcrum-bg.jpg) center no-repeat;
}

.breadcrumb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}

.breadcrumb-item h1 {
  color: #fff;
  text-align: center;
}

.border-div {
  width: 400px;
  position: relative;
  display: block;
  margin-top: 25px;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.border-div::after {
  position: absolute;
  content: "";
  width: 100px;
  background: #68ab42;
  left: 50%;
  height: 3px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bredcrum-item-li {
  display: flex;
  gap: 10px;
}

.bredcrum-item-li li a {
  color: #fff;
}

/*  */

.product-main-section {
  padding: 20px 0 20px 0;
  background: url(../images/product-bg.jpg) center no-repeat;
  background-size: cover;
}

.product-wrapper {
  position: relative;
  width: 400px;
  margin: 100px auto;
}

.product-main-left {
  margin-top: 26px;
  /* background-color: #69ad43; */
  padding: 30px;
  border-radius: 25px;
}

.product-main-left-title {
  padding-bottom: 10px;
  color: #024a97;
  font-size: 28px;
}

.product-main-left p {
  font-size: 15px;
  color: #777777;
  line-height: 1.6;
  margin-bottom: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.border-div-2 {
  width: 145px;
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 12px;
  border-color: rgb(169 169 169);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.border-div-2::after {
  position: absolute;
  content: "";
  width: 60px;
  background: #68ab42;
  left: 0%;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.product-down-section {
  padding: 70px 0;
  background: #f2f8f182;
}

.contact-card {
  background-color: #024a97;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.contact-card-image-wrap {
  width: 100%;
  /* height: 200px; */
  /* overflow: hidden; */
  position: relative;
}

.contact-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-icon-badge {
  width: 65px;
  height: 65px;
  background-color: #beea75;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  z-index: 2;
}

.contact-icon-badge i {
  color: #ffffff;
  font-size: 28px;
}

.contact-card-content {
  padding: 45px 0px 25px 0px;
}

.contact-info-group {
  margin-bottom: 2px;
}

.contact-label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-value {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  opacity: 0.9;
}

.contact-value a {
  color: #ffffff;
}

.contact-divider {
  height: 1px;
  background-color: #f3f3f3;
  width: 100%;
  margin: 15px 0px;
}

.faa-headset:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/headseat.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle; /* Aligns the icon vertically with text */
}

/* Services Sidebar Styles */
.services-sidebar {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.services-header {
  background-color: #beea75;
  padding: 10px 25px;
  /* color: #000; */
}

.services-header-text {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin: 0px;
  text-align: center;
}

.services-list {
  padding: 0px 15px 0px 20px;
}

.services-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0px;
  border-bottom: 1px solid #ececec;
  text-decoration: none;
  transition: all 0.3s ease;
}

.services-item:last-child {
  border-bottom: none;
}

.services-item-name {
  color: #777777;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}

.services-item-icon {
  color: #333333;
  font-size: 18px;
}

.services-item:hover .services-item-name {
  color: #333333;
}

.bi-arrow-up-right:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/right-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle; /* Aligns the icon vertically with text */
}

.product-down-block p {
  font-size: 15px;
  color: #777777;
  line-height: 1.6;
  margin-bottom: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.product-down-block {
  padding-bottom: 25px;
}

.product-down-key-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-down-key-title h5 {
  font-size: 23px;
  color: #444444;
  font-weight: 600;
}

.product-down-key-paragraph {
  padding-left: 28px;
  padding-top: 5px;
}

.ul-li-arrow-up-right:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/ul-li-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle; /* Aligns the icon vertically with text */
}

.product-down-block ul {
  padding-bottom: 15px;
}
.product-down-block ul li {
  padding: 7px 0px;
  display: flex;
  gap: 10px;

  font-weight: 600;
  color: #444;
}

.product-table-container {
  width: 100%;
  /* max-width: 800px; */
  background: white;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  margin-top: 25px;
}

.product-table-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

/* Header Style */
.product-table-container thead {
  background-color: #fff;
  color: white;
}

.product-table-container th {
  padding: 13px 18px;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000;
}

.product-table-container td {
  padding: 15px 18px;
  border-bottom: 1px solid #dfdfdf;
  color: #444;
  font-size: 15px;
}

.product-table-container td:first-child {
  font-weight: 600;
  color: var(--primary-color);
  width: 35%;
  background-color: #fcfcfc;
}

.product-table-container tbody tr:hover {
  background-color: #f1f7ff;
  transition: 0.3s;
}

  .product-table-container td:not(:first-child)::before {
    content: attr(data-label);
    position: absolute;
    left: 18px;
    width: 45%;
    font-weight: bold;
    text-align: left;
    color: var(--accent-color);
  }


/* faq */
.faq .card {
  background-color: #f8f9fa;
  border: 1px solid #217d3e;
  margin-bottom: 20px;
  border-radius: 0px;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #1c1c1c;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f7f7f7;
  position: relative;
  line-height: 22px;
  font-weight: 500;
}

.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #134e92;
  color: #fff;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 10px;
  top: 12px;
  font-weight: 400;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.faq .card-body {
  padding: 1.25rem;
}

.pro-right-side-stiky {
  position: sticky;
  top: 110px;
}
/* ***** */
.about-section {
  padding: 80px 0 80px;
}
.about-head h2 {
  font-size: 42px;
  color: #272727;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-top: 7px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about-head h2 span {
  color: #bcec71;
}
.about-head .sub-title {
  color: #ffffff;
  font-size: 13px;
  background: #64a739;
  border-radius: 30px;
  padding: 3px 15px;
}
.about-head p {
  letter-spacing: 0.25px;
  font-size: 15px;
  padding-bottom: 15px;
  color: #181818cc;
  font-weight: 500;
  line-height: 1.6;
}
.about-section .container {
  max-width: 1360px;
}
.abtt-img img {
  width: 95%;
}
.abtt-img {
  height: 100%;
  text-align: center;
  align-content: center;
}
.why-choose-sec {
  padding: 80px 0 80px;
  background-image:
    linear-gradient(rgb(245 245 245 / 80%), rgb(247 247 247)),
    url(../images/pattern1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.why-choose-head .bg-text-new {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 50%;
  font-size: 70px;
  font-weight: 600;
  color: #dfdddd;
  transform: translate(-50%, -32%);
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.8;
}
.why-choose-head {
  text-align: center;
}
.why-choose-head h3 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: "Baloo Chettan 2", sans-serif;
  color: #272727;
  /* font-family: "Manrope", sans-serif; */
  text-transform: uppercase;
}
.why-choose-head h3 span {
  color: #5d9d36;
  position: relative;
}

.why-choose-head p {
  letter-spacing: 0.25px;
  font-size: 15px;
  padding-bottom: 15px;
  color: #181818cc;
  font-weight: 500;
  line-height: 1.6;
}
.why-choose-head h3 span::before {
  left: 15px;
  right: 15px;
  border-right: 1.5px solid #68ad42;
  border-left: 1.5px solid #68ad42;
  height: 25%;
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  border-top: 1.5px solid #68ad42;
}
.why-choose-head h3 span::after {
  left: 15px;
  right: 15px;
  border-right: 1.5px solid #68ad42;
  border-left: 1.5px solid #68ad42;
  height: 25%;
  content: "";
  position: absolute;
  bottom: -8px;
  border-bottom: 1.5px solid #68ad42;
}

.why-choose-points .points-box span {
  font-size: 40px;
  font-weight: 900;
  color: #02499b;
}
.why-choose-points .points-content h5 {
  font-size: 21px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 10px;
}
.why-choose-points .points-content p {
  font-size: 16px;
  font-weight: 500;
  color: #181818cc;
}
.why-choose-points {
  display: block;
  margin-bottom: 70px;
}
.why-us-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  min-height: 100%;
}
.why-choose-points_two {
  padding-left: 20px;
}
.why-choose-points_one {
  text-align: right;
  padding-right: 20px;
}
.abt-faq-section {
  padding: 80px 0 80px;
}
.abt-faq-head .bg-text-new {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 43%;
  font-size: 60px;
  font-weight: 600;
  color: #dfdddd;
  transform: translate(-50%, -32%);
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.8;
}
.abt-faq-head {
  text-align: left;
  position: relative;
}

.abt-faq-head h3 {
  position: relative;
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: "Baloo Chettan 2", sans-serif;
  color: #272727;
  text-transform: uppercase;
}

.abt-faq-head h3 span {
  color: #5d9d36;
  position: relative;
}

.abt-faq-head p {
  letter-spacing: 0.25px;
  font-size: 15px;
  padding-bottom: 15px;
  color: #181818cc;
  font-weight: 500;
  line-height: 1.6;
}

.abt-faq-head h3 span::before {
  left: 15px;
  right: 15px;
  border-right: 1.5px solid #68ad42;
  border-left: 1.5px solid #68ad42;
  height: 25%;
  content: "";
  position: absolute;
  top: -10px;
  bottom: 0;
  border-top: 1.5px solid #68ad42;
}

.abt-faq-head h3 span::after {
  left: 15px;
  right: 15px;
  border-right: 1.5px solid #68ad42;
  border-left: 1.5px solid #68ad42;
  height: 25%;
  content: "";
  position: absolute;
  bottom: -8px;
  border-bottom: 1.5px solid #68ad42;
}

/* --- NEW MODERN FAQ CARDS DESIGN --- */
.faq-about .card {
  background-color: #f6f7f8;
  margin-bottom: 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: 1px solid #e2e2e2;
}

.faq-about .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.faq-about .card .card-header {
  padding: 0;
  border: none;
  background: none;
}

.faq-about .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 20px 20px 20px 70px;
  font-weight: 600;
  font-size: 20px;
  color: #272727;
  cursor: pointer;
  position: relative;
  background: transparent;
  display: block;
}

/* Circular Badge Style */
.faq-about .card .card-header .faq-title .badge {
  width: 32px;
  height: 32px;
  background: #134e92;
  color: #fff;
  font-size: 20px;
  line-height: 3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}

.faq-about .card-body {
  padding: 0 20px 20px 70px; /* Aligned with title text */
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}
.abt-faq-box {
  text-align: center;
  width: 60%;
  background: #f7f7f8;
  border-radius: 20px;
  overflow: hidden;
}
.abt-faq-box p {
  background:
    linear-gradient(rgb(245 245 245 / 80%)), url(../images/pro-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 22px;
  font-weight: 400;
  color: #272727;
  height: 170px;
  align-content: center;
  padding: 0 30px;
}
.abt-faq-box h6 a i {
  color: #b8ed69;
  padding-right: 5px;
  font-size: 25px;
  position: relative;
  top: 4px;
}
.abt-faq-box h6 a {
  font-size: 20px;
  display: block;
  padding: 20px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #034999;
  border-top: 2px solid #fff;
}
.abt-client-sec {
  background-color: #f6f6f6;
  padding: 80px 0 80px;
}
.abt-client-sec .section-title {
  margin-bottom: 50px;
}
.abt-client-sec .section-title .bg-text {
  top: 50%;
}
.gallery-section {
  padding: 80px 0 80px;
}
.gallery-section .section-title {
  margin-bottom: 50px;
}
.gallery-section .section-title .bg-text {
  top: 50%;
}
.gall-box {
  margin-bottom: 30px;
  border: 1px solid #baed6f;
  border-radius: 12px;
}
.gall-box img {
  width: 100%;
  padding: 15px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Zoom effect */
.gall-box:hover img {
  transform: scale(1.05);
}

.gall-box a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.gall-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(110, 173, 86, 0.7);
  opacity: 0;
  transition: all 0.3s ease;
}

.gall-box:hover a::before {
  opacity: 1;
}

/* Circle icon background */
.gall-box a::after {
  content: "\f00e"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);

  width: 55px;
  height: 55px;
  background: #ffffff;
  color: #004b96;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}

.gall-box:hover a::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* SECTION */
.cont-main {
  padding: 80px 0;
  background: #f7f9fc;
}

.cont-main-left-title h2 {
  font-size: 42px;
  color: #272727;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-top: 7px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.cont-main-left-title p {
  font-size: 15px;
  color: #777777;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* CONTACT BOX */
.cont-main-left-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s ease;
  border: 1px solid #6aaf46;
}

.cont-main-left-box-icon img {
  width: 30px;
  height: 30px;
}

/* ICON (GREEN) */
.cont-main-left-box-icon {
  width: 60px;
  height: 60px;
  background: #eaf5e3; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
}

/* TEXT */
.cont-main-left-box-text h3 {
  font-size: 25px;
  font-weight: 600;
  color: #054799;
  margin-bottom: 5px;
}

.cont-main-left-box-text p,
.cont-main-left-box-text a {
  font-size: 15px;
  color: #777777;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.cont-main-left-box-text a:hover {
  color: #054799;
}

.cont-main-right {
  position: sticky;
  top: 100px;
}

/* FORM CARD */
.cont-main-right form {
  padding: 35px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6ecf5;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

/* FORM TITLE */
.cont-main-right-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #5d9d36;
  margin-bottom: 20px;
}

/* INPUTS */
.cont-main-right form .form-control {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 5px 15px;
  height: 50px !important;
  font-size: 15px;
  transition: 0.25s ease;
}

/* FOCUS */
.cont-main-right form .form-control:focus {
  border-color: #054799;
  box-shadow: 0 0 0 2px rgba(5, 71, 153, 0.08);
  outline: none;
}

/* TEXTAREA */
.cont-main-right textarea.form-control {
  min-height: 120px;
  resize: none;
}

/* BUTTON */
.cont-main-right form .btn-primary {
  background: #054799;
  border: none;
  display: inline-block;
  border-radius: 6px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 10px 25px;
  transition: 0.3s ease;
  /* width: 100%; */
  display: flex;
  justify-self: center;
  margin-top: 10px;
}

.cont-main-right form .btn-primary:hover {
  background: #043a7a;
}

/* MAP */
.map-sec {
  margin-top: 80px;
  margin-bottom: 80px;
}

.map-loc iframe {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 10px;
  border: 1px solid #b3b3b3;
}
/* ***** */
