nav.navbar.navbar-expand-lg.bg-body-tertiary {
  background-color: transparent !important;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary ul li a {
  text-decoration: none;
}



@font-face {
  font-family: 'poppins';
  src: url('/fonts/Poppins-Regular.ttf') format(truetype);
  font-style: normal;
}



@font-face {
  font-family: 'georgiaprobold';
  src: url('/fonts/GeorgiaPro-Bold.ttf') format('truetype');
  font-style: normal;
}


p {
  font-family: 'poppins';
}

.mainheader img {
  width: 100% !important;
}

header {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 0 30px;
  position: sticky;
  top: 0;
  z-index: 99999999;
  border-bottom: 4px solid #55882b;
}

header .mainmenu {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

header .container .mydiv {
  justify-content: space-between;
  align-items: center;
}


.mainheader {
  width: 100%;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary ul {
  gap: 12px !important;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary ul li a {
  font-size: 20px !important;
  font-weight: 500;
  font-family: 'poppins';
  color: #000 !important;
}

header .mainmenu .ctabutton a {
  border: 1px solid #2e3bbe;
  padding: 12px 35px;
  border-radius: 6px;
  text-decoration: none !important;
  font-size: 16px;
  text-transform: capitalize;
  background-color: #2e3bbe !important;
  color: #fff !important;
  font-weight: 500;
}

.carousel-caption {
  text-align: left !important;
  top: 30% !important;
}




.carousel-caption.d-none.d-md-block h5 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize !important;
  font-family: "georgiaprobold", Sans-serif !important;
}

.carousel-caption.d-none.d-md-block h5 span {
  color: #7bc73a;
}

.carousel-control-prev-icon {
  width: 100px;
  height: 100px;
}

.carousel-control-next-icon {
  width: 100px;
  height: 100px;
}

.carousel-caption.d-none.d-md-block p span {
  color: #7bc73a;
}

.carousel-caption.d-none.d-md-block p {
  color: #fff;
  font-size: 25px;
  /* font-weight: 400; */
  padding: 15px 0 28px;
  font-family: 'poppins';
}


.carousel-inner .carousel-item video {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9;
}

.carousel-item {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.carousel-control-prev {
  z-index: 99;
  position: absolute;
  color: #fff !important;
  fill: #fff !important;
  opacity: initial !important;
}

.carousel-control-next {
  z-index: 99;
  position: absolute;
  color: #fff !important;
  fill: #fff !important;
  opacity: initial !important;
}

section.mainslider span.carousel-control-prev-icon {
  background-image: none !important;
}

span.carousel-control-prev-icon i {
  color: #000 !important;
  fill: #fff !important;
  font-size: 62px;
}

section.mainslider span.carousel-control-next-icon {
  background-image: none !important;
}

span.carousel-control-next-icon i {
  color: #000 !important;
  fill: #fff !important;
  font-size: 62px;
}

.carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  z-index: 99;
}

.carousel-caption.d-none.d-md-block a {
  background-color: #55882b;
  text-decoration: none !important;
  color: #fff !important;
  padding: 20px 46px;
  border-radius: 34px;
  font-size: 24px;
}








div#nav-tab {
  gap: 32px;
  border-bottom: 2px solid #00000029;
  padding-left: 30px;
  margin-bottom: 1rem !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #2aa0d8 !important;
  border-radius: 0;
  color: #2aa0d8 !important;
  font-weight: 600 !important;
  border-color: transparent;
}

button#nav-home-tab {
  font-size: 18px;
  color: #000;
  /* background-color: transparent; */
  padding: 0 18px 4px;
  padding: 0 18px 4px;
  font-weight: 400;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}

div#nav-tab button {
  font-size: 22px;
  color: #000;
  /* background-color: transparent; */
  padding: 0 18px 4px;
  padding: 0 18px 4px;
  font-weight: 400;
  border: none;
}

section.categorytab .tabs {
  margin-top: 30px;
}


section.categorytab .tabs ul#pills-tab {
  gap: 32px;
  border-bottom: 2px solid #00000029;
  padding-left: 30px;
}

