@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  letter-spacing: 0.5px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 14px;
  color: #2c2c2c;
  font-family: "Poppins", 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 {
  margin-bottom: 30px;
}

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

.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: #fff;
  font-weight: 500;
  font-size: 14px;
}

.main-nav .drop-down ul li a,
.main-nav a {
  color: #49494a;
  font-weight: 500;
  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: #ffffff;
  top: 0;
  /* padding: 4px 0 2px; */
  box-shadow: 0px 3px 0px rgb(0 0 0 / 7%);
}

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

.header-scrolled .scrollto img {
  width: 300px;
  height: auto;
  margin-top: 16px;
  border-radius: 30px;
  background-color: #016f00;
  padding: 0 20px 0 4px;
  /* border: 2px solid #ffd900; */
}

.header-scrolled .logo {
  background: #ffffff00;
  padding: 2px 5px;
  border-radius: 55%;
  position: absolute;
}

.logo {
  margin-top: -10px;
  background: #016f00;
  padding: 5px 5px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  margin-left: -76px;
}

.header-scrolled {
  position: fixed;
  box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
  border-top: 2px solid #016f00;
}

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

.main-nav {
  float: right;
}

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

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

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

.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: #016f00;
  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%;
}

.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: #016f00;
}

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

.top-head {
  width: 100%;
  height: 1px;
  border-top: 3px solid #016f00;
  /* background-color: rgb(1 111 0); */
}

.get_start {
  background: #016f00;
  border: 3px solid #ffc855;
  border-radius: 50px;
  margin-left: 25px;
}

.get_start:hover {
  background: #5f5f5f;
}

.get_start a {
  color: #fff;
  display: block;
  line-height: 24px;
  font-size: 16px;
}

.get_start:hover a {
  color: #fff !important;
}

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

.carousel-indicators {
  bottom: 30px;
}

#slider {
  margin-right: 0;
  margin-left: 0;
}

.carousel-caption {
  top: 50%;
  left: 7%;
  right: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 800ms linear;
  text-align: left;
  padding: 0px;
  width: 700px;
  transform: translate(0%, -40%);
}

.carousel-item.active .carousel-caption {
  opacity: 1;
  /*right: 13%;*/
  transform: translate(0%, -50%);
}

.carousel-caption img {
  filter: brightness(0.9);
}

.carousel-caption p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 3.9px;
  word-wrap: break-word;
  text-shadow: 2px 2px 7px #00000059;
}

.carousel-caption h5 {
  font-size: 45px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 35px;
  word-wrap: break-word;
  text-shadow: 2px 2px 7px #00000059;
}

.carousel-caption a {
  background: #ec3338;
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.5s ease-out !important;
  color: #fff;
  border: 2px solid transparent;
  margin-top: 10px;
  box-shadow: 0 20px 40px rgb(0 0 0 / 40%);
}

.carousel-caption a:hover {
  border: 2px solid #ec3338 !important;
  color: #ec3338 !important;
  background: #fff !important;
}

/**/
#carousel {
  overflow: hidden;
}

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

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

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

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

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

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

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

#carousel .carousel-control span {
  color: #fff;
  background-color: rgb(50 52 51 / 50%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}

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

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

.carousel-indicators {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 20px;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.carousel-indicators li {
  height: 4px;
  background-color: rgb(243 185 41);
}

.carousel-indicators .active {
  background-color: rgb(1 111 0);
}

/*-- ------------------------ --*/
.hm-about-dtl h2 {
  font-weight: 600;
  margin-bottom: 16px;
  color: #2f50a3;
  position: relative;
  font-size: 22px;
}

.hm-about-box p {
  color: #575757;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  text-align: justify;
}

.hm_ul_li_ist {
  margin-top: 10px;
}

.hm_ul_li_ist p {
  font-size: 16px;
  padding-bottom: 10px;
  color: #484747;
  font-weight: 600;
}

.hm_ul_li_ist i {
  font-size: 19px;
  /* background-color: #19a526; */
  padding: 4px 0px;
  border-radius: 54px;
  color: #f3b929;
  margin-right: 5px;
}

/* MAIN BODY CSS STARTS */



/* why choose us new */

.bg-success {
  background-color: #016f00 !important;
}

.event-header .main-t {
  font-size: 25px;
  font-weight: 600;
  padding: 5px 0 5px 0;
  color: #1e4620;
  text-transform: capitalize;
}

.event-header p {
  font-size: 15px;
}

.bg-custom-light {
  background-color: #e8f5e9;
  padding: 50px 0;
}

.feature-card {
  border-radius: 12px;
  transition: transform 0.3s ease;
  /* height: 100%; */
  margin: 25px 0
}

.feature-card span {
  font-size: 18px;
  font-weight: 500;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #198754;
}

.about-slider {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #0001;
}

.main-heading {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.icon-wrapper img {
  width: 50px;
}

/* why choose us new ends */




/* about us strats */

.about-us {
  min-height: 500px;
  padding: 50px 0;
  background: url(../images/about-us-bg.svg) bottom no-repeat;
  /* background-color: #016f00; */
  position: relative;
}

.about-us-left {
  position: relative;
  border-radius: 10px 0 10px 0;
}

.about-us-left img {
  border-radius: 10px 0 10px 0;
}

.carousel-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.about-us-left::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 200px;
  height: 200px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #016f00;
  z-index: -1;
  border-top-left-radius: 10px;
}

.about-us-left::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 200px;
  height: 200px;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  background-color: #016f00;
  z-index: -1;
  border-bottom-right-radius: 10px;
}

.about-us-rigth {
  margin-left: 35px;
}


.about-us-rigth-content h1 {
  font-size: 30px;
  padding-bottom: 8px;
}

.about-us-rigth-content p {
  font-size: 15px;
  padding-bottom: 10px;
}


/* From Uiverse.io by cssbuttons-io */
.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.learn-more {
  width: 12rem;
  height: auto;
  border: 1px solid #1e4620;
  border-radius: 30px;
  margin-top: 8px;
}

.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #1e4620;
  border-radius: 1.625rem;
}

.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #1e4620;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.learn-more:hover .circle {
  width: 100%;
}

.learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
  color: #fff;
}


/* aboutus ends */

/* iso certificate starts */

.iso-certificate {
  background-color: #e8f5e9;
  padding: 50px 0;
}

.iso-certificate-img img {
  z-index: 2;
  position: relative;
  border-radius: 10px;
}


.iso-certificate-img::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0px;
  width: 200px;
  height: 200px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #f3b929;
  border-top-left-radius: 10px;
}

.iso-certificate-img::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  width: 200px;
  height: 200px;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  background-color: #016f00;
  border-bottom-right-radius: 10px;
}

.pdf-btn {
  margin-top: 15px;
}

/* iso certificate ends */


/* <!-- what-we do starts--> */


.what-we-do {
  padding: 50px 0;
  /* background-color: #eaf6dd; */
  /* background-color: #e8f5e9; */
}

.what-we-do-box {
  margin-bottom: 20px;
}

.what-we-do-img img {
  border-radius: 25px;
}

.what-we-do-title {
  padding-bottom: 30px;
}

