:root {
  --font-family-Poppins: "Poppins", sans-serif;
  --font-family-Montserrat: "Montserrat", sans-serif;
  --color-42946d: #42946d;
  --color-51a61b: #51a61b;
  --color-31986a: #31986a;
  --color-003c63: #003c63;
  --color-b2c4d0: #b2c4d0;
  --color-ecf0ed: #ecf0ed;
  --color-efefef: #efefef;
  --color-919191: #919191;
  --color-707171: #707171;
  --color-0b1011: #0b1011;
  --color-282728: #282728;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-13: 13px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-19: 19px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-34: 34px;
  --font-size-40: 40px;
  --font-size-50: 50px;
  --font-size-62: 62px;
  --character-spacing-0: 0px;
  --line-height-12: 22px;
  --line-height-13: 23px;
  --line-height-15: 25px;
  --line-height-16: 26px;
  --line-height-17: 27px;
  --line-height-19: 29px;
  --line-height-22: 32px;
  --line-height-25: 35px;
  --line-height-34: 44px;
  --line-height-40: 50px;
  --line-height-50: 60px;
  --line-height-62: 72px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
 * {
  outline: 0;
}
 html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 body {
  font-family: var(--font-family-Montserrat);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-282728);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}
 .clr {
  width: 100%;
  float: left;
}
 .img {
  width: 100%;
}
 .svg {
  object-fit: contain;
  object-position: center center;
}
 a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
 .btn:hover,
a:hover,
button:hover {
  color: var(--color-51a61b);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 10px;
}
 ul,
ol {
  margin: 0px;
  padding: 0px;
}
 .nav-link:focus,
.nav-link:hover {
  color: var(--color-51a61b);
}
 .dropdown-item.active,
.dropdown-item:active {
  color: var(--color-51a61b);
  text-decoration: none;
  background-color: transparent;
}
 li {
  list-style: none;
}
 header,