section.categorytab .tabs ul#pills-tab li button {
  font-size: 20px;
  color: #000;
  /* background-color: transparent; */
  padding: 0 18px 4px;
  padding: 0 18px 4px;
  font-weight: 400;
  font-family: 'poppins';
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  border-bottom: 2px solid #2aa0d8 !important;
  border-radius: 0;
  color: #2aa0d8 !important;
  font-weight: 600 !important;
}


section.categorytab h2 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 38px;
}

section.categorytab h3 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 25px;
  padding-top: 12px;
}

section.categorytab h2 span {
  color: #55882b;
}

section.categorytab h3 span {
  color: #55882b;
}








section.categorybox2 .box122 img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

section.categorybox2 .box123 h1 {
  font-size: 26px;
  text-align: left;
}

section.categorybox2 .box123 p {
  font-size: 18px;
  text-align: left;
}

section.categorybox2 .box123 ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px !important;
}

section.categorybox2 .box123 ul li {
  font-size: 20px;
  font-family: 'poppins' !important;
}


section.categorybox .box1 img {
  width: 100%;
}

section.categorybox .box1 a {
  border: 1px solid #011210;
  padding: 0px 0 0px 22px;
  text-decoration: none;
  margin-top: 0px;
  width: 100%;
  display: flex;
  background-color: #011210;
  color: #fff;
  justify-content: space-between;
  align-items: center;

}

section.categorybox .box1 a p {
  margin: 0;
}

section.categorybox .box1 a span i {
  color: #fff;
}

section.categorybox .box1 a span {
  background-color: #55882b;
  padding: 15px;
}

section.categorybox {
  margin-bottom: 42px;
}







.featuredproducts img {
  width: 100%;
}

.featuredproducts ul {
  margin-top: 20px;
}

.featuredproducts ul li {
  font-size: 22px !important;
  font-family: 'poppins' !important;
  padding-bottom: 20px;
}

.featuredproducts h2 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 50px !important;
  margin-bottom: 0 !important;
}

.featuredproducts h3 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 35px !important;
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}

.featuredproducts p {
  font-size: 22px !important;
  font-family: 'poppins' !important;
}

.featuredproducts h2 span {
  color: #55882b;
}


.featuredproducts span.testtext {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 28px;
  padding: 20px 0;
}

section.featuredproducts {
  margin-top: 60px;
  margin-bottom: 60px;
}





.industryrecognizedsec {
  margin-top: 60px;
  padding-bottom: 50px;
}

.industryrecognizedsec h2 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 38px;
}


.industryrecognizedsec h2 span {
  color: #55882b;
}


.industryrecognizedsec h3 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 22px;
  padding-top: 12px;
  width: 60%;
  line-height: 28px;
}