.what-we-do-img-content {
  width: 100%;
  min-height: 275px;
  background-color: #016f00;
  padding: 25px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.what-we-do-img-content span {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 3px;
  display: block;
  color: #ffffff;
}

.what-we-do-img-content p {
  font-size: 14px;
  padding: 0px 0px 20px 0;
}

.what-we-do .event-header {
  margin-bottom: 25px;
}

/* what we-do-btn */

.what-we-do-btn {
  --primary-color: #fff;
  --secondary-color: #000;
  --hover-color: #111;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 20px;
  color: var(--secondary-color);
  padding: 8px 15px;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
  width: fit-content;
  margin: 8px 0 0 0;
}

.what-we-do-btn .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.what-we-do-btn .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.what-we-do-btn .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.what-we-do-btn:hover {
  background-color: #d4e9d4;
}

.what-we-do-btn:hover .arrow {
  background: var(--secondary-color);
}

.what-we-do-btn:hover .arrow:before {
  right: 0;
}



/* what we- do ends */

.certification-left-box-img img {
  width: 50px;
}

/* certification */

.certification {
  padding: 50px 0;
  width: 100%;
  /* height: 500px; */
  background-size: cover;
  background: #e8f5e9;

  position: relative;
}

.schedule-card {
  margin: 15px 0;
}

.certification::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 5px;
  background-color: #016f00;
}

.certification::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 5px;
  background-color: #016f00;
}

.certification-left-box {
  display: flex;
  align-items: center;
  border: 1px solid #0003;
  padding: 10px;
  border-radius: 30px;
  margin: 35px 0;
  background: aliceblue;
}

.certification-left-box-img {
  width: 30%;
  text-align: center;
  font-size: 60px;
}



.certification-left-box-content {
  width: 70%;
}

.certification-left-box-content span {
  font-size: 18px;
  font-weight: 600px;
}

.certification-left-box-content p {
  font-size: 14px;
  font-weight: 500px;
}

.certification-left-box-content .border {
  width: 95%;
  height: 4px;
  background-color: #016f00;
  margin: 2px 0;
}


.heading2 span {
  display: inline-block;
  background-color: #d4e9d4;
  color: #38761d;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* margin-bottom: 15px; */
}

/* .certification-left-box-middle{
  width: 100%;
  height: 100%;
  /* width: 250px;
  /* height: 250px; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px dashed #016f00;
  background-color: aliceblue;
  padding: 25px;

} */

.certification-left-box-middle {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #016f00;
  padding: 25px;
  overflow: visible;
}

/* Always visible rotating dashed border */
.certification-left-box-middle::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 50%;
  border: 2px dashed #016f00;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 1;
  /* Now visible by default */
  animation: rotateBorder 2s linear infinite;
}

@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.main-csss {
  display: flex;
  justify-content: center;
}

/* why choose us latest*/

.why-choose-us-latest {
  padding: 50px;
}

.why-choo-insides {
  width: 100%;
  background-color: #d0edcc;
  border-radius: 20px;
  padding: 20px 20px;
}

.why-choose-us-latest-box {
  width: 600px;
  border: 1px solid #0001;
  border-radius: 20px;
  margin: 0 0 25px 0;
  padding: 10px;
  text
}

.why-choose-us-latest-box-img img {
  width: 50px;
}

.why-choose-us-latest-box {
  display: flex;
  align-items: center;
  background-color: #e5e5e5;
  border: 1px dashed #0006;
}


.why-choose-us-latest-box-img {
  width: 20%;
}

.why-choose-us-latest-box-content {
  width: 80%;
  text-align: left;
}

.why-choose-us-latest-box-middle {
  transform: translateX(150px);
  color: #fff;
  background-color: #016f00;
  border: 1px dashed #fff;
}

.why-choose-us-latest-box span {
  font-size: 18px;
  font-weight: 600px;
  display: block;
}

.why-choose-us-latest-box p {
  font-size: 14px;
  font-weight: 600px;
}


.why-choo-insides {
  background-color: ;
  position: relative;
  overflow: hidden;
}

.why-choo-insides:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 25px;
  background: #fff;
  border-radius: 0 20px 0 0;
}

.why-choo-insides:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 25px;
  background: #fff;
  border-radius: 0 0 0 20px;
}



.certification-left-box-middle-inside h5 {
  font-size: 25px;
  color: #fff;
}




.hm-prod {
  padding: 50px 0;
  background: #e8f5e9;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hm-prod:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background-color: #016f00;
}


.my-product .my-product-content {
  width: 100%;
  background-color: #f3b929;
  height: 100%;
  padding: 25px;
  text-align: center;
  color: #000;
}



/* Stats Showcase Section */
.stats-showcase-section {
  /* padding: 25px 0; */
  background-color: #e8f5e9;
}

.stats-showcase-section-margin {
  margin: 25px 0 !important;
}

.stats-showcase {
  /* background-color: #ffffff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05); */
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 0;
}

/* Yellow CTA Box */
.cta-box {
  background-color: #016f00;
  padding: 50px 40px;
  height: 100%;
  position: relative;
}

.cta-box h3 {
  color: #222;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta-box p {
  color: #333;
  font-size: 15px;
  opacity: 0.9;
}

.cta-btn {
  display: inline-block;
  background-color: #333;
  color: white;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #222;
  color: white;
  transform: translateY(-3px);
}

/* Stats Grid */
.stats-grid {
  background-color: #fff;
  height: 100%;
}

.stat-item {
  padding: 50px 30px;
  border: 1px solid #f2f2f2;
  display: flex;
  align-items: center;
  gap: 15px;
}

.stat-item .icon i {
  color: #1e4620 !important;
}

.stat-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgb(212 233 212);
  border-radius: 50%;
}

.my-product-content h6 {
  font-size: 15px;
}

.stat-item .icon i {
  color: #FFCC29;
  font-size: 24px;
}

.stat-content span {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #222;
}

.stat-content h2 sup {
  font-size: 1rem;
  font-weight: 600;
  color: #FFCC29;
  position: relative;
  top: -15px;
}

.stat-content p {
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
}

/* Animation Effects */
.about-section,
.values-section,
.team-section,
.testimonials-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-section.revealed,
.values-section.revealed,
.team-section.revealed,
.testimonials-section.revealed {
  opacity: 1;
  transform: translateY(0);
}

.value-card,
.team-member,
.testimonial-card {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.value-card:hover,
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.team-member:hover {
  transform: translateY(-8px);
}



/* MAIN BODY CSS ENDS */

#footer_bg {
  background: #343434;
  padding: 35px 0 25px 0;
  /*position: relative;
  background-image: url(../images/footer-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;*/
}

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

.ftr-link ul li a {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  line-height: 27px;
  font-size: 14px;
}

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

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

.cont_bx {
  line-height: 48px;
  text-align: center;
  background: #ce2127;
  box-shadow: 0 0 0 2px rgb(255 255 255 / 22%);
  margin-right: 12px;
  width: 35px;
  height: 35px;
  padding: 0px;
  float: left;
  border-radius: 55%;
  background-color: #f3b929;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.cont_dtl p {
  font-size: 14px;
  display: block;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 48px;
}