footer,
section {
  width: 100%;
  float: left;
}
 hr {
  border-bottom: 2px solid var(--color-51a61b);
  border-top: 0 none;
  margin: 50px 0;
  padding: 0;
  opacity: 1;
}
 p {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-282728);
  margin-bottom: 15px;
  font-family: var(--font-family-Poppins);
}
 .p-content {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-282728);
  margin-bottom: 10px;
  font-family: var(--font-family-Poppins);
}
 .small-text {
  font-size: var(--font-size-15);
  line-height: var(--line-height-15);
  color: var(--color-282728);
  margin-bottom: 15px;
}
 .extra-small {
  font-size: var(--font-size-13);
  line-height: var(--line-height-13);
  color: var(--color-282728);
  margin-bottom: 15px;
}
 .section-title {
  font-size: var(--font-size-25);
  line-height: var(--line-height-25);
  color: var(--color-51a61b);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-family: var(--font-family-Poppins);
}
 .title {
  font-size: var(--font-size-50);
  line-height: var(--line-height-50);
  color: var(--color-000000);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 20px;
  position: relative;
}
 .title2 {
  font-size: var(--font-size-62);
  line-height: var(--line-height-62);
  color: var(--color-000000);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 20px;
  position: relative;
}
 .div-title {
  font-size: var(--font-size-34);
  line-height: var(--line-height-34);
  color: var(--color-51a61b);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
}
 .div-sub-title {
  font-size: var(--font-size-25);
  line-height: var(--line-height-25);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
}
 .div-text {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  margin-bottom: 15px;
}
 .weight-Light {
  font-weight: var(--font-weight-Light);
}
 .weight-Regular {
  font-weight: var(--font-weight-Regular);
}
 .weight-Medium {
  font-weight: var(--font-weight-Medium);
}
 .weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
 .weight-Bold {
  font-weight: var(--font-weight-Bold);
}
 .weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
 .weight-Black {
  font-weight: var(--font-weight-Black);
}
 .height-100 {
  height: 100vh;
}
 .color-51a61b {
  color: var(--color-51a61b) !important;
}
 .color-003c63 {
  color: var(--color-003c63) !important;
}
 .color-282728 {
  color: var(--color-282728) !important;
}
 .color-919191 {
  color: var(--color-919191) !important;
}
 .color-efefef {
  color: var(--color-efefef) !important;
}
 .color-000000 {
  color: var(--color-000000) !important;
}
 .view-more-text {
  display: inline-block;
}
 .view-more-text-btn {
  font-size: var(--font-size-15);
  line-height: var(--line-height-inherit);
  color: var(--color-51a61b);
  font-weight: var(--font-weight-SemiBold);
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 .view-more-text-btn:hover {
  color: var(--color-51a61b);
  letter-spacing: 1.2px;
}
 .view-more-text-btn .svg {
  fill: var(--color-000000);
  border-radius: 40px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: var(--color-ffffff);
  padding: 4px 4px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 .view-more-text-btn:hover img {
  background: var(--color-51a61b);
}
 .view-more {
  display: inline-block;
}

.view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: var(--font-size-17);
  color: #fff;
  font-weight: var(--font-weight-Medium);
  font-family: var(--font-family-Poppins);
  padding: 12px 32px;
  border-radius: 50px;
  border: solid 2px var(--color-003c63);
  background-color: var(--color-51a61b);
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 
    background-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.view-more-btn:hover {
  background-color: var(--color-003c63);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0px 8px 20px rgba(0,0,0,0.25);
}

/* Icon smoother slide */
.view-more-btn img {
  width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.4s cubic-bezier(.25,.8,.25,1);
}

.view-more-btn:hover img {
  transform: translateX(10px);
}

 .img-zoom {
  overflow: hidden;
}
 .img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
 .img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
 /* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  border-bottom: solid 2px #ffffff45;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 .main-header.g_shrink {
  position: fixed;
  background: var(--color-42946d);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}
 /* loader css*/
/* loader css */
/* top-menu */
.main-menu {
  padding: 15px 0;
}
 .main-nav {
  background: transparent;
  padding: 20px 40px;
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
 .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
 .main-logo img {
  width: 150px;
}
 .main-nav .nav-item {
  padding: 0;
  margin-bottom: 10px;
}
 .main-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-25);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  line-height: initial;
  padding: 8px 0;
}
 .main-nav .nav-item .nav-link:focus,
.main-nav .nav-item.active .nav-link,
.main-nav .nav-item .nav-link:hover {
  color: var(--color-51a61b);
}
 .main-nav .nav-item .nav-link.show,
.main-nav .nav-item .show>.nav-link {
  color: var(--color-51a61b);
}
 .main-nav .nav-item.cta .nav-link {
  display: inline-block;
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
  padding: 10px 28px;
  border-radius: 50px;
  margin-top: 50px;
}
 .header-social ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
 .header-social ul li {
  margin-top: 5px;
  font-size: var(--font-size-13);
  line-height: var(--line-height-13);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
}
 .header-social ul li a {
  margin-right: 15px;
  display: inline-block;
  font-weight: var(--font-weight-Medium);
}
 .header-social ul li a img {
  width: 24px;
  filter: grayscale(1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 .header-social ul li a:hover img {
  filter: grayscale(0);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 /* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}
 .main-nav .navbar-nav {
  flex-direction: row;
  position: relative;
  width: 100%;
}
 .main-nav .nav-item.product-menu {
  position: unset;
  height: max-content;
}
 .main-nav .navbar-nav .dropdown .dropdown-menu {
  position: absolute;
  margin: 0;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0px;
  border: none;
  border-radius: 0;
  /* box-shadow: 0px 0px 10px -4px #0000009d; */
  z-index: 1000;
}
 .main-nav .navbar-nav .dropdown .dropdown-menu li {
  border-bottom: solid 1px var(--color-8c8c8c);
  border-left: none;
}
 .main-nav .navbar-nav .dropdown .dropdown-menu li a {
  font-size: var(--font-size-17);
  color: var(--color-0c1332);
  font-weight: var(--font-weight-Medium);
  display: inline-block;
  padding: 6px 8px;
  border-bottom: solid 1px var(--color-31986a);
}
 .main-nav .navbar-nav .dropdown .dropdown-menu li:hover {
  background: var(--color-51a61b);
}
 .main-nav .navbar-nav .dropdown .dropdown-menu li:hover a {
  color: var(--color-000000);
}
 .main-nav .navbar-nav .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 13px;
  margin-left: 0;
  vertical-align: 0;
  border: none;
  background-image: url(../images/icons/dropdown-toggle.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
 .main-nav .navbar-nav .dropdown.active .dropdown-toggle::after,
.main-nav .navbar-nav .dropdown:hover .dropdown-toggle::after {
  background-image: url(../images/icons/dropdown-toggle2.png);
}
 /* dropdown-menu */
.offcanvas-body {
  overflow-y: unset;
  padding: 0;
}
.offcanvas {
  transition: transform 0.5s ease; /* slower + smoother */
}
 .offcanvas-body {
  overflow-y: auto;
}
 .offcanvas.offcanvas-start {
  left: unset;
  right: 0;
  transform: translateX(100%);
  width: 420px;
}
/* Custom Offcanvas Transition */
 .mobile-offcanvas a {
  background: var(--color-ffffff);
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.mobile-offcanvas .toggle-img {
  position: absolute;
  top: 24px;
  left: 12px;
  width: 25px;
  height: 3px;
  display: block;
  background: var(--color-003c63);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.mobile-offcanvas .toggle-img::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 18px;
  height: 3px;
  display: block;
  background: var(--color-003c63);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.mobile-offcanvas .toggle-img::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 3px;
  display: block;
  background: var(--color-003c63);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.mobile-offcanvas:hover .toggle-img {
  width: 18px;
  background: var(--color-42946d);
}
.mobile-offcanvas:hover .toggle-img::before{
  width: 25px;
  background: var(--color-42946d);
}
.mobile-offcanvas:hover .toggle-img::after{
  width: 25px;
  background: var(--color-42946d);
}
 .offcanvas-header {
  padding: 40px 40px 20px;
}
 .offcanvas-header .navbar {
  width: 140px;
}
 .offcanvas-header .btn-close {
  width: 45px;
  height: 45px;
  opacity: 1;
  padding: 0;
  margin: 0;
  background: transparent;
}
 .offcanvas-header .btn-close img {
  width: 100%;
  height: 100%;
}
 .main-nav .navbar-nav {
  flex-direction: column;
}
 .main-nav .navbar-nav .dropdown .dropdown-menu {
  position: relative;
  width: 100%;
}
 .main-nav .nav-item.product-menu {
  position: relative;
  height: auto;
}
 .mega-menu-list ul li {
  width: 95%;
  margin: 0;
}
 .main-nav::before {
  display: none;
}
 .main-nav .mega-menu-list ul li {
  width: 100%;
  margin: 0;
  margin-left: 0;
  padding-left: 0;
}
 /* main-header */
/* main-banenr */
.main-banner {
  height: 100vh;
}
 .inner-banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
 .banner-text {
  padding-bottom: 0px;
}
 .banner-opacity-img {
  position: absolute;
  right: 100px;
  bottom: 100px;
  width: 37%;
  height: 80%;
  opacity: 0.3;
}
 .banner-opacity-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 /* homepage-video */
.new_video_box {
  position: relative;
  clear: both;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  z-index: none;
}
 .myVideo {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-orientation: mixed;
}
 /* homepage-video */
/* main-banenr */
/* problems-icp-section */
.top-border {
  border-radius: 100px 100px 0 0;
  margin-top: -100px;
}
 .problems-icp-bg {
  /* background: var(--color-42946d); */
  background: linear-gradient(180deg, #469670 0%, #408e6b 100%);
}
 .problems-icp-text .view-more-text-btn {
  color: var(--color-ffffff);
}
 .problems-icp-text .view-more-text-btn:hover {
  color: var(--color-ffffff);
}
 .video-icon {
  position: absolute;
  z-index: 11;
  left: 40%;
  top: 50%;
  width: 100px;
  height: 100px;
}
 .video-icon img {
  width: 100%;
  height: 100%;
}
 /* company-overview-section */
.overview-box {
  padding: 30px 30px;
  background-color: var(--color-ffffff);
  margin-top: 30px;
  border-radius: 20px;
  margin-right: 100px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 .overview-box:hover {
  box-shadow: 0px 5px 10px 2px #d4dee5ce;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 .overview-box .overview-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}
 .overview-text {
  padding-left: 20px;
  width: calc(100% - 70px);
}
 .overview-box .number {
  font-size: var(--font-size-40);
  line-height: var(--line-height-40);
  color: var(--color-31986a);
  font-weight: var(--font-weight-Bold);
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0.2;
}
 .problems-icp-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
 .problems-icp-img img {
  height: 100%;
  object-fit: contain;
}
 /* problems-icp-section */
/* solutions-section */
.opacity-text {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  opacity: 0.3;
}
 .opacity-text img {
  object-fit: contain;
}
 .solutions-bg {
  background-color: var(--color-0b1011);
}
.solutions-title.text-center {
    margin-top: -50px;
}
 .solutions-box {
  background-color: var(--color-0b1011);
  border-radius: 15px;
  padding: 70px 40px;
  border: solid 3px var(--color-31986a);
  position: relative;
}
 .solutions-box .div-title {
  color: var(--color-ffffff);
}
 .solutions-box .view-more-text-btn {
  color: var(--color-51a61b);
}
 .solutions-box .view-more-text-btn .svg {
  background: var(--color-51a61b);
}
 .solutions-box .hover-img {
  position: absolute;
  content: "";
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 .solutions-box .hover-img::before {
  position: absolute;
  content: "";
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 15px;
  background-color: #003b63e0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 .solutions-box .hover-img img {
  border-radius: 15px;
  object-fit: cover;
}
 .solutions-box:hover .hover-img {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 .solutions-box:hover .hover-img::before {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
 .solutions-box:hover .solutions-text {
  position: relative;
  z-index: 11;
}
 .solutions_slider_box {
  position: relative;
}
 .solutions_slider_box .swiper-button-next,
.solutions_slider_box .swiper-button-prev {
  top: 40%;
  width: 60px;
  height: 60px;
  margin-top: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--color-f7931e);
  border-radius: 50px;
  background-image: none;
  text-align: center;
  line-height: 33px;
}
 .solutions_slider_box .swiper-button-next img,
.solutions_slider_box .swiper-button-prev img {
  width: 60px;
  height: 60px;
}
 .solutions_slider_box .swiper-button-next.swiper-button-disabled,
.solutions_slider_box .swiper-button-prev.swiper-button-disabled {
  opacity: .15;
}
 .solutions_slider_box .swiper-button-prev {
  left: 80px;
}
 .solutions_slider_box .swiper-button-next {
  right: 80px;
}
 .container-stage {
  margin: calc((100% - 1520px)/ 2);
  margin-top: 0;
  margin-bottom: 0;
}
 .countervalue {
  width: 25%;
  height: 100%;
  margin-top: 50px;
}
 .count-div .counter-amt2 {
  display: inline-block;
  margin: 0;
}
 .counter-arrow {
  position: absolute;
  right: -25px;
  top: 50%;
  width: 40px;
  height: 100px;
  transform: translateY(-50%);
}
 .counter-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
 .count-div {
  padding: 0 40px;
}
 /* solutions-section */
/* client-section */
.client-section {
  background: var(--color-ffffff);
}
 .client-img {
  width: 100%;
}
 .client-img img {
  width: 100%;
  filter: grayscale(1);
  opacity: 0.4;
}
 .client-img:hover img {
  opacity: 1;
  filter: grayscale(0);
}
 /* client-section */
/* problem-section */
.problem-bg {
  background: var(--color-31986a);
}
 .problem-box {
  padding: 30px 30px;
  width: 650px;
  background-color: var(--color-003c63);
  margin-top: 30px;
  border-radius: 30px;
  z-index: 11;
  transition: all 0.4s ease; 
  transform: translateY(0); 
}
.problem-box:hover {
  transform: translateY(-6px); 
  box-shadow: 0px 12px 25px 0px #058feb59;
}
.problem-box .overview-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
  transition: all 0.4s ease;
}
.problem-box:hover .overview-icon {
  transform: scale(1.08);        /* small zoom */
  opacity: 0.95;
}
 .problem-box .view-more-text-btn .svg {
  background: var(--color-51a61b);
}
 .overview-text {
  padding-left: 20px;
  width: calc(100% - 70px);
}
 .problem-box .number {
  font-size: var(--font-size-34);
  color: var(--color-31986a);
  font-weight: var(--font-weight-Bold);
  line-height: var(--line-height-34);
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0.3;
}
.problem-box .overview-text {
  transition: all 0.4s ease;
}
.problem-box:hover .overview-text {
  transform: translateX(5px);    /* smooth slide */
}
/* Number fade */
.problem-box .number {
  transition: all 0.4s ease;
}
.problem-box:hover .number {
  opacity: 0.6;
}
 .problem-ml01 {
  margin-left: 80px;
}
 .problem-ml02 {
  margin-left: 160px;
}
 .problem-ml03 {
  margin-left: 240px;
}
 .problem-right-img {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  bottom: 0;
}
 .problem-right-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.moretext {
  display: none
}
 /* problem-section */
/* testimonial-section */
.testimonials-section {
  background: var(--color-ffffff);
}
 .testimonial-box .quote {
  width: 40px;
  margin-bottom: 20px;
}
 .testimonial-box {
  background: var(--color-ecf0ed);
  padding: 50px 50px;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
 .testimonial-box .small-text {
  letter-spacing: 4px;
}
 .testimonial_slider {
  padding-top: 80px;
  padding-bottom: 120px;
}
 .testimonial_slider .swiper-slide {
  transform: scale(0.8)
}
 .testimonial_slider .swiper-button-next,
.testimonial_slider .swiper-button-prev {
  top: 90%;
  left: 50%;
  width: 160px;
  height: 60px;
  margin-top: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--color-f7931e);
  border-radius: 50px;
  background-image: none;
  text-align: center;
  line-height: 33px;
}
 .testimonial_slider .swiper-button-next img,
.testimonial_slider .swiper-button-prev img {
  width: 160px;
  height: 60px;
  object-fit: contain;
}
 .testimonial_slider .swiper-button-next.swiper-button-disabled,
.testimonial_slider .swiper-button-prev.swiper-button-disabled {
  opacity: .15;
}
 .testimonial_slider .swiper-button-prev {
  left: calc(50% - 160px);
}
 .testimonial_slider .swiper-button-next {
  right: calc(50% - 160px);
}
 .testimonial_slider .swiper-slide {
  transform: scale(0.8);
}
 .testimonial_slider .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
}
 .testimonial_slider .swiper-slide.swiper-slide-active .testimonial-box {
  background: var(--color-31986a);
}
 .testimonial_slider .swiper-slide.swiper-slide-active .testimonial-box p {
  color: var(--color-ffffff);
}
 .testimonial_slider .swiper-slide.swiper-slide-active .testimonial-box .div-sub-title {
  color: var(--color-ffffff);
}
 .testimonial_slider .swiper-slide.swiper-slide-active .testimonial-box .small-text {
  color: var(--color-ffffff);
}
 .test-bg {
  position: absolute;
  width: 35%;
  height: 85%;
  left: 34%;
  top: 0;
}
 .test-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
 /* testimonial-section */
/* Savings-Calculator */
.calculator-bg {
  background: var(--color-003c63);
}
 .calculator-box h4 {
  width: 320px;
  height: 300px;
  background: var(--color-ffffff);
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 40px;
  text-align: center;
  border-radius: 20px;
}
 .calculator-box .color-box {
  background: var(--color-31986a);
  color: var(--color-ffffff);
}
 .calculator-form .needs-validation .form-label {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-ffffff);
}
 .calculator-form .needs-validation .form-select {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-31986a);
  background: var(--color-003c63);
  padding: 6px 20px;
  border-radius: 10px;
  border-color: var(--color-31986a);
  height: 45px;
}
 .calculator-form .needs-validation .form-control {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-31986a);
  background: var(--color-003c63);
  padding: 6px 10px;
  border-radius: 10px;
  border-color: var(--color-31986a);
  height: 45px;
}
 .calculator-form .needs-validation textarea.form-control {
  height: 120px;
  resize: none;
}
 .form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
 .calculator-details {
  border: solid 1.5px var(--color-31986a);
  padding: 40px 40px;
  background: var(--color-003c63);
  border-radius: 20px;
  margin-top: 120px;
}
 .calculator-details ul li {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-ffffff);
  margin-bottom: 15px;
}
 .calculator-details ul li span {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-ffffff);
  font-family: var(--font-family-Poppins);
  float: right;
}
 .calculator-right {
  padding-left: 20px;
  padding-right: 100px;
}
 .calculator-form {
  padding-right: 150px;
}
 .calculator-left {
  padding-right: 40px;
}
 .card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
 .card-container .card {
  flex: 1;
  min-width: 180px;
  background: var(--color-ffffff);
  padding: 20px 20px;
  border-radius: 10px;
  text-align: center;
  font-size: var(--font-size-19);
  color: var(--color-31986a);
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
 .card-container .card span {
  display: block;
  font-size: var(--font-size-25);
  color: var(--color-003c63);
  margin-top: 10px;
}
.results-section {
    margin-bottom: 20px;
}
 /* Savings-Calculator */
/* faq-section */
.faq-left-box {
  background: var(--color-31986a);
  padding: 60px 80px;
  border-radius: 20px;
  margin-top: 100px;
  margin-right: 50px;
}
 .faq-left-box .view-more-btn {
  color: var(--color-000000);
  background-color: var(--color-ffffff);
}
 .faq-left-box .view-more-btn img {
  background: var(--color-31986a);
}
 .faq-bg {
  background: var(--color-efefef);
}
 .accordion-flush .accordion-item {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 30px 50px;
}
 .accordion-Project .accordion-button {
  padding: 0;
  margin-bottom: 0px;
  font-size: var(--font-size-19);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  border-radius: 20px !important;
}
 .accordion-Project .accordion-button:not(.collapsed) {
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  box-shadow: none;
  border-radius: 20px;
}
 .accordion-Project .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
 .accordion-Project .accordion-body {
  padding: 0;
}
 .excellence-right img {
  object-fit: cover;
  object-position: center center;
}
 .accordion-Project .accordion-button::after {
  background-image: url(../images/icons/faq-down.png);
}
 .accordion-Project .accordion-button::after {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: 20px 18px;
  background-color: var(--color-efefef);
  padding: 0;
  background-repeat: no-repeat;
  border-radius: 50px;
  position: absolute;
  right: -40px;
  top: -10px;
}
 /* faq-section */
/* footer-section */
.footer-section {
  background: var(--color-003c63);
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}
 .footer-logo {
  width: 150px;
  margin-bottom: 30px;
}
 .footer-contact ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
 .footer-contact ul li a {
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
}
 .footer-contact ul li a img {
  width: 22px;
  position: absolute;
  top: 4px;
  left: 0;
}
 .footer-menu ul {
  width: 33%;
  float: left;
  padding-right: 30px;
}
 .footer-menu ul li {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
 .footer-menu ul li a {
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
}
 .footer-menu ul .footer-social {
  margin-top: 150px;
}
 .footer-menu ul .footer-social a {
  padding: 0 5px;
}
 .footer-menu ul .footer-social a img {
  width: 22px;
}
 .footer-box {
  padding-right: 30px;
}
 .fooer-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 340px;
}
 /* footer-section */
/* innner-banner-section */
.inner-main-banner {
  height: 600px;
}
 /* innner-banner-section */
.net-zero-bg {
  /* background: var(--color-ecf0ed); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-position: center center;
}
 .CarbonSolv-helps-list .div-sub-title {
  display: inline-block;
  padding: 15px 35px;
  background: var(--color-003c63);
  color: var(--color-51a61b);
  border-radius: 15px;
  margin-bottom: 0;
  position: relative;
}
 .CarbonSolv-helps-list .div-sub-title::before {
  content: "";
  position: absolute;
  right: -27px;
  top: -19px;
  width: 41px;
  height: 103px;
  background-image: url(../images/icons/text-arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
 .CarbonSolv-helps-list ul {
  margin-left: 20px;
}
 .CarbonSolv-helps-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-003c63);
  font-weight: var(--font-weight-SemiBold);
}
 .CarbonSolv-helps-list ul li img {
  width: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
 .net-zero-year {
  width: 28%;
  float: left;
}
 .net-zero-year span {
  display: inline-block;
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-ExtraBold);
  background: var(--color-51a61b);
  padding: 9px 25px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  box-shadow: 5px 3px var(--color-003c63);
}
 .net-zero-year img {
  width: 80%;
  margin-top: 30px;
}
 .net-zero-left {
  padding-right: 80px;
}
 .net-zero-year-box::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 47px;
  width: 94%;
  height: 3px;
  background-color: var(--color-003c63);
}
 /* net-zero-section */
/* initiatives-section */
.initiatives-box {
  background: var(--color-003c63);
  padding: 60px 30px;
  border-radius: 200px;
  text-align: center;
  height: 500px;
  margin: 0 40px;
}
 .initiatives-box img {
  width: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}
 .initiatives-box .div-sub-title {
  color: var(--color-ffffff);
}
 .initiatives-box p {
  color: var(--color-ffffff);
}
 /* initiatives-section */
/* CarbonSolv™ VeloX – L40 */
/* lubricity-section */
.lubricity-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 900px;
  background: var(--color-42946d);
  border-radius: 100px 100px 0 0;
}
 .lubricity-title .title {
  font-size: var(--font-size-40);
  line-height: var(--font-size-40);
  margin-bottom: 10px;
}
.benefits-list {
  background: var(--color-003c63);
  padding: 20px 30px;
  border-radius: 30px;
  margin-right: 80px;
  transition: all 0.3s ease;   /* smooth animation */
  transform: translateY(0);     /* default position */
}

.benefits-list:hover {
  transform: translateY(-8px);  /* lift up */
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25); /* shadow effect */
  background: #045082;          /* slightly brighter color */
}
 .lubricity-right-img {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 110%;
}
 .lubricity-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 30px 0 0 30px;
}
 /* lubricity-section */
.engin-oil-img {
  width: 100%;
  margin-top: -100px;
}
 .engin-oil-content {
  padding-left: 40px;
  margin-top: 15px;
}
 .physical-properties-box {
  background: var(--color-31986a);
  padding: 40px 60px;
  border-radius: 20px;
  margin-top: 0;
  margin-right: 0;
}
 .physical-properties-box table {
  width: 100%;
}
 .physical-properties-box table tr {
  border-color: var(--color-ffffff);
  border-style: solid;
  border-width: 1px;
  text-align: center;
  padding: 8px 8px;
}
 .physical-properties-box table td {
  border-color: var(--color-ffffff);
  border-style: solid;
  border-width: 1px;
  text-align: center;
  padding: 8px 8px;
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-ffffff);
}
 .physical-properties li {
  display: flex;
  justify-content: space-between;
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-ffffff);
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: solid 2px #1a6d67;
}
 .data-img.text-center {
  padding: 30px 30px;
  border: solid 2px var(--color-003c63);
  border-radius: 30px 30px;
  margin: 0 20px;
}
 .product-data-sheet-btn img {
  width: 25px;
  height: 25px;
  background: transparent;
  border-radius: 0;
  margin-left: 10px;
}
 .product-data-sheet-section {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-position: center center;
}
 /* instructional-section */
.instructional-section {
  background-color: var(--color-003c63);
}
 .instructional-box {
  border-radius: 80px 80px;
}
 .instructional-box img {
  border-radius: 80px 80px;
}
 .instructional-box .video,
.instructional-box .embed-player {
  height: 470px;
  width: 100%;
  border-radius: 80px 80px;
}
 /* instructional-section */
.certifications-bg {
  background-color: var(--color-000000);
}
 .certifications_slider {
  padding-top: 50px;
  padding-bottom: 180px;
}
 .certifications_slider .swiper-button-next,
.certifications_slider .swiper-button-prev {
  top: 90%;
  left: 50%;
  width: 160px;
  height: 60px;
  margin-top: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--color-f7931e);
  border-radius: 50px;
  background-image: none;
  text-align: center;
  line-height: 33px;
}
 .certifications_slider .swiper-button-next img,