.carousel-container-unique {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.carousel-wrapper-unique {
  display: flex;
  animation: scroll-left 10s linear infinite;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.carousel-wrapper-unique img {
  width: 150px;
}

.carousel-item-unique {
  font-size: 50px;
  padding: 10px;
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause the animation on hover */
.carousel-container-unique:hover .carousel-wrapper-unique {
  animation-play-state: paused;
}




.carousel-container-unique1 {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.carousel-wrapper-unique1 {
  display: flex;
  animation: scroll-right 10s linear infinite;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.carousel-wrapper-unique1 img {
  width: 150px;
}

.carousel-item-unique1 {
  font-size: 50px;
  padding: 10px;
  white-space: nowrap;
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Pause the animation on hover */
.carousel-container-unique1:hover .carousel-wrapper-unique1 {
  animation-play-state: paused;
}









section.industrysec2 {
  background-image: url(/image/sliderbanner.jpg);
  margin-bottom: 10px;
  padding: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}













.marqueebox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15px;
}

.marqueebox .img1 img {
  width: 100%;
}

.marqueebox .img2 img {
  width: 100%;
}

.marqueebox .img1 {
  width: 8%;
}

.marqueebox .img2 {
  width: 8%;
}

.marqueebox .content1 {
  border: 1px solid #000;
  padding: 25px;
  width: 18%;
  margin-bottom: 4px;
}















.carousel-containerunique2 {
  max-width: 1290px;
  overflow: hidden;
  position: relative;
  margin: auto;
}

.carousel-trackunique2 {
  display: flex;
  transition: transform 0.5s ease;
  gap: 28px;
}

.carousel-slideunique2 {
  min-width: 15%;
  flex: 0 0 20%;
}

.carousel-slideunique2 img {
  width: 72%;
  display: block;
}

.prevunique2,
.nextunique2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  transform: translateY(-50%);
  user-select: none;
}

.nextunique2 {
  right: 0;
}

.prevunique2 {
  left: 0;
}


section.brand-carousel {
  margin-top: 60px;
  margin-bottom: 60px;
}





.col-md-7.mydiv2wdd {
  width: 63.333333% !important;

}

.ctasection {
  /* background-image: url(/image/ctabanner2.png); */
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 50px 0 0;
  margin: 60px 0;
}


.ctasection .ctaheading a img {
  width: 80%;
  margin: 0 auto;
  display: block;
  height: 208px;
  object-fit: cover;
  position: relative;
  top: -60px;
}


.ctasection .ctaheading h1 {
  text-align: center;
  /* line-height: 0; */
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 68px;
}


.ctasection .ctaheading h1 span a img {
  width: 600px;
  position: relative;
  top: -51px;
}

.ctasection .ctaheading h1 span a {
  color: #55882b !important;
  text-decoration: none;
}











section.testimonialsec {
  margin-top: 30px;
  margin-bottom: 100px;
}






@keyframes enterFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.element-left {
  animation: enterFromLeft 1s ease-out forwards;
}




@keyframes enterFromRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.element-right {
  animation: enterFromRight 1s ease-out forwards;
}



@keyframes enterFromUp {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.element-up {
  animation: enterFromUp 1s ease-out forwards;
}




@keyframes enterFromDown {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.element-down {
  animation: enterFromDown 1s ease-out forwards;
}



body {

  margin: 0;
  padding: 0;
}

h1 {
  text-align: center;
}

a {
  text-decoration: none;
  color: #007BFF;
}

a:hover {
  text-decoration: underline;
}

table {
  width: 80%;
  margin: 20px auto;
  border-collapse: collapse;
}

th,
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2;
}








/* About Us Page Css */


.container.unique1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  padding: 20px;
}

.container>div.unique1 {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.highlight.unique1 {
  grid-column: span 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.highlight h1.unique1 {
  margin: 10px 0;
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 38px;
  color: #000;
}

.highlight h1 span.unique1 {
  color: #55882b;
}

.highlight a.unique1 {
  margin-top: 15px;
  display: inline-block;
  padding: 15px 26px;
  background-color: #55882b;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-family: 'poppins';
}

.stats.unique1 {
  grid-column: span 2;
  display: grid;
  justify-content: space-between;
  text-align: center;
  grid-template-columns: repeat(2, 1fr);
}

.stats div.unique1 {
  flex: 1;
}

.image.unique1 {
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.image.large.unique1 {
  grid-column: span 2;
  height: 300px;
}

.career.unique1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.career h2.unique1 {
  font-size: 20px;
  margin: 10px 0;
}

.career a.unique1 {
  color: #2d7a6d;
  text-decoration: none;
  font-weight: bold;
}

section.abouthead {
  background-image: url(/image/careerbanner.jpg);
  padding: 150px 0 120px;
  margin-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0 0 60px !important;
}

section.abouthead img {
  width: 76%;
  position: relative;
  top: -59px;
  height: 305px;
  object-fit: cover;
  right: 195px;
}

section.abouthead h1 {
  color: #000000;
  font-size: 88px;
  font-family: "georgiaprobold", Sans-serif !important;
  text-align: left;
}




/* Contact Us Page Css */

section.contacthead {
  background-image: url(/image/contactbanner.png);
  padding: 150px 0;
  margin-bottom: 80px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0 !important;
}

section.contactform {
  margin-bottom: 70px;
}

section.contacthead h1 {
  color: #fff;
  font-size: 100px;
  text-align: left;
  font-family: 'georgiaprobold';

}

section.contacthead img {
  width: 76%;
  position: relative;
  top: -59px;
  height: 305px;
  object-fit: cover;
  right: 48px;
}


.contactform .contactdetails h2 {
  font-size: 28px;
  padding-bottom: 38px;
  font-family: 'poppins';
  text-transform: capitalize;
  font-weight: 600;
}

.contactform .contactdetails h4 {
  font-size: 22px;
  padding-bottom: 20px;
  font-family: 'poppins';
}

.contactform .contactdetails h4 a {
  padding-left: 10px;
  text-decoration: none;
}

.contactform .contactdetails h4 a:hover {
  color: #55882b;
  transition: all 0.4s ease;
}

.contactform .contactdetails h4 span {
  padding-left: 10px;
  font-size: 22px !important;
}



.mainform {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  background-color: #a7d87e;
  border-radius: 8px;
}

.form-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 18px;
}

.mainform .form-row label {
  font-size: 15px;
  padding-bottom: 8px;
  color: #797979;
  font-weight: 400;
  font-family: 'poppins';
}

.form-row div {
  flex: 1;
}

.form-row div input,
.form-row div select,
.form-row textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #ccc;
}

textarea {
  resize: vertical;
}



.submit-button {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.submit-button button {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  font-family: 'poppins';
  cursor: pointer;
}

.submit-button button:hover {
  background-color: #0056b3;
}

.captcha-section,
.privacy-terms {
  margin-top: 15px;
}

.captcha-section input[type="checkbox"],
.privacy-terms input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}

.privacy-terms label a {
  color: #007bff;
  text-decoration: none;
}

.privacy-terms label a:hover {
  text-decoration: underline;
}









/* Footer Css */

.footerhead h4 {
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'poppins';
}

.footerhead h4 a {
  text-decoration: none;
  color: #000000;
  font-family: 'poppins';
}

footer {
  background-image: url(/image/footerbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  background-attachment: fixed;
}

footer .mainlogo img {
  width: 75%;
}


.footermenu ul li {
  list-style: none;
  padding-bottom: 15px;
}

.footermenu ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}

.footermenu ul {
  padding-left: 0px;
}

.footermenu {
  margin-top: 28px;
}

.col-md-2.footercol {
  width: 13.666667%;
}


.contact-details h5 {
  color: #000000 !important;
  font-size: 24px;
  padding-bottom: 12px;
}

.contact-details h6 {
  color: #000000 !important;
  padding-bottom: 10px;
}


.contact-details ul {
  padding-left: 0;
  display: flex;
  gap: 28px;
  list-style: none;
  margin-top: 40px;
}

.contact-details ul li a i {
  color: #000000 !important;
  font-size: 22px;
}







/* Testimonial Slider */
.unique4-slidercontent {
  display: flex;
  align-items: center;
  gap: 190px;
}

.unique4-carousel-item {
  background-color: #e0f7d7 !important;
  padding: 55px;
  margin-top: 75px;
}

.unique4-slidercontent .unique4-div1 p {
  font-size: 20px;
  font-family: 'poppins';
}

.unique4-slidercontent .unique4-div1 h5 {
  font-size: 24px;
  font-weight: 700;
  padding-top: 60px;
  font-family: 'georgiaprobold';
}

.unique4-slidercontent .unique4-div1 h6 {
  font-size: 18px;
  font-weight: 400;
  font-family: 'poppins';
}

/* Custom CSS for top-right corner control buttons */
.unique4-carousel-controls-top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: flex !important;
}

.unique4-carousel-controls-top-right .unique4-carousel-control-prev,
.unique4-carousel-controls-top-right .unique4-carousel-control-next {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border: 1px solid #000;
  background-color: transparent;
}

.unique4-carousel-controls-top-right .unique4-carousel-control-prev-icon,
.unique4-carousel-controls-top-right .unique4-carousel-control-next-icon {
  filter: invert(1);
}

.unique4-carousel-control-next-icon,
.unique4-carousel-control-prev-icon {
  width: 1.5rem !important;
}



/* About Us css */


.aboutcarouselnew-slide h4 {
  padding-top: 15px;
  text-align: left;
}

.aboutcarouselnew-slide p {
  text-align: left;
  font-size: 18px;
}

section.mainbanner section.categorytab {
  position: absolute;
  top: 100px;
  left: 100px;
}

section.mainbanner section.categorytab {
  position: absolute;
  top: 100px;
  left: 100px;
}

section.mainbanner section.categorytab h2 {
  color: #fff !important;
  font-size: 72px !important;
}

section.mainbanner section.categorytab h3 {
  color: #fff !important;
}

section.mainbanner section.categorytab p {
  color: #fff !important;
}

section.mainbanner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.mainbanner video {
  width: 100%;
}

.aboutcarouselnew-carousel {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
}

.aboutcarouselnew-carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.aboutcarouselnew-carousel h2 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 38px;
}

section.aboutuscarousel {
  margin-top: 50px;
}

.aboutcarouselnew-carousel .highlight {
  color: #006400;
}

.aboutcarouselnew-carousel-btn {
  background: #006400;
  color: #fff;
  border: none;
  padding: 15px 15px 8px;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 5px;
}

.aboutcarouselnew-carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 20px auto;
  overflow: hidden;
  /* Ensure slides outside the viewport are hidden */
}

.aboutcarouselnew-carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* Smooth animation */
}

.aboutcarouselnew-slide {
  flex: 0 0 25%;
  /* Four slides visible at a time */
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}


section.valuesection video {
  margin: 28px auto 0;
  width: 70%;
  display: block;
}

.aboutcarouselnew-slide img {
  max-width: 100%;
  border-radius: 5px;
  object-fit: cover;
  height: 210px;
}

section.categorytab p {
  font-size: 18px;
}

section.ourvisionsec h2 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 38px;
  padding-bottom: 18px;
}