.cont_dtl a {
  font-size: 14px;
  display: table-row-group;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
}

.cont_dtl a:hover {
  color: #f3b929;
}

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

.envelope {
  width: 27px !important;
}

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

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

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

.social_icon li {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.key-point {
  background: #1a195e;
  height: 100%;
  position: relative;
  padding: 30px 0px 30px 80px;
}

.key-point img {
  position: absolute;
  left: 16px;
  top: 30px;
}

.key-point span {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  word-spacing: 2px;
  letter-spacing: 0.7px;
  font-weight: 700;
}

.key-point span span {
  font-weight: 300;
  color: #ffffff73;
}

/************************/
.foot-bottom {
  padding: 15px 0 15px;
  background: #f5f5f5;
}

.foot-btm-head p {
  color: #676767;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
}

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

.foot-btm-head p a:hover {
  color: #016f00;
}

/*-----------------*/
.head-cont {
  position: relative;
  margin-left: 64px;
  margin-top: -12px;
  font-weight: 700 !important;
  font-size: 19px !important;
  color: #ffffff !important;
}

.head-cont img {
  width: 55px;
  height: auto;
  position: absolute;
  background-color: #fff;
  border: 3px solid #fff;
  left: -47px;
  top: 13px;
  border-radius: 50%;
}

.head-call {
  font-size: 12px;
  font-weight: 500;
  color: #343434;
  background-color: #ececec;
  padding: 3px 14px;
  line-height: 1;
  border-radius: 10px;
}

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

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

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

.head-cont {
  position: relative;
}

.head-cont::before {
  position: absolute;
  background-color: #016f00;
  top: -3px;
  left: -26px;
  /* border: 3px solid #efefefc2; */
  content: "";
  width: 1000px;
  overflow-x: hidden;
  z-index: -1;
  height: 85px;
  border-radius: 60px 0px 0px 60px;
}

/* #header::before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 400px;
  background-color: #016f00;
} */

/* .head-cont::after {
  position: absolute;
  background-color: #ffffff;
  top: -2px;
  left: -24px;
  content: "";
  width: 225px;
  z-index: -1;
  height: 55px;
  border-radius: 0 50px 50px 0;
} */
.pd-lr30 {
  padding: 0 30px;
}

.top-banner {
  background: url(../images/berad-crum.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 38%;
  padding: 70px 0 60px;
  position: relative;
}

.top-banr-dtl {
  position: relative;
  z-index: 99;
  color: #fff;
  background: #016f00;
  padding: 15px 20px;
  width: max-content;
  text-align: center;
}

.tag-line-cont h2 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #016f00;
  line-height: 1.6;
}

.top-banr-dtl h1 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
  color: #fff;
  border-bottom: 1px solid #f3b929;
  padding-bottom: 10px;
}

.top-banr-dtl ul li {
  display: inline-block;
  padding-right: 4px;
}

.top-banr-dtl ul li a {
  color: #fff;
}

.top-banner:after {
  content: "";
  position: absolute;
  background: #00000094;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.prod-desc-p p {
  font-size: 15px;
  display: block;
  font-weight: 400;
  line-height: 25px;
  color: #424242;
  letter-spacing: 0px;
  padding-bottom: 10px;
  text-align: justify;
}

.multi-prod-rang {
  background: #fff;
  padding-top: 1px;
  padding-top: 5px;
  box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%);
  position: sticky;
  top: 0px;
}

.multi-prod-rang ul li {
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}

.multi-prod-rang ul li:before {
  position: absolute;
  bottom: 0;
  background: #c02141;
  height: 1px;
  display: block;
  content: "";
  width: 0;
  transition: 0.5s all ease-in;
}

.multi-prod-rang ul li a {
  padding: 7px 10px;
  margin: 5px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: block;
  background: #f3f3f38c;
}

.multi-prod-rang h4 {
  margin-bottom: 15px;
  padding: 7px 0;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 600;
  border-left: 5px solid #f3b929;
  border-right: 5px solid #fff;
  background: linear-gradient(35deg, #016f00 0%, #f3b929 100%);
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  position: relative;
  margin-left: -5px;
  color: #fff;
}

.inner-pro-img img {
  width: 100%;
  border-radius: 20px;
  border: 5px solid #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.products {
  padding: 50px 0 50px 0;
}

.product_description h3,
.product_description h4 {
  font-size: 20px;
  color: #016f00;
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.product_description ul li {
  padding-bottom: 15px;
}

.product_description ul li span {
  color: #1f1f1f;
  /* line-height: 32px; */
  display: block;
  font-weight: 400;
  letter-spacing: 0.3px;
  position: relative;
  font-size: 15px;
  padding-left: 20px;
}

.product_description {
  margin-top: 35px;
}

.product_description li span i {
  color: #8f8f8f;
  opacity: 0.8;
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
}

.product_description p {
  color: #1f1f1f;
  /* line-height: 32px; */
  display: block;
  font-weight: 400;
  letter-spacing: 0.3px;
  position: relative;
  font-size: 15px;
  margin-bottom: 10px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

.prod-section-table table thead,
.prod-section-table table thead {
  background: #f3b929;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px;
	vertical-align: middle;
}

/* vishal */
.inner-bullet {
  margin-top: 10px;
}

.inner-bullet li {
  padding-left: 40px;
  padding-bottom: 10px !important;
  list-style-type: none;
  position: relative;
}

.inner-bullet li::before {
  content: "\2022";
  font-size: 20px;
  color: black;
  position: absolute;
  left: 40px;
  top: -5px;
}

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

/* --------------- */
.cont-main {
  padding: 80px 0 80px;
}

.cnt-head h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #f3b929;
  position: absolute;
  justify-self: anchor-center;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.cnt-head h2 {
  position: relative;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  color: #e10a11;
  padding: 0 0 35px 0;
}

.cnt-info-head h3 {
  font-weight: 600;
  font-size: 25px;
  color: #353535;
  padding: 0 0 35px 0;
}

.cnt-dtl-wrap {
  display: flex;
  margin-bottom: 25px;
}

.cnt-dtl-wrap .cnt-icon img {
  width: 24px;
  height: 24px;
}

.cnt-dtl-wrap .cnt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3b929;
  border-radius: 50%;
  margin-right: 15px;
  min-width: 50px;
  width: 50px;
  height: 50px;
}

.cnt-info h4 {
  font-size: 19px;
  font-weight: 600;
  color: #343434;
  margin-bottom: 5px;
}

.cnt-info a:hover {
  color: #e10a11;
}

.cnt-info a {
  font-size: 15px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 10px;
  display: inline-block;
}

.cnt-dtl-wrap:nth-child(3) .cnt-icon {
  background: #e10a11;
  border-radius: 50px;
  margin-right: 15px;
}

.cnt-info-box {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  height: 100%;
}

.cnt-info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #f3b929, #e10a11);
  border-radius: 15px 15px 0 0;
}

.cnt-form-box input {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  display: inline-block;
}

.cnt-form-box textarea {
  font-size: 14px;
  font-weight: 400;
  color: #343434;
  display: inline-block;
}

.form-control:focus {
  color: #343434;
  background-color: #fff;
  border-color: #f3b92973;
  outline: 0;
  box-shadow: 0 0 3px 0px rgb(243 185 41);
}

.cnt-info-box-invert::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #e10a11, #f3b929);
  border-radius: 15px 15px 0 0;
}