.certifications_slider .swiper-button-prev img {
  width: 230px;
  height: 60px;
  object-fit: contain;
}
 .certifications_slider .swiper-button-next.swiper-button-disabled,
.certifications_slider .swiper-button-prev.swiper-button-disabled {
  opacity: .15;
}
 .certifications_slider .swiper-button-prev {
  left: 0;
}
 .certifications_slider .swiper-button-next {
  left: 160px;
}
 .certifications-right img {
  width: 88%;
}
.modal-header .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: var(--color-51a61b);
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  opacity: 1;
}
 /* CarbonSolv™ VeloX – L40 */
/* contact-section */
.contact-section {
  margin-top: -150px;
}
 .contact-form .calculator-form {
  background: var(--color-ffffff);
  padding: 50px 50px;
  box-shadow: -3px 2px 18px #00000054;
}
 .contact-form .contact-info {
  background: var(--color-003c63);
  padding: 50px 50px;
  height: 100%;
}
 .contact-form .calculator-form .needs-validation .form-control {
  background: transparent;
}
 .contact-details li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
}
 .contact-details li a {
  font-size: var(--font-size-16);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Medium);
}
 .contact-details li a img {
  width: 22px;
  position: absolute;
  top: 4px;
  left: 0;
}
 .contact-details .footer-social {
  padding-left: 0;
}
 .contact-details .footer-social a {
  padding: 0 5px;
}
 .contact-details .footer-social a img {
  width: 22px;
  position: relative;
}
 .contact-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/contact-bg-img.jpg);
  opacity: 0.5;
  z-index: -1;
}
select.form-select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    
}
 /* contact-section */