section.ourcodesec h2 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 38px;
  padding-bottom: 18px;
}

section.ourvisionsec p {
  font-size: 18px;
}

section.ourcodesec ol {
  margin-top: 15px;
}


section.ourcodesec ol li {
  padding-bottom: 20px;
  font-size: 22px;
  font-family: 'poppins';
  padding-top: 18px;
}

section.empoweringsec ul {
  margin-top: 15px;
}


section.empoweringsec ul li {
  padding-bottom: 20px !important;
  font-size: 22px !important;
  font-family: 'poppins';
  padding-top: 18px;
}

.description {
  white-space: wrap;
  font-size: 18px !important;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrap {
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 24px;
  display: grid;
  gap: 30px;
  margin-top: 45px;
}

.box {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  position: relative;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}

.box-top {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 12px;
  margin-bottom: 12px;
}

.box-top i {
  font-size: 55px;
  text-align: center;
}


.mywrap .box:hover {
  background-color: #2aa0d8;
  transition: all 0.5s ease;
}

.mywrap .box {
  padding: 40px 18px;
}

.mywrap .box:hover .box-top i {
  color: #fff !important;
}

.mywrap .box:hover .box-top .title-flex h3 {
  color: #fff !important;
}

.mywrap .box:hover .box-top p {
  color: #fff !important;
}

.mywrap .box:hover a {
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: 0px 0px 0px 1px #ffffff inset;
}

.mywrap .box a {
  font-size: 20px;
}

.mywrap .box:hover a:hover {
  background-color: #000 !important;
  color: #fff !IMPORTANT;
  box-shadow: 0px 0px 0px 1px black inset;
}

.box-image {
  width: 100%;
  object-fit: cover;
  object-position: 40% 20%;
  height: max-content;
}

.title-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

:root {
  --purple: hsl(240, 80%, 89%);
  --pink: hsl(0, 59%, 94%);
  --light-bg: hsl(204, 37%, 92%);
  --light-gray-bg: hsl(0, 0%, 94%);
  --white: hsl(0, 0%, 100%);
  --dark: hsl(0, 0%, 7%);
  --text-gray: hsl(0, 0%, 30%);
}

.box-title {
  border-left: 3px solid var(--purple);
  padding-left: 12px;
  font-size: 24px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 0px !important;
}

.user-follow-info {
  color: hsl(0, 0%, 60%);
}

.button {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 14px;
  color: #000;
  background: transparent;
  box-shadow: 0px 0px 0px 1px black inset;
  transition: background 0.4s ease;
  border-radius: 8px;
  text-decoration: none;
}

.button:hover {
  background: hsl(0deg 0% 0%);
  color: #fff;
  text-decoration: none;
}

.fill-one {
  background: var(--light-bg);
}

.fill-two {
  background: var(--pink);
}

/* RESPONSIVE QUERIES */

@media (min-width: 320px) {
  .title-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }

  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 460px) {
  .title-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }

  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 640px) {
  .box {
    flex-basis: calc(50% - 12px);
  }

  .title-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }

  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 840px) {
  .title-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }

  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 1024px) {
  .box {
    flex-basis: calc(33.3% - 16px);
  }

  .title-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }

  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 1100px) {
  .box {
    flex-basis: calc(25% - 18px);
  }
}