.cnt-info-box-invert .cnt-btn {
  width: 145px;
  height: 46px;
  background: #016f00;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  border: 0px;
  transition: all 0.3sease -in-out;
  position: relative;
  /* text-transform: uppercase; */
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  overflow: hidden;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.cnt-info-box-invert .cnt-btn:hover:before {
  transform: scaleX(1);
}

.cnt-info-box-invert .cnt-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #343434;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

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

/* --------------- */
.map-container {
  padding: 0px 0 80px;
}

.map-container iframe {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  border: 0;
}

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

/* --------------- */
.abt-main {
  padding: 80px 0 80px;
}

.abt-head h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #f3b929, #e10a11);
  border-radius: 20px;
  position: absolute;
  bottom: 35px;
  margin-left: 15px;
}

.abt-head h2 {
  position: relative;
  font-weight: 700;
  font-size: 35px;
  color: #353535;
  padding: 0 0 20px 0;
}

.our-story p {
  letter-spacing: 0.5px;
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 25px;
  color: #323232;
}

.our-story p span {
  color: #e10a11;
  font-weight: 600;
}

.abt-img-box:after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: -16px;
  width: 100px;
  height: 100px;
  background-color: #e10a11;
  z-index: -1;
}

.abt-img-box {
  position: relative;
}

.abt-img-box img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.our-story-dtl {
  margin-top: 60px;
}

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

/* --------------- */
.gbl-presence {
  padding: 80px 0 80px;
  background-image: linear-gradient(120deg,
      rgb(59 61 59 / 97%) 50%,
      rgb(59 61 59 / 97%) 50%),
    url(../images/global-pres.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.gbl-presence-head h3::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #f3b929;
  border-radius: 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.gbl-presence-head h3 {
  position: relative;
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  text-align: center;
}

.gbl-presence-dtl p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  padding-top: 25px;
  text-align: center;
}

.county-box:hover {
  background-color: #757575cb;
  transition: all 0.2s ease-in-out;
}

.county-box {
  text-align: center;
  background-color: #6a6a6aa1;
  border-radius: 10px;
  margin-top: 50px;
  transition: 0.2s ease-in-out;
  padding: 20px 10px 20px 10px;
}

.county-box span {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}

.county-box h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.county-box p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  padding-top: 10px;
}

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

.mains-owner-row {
  background-color: #ffc855 !important;
  padding: 25px;
  margin-top: 30px;
  border-radius: 20px;
}


.owner-one {
  margin: 0 30px;
}

.owner-div {
  width: 1px;
  height: 100%;
  border: 1px solid #000;
  opacity: 0.6;
}

.owner-detail ul li a {
  color: #000;
  word-wrap: break-word;
}

.owner-name h5 {
  padding-bottom: 10px;
}

/* --------------- */
.our-infra {
  padding: 80px 0 80px;
}

.our-infra-head h3::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #f2bc34;
  border-radius: 20px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.our-infra-head h3 {
  position: relative;
  font-weight: 600;
  font-size: 35px;
  color: #353535;
  text-align: center;
}

.our-infra-dtl p {
  font-size: 16px;
  color: #353535;
  line-height: 25px;
  padding-top: 25px;
  text-align: center;
  padding-inline: 80px;
}

.infra-box img {
  width: 80px;
}

.infra-box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.infra-box {
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
  padding: 20px 0 20px 0;
  box-shadow: rgb(60 64 67 / 5%) 0px 1px 2px 0px,
    rgb(60 64 67 / 11%) 0px 2px 6px 2px;
  height: 240px;
}

.infra-box h4 {
  font-size: 20px;
  color: #353535;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.infra-box p {
  font-size: 15px;
  color: #353535;
  line-height: 25px;
}

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

/* --------------- */
.galley-main {
  padding: 80px 0 80px;
}

.gallery-head h2 {
  font-weight: 600;
  font-size: 35px;
  color: #353535;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

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

.gallery-head h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #f3b929;
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  justify-self: anchor-center;
  left: 50%;
  transform: translateX(-50%);
}

.inner-img img {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border: 1px solid #f3b929;
}

.inner-img:hover img {
  border: 0;
  transition: border 0.3s;
}

.inner-img {
  position: relative;
  transition: border 0.3s;
  z-index: 5;
  margin-bottom: 30px;
}

.inner-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: rgb(57 59 58 / 71%) 0px -70px 38px -23px inset;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

.inner-img:hover h6 {
  display: block;
}

.inner-img:hover::after {
  display: block;
}

.inner-img h6 {
  position: absolute;
  bottom: 15px;
  color: #fff;
  justify-self: anchor-center;
  display: none;
  z-index: 3;
}

/* --------------- */
.inner-product-parent:hover .inner-pro-wrapper a {
  background-color: #2970a210;
}

.inner-pro-wrapper {
  padding-top: 15px;
  padding-bottom: 20px;
}

.inner-product-parent:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border: none;
}

.inner-product-parent {
  border: 1px solid #dddcdc;
  text-align: center;
  margin-bottom: 30px;
  position: sticky;
  top: 95px;
}

.prod-img-wrapper {
  padding: 15px;
}

/* certidication */

.foot-detail h5 {
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  padding-bottom: 7px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #ffffff29;
  margin-bottom: -8px;
}

.foot-detail p {
  color: #fff !important;
  padding: 20px 0 0 0;
  font-size: 14px;
  margin-bottom: 20px;
}

.event-schedule-section {
  padding: 50px 0;
  overflow: hidden;
  /* To contain any potential overflows from creative elements */
}

.event-schedule-section .event-header {
  margin-bottom: 20px;
}

.event-schedule-tag {
  display: inline-block;
  background-color: #d4e9d4;
  /* Light green tag background */
  color: #38761d;
  /* Darker green text for tag */
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* margin-bottom: 15px; */
}

.event-schedule-main-title {
  font-size: 28px;
  font-weight: 600;
  padding: 5px 0 5px 0;
  color: #1e4620;
}

.schedule-card {
  display: flex;
  align-items: flex-start;
  /* Align icon and text to the top */
  background-color: #e8f5e9;
  border: 1px solid #016f002e;
  padding: 25px;
  border-radius: 18px;
  /* Slightly less than image for a bit more sharpness */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  /* Make cards in a column equal height if needed by content */
}

.schedule-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}



.card-icon-itself {
  font-size: 2.5rem;
  /* Icon size */
  color: #38761d;
  /* Dark green icon color */
  line-height: 1;
  /* Ensure icon aligns well */
}

.card-text-container {
  flex-grow: 1;
}

.card-title-custom {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  /* Darker title text */
  margin-bottom: 6px;
  /* Space before line */
  padding-bottom: 8px;
  /* Space after line for text */
  position: relative;
  display: block;
  /* Ensure it takes width for the line */
  letter-spacing: 0.2px;
}