/* career-section */
.career-text ul {
  margin-bottom: 40px;
  margin-left: 20px;
}
 .career-text ul li {
  font-size: var(--font-size-19);
  line-height: var(--line-height-19);
  color: var(--color-282828);
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
 .career-text ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  color: var(--color-97bf1e);
  font-size: var(--font-size-30);
}
 .career-img img {
  position: relative;
  -webkit-animation: jump 3s infinite;
  -moz-animation: jump 3s infinite;
  -ms-animation: jump 3s infinite;
  -o-animation: jump 3s infinite;
  animation: jump 3s infinite;
  transition: 0.3s ease-in-out;
}
 @keyframes jump {
  0% {
    top: 0;
  }
   50% {
    top: 20px;
  }
   100% {
    top: 0;
  }
}
 @-webkit-keyframes jump {
  0% {
    top: 0;
  }
   50% {
    top: 20px;
  }
   100% {
    top: 0;
  }
}
 @-moz-keyframes jump {
  0% {
    top: 0;
  }
   50% {
    top: 20px;
  }
   100% {
    top: 0;
  }
}
 @-o-keyframes jump {
  0% {
    top: 0;
  }
   50% {
    top: 20px;
  }
   100% {
    top: 0;
  }
}
 @-ms-keyframes jump {
  0% {
    top: 0;
  }
   50% {
    top: 20px;
  }
   100% {
    top: 0;
  }
}
.contact-form .form-group label {
    font-size: var(--font-size-16);
    font-weight: 600;
    color: var(--color-000000);
    width: 100%;
}
.contact-form .form-group .form-control.sub{width: 20%;}
.contact-form .form-group .form-control.hero{width: 80%;}
.form-group {
    margin-bottom: 1rem;
}

 /* career-section */