section.categorytab h5 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 38px;
  margin-top: 12px;
  text-align: end;
}

section.categorytab h5 span {
  color: #55882b;
}

section.leadershipsec.categorytab {
  background-image: url(/image/leaderbanner.jpg);
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

section.valuesection h2 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 38px;
  padding-bottom: 10px;
}

section.valuesection p {
  font-size: 20px;
}

section.valuesection {
  margin-top: 50px;
}

.sectionnews {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.sectionnews .boxnews3 {
  margin-top: 70px;
  width: 40%;
}

.boxnews {
  margin-top: 190px;
  width: 40%;
}

.boxnews2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 35%;
}

.gridnews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.cardnews {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cardnews img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.cardnews:hover img {
  transform: scale(1.1);
}

.overlaynews {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 0px 20px;
  color: white;
}

.overlaynews h3 {
  margin: 0;
  font-size: 25px !important;
}

.linenews {
  width: 40px;
  height: 2px;
  background-color: #00bfa5;
  margin-top: 8px;
  margin-bottom: 10px;
  position: relative;
  top: 7px;
}

section.spotlightsec.categorytab h5 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 38px;
}

.overlaynews h3 a {
  text-decoration: none !important;
  color: #fff !important;
}

section.spotlightsec.categorytab h5 span {
  color: #55882b;
}