.card-title-custom::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  /* Position it at the very bottom of the padding-bottom */
  width: 45px;
  /* Fixed width for the line */
  height: 3px;
  background-color: #79b579;
  /* Brighter green line */
  border-radius: 1.5px;
  /* Slightly rounded line ends */
}

.card-text-custom {
  font-size: 0.88rem;
  color: #5a6f80;
  /* Softer text color */
  line-height: 1.65;
}

.certification-column {
  display: flex;
  justify-content: center;
  align-items: center;
}

.certification-outer-dashed-circle {
  width: 260px;
  height: 260px;
  border: 3px dashed #a5d6a7;
  /* Lighter green dashed border */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /* Space between dashed and solid circle */
  box-sizing: border-box;
}

.certification-inner-solid-circle {
  width: 100%;
  height: 100%;
  background-color: #38761d;
  /* Dark green */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 20px rgba(56, 118, 29, 0.3);
  /* Subtle glow */
}

.certification-text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}




/* about us page css starts */

.page-banner {
  width: 100%;
  height: 250px;
  background: url(../images/page-banner.jpg)center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;

}

.page-banner-content {
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.page-banner-content .banner-heading {
	font-size: 28px;
    color: #f3b929;
    font-weight: 600;
	padding: 0 0 4px 0;
}

.page-banner-content ul li {
  display: inline-block;
  color: #fff;

}

.page-banner-content ul li a {
  color: #fff;
}

.page-banner-content ul li:nth-child(2),
.page-banner-content ul li:nth-child(4),
.page-banner-content ul li:nth-child(6) {
  padding: 0 8px;
  /* margin: 0 10px; */
}


/* about us css */

.steeler-industrial-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  /* Assuming white background from image */
}

.steeler-industrial-section .section-heading {
  font-size: 30px;
  font-weight: 900;
  /* Extra bold */
  color: #222;
  /* Dark grey / almost black */
  margin-bottom: 9px;
  line-height: 1.2;
}

.steeler-industrial-section .intro-text p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  /* Medium grey */
  margin-bottom: 15px;
}

.steeler-industrial-section .btn-read-more {
  background-color: #D90429;
  /* Strong Red from image */
  color: #fff;
  padding: 12px 30px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s ease;
  font-size: 0.9rem;
  display: inline-block;
  /* To allow margin-top */
  margin-top: 15px;
}

.steeler-industrial-section .btn-read-more:hover {
  background-color: #b80021;
  /* Darker red */
  color: #fff;
  text-decoration: none;
}

.mission-box {
  background-color: #F8F9FA;
  /* Light grey background */
  padding: 25px;
  border-top: 4px solid #D90429;
  /* Red top border */
  margin-top: 10px;
  /* Align roughly with heading */
  height: calc(100% - 10px);
  /* Try to match height if content allows */
}

.mission-box .mission-title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #D90429;
  /* Red */
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.mission-box p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}

.video-banner-container {
  margin-bottom: 60px;
  /* Space above the image */
  position: relative;
  /* For play button positioning */
  width: 100%;
  /* You might want to set a max-width on the image itself or its container if it's not full screen width */
}

.video-banner-container img {
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */
  display: block;
  border-radius: 8px;
  /* Optional: if image has rounded corners */
}

.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  /* Semi-transparent dark circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.play-button-overlay:hover {
  background-color: rgba(217, 4, 41, 0.8);
  /* Red on hover */
}

.play-button-overlay i {
  color: #fff;
  font-size: 30px;
  /* Size of the play icon */
  margin-left: 5px;
  /* Adjust for visual centering of play triangle */
}

/* Responsive adjustments */
@media (max-width: 991.98px) {

  /* md and below */
  .steeler-industrial-section .section-heading {
    font-size: 2.2rem;
  }

  .mission-box {
    margin-top: 30px;
    /* Add space when columns stack */
    height: auto;
  }
}

@media (max-width: 767.98px) {

  /* sm and below */
  .steeler-industrial-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .steeler-industrial-section .section-heading {
    font-size: 1.8rem;
  }

  .play-button-overlay {
    width: 60px;
    height: 60px;
  }

  .play-button-overlay i {
    font-size: 20px;
  }

  .video-banner-container {
    margin-top: 40px;
  }
}

.stats-grid-about-us-page {
  border-radius: 25px;
  padding: 25px 25px;
  border: 1px solid #016f0060;
  background: #d4e9d4;
}

.stat-item-about-us-page {
  padding: 44px 14px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #016f0054;
}

.stats-showcase-section-about-us-page {
  background: #fff;

}

/* team */

.team-section-new {
  padding: 50px;

  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(235, 255, 235, 1) 100%);
}


.heading2 span {
  display: inline-block;
  background-color: #d4e9d4;
}

.team-one {
  /* padding: 5px; */
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 5px -1px, rgba(0, 0, 0, 0.5) 0px 3px 5px -1px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px 0px, rgba(0, 0, 0, 0.1) 0px 0px 2px 0px;
}

.team-one:hover {
  transform: translateY(-5px);
}


.team-member-img {
  position: relative;
  border-radius: 15px;
}

.team-member-detail p {
  font-size: 14px;
}



.team-member-detail {
  position: absolute;
  bottom: 0px;
  background: #f3b929;
  /* border: 1px solid #016f00; */
  right: 0px;
  border-radius: 10px;
  padding: 15px 0;
  left: 0px;
  text-align: center;
}

.down-border {
  width: 70px;
  height: 2px;
  background-color: #016f00;
  margin: 3px auto;
}

.team-member-detail h4 {
  font-size: 17px;
}


/* .team-one:hover{
  transform: scale(1.1);
 
} */
/* team ends */



/* contact us */

.section-spacing {
  padding: 50px 0;
  /* Increased padding for more white space */
}

.highlight-purple {
  color: #016f00;
  /* Vibrant purple for highlighted text */
}

.constact-us-page {
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(235, 255, 235, 1) 100%);
}

/* --- Get In Touch Section --- */
.get-in-touch-section h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 7px;
}

.get-in-touch-section .description {
  font-size: 14px;
  color: #5f6c7b;
  margin-bottom: 15px;
}

.contact-item {
  background-color: #e8f5e9;
  /* Light lavender background for contact cards */
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  /* Subtle shadow */
  border: 1px solid #026f0042;
}



.contact-item i {
  font-size: 1.6rem;
  /* Icon size */
  color: #016f00;
  /* Purple icon color */
  margin-right: 20px;
  flex-shrink: 0;
  /* Prevent icon from shrinking */
}

.contact-item span {
  font-size: 15px;
  color: #495057;
  /* Text color for contact info */
  font-weight: 500;
}

.contact-form-right .form-control {
  border-radius: 8px;
  background-color: #F7F7F9;
  border: 1px solid #016f0029;
  padding: 10px 10px !important;
  margin-bottom: 0px !important;
  /* Space between form fields */
  font-size: 0.95rem;
  color: #343a40;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-right .form-control::placeholder {
  color: #888;
  /* Placeholder text color */
}

.contact-form-right .form-control:focus {
  border-color: #016f00;
  /* Purple border on focus */
  box-shadow: 0 0 0 0.2rem rgb(1 111 0 / 17%);
  background-color: #fff;
  /* White background on focus */
}