/* about-section */
.about-mission {
  background: var(--color-003c63);
  padding: 40px 40px;
  border-radius: 30px;
  text-align: center;
  height: 100%;
  margin: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s
}
.about-mission:hover {
  background: var(--color-ffffff);
  transform: translateY(-10px);
}
 .about-mission img {
  width: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}
 .about-mission .div-sub-title, .about-mission p {
  color: var(--color-ffffff);
}
 .about-mission:hover .div-sub-title{
  color: var(--color-31986a);
}
.about-mission:hover p {
  color: var(--color-0b1011);
}
.about-right-img {
  position: absolute;
  width: 30%;
  height: 75%;
  right: 0;
  bottom: 100px;
}
/* about-section */
/* usp-section */
.usp-section-bg {
  background: var(--color-31986a);
}
  .usp-box {
    border-radius: 30px;
    padding: 50px 50px;
    display: inline-block;
    margin-top: 60px;
    background: var(--color-ffffff);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s
  }
  .usp-box ul li {
    font-size: var(--font-size-19);
    line-height: var(--line-height-19);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin-bottom: 15px;
  }
  .usp-box .div-title {
    color: var(--color-000000);
  }
  .usp-box ul {
    margin-left: 20px;
  }
  .usp-box ul li {
    color: var(--color-000000);
    list-style: disc;
  }
  .usp-box .usp-img {
    width: 40%;
    float: right;
  }
  .usp-box-blue {
    background: var(--color-003c63);
  }
  .usp-box-blue .div-title, .usp-box-blue ul li {
    color: var(--color-ffffff);
  }
  .usp-padding {
    padding: 0 100px;
  }
  .usp-col-padding {
    padding: 0 50px;

  }
  .usp-bg-img {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    padding-left: 10%;
  }
  .usp-bg-img img {
    width: 80%;
    height: 80%;
    object-fit: contain;
  }
  .usp-fuel-img .div-title {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #00000078;
    padding: 10px 10px;
    color: var(--color-ffffff);
    text-align: center;
  }
  .usp-fuel-img01 img {
    border-radius: 50px 0 0 0;
  }
  .usp-fuel-img02 img {
    border-radius: 0 50px  0 0;
  }
  /* leadership-eam-section */
   .leadership-team .section-title {
    letter-spacing: 4px;
    font-family: var(--font-family-Montserrat);
   } 
   .leadership-team p {
    color: var(--color-003c63);
    font-weight: var(--font-weight-Regular);
   }
   .leadership-team {
    padding-bottom: 30px;
    border-bottom: solid 1.5px var(--color-b2c4d0);
}
.team-img {
  position: relative;
  text-align: center;
  margin-top: -100px;
  width: 90%
}
.team-img .team-bg-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
}
.team-img .img {
  width: 70%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
  /* leadership-eam-section */
/* usp-section */

















 .fix-social {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 99;
  display: block;
}
 .fix-social ul li {
  margin-bottom: 10px;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background: var(--color-ffffff);
  text-align: center;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .fix-social ul li a img {
  width: 35px;
  height: 35px;
}
 #return-to-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 99;
  background: var(--color-51a61b);
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 #return-to-top img {
  width: 21px;
  height: 21px;
  transform: rotate(-90deg);
}
 .sidenav,
.mobile-toggle {
  display: none;
}
 .mobile-md-none {
  display: block !important;
}
 .desktop-md-none {
  display: none !important;
}
 .mobile-none {
  display: block !important;
}
 .desktop-none {
  display: none !important;
}
 .container {
  max-width: 1520px;
}
 /* responsive css */
@media only screen and (min-width: 1921px) {}
 @media only screen and (min-width: 2200px) {}
 @media (max-width: 1880px) {}
 @media (max-width: 1780px) {
  :root {
    --font-size-13: 12px;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-19: 19px;
    --font-size-22: 20px;
    --font-size-25: 22px;
    --font-size-34: 25px;
    --font-size-40: 34px;
    --font-size-50: 40px;
    --font-size-62: 52px;
    --line-height-12: 18px;
    --line-height-13: 20px;
    --line-height-15: 20px;
    --line-height-16: 22px;
    --line-height-17: 24px;
    --line-height-19: 26px;
    --line-height-22: 28px;
    --line-height-25: 30px;
    --line-height-34: 34px;
    --line-height-40: 38px;
    --line-height-50: 45px;
    --line-height-62: 58px;
  }
   .container {
    max-width: 1480px;
  }
   .testimonial-box {
    width: 450px;
    height: 450px;
  }
   .counter-arrow {
    right: 2px;
    width: 30px;
  }
   .calculator-details {
    padding: 30px 30px;
    margin-top: 80px;
  }
   .calculator-box h4 {
    width: 300px;
    height: 260px;
  }
   .faq-left-box {
    padding: 40px 40px;
    margin-top: 60px;
    margin-right: 50px;
  }
   .accordion-flush .accordion-item {
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 40px 40px;
  }
   .accordion-Project .accordion-button::after {
    width: 45px;
    height: 45px;
    background-size: 20px 16px;
    right: -30px;
    top: -10px;
  }
   .CarbonSolv-helps-list .div-sub-title::before {
    top: -17px;
    height: 94px;
  }
   .initiatives-box {
    height: 450px;
    margin: 0 30px;
  }
   .initiatives-box img {
    margin-bottom: 20px;
  }
   .net-zero-year-box::before {
    top: 44px;
    height: 2.5px;
  }
   .container-stage {
    margin: calc((100% - 1480px)/ 2);
  }
   .lubricity-bg::before {
    height: 840px;
  }
}
 @media (max-width: 1560px) {}
 @media (max-width: 1480px) {
  .container {
    max-width: 1280px;
  }
   .testimonial-box {
    width: 400px;
    height: 400px;
    padding: 50px 30px;
  }
   .calculator-left {
    padding-right: 20px;
  }
   .calculator-right {
    padding-left: 40px;
    padding-right: 40px;
  }
   .container-stage {
    margin: calc((100% - 1280px)/ 2);
  }
   .overview-box {
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 20px;
    margin-right: 40px;
  }
   .problem-ml01 {
    margin-left: 40px;
  }
   .problem-ml02 {
    margin-left: 80px;
  }
   .problem-ml03 {
    margin-left: 140px;
  }
   .problem-right-img {
    width: 80%;
  }
   .top-border {
    border-radius: 80px 80px 0 0;
    margin-top: -80px;
  }
   .pb-200 {
    padding-bottom: 120px;
  }
   .pt-100 {
    padding-top: 50px;
  }
   .calculator-box h4 {
    width: 280px;
    height: 260px;
    padding: 20px 20px;
  }
   .inner-main-banner {
    height: 500px;
  }
   .footer-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }
   .physical-properties-box {
    padding: 30px 30px;
    border-radius: 20px;
  }
   .certifications_slider {
    padding-top: 20px;
    padding-bottom: 90px;
  }
   .certifications_slider .swiper-button-next img,
  .certifications_slider .swiper-button-prev img {
    width: 160px;
    height: 60px;
  }
   .certifications_slider .swiper-button-next,
  .certifications_slider .swiper-button-prev {
    top: 83%;
  }
   .contact-form .contact-info,
  .contact-form .calculator-form {
    padding: 30px 30px;
  }
   .contact-details li {
    padding-left: 40px;
    margin-bottom: 30px;
  }
  .usp-col-padding {
    padding: 0 30px;
  }
  .usp-padding {
    padding: 0 50px;
}
}
 @media (max-width: 1366px) {}
 @media (max-width: 1280px) {
  .container {
    max-width: 1024px;
  }
   :root {
    --font-size-34: 23px;
    --font-size-40: 32px;
    --font-size-50: 40px;
    --font-size-62: 44px;
  }
   .container-stage {
    margin: calc((100% - 1024px)/ 2);
  }
   .main-banner {
    height: 95vh;
  }
   .problems-icp-img {
    height: 100%;
  }
   .overview-box {
    margin-right: 0;
  }
   .solutions-box {
    padding: 30px 20px;
    height: 350px;
    display: flex;
    align-items: center;
  }
   .calculator-form {
    padding-right: 0px;
  }
   .calculator-right {
    padding-left: 0;
    padding-right: 0;
  }
   .mt-100 {
    margin-top: 50px;
  }
   .calculator-details {
    margin-top: 30px;
  }
   .calculator-box h4 {
    width: 100%;
    height: 220px;
    padding: 20px 20px;
    margin-right: 20px;
  }
   .faq-left-box {
    padding: 30px 30px;
    margin-top: 30px;
    margin-right: 30px;
  }
   .calculator-details ul li {
    margin-bottom: 10px;
  }
   .CarbonSolv-helps-list .div-sub-title {
    padding: 13px 28px;
  }
   .CarbonSolv-helps-list .div-sub-title::before {
    top: -11px;
    height: 80px;
  }
   .initiatives-box {
    height: 450px;
    margin: 0;
    padding: 40px 10px;
  }
   .footer-box {
    padding-right: 0;
  }
   .net-zero-left {
    padding-right: 40px;
  }
   .initiatives-box img {
    width: 70px;
  }
   .inner-main-banner {
    height: 450px;
  }
   .benefits-list {
    margin-right: 0;
  }
   .lubricity-right-img {
    width: 50%;
    height: 100%;
  }
   .physical-properties li {
    font-size: var(--font-size-13);
    line-height: var(--line-height-13);
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
   .data-img.text-center {
    padding: 20px 20px;
    margin: 0 20px;
  }
   .testimonial_slider {
    padding-top: 50px;
    padding-bottom: 80px;
  }
   .instructional-box .video,
  .instructional-box .embed-player {
    height: 330px;
  }
   .contact-section {
    margin-top: -100px;
  }
   .calculator-form .needs-validation .form-control {
    padding: 6px 15px;
    height: 40px;
  }
   .footer-menu ul {
    width: 50%;
    float: left;
    padding-right: 30px;
  }
   .footer-menu ul .footer-social {
    margin-top: 60px;
  }
  .usp-box {
    padding: 30px 30px;
    margin-top: 30px;
  }
  .usp-col-padding {
    padding: 0 15px;
  }
  .usp-padding {
    padding: 0;
  }
  .team-img {
    position: relative;
    text-align: center;
    margin-top: 0;
    width: 90%;
}
.leadership-team {
  padding-bottom: 20px;
}
.pt-200 {
    padding-top: 80px;
}
.usp-box .usp-img {
    width: 30%;
}
.usp-fuel-img .div-title {
    bottom: 30px;
}
}

 @media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
   .container-stage {
    margin: calc((100% - 95%) / 2);
  }
   .solutions-box {
    display: flex;
    align-items: center;
  }
   .new_video_box {
    height: 100%;
  }
   .main-banner {
    height: 590px;
  }
   .inner-main-banner {
    height: 450px;
  }
   .mt-50 {
    margin-top: 20px;
  }
   .mb-50 {
    margin-bottom: 20px;
  }
   .footer-menu {
    margin-top: 20px;
  }
   .accordion-flush .accordion-item {
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px 30px;
  }
   .data-img.text-center {
    padding: 10px 10px;
    margin: 0 0px;
  }
   .instructional-box .video,
  .instructional-box .embed-player {
    height: 270px;
  }
   .testimonial_slider .swiper-button-next,
  .testimonial_slider .swiper-button-prev {
    top: 84%;
  }
}
 @media (max-width: 1024px) {}
 @media (max-width: 991.98px) {
   .sidenav,
  .mobile-toggle {
    display: block;
  }
   .mobile-md-none {
    display: none !important;
  }
   .desktop-md-none {
    display: block !important;
  }
   /* mob-sidenav */
  /* mob-sidenav */
  .order-lg-div {
    order: 2;
  }
   /* mob-login */
  :root {
    --font-size-34: 22px;
    --font-size-40: 28px;
    --font-size-50: 32px;
    --font-size-62: 38px;
     --line-height-34: 28px;
    --line-height-40: 36px;
    --line-height-50: 38px;
    --line-height-62: 42px;
  }
   .count-div {
    padding: 0 30px;
  }
   .counter-arrow {
    right: -15px;
    width: 30px;
  }
   .lubricity-right-img img {
    object-fit: cover;
    object-position: center center;
  }
   .lubricity-right-img {
    width: 90%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
  }
   .lubricity-right-img img {
    border-radius: 30px 30px;
  }
   .engin-oil-img {
    width: 20%;
    margin-top: -100px;
    display: none;
  }
   .engin-oil-content {
    padding-left: 0;
  }
   .mt-80 {
    margin-top: 50px;
  }
   .faq-left-box {
    padding: 20px 10px;
    margin-top: 20px;
    margin-right: 20px;
  }
   .main-banner {
    height: 600px;
  }
   .inner-main-banner {
    height: 450px;
  }
   .main-logo img {
    width: 100px;
  }
   .main-menu {
    padding: 10px 0;
  }
   .solutions_slider_box .swiper-button-next,
  .solutions_slider_box .swiper-button-prev {
    top: 100%;
  }
   .solutions_slider_box .swiper-button-next img,
  .solutions_slider_box .swiper-button-prev img {
    width: 40px;
    height: 40px;
  }
   .solutions_slider_box .swiper-button-prev {
    left: calc(50% - 50px);
  }
   .solutions_slider_box .swiper-button-next {
    right: calc(50% - 50px);
  }
   .countervalue {
    margin-top: 30px;
    height: auto;
  }
   .solutions_slider_box .swiper-button-next,
  .solutions_slider_box .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
   .solutions_slider {
    padding-bottom: 30px;
  }
   .lubricity-bg::before {
    height: 40%;
  }
   .problem-box .overview-icon {
    width: 50px;
    height: 50px;
  }
   .overview-text {
    width: calc(100% - 50px);
  }
   .testimonial_slider .swiper-button-next img,
  .testimonial_slider .swiper-button-prev img {
    width: 120px;
    height: 40px;
  }
   .testimonial_slider .swiper-button-prev {
    left: calc(50% - 120px);
  }
   .testimonial_slider .swiper-button-next {
    right: calc(50% - 120px);
  }
   .certifications_slider .swiper-button-next img,
  .certifications_slider .swiper-button-prev img {
    width: 120px;
    height: 40px;
  }
   .certifications_slider .swiper-button-next {
    left: 120px;
  }
   .instructional-box .video,
  .instructional-box .embed-player {
    border-radius: 30px 30px;
  }
   .footer-logo {
    width: 120px;
  }
   .pb-50 {
    padding-bottom: 30px;
  }
   .initiatives-box {
    height: 100%;
    margin: 0;
    padding: 30px 30px;
    border-radius: 50px;
    margin-bottom: 0;
  }
   .initiatives-box p {
    text-align: center;
  }
   .net-zero-left {
    padding-right: 0;
  }
   .net-zero-right {
    margin-top: 40px;
  }
   .initiatives-section .col-lg-3.col-md-6.col-12 {
    margin-bottom: 30px;
  }
   .footer-menu ul {
    width: 29%;
  }
   .offcanvas-header {
    padding: 20px 20px 0px;
  }
   .main-nav {
    padding: 10px 20px;
  }
   .main-nav .nav-item.cta .nav-link {
    margin-top: 30px;
  }
   .offcanvas-header .navbar {
    width: 100px;
  }
   .header-social ul {
    margin-top: 0;
    margin-bottom: 20px;
  }
   .offcanvas-header .btn-close {
    width: 40px;
    height: 40px;
  }
  .results-section {
    margin-bottom: 15px;
  }
  .team-img {
    margin-top: 30px;
    width: 100%;
  }
  .leadership-team {
      margin-top: 40px;
  }
  .pt-200 {
        padding-top: 20px;
    }
}
 @media (max-width: 800px) {
   .instructional-box .video,
  .instructional-box .embed-player {
    height: 200px;
    border-radius: 30px 30px;
  }
}
 @media (max-width: 767.98px) {
  .mobile-none {
    display: none !important;
  }
   .desktop-none {
    display: block !important;
  }
   .order-md-div {
    order: 2;
  }
   .container {
    max-width: 100%;
    padding: 0 20px;
  }
   :root {
    --font-size-13: 11px;
    --font-size-15: 14px;
    --font-size-16: 15px;
    --font-size-17: 16px;
    --font-size-19: 17px;
    --font-size-22: 18px;
    --font-size-25: 20px;
    --font-size-34: 20px;
    --font-size-40: 24px;
    --font-size-50: 26px;
    --font-size-62: 30px;
    --line-height-34: 26px;
    --line-height-40: 34px;
    --line-height-50: 36px;
    --line-height-62: 38px;
  }
   .myVideo {
    width: 100%;
  }
   .g_header {
    position: relative;
    background: #45956f;
    border-bottom: solid 2px #ffffff45;
  }
   .top-border {
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
   .lubricity-bg::before {
    border-radius: 30px 30px 0 0;
    height: 30%;
  }
   .pb-200 {
    padding-bottom: 60px;
  }
   .banner-opacity-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
  }
   .main-banner {
    height: 500px;
  }
   .inner-main-banner {
    height: 250px;
  }
   .count-div {
    padding: 0 20px;
    display: block !important;
  }
   div#counter {
    display: block !important;
  }
   .countervalue {
    width: 50%;
    float: left;
    margin-top: 50px;
  }
   .counter-arrow {
    right: 0px;
    width: 25px;
  }
   .counter-arrow {
    display: none;
  }
   .problem-box {
    padding: 20px 20px;
    width: 100%;
    margin-top: 20px;
    border-radius: 30px;
    margin-left: 0 !important;
  }
   .project-text-box {
    margin-top: 30px;
  }
   .accordion-Project .accordion-button::after {
    width: 40px;
    height: 40px;
    background-size: 18px 14px;
    right: -20px;
    top: -20px;
  }
   .calculator-left {
    padding-right: 0;
  }
   .calculator-box h4 {
    width: 100%;
    height: 180px;
    padding: 20px 20px;
    margin-right: 10px;
  }
   .fooer-bg {
    width: 180px;
  }
   .footer-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
   .faq-left-box {
    margin-right: 0;
  }
   .mt-80 {
    margin-top: 30px;
  }
   .data-img.text-center {
    margin-bottom: 30px;
  }
   .physical-properties-box {
    margin-bottom: 20px;
  }
   .physical-properties-box {
    padding: 20px 20px;
    border-radius: 20px;
  }
   .w-75 {
    width: 100% !important;
  }
  .contact-section {
    margin-top: -40px;
  }
    .usp-box .usp-img {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    float: left;
}
.usp-fuel-img {
    margin-top: 40px;
}
}
 @media (max-width: 575.98px) {
  :root {
    --font-size-34: 18px;
    --font-size-40: 20px;
    --font-size-50: 24px;
    --font-size-62: 28px;
    --line-height-34: 24px;
    --line-height-40: 26px;
    --line-height-50: 28px;
    --line-height-62: 30px;
  }
   .lubricity-title .p-content {
    text-align: center;
  }
   .banner-opacity-img {
    width: 36%;
  }
   .overview-box {
    display: block !important;
  }
   .overview-box .overview-icon {
    margin: 0 auto;
  }
   .overview-text {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
   .problem-box {
    display: block !important;
  }
   .problem-box .overview-icon {
    margin: 0 auto;
  }
   .overview-text {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
   .problem-box .number {
    font-size: var(--font-size-62);
    line-height: var(--line-height-62);
  }
   .problems-icp-title,
  .problems-icp-text {
    text-align: center;
  }
   .problem-right-img {
    width: 100%;
  }
   .problem-title {
    text-align: center;
    position: relative;
    z-index: 1;
  }
   .footer-menu ul {
    width: 49%;
    padding-right: 10px;
  }
   .footer-menu ul .footer-social {
    margin-top: 0;
  }
   .mobile-footer-menu {
    display: none;
  }
   .testimonial_slider {
    padding-top: 0;
    padding-bottom: 80px;
  }
   .certifications-right {
    display: none;
  }
   .certifications-title {
    text-align: center;
  }
   .certifications_slider {
    padding: 0 40px 60px;
  }
   .certifications_slider .swiper-button-next,
  .certifications_slider .swiper-button-prev {
    top: 92%;
  }
   .certifications_slider .swiper-button-prev {
    left: calc(50% - 140px);
  }
   .certifications_slider .swiper-button-next {
    left: unset;
    right: calc(50% - 140px);
  }
   .fix-social ul li a img {
    width: 25px;
    height: 25px;
  }
   .fix-social ul li {
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
  }
   #return-to-top {
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
  }
   .fix-social {
    right: 10px;
    bottom: 60px;
  }
   .pb-50 {
    padding-bottom: 15px;
  }
  .mt-100 {
        margin-top: 20px;
    }
   .title {
    margin-bottom: 10px;
  }
   .calculator-box {
    display: block !important;
  }
   .calculator-box h4 {
    width: 100%;
    height: auto;
    padding: 50px 20px;
    margin-right: 10px;
    margin-bottom: 20px !important;
  }
   .CarbonSolv-helps-list .div-sub-title::before {
    display: none;
  }
   .CarbonSolv-helps-list ul li img {
    width: 16px;
    top: 8px;
  }
   .net-zero-year-box::before {
    width: 90%;
  }

}
 @media (max-width: 480px) {}
 @media (max-width: 400px) {}
 @media (max-width: 375px) {
   .certifications_slider .swiper-button-next,
  .certifications_slider .swiper-button-prev {
    top: 89%;
  }
   .testimonial_slider .swiper-button-next,
  .testimonial_slider .swiper-button-prev {
    top: 85%;
  }
}
 @media (max-width: 320px) {
  .footer-menu ul {
    width: 100%;
    padding-right: 0px;
  }
}
 /* responsive css */