section.empoweringsec.categorytab {
  margin-top: 90px;
}

section.empoweringsec.categorytab h2 {
  padding-bottom: 15px;
}

section.empoweringsec.categorytab p {
  padding: 16px 0;
}

section.empoweringsec.categorytab h6 {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 10px;
  font-family: "georgiaprobold", Sans-serif !important;
  padding-top: 18px;
}

/* section.empoweringsec.categorytab ul li {
  padding-bottom: 22px;
  font-size: 17px;
} */











section.categorytab {
  margin-top: 80px;
}

.image-containerunique3 {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.main-imageunique3 {
  width: 100%;
  display: block;
}

/* Pointer styles */
.pointerunique3 {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ff5722;
  cursor: pointer;
  transform: translate(-50%, -50%);
  animation: pulseunique3 1.5s infinite;
}

@keyframes pulseunique3 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Tooltip styles */
.tooltipunique3 {
  position: absolute;
  display: none;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 200px;
}

.tooltipunique3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-titleunique3 {
  font-size: 16px;
  font-weight: bold;
}

.tooltip-descriptionunique3 {
  font-size: 14px;
}

/* Tooltip link styles */
.tooltip-linkunique3 {
  display: inline-block;
  margin-top: 10px;
  color: #ff5722;
  text-decoration: underline;
  font-size: 14px;
}

.tooltip-linkunique3:hover {
  color: #ff8a50;
}





/* Who We Are CSS */


section.quicklinks {
  background-color: #000;
  padding: 50px 0;
}


section.quicklinks .menulinks h5 {
  color: #fff !important;
  font-size: 35px;
  padding-bottom: 20px;
  font-family: "georgiaprobold", Sans-serif !important;
}

section.quicklinks .menulinks ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  padding-bottom: 0px;
  padding-top: 18px;
  list-style: none;
  padding-left: 5px;
  margin-bottom: 0;
  gap: 40px;
}