.contact-us-btn {

  display: flex;
  justify-self: end;
}


.contact-user-name h2 {
  font-size: 18px;
  padding-bottom: 5px;
  color: #1e4620;
}

.contact-form-right textarea.form-control {
  min-height: 130px;
  resize: none;
  /* Disable textarea resizing */
}

.btn-confirm {
  background: linear-gradient(90deg, #016f00 0%, #80d786 100%);
  /* Purple gradient button */
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.05rem;
  color: white;
  width: 100%;
  /* Full width button */
  transition: transform 0.2s ease, box-shadow 0.3s ease, background-position 0.5s ease;
  background-size: 200% auto;
  /* For hover gradient shift */
}

.btn-confirm:hover {
  /* transform: translateY(-3px); */
  /* Slight lift on hover */
  /* box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2); */
  /* Stronger shadow on hover */
  background-position: right center;
  /* Shift gradient on hover */
}

/* --- FAQ Section --- */
.faq-section {
  margin-top: 40px;
  /* Space above FAQ section */
}

.faq-section>h2 {
  /* Targeting specific h2 for FAQ title */
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 45px;
  /* More space below title */
  text-align: left;
  /* As per image */
}

.accordion-item {
  border: 1px solid #E9ECEF;
  /* Light border for accordion items */
  border-radius: 12px !important;
  /* Rounded corners for items */
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  /* Soft shadow for depth */
  overflow: hidden;
  /* Crucial for containing children's corners */
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  background-color: #fff;
  color: #343a40;
  /* Question text color */
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: none !important;
  padding: 1.25rem 1.75rem;
  width: 100%;
  text-align: left;
  border: none;
  /* Remove default button border */
}

.accordion-button:not(.collapsed) {
  color: #016f00;
  /* Purple text for open question */
  background-color: #F8F4FF;
  /* Light purple background for open question header */
}

.accordion-button:focus {
  box-shadow: none;
  /* Remove focus ring */
}

.accordion-button::after {
  /* Custom plus/minus icon */
  content: '+';
  font-family: 'Poppins', sans-serif;
  /* Consistent font */
  font-size: 2rem;
  /* Icon size */
  font-weight: 300;
  /* Lighter weight for icon */
  background-image: none;
  /* Remove Bootstrap's default SVG arrow */
  transform: none;
  /* Reset Bootstrap's transform */
  margin-left: auto;
  /* Push to the right */
  color: #AEAEAE;
  /* Grey color for '+' icon */
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
  line-height: 1;
  /* Better vertical alignment */
}

.accordion-button:not(.collapsed)::after {
  content: '−';
  /* Unicode minus sign for open state */
  color: #016f00;
  /* Purple color for '-' icon */
}

.accordion-body {
  padding: 1rem 1.75rem 1.5rem 1.75rem;
  color: #555e68;
  /* Slightly softer text color for answers */
  line-height: 1.7;
  background-color: #fff;
  /* Ensure body is white for contrast */
}



.contact-item a {
  color: #495057;
}

.our-loctaion {
  margin-top: 22px;
  border-radius: 10px;
}


.contact-us-input-field {
  margin-bottom: 7px;
}

/* contact us ends */


/* about us page */

.about-us-page {
  width: 100%;
  min-height: 700px;
  padding: 50px 0;
  background: url(../images/about-us-bg.svg) bottom no-repeat;
  position: relative;
}

.aboutus-page-right-top {
  overflow: hidden;
  border-radius: 10px;
}

.about-us-page::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  bottom: 0%;
  width: 100%;
  background-color: rgba(162, 159, 159, 0.189);
}


.about-uspage-img img {
  width: 100%;
  height: 400px;
  object-fit: initial;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.about-uspage-img {

  position: relative;
}

/* 
.about-uspage-img::before{
  content: "";
  position: absolute;
  top: -20%;
  right: 0;
  width: 200px;
  height: 300px;
  background-color: #016f00;

} */

/* .about-uspage-img:hover img {
  transform: scale(1.1);
} */

.stat-item-about {
  padding: 20px 10px;
}

.stats-grid-aboutus-page {
  margin-top: 20px;
}


.about-us-page-left p {
  text-align: justify;
}

.about-us-page-left {
  /* background-color: #e8f5e9; */
  padding: 20px;
  border-radius: 10px;
}

.our-loctaion {
  margin-top: 15 px;
}


.application-heading {
  font-size: 25px;
  font-weight: 600px;
  display: block;
  margin: 0 0 25px 0;
  position: relative;
  overflow: hidden;
}

.application-heading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #016f00;
  bottom: 0;
  overflow: hidden;
}

.application-heading::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background-color: #f7ca01;
  bottom: 0;
  left: 0;
  animation: slide-right 0.9s ease-in-out infinite alternate-reverse forwards;
}




/* gallery */



.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .card {
  position: relative;
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}

.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/* .main-gallery {
  padding: 50px;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(235, 255, 235, 1) 100%);
} */


.image-gal:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: #000; */
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  transition: all 0.3s ease-in-out;
}

.card-image:hover .image-gal:before {
  background: #000;
  opacity: 0.4;
}

.card-image {
  position: relative;
  display: flex;
}

.zooming-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.zooming-icon i {
  color: #fff;
  font-size: 45px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.card-image:hover .zooming-icon i {
  opacity: 1;
}

.table {
  margin-bottom: 0 !important;
  background-color: #fff;
}

/* product detail */

.product-detail-page {
  padding: 50px 0;
  background: #e8f5e9;
}

.product-header {
  background-color: #f8f9fa;
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.product-header h1 {
  color: #016f00;
  /* A chemical-industry blue */
}

.section-titles {
	margin-bottom: 12px;
    padding-bottom: 2px;
    border-bottom: 2px solid #016f00;
    color: #016f00;
    font-size: 20px;
    display: inline-block;
}

.key-properties ul {
  list-style: none;
  padding-left: 0;
}

.key-properties li {
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
  display: flex;
  align-items: center;
}

.key-properties li:last-child {
  border-bottom: none;
}

.key-properties li::before {
  content: "\2713";
  /* Checkmark */
  color: #28a745;
  /* Bootstrap success green */
  margin-right: 10px;
  font-weight: bold;
}

.table th {
  background-color: #e9ecef;
  color: #495057;
}

.table td,
.table th {
  vertical-align: middle;
}

.product-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.description-text {
  font-size: 14px;
  margin-bottom: 15px;
}

.card {
  margin-bottom: 0px;
}

.card-header {
  background-color: #016f00;
  color: white;
}

.card-header h4 {
  font-size: 18px;
}


.card-bodys {
  padding: 0;
}

.card-bodys table {
  margin-bottom: 0 !important;
}

.card-body-discrib {
  padding: 25px;
}

.card-header-small-text {
  color: #fff !important;
}

/* product detail ends */


/* gallery tab starts */


.tabs-column {
  /* background: #000; */
  padding: 0px 0px;
  /* Padding top/bottom, no side padding for full width tabs */
  color: #ecf0f1;
  /* Light text for tabs */
  /* display: flex; */
  flex-direction: column;
  margin: 25px 0;
}

.tabs-column .nav-pills {
  width: 100%;
  overflow-y: auto;
  /* Enable scrolling for many tabs */
}

/* Custom scrollbar for webkit browsers */
.tabs-column .nav-pills::-webkit-scrollbar {
  width: 8px;
}

.tabs-column .nav-pills::-webkit-scrollbar-track {
  background: #34495e;
  /* Slightly lighter than tab column bg */
  border-radius: 10px;
}

.tabs-column .nav-pills::-webkit-scrollbar-thumb {
  background: #1abc9c;
  /* Accent color for scrollbar thumb */
  border-radius: 10px;
}

.tabs-column .nav-pills::-webkit-scrollbar-thumb:hover {
  background: #16a085;
}


.tabs-column .nav-link {
  color: #000000;
  background-color: #e8f5e9;
  border-radius: 0;
  /* Sharp edges for a modern look */
  margin-bottom: 2px;
  /* Small gap between tabs */
  padding: 12px 20px;
  text-align: left;
  width: 100%;
  /* Make tab button take full width of its parent li/div */
  transition: all 0.3s ease;
  font-weight: 400;
  border: 0;
  border-left: 4px solid transparent;
  /* For active indicator */
}

.tabs-column .nav-link:hover {
  background-color: #016f00;
  /* Slightly lighter on hover */
  color: #ffffff;
  border-left-color: #f3b929;
  /* Orange accent on hover */
}

.tabs-column .nav-link.active {
  background-color: #016f00;
  /* Teal accent for active tab */
  color: #ffffff;
  outline: none;
  font-weight: 600;
  border-left-color: #f3b929 !important;
  /* Orange accent for active */
  box-shadow: 2px 0 10px rgba(26, 188, 156, 0.3);
}

/* .content-column {
            padding: 30px;
        } */

.tab-pane h3 {
  color: #2c3e50;
  margin-bottom: 20px;
  border-bottom: 2px solid #1abc9c;
  padding-bottom: 10px;
  display: inline-block;
}

.tab-pane .card {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  /* margin-bottom: 20px; */
}

.tab-pane .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.card-icon {
  font-size: 2rem;
  color: #1abc9c;
  margin-bottom: 10px;
}

.placeholder-image {
  background-color: #e9ecef;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
  font-size: 1.2rem;
  border-radius: .25rem .25rem 0 0;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {

  /* lg breakpoint */
  .tabs-column {
    border-radius: 15px 15px 0 0;
    /* Adjust rounding for stacked layout */
    /* max-height: 300px; */
    /* Limit height when stacked */
  }



  .content-column {
    border-radius: 0 0 15px 15px;
  }

  .main-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.gallery-section-page {
  padding: 50px 0;
}

.card-image-name p {
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
  background-color: #016f00;
  color: #fff;
}




/* gallery tabs ends */

.application-section {
  padding: 35px 0;
  background-color: #e8f5e9;
}

.prod-section-ctg {
  background: #016f00;
  padding-top: 1px;
  padding: 5px;
  /* position: sticky;
    top: 15%; */
}

.prod-section-ctg h4 {
  /* margin-bottom: 15px; */
  padding: 7px 0;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 700;
  border-left: 5px solid #f3b929;
  background: #f3b929;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  position: relative;
  margin-left: -10px;
  position: relative;
}

/* .prod-section-ctg h4:before{
  content: "";
  position: absolute;
  width: 14px;
  height: 30px;
  background-color: #cab3b3;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  left: -5px;
  bottom: -29px;
  z-index: -1;
} */

.prod-section-ctg ul li {
  padding: 10px;
  border-bottom: 1px dotted #ffffff26;
}

.prod-section-ctg ul li:last-child {
  border-bottom: 0px;
}

.prod-section-ctg ul li a {
  color: #fff;
  display: block;
}

.prod-cont-section {
  background-color: #f5f6f7;
  padding: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}

.prod-cont-section p {
  font-style: italic;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}

.prod-cont-section a {
  color: #f3b929;
  font-size: 17px;
}

.prod-cont-section .cont-button {
  display: block;
  background: #333333;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.prod-section-ctg2 h4 {
  margin-bottom: 0px;
  border-left: none;
  margin-left: 0px;
  font-size: 16px;
  background: #f3b929;
  color: #fff;
}

.prod-section-ctg ul li:hover a {
  color: #000;

}

.prod-section-ctg ul li:hover {
  background-color: #f3b929;
}




.section-title-container {
  margin-bottom: 15px;
  position: relative;
}

.abrasives-section h2 {
  /* font-family: 'Roboto Slab', serif; */
  font-size: 26px;
  font-weight: 600;
  color: #3a3a3a;
  /* Darker shade for title */
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.appli-heading h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 92px;
  height: 5px;
  border-radius: 2px;
  background-color: #016f00;
}

.appli-heading h2:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 36px;
  height: 7px;
  border-radius: 7px;
  background-color: #f3b929;
}


.abrasives-list {
  list-style-type: none;
  padding-left: 0;
  /* margin-bottom: 30px;  */
}

.abrasives-list li {
  font-size: 16px;
  color: #454545;
  margin-bottom: 2px;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
  transition: color 0.3s ease, transform 0.3s ease;
}

.abrasives-list li::before {
  content: '✓';
  /* Using a checkmark or any other cool unicode/icon font */
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 1.3rem;
  color: #016f00;
  /* Accent color for list item marker */
  font-weight: bold;
  transition: transform 0.3s ease;
}

.abrasives-list li:hover {
  color: #016f00;
  transform: translateX(5px);
  font-weight: 600;
}

.abrasives-list li:hover::before {
  transform: scale(1.2);
}


.spc-products {
  background-color: #d4e9d4;
  /* padding: 16px; */
  border-radius: 5px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.spc-products h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  background-color: #016f00;
  padding: 10px 10px;
}

.spc-products p {
  font-size: 16px;
  color: #505050;
  line-height: 1.7;
  margin-bottom: 0px;
}

.spc-products p strong {
  color: #333;
  font-weight: 600;
}

.abrasives-section-img img {
  width: 100%;
  /* height: 250px;  */
  /* object-fit: cover; */
  border-radius: 10px;
}

.spc-products-p {
  padding: 8px 10px;
  background: #fff;
}

.main-gallery {
  /* margin: 25px 0; */
  /* padding: 10px; */
  /* border: 1px solid #000; */
  /* background-color: #d4e9d4; */
  border-radius: 5px;
}

.applictaion-gal h5 {
  margin-top: 25px;
}

.main-gallery h5 {
  padding: 10px;
  background-color: #016f00;
  color: #fff;
  /* margin-bottom: 10px; */
  border-radius: 5px;
}

/* .appication-product{
  padding: 10px;
} */


.phenol-card {
  margin-bottom: 20px;
}

.card-body-detail {
  padding: 5px 0;
}

.card-body-detail h4 {
  font-size: 18px;
}

.card-bodysss {
  padding: 5px 0 5px 15px;
}

.amino-resin-table thead th {
  background-color: #016f00;
  color: #fff;
}

.main-gal-heading span {
  display: block;
  font-size: 24px;
  margin: 20px 0 20px 0;
  position: relative;
  padding-bottom: 8px;
  text-align: center;

}

.main-gal-heading span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 92px;
  height: 5px;
  border-radius: 2px;
  background-color: #016f00;
  margin: auto;
}

.main-gal-heading span:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 36px;
  height: 7px;
  border-radius: 7px;
  background-color: #f3b929;
  margin: auto;
}


/*  */


.appli-heading span {
  display: block;
  font-size: 24px;
  margin: 0px 0 10px 0;
  position: relative;
  padding-bottom: 8px;
  /* text-align: center; */
  font-weight: 500;

}

.appli-heading span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 92px;
  height: 5px;
  border-radius: 2px;
  background-color: #016f00;
}