section.quicklinks .menulinks ul li a {
  color: #fff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 22px;
  justify-content: space-between;
  font-family: 'poppins';
}


section.quicklinks .menulinks ul li {
  width: 100%;
}

section.Quicklinksec.categorytab video {
  width: 100%;
  margin-top: 20px;
}

section.Quicklinksec.categorytab {
  margin-top: 60px;
}

section.mainsection.categorytab {
  margin-top: 0 !important;
  background-image: url(/image/slider1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}

section.capabilitiesec.categorytab {
  margin-top: 60px;
}

section.capabilitiesec2 h2 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 20px;
  text-align: end;
  padding-top: 42px;
}

section.capabilitiesec2 h2 span {
  color: #55882b;
}

section.transformingsec.categorytab {
  margin-top: 60px;
  margin-bottom: 0;
}


.transformingsec {
  background-image: url(/image/legacy/banner2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  background-attachment: fixed;
}









/* Sustainability Css */

section.maincarousel {
  margin-bottom: 60px;
}

section.maincarousel .carousel-caption.d-none.d-md-block h5 {
  font-size: 50px;
}

section.maincarousel .carousel-caption.d-none.d-md-block h5 span {
  color: #55882b;
}


.hero-section-new {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 58%), url(/image/sustainability/banner2.jpg) center / cover no-repeat;
  color: white;
  padding: 80px 0;
  margin-top: 50px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-new {
  padding: 20px;
  width: 50%;
}

.content-new ul {
  margin-top: 25px;
}

.content-new ul li {
  font-size: 22px;
  padding-bottom: 15px;
  font-family: 'poppins';
}

.content-new h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  text-align: left;
}

.hero-section-new h2 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 38px;
  line-height: 48px;
}

.hero-section-new h1 span {
  color: #55882b;
}

.mywrap1 .box:hover {
  background-color: #55882b !important;
}


.btn-new {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  transition: background 0.3s;
  border: 1px solid #fff;
  font-family: 'poppins';
  margin-top: 20px;
  font-size: 20px;
}

.btn-new:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}










/* Category1 Page Css */


section.Innovativesec .innersec h4 {
  font-family: "georgiaprobold", Sans-serif !important;
  font-size: 32px;
  line-height: 46px;
  padding-bottom: 30px;
}

section.Innovativesec .innersec p {
  text-align: left;
  font-size: 25px !important;
  ;
  padding-top: 12px;
}

section.Innovativesec img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}


section.unique12 {
  position: relative;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
  padding: 70px 0 0;
  margin-bottom: 60px;
}

#slider-container.unique12 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.featured-slide.unique12 {
  display: none;
  text-align: center;
  position: relative;
}

.featured-slide.active-slide.unique12 {
  display: block;
}

.work1.unique12 img {
  width: 48%;
  height: max-content;
}

.featured-heading.unique12 {
  position: absolute;
  top: 0px;
  left: 52%;
  transform: translateX(-50%);
  opacity: 0;
  animation: slideToPosition 2s forwards;
  animation-delay: 0.5s;
  z-index: 99999;
  margin: 0;
  padding: 0;
  color: #F9DC5C;
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding-top: 45px;
}

@keyframes slideToPosition {
  0% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 1;
    top: calc(100% - 320px);
  }
}

.work2.unique12 {
  position: absolute;
  top: 50px;
  right: -26em;
  text-align: right;
  max-width: 436px;
}


.work1.unique12 h6 {
  margin: 0;
  padding: 0;
  color: #F9DC5C;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: -25px;
  z-index: 999;
  position: relative;
  font-family: 'HumaneRegular', sans-serif;
  font-weight: 400;
}


.counter-item .counter-item2 {
  display: flex;
  gap: 25px;
  align-items: baseline;
}

.counter-item .counter-item2 span.icon img {
  width: 75px;
}

.work2.unique12 h4 {
  font-size: 32px;
  font-family: 'georgiaprobold';
  margin-bottom: 10px;
  color: #fff !important;
}

.work2.unique12 p {
  font-size: 20px;
  color: #fff !important;
  font-family: 'poppins';
}

.slidebtn.unique12 {
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 560px;
  background-image: url(/image/BLURED.png);
  background-position: center;
  background-size: contain;
  height: 230px;
  z-index: 99999;
  position: relative;
}

.slidebtn.unique12 button {
  margin: 0 10px;
  box-shadow: none;
  border: none;
  background: none;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
  font-family: 'OverusedGroteskMedium', sans-serif;
}

.slide-left.unique12,
.slide-right.unique12 {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  width: 42%;
  height: auto;
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.slide-left.unique12 {
  left: 0px;
  animation: slideLeft 1s forwards;
}

.slide-right.unique12 {
  right: 0px;
  animation: slideRight 1s forwards;
}

@keyframes slideLeft {
  0% {
    transform: translateX(-100%) translateY(-50%);
    opacity: 0;
  }

  100% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(100%) translateY(-50%);
    opacity: 0;
  }

  100% {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}


section.Innovativesec.categorytab {
  margin-bottom: 80px;
}




.counters {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 60px;
}

.counter-item {
  background: white;
  padding: 35px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 305px;
}

.counter-item:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.counter-item .counter-item2 h2 span {
  color: #2aa0d8;
}

.counter-item h2 {
  font-size: 30px !important;
  color: #2aa0d8 !important;
  margin: 10px 0;
}

.counter-item p {
  font-size: 0.9rem;
  color: #000000;
  text-align: left;
  padding-top: 30px;
}

.icon {
  font-size: 2.5rem;
  color: green;
  margin-bottom: 10px;
}








/* Category 3 CSS */

.Energizingsec p {
  padding-top: 7px;
}


.options {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  width: calc(100% - 100px);
  height: 400px;
  margin-top: 50px;
}

.option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--optionBackground, #E6E9ED);
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  flex-grow: 1;
  border-radius: 30px;
}

.option.active {
  flex-grow: 10;
  max-width: 600px;
  margin: 0;
  border-radius: 40px;
  background-size: auto 100%;
}

.shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.label .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground, #E6E9ED);
}

.label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}

.label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}


.main-article {
  flex: 2;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main-article img {
  width: 100%;
  height: auto;
}

.main-article-content {
  padding: 20px;
}

.main-article-content h3 {
  font-size: 26px !important;
  margin: 0 0 10px;
}

.main-article-content p {
  font-size: 0.9rem;
  color: gray;
}

.main-article-content a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9rem;
}

.side-articles {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.side-article {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
}

.side-article img {
  width: 30%;
  height: auto;
}

.side-article-content {
  padding: 13px;
}

.side-article-content h3 {
  font-size: 17px !important;
  margin: 0 0 10px;
}

.side-article-content p {
  font-size: 15px !important;
  color: gray;
}


.solarenergysec {
  background-image: url(/image/renewable/lastsec.png);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 60px;
}
.maindiv2 {
  border-top: 1px solid #000;
  margin-top: 50px;
  padding-top: 50px;
}


.solarenergysec ul li {
  font-size: 26px;
  margin-left: 18px;
  font-family: 'poppins';
}

section.solarenergysec a {
  text-decoration: none;
  border: 1px solid #000;
  padding: 12px 28px 15px;
  border-radius: 4px;
  background-color: #3f4898;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

section.solarenergysec h2 {
  font-size: 42px !important;
}

section.solarenergysec ul {
  margin-bottom: 45px;
  margin-top: 20px;
}


.solarenergysec .newdiv {
  border: 1px solid #000;
  padding: 35px 40px 70px;
  border-radius: 8px;
}