.appli-heading span:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 36px;
  height: 7px;
  border-radius: 7px;
  background-color: #f3b929;
}

.what-we-do-btn {
  cursor: pointer;
}

.what-we-do-btnss {
  width: fit-content;
}


.mains-owner-row {
  display: flex;
}

.hm-pro-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.hm-pro-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* .amino-specification {
  margin-top: 20px;
} */


/* BLOG */

.blog {
  padding: 50px 0;
  background-color: #e8f5e9;
}

.blog-read-more {
  background-color: #016f00;
  width: fit-content;
  padding: 8px 10px;
  margin-top: 8px;
  color: #fff;
  border-radius: 10px;
}


.article-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  /* For equal height cards in a row */
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.article-card .card-img-top-wrapper {
  overflow: hidden;
  /* Ensures image zoom effect stays within bounds */
  max-height: 200px;
  /* Or specific height */
}

.article-card .card-img-top {
  width: 100%;
  height: 100%;
  /* Make image fill the wrapper */
  object-fit: cover;
  /* Cover ensures the aspect ratio is maintained */
  transition: transform 0.3s ease;
}

.article-card:hover .card-img-top {
  transform: scale(1.05);
}

.article-card .card-body {
  padding: 14px;
  flex-grow: 1;
  /* Allows card body to take remaining space */
  display: flex;
  flex-direction: column;
}

.article-card .category-tag {
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  background: #016f00;
  width: fit-content;
  padding: 4px 17px;
  border-radius: 10px;
}

.article-card .card-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #4e4e4e;
  padding: 5px 0 0 0;
}

.article-card .card-title a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}



.article-card .card-text {
  font-size: 0.9rem;
  line-height: 1.6;
  flex-grow: 1;
  /* Allows text to take available space before footer/button */
}

.blog-read-more:hover {
  color: #e8f5e9;
}

.blog-header {
  background-color: #ffffff;
  padding: 2rem 0;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.blog-title {
  font-size: 25px;
  font-weight: 600;
  color: #2c3e50;
  /* Dark blue-gray */
  margin-bottom: 18px;
}

.blog-meta {
  font-size: 0.9rem;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 10px;
  background: #016f00;
  padding: 10px 20px;
  border-radius: 5px;
}

.blog-meta span {
  margin-right: 15px;
}

.blog-meta i {
  margin-right: 5px;
}

.feature-image-container {
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-image-container img {
  width: 100%;
  height: auto;
  display: block;
}



.blog-content p {
  margin-bottom: 14px;
  font-size: 15px;
  color: #34495e;
  /* Slightly softer black */
  text-align: justify;
}

.blog-content h2,
.blog-content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #2c3e50;
  font-weight: 600;
}

/* Sidebar */


.sidebar-widget {
  background-color: #016f00;
  padding: 10px;
  /* margin-bottom: 2rem; */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-widget-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  padding-bottom: 0.5rem;
  /* border-bottom: 2px solid #3498db; */
  display: inline-block;
  background: #f3b929;
  width: -webkit-fill-available;
  padding: 5px 0 5px 20px;
  position: relative;
  left: -20px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.recent-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  /* Light separator */
}

.recent-post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-post-item img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 2px;
  margin-right: 15px;
}

.recent-post-item .post-info h6 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 2px;
}

.recent-post-item .post-info h6 a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s ease;
}

.recent-post-item .post-info h6 a:hover {
  color: #ffffff;
  /* Accent color on hover */
}

.recent-post-item .post-info span {
  font-size: 0.8rem;
  color: #f3b929;
  /* Light gray for date/meta */
}

.category-list li a,
.tag-list a {
  text-decoration: none;
  color: #3498db;
  transition: color 0.3s ease;
}

.category-list li a:hover,
.tag-list a:hover {
  color: #2980b9;
}

.tag-list a {
  display: inline-block;
  background-color: #ecf0f1;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.9em;
  color: #34495e;
}

.tag-list a:hover {
  background-color: #dde4e6;
  color: #2c3e50;
}

.blog-detail-page {
  padding: 50px 0;
  background: #e8f5e9;
}

.index-blog-sec {
  padding: 50px 0;
}

.index-blog {
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.index-blog-body {
  padding: 10px;
}

.index-blog-body .card-title {
  font-size: 20px;
  margin-bottom: 0;
}

.index-blog-btn {
  margin-top: 25px;
}

.index-blog-sec .row {
  display: flex;
  align-items: center;
}

.index-blog-sec-box {
  margin-top: 20px;
}

.product-sub-cat {
  padding-left: 20px;
}

.sub-product-box-heading {
  text-align: center;
  background-color: #016f00;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.sub-product-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
}

.sub-product-box:hover {
  transform: translateY(-3px);
}


/* float */

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-float {
  color: #fff;
}


.key_feature_title h3 {
    margin-bottom: 15px;
    padding-bottom: 2px;
    border-bottom: 2px solid #016f00;
    color: #016f00;
    font-size: 20px;
    display: inline-block;
}
.key_feature {
    transition: all .6s ease;
    background: #fff;
    padding: 15px 20px;
	border-radius:10px;
    margin-top: 10px;
	margin-bottom:20px;
    box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(173 173 173 / 10%);
	min-height:170px;
}
.key_feature img {
    margin: 0 auto;
    display: block;
    width: 45%!important;
}
.key_feature_dtl span {
	font-size: 15px;
    text-align: center;
    display: flex;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #495057;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
    padding-top: 10px;
}
.key_feature:hover {
    transform: translateY(-10px);
}
.application_dtl span {
	font-size: 16px;
    letter-spacing: 0.50px;
    font-weight: 600;
    color: #495057;
}
.application_dtl {
    padding-bottom: 10px;
}

.faq .card {
  background-color: #f8f9fa;
  border: 1px dashed rgb(103 106 109 / 20%);
  margin-bottom: 10px;
}
.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;
}
.faq .card .card-header:hover {
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 45px;
  padding-right: 15px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #016f00;
  -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: 16px;
  padding-bottom: 16px;
  position: relative;
}
.faq .card .card-header .faq-title .badge {
  width: 28px;
  height: 30px;
  text-align: center;
  background: #016f00;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: 10px;
  top: 12px;
}
.faq .card .card-body {
  padding: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  background: #fff;
  border-top: 2px solid #016f00;
}
.faq .card .card-body p {
  margin-bottom: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.faq .card .card-body ul li {
  margin-bottom: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .faq .card .card-header .faq-title {
    line-height: 22px;
    margin-top: 10px;
	padding-top: 8px;
  }
}




