@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  outline: 0 !important;
}

html {
  scroll-padding-top: 3.5rem;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  color: #101010;
  /* overflow-x: hidden !important; */
  position: relative;
}

a {
  color: inherit;
  cursor: pointer;
}

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

.container-fluid {
  max-width: 1920px;
}

a,
button {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

ul {
  margin: 0;
}
h1,
h2 {
  font-family: "Oswald", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

header,
footer,
section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  vertical-align: top;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}
.header-top {
  padding-bottom: 20px;
  position: relative;
  padding-top: 20px;
  background-color: #02824f;
}

/* button */
.common-button {
  background-color: #f6ca0f;
  color: #000;
  border-radius: 10px;
  text-align: center;
  padding: 20px 30px;
  border: none;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
.common-button .fa-arrow-right {
  margin-left: 40px !important;
}
.common-button:hover {
  background-color: #005835;
  color: #fff;
}
.green-btn{
  background-color: #008454;
  color: #fff;
}
.banerRdbtn {
    display: flex;
    gap: 15px;
}
section.section_one {
    background-color: #008454;
    padding: 40px 0;
}
.white-btn{
  background-color: #fff;
    color: #000 !important;
}
.header_bottom.sticky .navbar .navbar-brand {
  margin-top: unset;
}
.sticky .navbar-brand img {
  width: 90px;
}

.header_bottom.sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s;
  position: fixed;
}

.header-top ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding-left: 0;
}
.header-top ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.header-top ul li a {
  text-decoration: none;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  color: #fff;
}

.header-push-button .logInBtn {
  background: #f6ca0f !important;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 6px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  padding: 18px 20px;
  white-space: nowrap;
  display: inline-block;
  height: 51px;
  margin-top: 0px;
  margin: 0 10px;
}

.header-push-button .logInBtn:hover {
  background-color: rgba(0, 88, 53, 0.15);
  color: #02824f;
}

.header-top ul li:first-child {
  margin-left: 0;
}
.header-top ul li:nth-child(2) {
  margin-left: 10px;
}
.circleIcon {
  width: 27px;
  height: 27px;
  background-color: #005835;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.circleIcon i {
  font-size: 14px;
}
.header-top ul.sociAlList {
  text-align: right;
  display: block;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  max-width: 576px;
  width: 100%;
}

.searchTerm {
  width: 100%;
  border: none;
  padding: 10px;
  height: 50px;
  border-radius: 10px;
}

.searchButton {
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  text-align: center;
  color: #000;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
}
.header_bottom .navbar {
  padding: 0 !important;
}
.header-push-button {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-push-button .humIcon {
  width: 50px;
  height: 50px;
  display: flex;
  background: #02824f;
  position: relative;
  border-radius: 50%;
}
.sticky .navbar-brand img {
  width: 90px;
}

.header_bottom.sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s;
  position: fixed;
}
/*---------------------*/
.header-push-button .humIcon {
  width: 50px;
  height: 50px;
  display: flex;
  background: #02824f;
  position: relative;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
.hamburger {
  background: none;
  top: 0;
  right: 0;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cross {
  cursor: pointer;
  z-index: 10000000000000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu {
  z-index: 1000000;
  width: 100%;
  background: #005835;
  position: absolute;
  text-align: center;
  padding: 50px 0;
}
.menu .banner-left {
  text-align: left;
  padding-left: 120px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  padding-left: 30px;
}
.menu li {
  display: block;
  text-align: left;
}
.menu li:hover a {
  display: block;
  color: #fff;
}
.menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #b4b4b4;
  font-size: 35px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: relative;
  width: max-content;
}
.menu .banner-left a {
  color: #000;
}

/********hero-start**********/
.herosection {
  position: relative;
  padding: 0;
  z-index: 0;
  min-height:auto;
  height: auto;
}
.herosection video {
  width: 100%;
  min-height:auto;
  height: auto;
}
.herosection img.bn-bg {
  height: 100vh;
  position: relative;
  z-index: -1;
  aspect-ratio: 19.2 / 8.7;
  min-height:100vh;
  object-fit: cover;
}
.banner_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 60%);
}

.banner_inner .banner-left a {
  width: fit-content;
}
.banner_inner .banner-left h1 {
  color: #fff;
  font-size: 86px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 96px;
  text-transform: uppercase;
}

.banner_inner .banner-left p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin: 30px 0 40px;
  font-family: DM Sans;
  font-weight: 500;
}

/* .banner-left {
  max-width: 730px;
} */
.container_mouse {
  color: #fff;
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
  margin-top: 100px;
}

.container_mouse .mouse-btn {
  width: 25px;
  height: 36px;
  border: 3px solid #fff;
  border-radius: 30px;
  display: flex;
  margin-bottom: 8px;
}

.container_mouse .mouse-btn .mouse-scroll {
  display: block;
  width: 2px;
  height: 10px;
  background: #fff;
  border-radius: 5px;
  margin: auto;
  animation: scrolling 1s linear infinite;
}

@keyframes scrolling {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(10px);
  }
}

/**************banner end************/
/*************section one************/

.section_one h2 {
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 25px;
  max-width: 470px;
  position: relative;
  color: #fff;
}
.section_one h2:before {
  content: "";
  width: 3px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.section_one nav {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-bottom: 0;
}
.section_one .nav-tabs {
  border-bottom: unset;
}
.SearcHwrap {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
}

.section_one h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 15px;
  color: #fff;
}
.section_one nav .nav-tabs .nav-item .nav-link,
.section_one nav .nav-tabs .nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  border-radius: 10px;
  width: 122px;
  padding: 12px;
  margin-left: 10px;
  border: 1px solid #d1d1d1;
}
.section_one nav .nav-tabs .nav-item.show .nav-link,
.section_one nav .nav-tabs .nav-link.active {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #000;
  background: rgba(246, 202, 15, 1);
}
/*.section_one .whIteWrappr {
  background-color: rgb(159 159 159 / 12%);
  padding: 20px 20px 20px 50px;
  margin-top: 15px;
  border-radius: 10px;
}*/
.section_one .whIteWrappr {
  padding: 20px 20px 20px 50px;
  border-radius: 10px;
}
.searchTerm {
  width: 100%;
  border: none;
  padding: 10px;
  height: 60px;
  border-radius: 10px;
}
.section_one .whIteWrappr .banner-form .form-select {
  height: 60px;
  border: 1px solid #d1d1d1;
}
.section_one .whIteWrappr .banner-form .form-select:focus {
  box-shadow: none;
}
.section_one .whIteWrappr .banner-form .find-btn.common-button {
  background: rgba(246, 202, 15, 1);
  color: #fff;
  white-space: nowrap;
  padding: 10px;
  width: 180px;
  height: 60px;
}
.section_one .whIteWrappr .banner-form .find-btn.common-button:hover {
  background-color: #007345;
  color: #fff;
}
/*************section one end************/
/*************section two************/
section.section_two {
  background-color: rgba(159, 159, 159, 0.12);
}
.heading-titlte {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  display: table;
  text-align: center;
  color: #000;
  position: relative;
  padding-left: 20px;
  margin: 0 auto;
  width: max-content;
  text-transform: uppercase;
}
.section_two .heading-titlte {
  margin-bottom: 50px;
}
.heading-titlte::before {
  content: "";
  width: 3px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #000;
}
section.section_two a {
  text-decoration: none;
}
section.section_two a:hover .service-card {
  -webkit-box-shadow: 0 10px 30px rgba(3, 26, 24, 0.15);
  box-shadow: 0 10px 30px rgba(3, 26, 24, 0.15);
  background-color: #fff;
}
.service-card {
  border-radius: 15px;
  background-color: rgba(248, 249, 250, 1);
  text-align: center;
  padding: 30px 40px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.service-card span.grnCircle {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.service-card span.grnCircle img {
  max-width: 78px;
}
.service-card h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 20px;
}
/*************section two end************/
/*************section three************/

.section_three .heading-titlte {
  max-width: 780px;
  text-transform: uppercase;
  width: auto;
}
.section_three p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.section_three .heading-titlte::before {
  background-color: #fff;
}
.owl-carousel-addplay {
  padding-top: 50px;
}
.owl-carousel-addplay .item-box {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  height: 390px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.weOfferProduct .item-box {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  height: 390px;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.owl-carousel-addplay .item-box .add-box,.productMain .add-box {
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  text-align: -webkit-center;
  justify-content: space-around;
  align-items: center;
  padding: 20px 20px 50px;
  transition: 0.5s;
  overflow: hidden;
}

.weOfferProduct .item-box .add-box,.productMain .add-box {
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  text-align: -webkit-center;
  justify-content: space-around;
  align-items: center;
  padding: 20px 20px 50px;
  transition: 0.5s;
  overflow: hidden;
}
.weOfferProduct .item-box:hover h3 {
    color: #02824f;
    line-height: 1.2em;
    text-align: left;
    font-size: 20px;
}
.weOfferProduct .owl-item .item-box:hover {
    transform: scale(1.1);
}
.weOfferProduct .item-box:hover h3 {
    bottom: 125px;
    left: 50%;
    transform: translateX(-50%);
}
.weOfferProduct .item-box h3 {
    text-transform: uppercase;
    width: max-content;
    display: flex;
    font-weight: 500;
    line-height: 50px;
    color: #000;
    font-size: 25px;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 20px;
    font-family: "Oswald", sans-serif;
    gap: 10px;
    transition: 0.5s;
}
/* off code(bip) */
.owl-carousel-addplay .item-box .add-box img,.productMain .add-box img{
  max-width: 220px;
  transition: 0.5s;
}

.owl-carousel-addplay .owl-item .item-box:hover {
  transform: scale(1.1);
}
.weOfferProduct .item-box:hover .add-box img {
  max-width: 100px;
  margin-top: -100px;
}
.weOfferProduct hr {
  color: #fff !important;
}
/* off code(bip) */

.owl-carousel-addplay .owl-item .item-box:hover img.product-sketch-ico {
    max-width: 100px;
    margin-top: -100px;
}
.owl-carousel-addplay .owl-item .item-box h4 {
  text-transform: uppercase;
  width: max-content;
}
.owl-carousel-addplay .owl-item .item-box:hover h4 {
  color: #02824f;
  line-height: 1.2em;
  text-align: left;
  font-size: 20px;
}
.owl-carousel-addplay .owl-item .single {
  padding: 40px 0;
}
.owl-carousel-addplay .item-box h4 {
  display: flex;
  font-weight: 500;
  line-height: 50px;
  color: #000;
  font-size: 25px;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 20px;
  font-family: "Oswald", sans-serif;
  gap: 10px;
  transition: 0.5s;
}

.owl-carousel-addplay .item-box:hover h4 {
  bottom: 125px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-carousel-addplay .item-box article {
  position: absolute;
  transition: 0.5s;
  bottom: -100px;
  opacity: 0;
  overflow-y: hidden;
  height: 63px;
  padding: 0 25px;
}
.weOfferProduct .item-box .category {
    position: absolute;
  transition: 0.5s;
  bottom: -100px;
  opacity: 0;
  overflow-y: hidden;
  height: 63px;
  padding: 0 25px;
}
.owl-carousel-addplay .item-box:hover article {
  opacity: 1;
  bottom: 44px;
}
.weOfferProduct .item-box:hover .category {
  opacity: 1;
  bottom: 44px;
}
.owl-carousel-addplay .owl-nav {
  position: absolute;
  right: 150px;
  top: 0;
}
.owl-carousel-addplay .item-box:hover h4 span.ImageCo {
  background-color: #02824f;
  border: 1px dashed #02824f;
}
.owl-carousel-addplay .item-box h4 span.ImageCo img {
  max-width: 40px;
}
.owl-carousel-addplay .owl-nav button.owl-next,
.owl-carousel-addplay .owl-nav button.owl-prev {
  background-color: #007345 !important;
  width: 60px;
  height: 60px;
  line-height: 0;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}
.owl-carousel-addplay .owl-nav button.owl-next:hover,
.owl-carousel-addplay .owl-nav button.owl-prev:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent !important;
}
.owl-carousel-addplay .item-box:hover h4 span.ImageCo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(103%)
    contrast(103%);
}

.owl-carousel-addplay .item-box h4 span.ImageCo {
  width: 60px;
  height: 60px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 50%;
  border: 1px dashed #02824f;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.section_three hr {
  margin: 1rem 0;
  color: #fff;
  border: 0;
  border-top: 1px solid;
  opacity: 0.4;
}

/*************section three end************/
/*************vehicle App************/
.vechiclaWrapper {
  padding-left: 100px;
  max-width: 1920px;
  margin: 0 auto;
}
.vehicleApp .heading-titlte {
  font-size: 50px;
  line-height: 52px;
  display: table;
  text-align: left;
  padding-left: 20px;
  margin: 0 auto 15px;
  width: 100%;
}
.vehicleApp .heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.vechiclaWrapper .heading a:hover {
  background-color: rgba(0, 88, 53, 0.15);
  color: #02824f;
}
.heading a {
  margin-left: 20px;
}
.owl-carousel-vehicle .single .newsbx {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.36s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.owl-carousel-vehicle .single .newsbx img {
  border-radius: 10px;
}
.owl-carousel-vehicle .single .newsbx:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  border-radius: 10px;
}
.content-details {
  position: absolute;
  text-align: left;
  padding: 40px;
  width: 100%;
  top: 80%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.content-details p {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.36s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.newsbx:hover .content-details {
  top: 47%;
}
.owl-carousel-vehicle .single .newsbx:hover {
  transform: scale(1.1);
}
.newsbx:hover .content-details p {
  opacity: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

.content-details h4 {
  color: #fff;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

.fadeIn-bottom {
  top: 80%;
}
.vehicleApp .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent !important;
  color: #fff;
}
.vehicleApp .owl-carousel .owl-nav button.owl-prev {
  background-color: #fff !important;
  width: 60px;
  height: 60px;
  line-height: 0;
  border-radius: 50%;
  font-size: 20px;
  color: #007345;
  left: -76px;
  border: 1px solid #007345;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}

.vehicleApp .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #007345 !important;
  color: #fff;
  box-shadow: none;
}
.vehicleApp .owl-carousel .owl-nav button.owl-next {
  background-color: #fff !important;
  width: 60px;
  height: 60px;
  line-height: 0;
  border-radius: 50%;
  font-size: 20px;
  color: #007345;
  right: -76px;
  border: 1px solid #007345;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}
.vehicleApp .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #007345 !important;
  color: #fff;
  box-shadow: none;
}

.compannnyWrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.compannnyWrapper .client-bx {
  height: 150px;
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}
.compannnyWrapper .client-bx img {
  max-height: 100px;
  width: 100%;
}
.vehicleApp .compannnyWrapper {
  padding: 70px 0 0;
}
.vehicleApp .compannnyWrapper .heading-titlte {
  text-align: center;
  width: max-content;
  font-size: 26px !important;
  align-items: center;
  display: flex;
}
.vehicleApp .compannnyWrapper h2.heading-titlte:before {
  content: "";
  width: 190px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: translate(0%, -50%);
  left: -95%;
  top: 50%;
  display: block !important;
}
.vehicleApp .compannnyWrapper h2.heading-titlte:after {
  content: "";
  width: 190px;
  height: 1px;
  background-color: #000;
  position: absolute;
  transform: translate(0%, -50%);
  right: -95%;
  top: 50%;
}
/*************vehicle App end************/
/*************featured product************/

.featture_product .heading-titlte {
  text-align: left;
  color: #fff;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.featture_product .heading-titlte::before {
  background-color: #fff;
}
.featture_product .headingText {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  padding-left: 20px;
}
.featture_product hr {
  color: #fff;
  opacity: 0.4;
  margin-left: 20px;
  width: calc(100% - 20px);
}
.featture_product .deepGreenOuter {
  background-color: #005835;
  border-radius: 10px;
}
.featture_product .deepGreenOuter {
  background-color: #005835;
  border-radius: 10px;
  display: block;
  width: 100%;
  max-width: 95%;
  padding: 50px;
  margin: 40px auto 0;
}
.item-box .offer-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 10px;
  background-color: #fff;
}
.item-box .offer-card .product-card__image {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 10px;
  height: 310px;
}
.item-box .offer-card .product_decc {
  padding: 16px 16px 30px;
}
.product-card__image a img {
  aspect-ratio: 1 / 1;
  max-width: 100%;
  height: auto;
  margin: auto;
  object-fit: contain;
}

.offer-card .product_decc .product_code {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #9c9c9c;
}
.product_decc .product-card__name a {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.product-card__badges {
  position: absolute;
  top: 10px;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  left: 16px;
}
.tag-badge--hot {
  color: #fff;
}
.tag-badge {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  z-index: 0;
  height: 18px;
  padding: 4px 14px 0;
}
.tag-badge:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px 0 5px 0;
  transform-origin: center;
  left: 3.5px;
  right: 3.5px;
}
.tag-badge--sale {
  color: #fff;
}
.tag-badge--sale:before {
  background: #f33;
}
.tag-badge--new {
  color: #fff;
}
.tag-badge--new:before {
  background: #37f;
}
.tag-badge--hot:before {
  background: #614ba6;
}
.product_decc .product-card__name p {
  color: #525252;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.featture_product .owl-carousel .owl-nav button.owl-next,
.featture_product .owl-carousel .owl-nav button.owl-prev {
  background-color: #007345 !important;
  width: 60px;
  height: 60px;
  line-height: 0;
  border-radius: 50%;
}
.featture_product .owl-carousel .owl-nav button.owl-next:hover,
.featture_product .owl-carousel .owl-nav button.owl-prev:hover {
  border: 1px solid #fff;
  color: #fff;
}
.featture_product .owl-carousel .owl-nav button.owl-next,
.featture_product .owl-carousel .owl-nav button.owl-prev {
  font-size: 32px;
}

.featture_product .owl-nav button.owl-prev {
  left: -70px;
  color: #fff;
}
.featture_product .owl-nav button.owl-next {
  right: -70px;
  color: #fff;
}
.featture_product .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent !important;
  color: #fff;
}
.featture_product .owl-carousel .owl-item {
  padding-bottom: 50px;
}
.item-box .offer-card .goI {
  width: 50px;
  position: absolute;
  bottom: -25px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  right: 20px;
}
.item-box .offer-card:hover .goI {
  opacity: 1;
  visibility: visible;
}
/*************featured product end************/
/************* latest News ************/
section.news_post {
  background-color: rgb(159 159 159 / 12%);
}
.news-bx {
  border: none;
  padding: 0;
  text-decoration: none;
  background: #fff;
  height: 100%;
  border-radius: 10px;
}
.section-heading .heading-titlte {
  margin-bottom: 15px;
  width: auto;
}
.section-heading p {
  color: #525252;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  max-width: 830px;
  margin: 0 auto 50px;
}
.news-bx .card-img-top {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4.2 / 2.6;
}
.news-bx .card-header {
  padding: 0;
  border: none;
  border-radius: 10px;
}
.news-bx .card-body h5.card-title {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-bx .card-body p.card-text {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
.news-bx .card-body {
  padding: 20px;
}
.post-dt {
  display: flex;
  margin-bottom: 10px;
}
.post-dt p {
  color: #525252;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 16px;
}
.post-dt p i {
  color: #02824f;
}
.news-bx .card-body span.Ldrnmore {
  color: #02824f;
  font-size: 14px;
  font-weight: bold;
}

/********product category area***/

/*****footer*********/

.acfooter {
  padding: 80px 0;
  background-image: url("../images/Footer_Image.png");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

footer.acfooter:before {
  background-color: rgba(10, 27, 11, 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* footer.acfooter img.footerbg {
width: 100%;
object-fit: cover;
} */
.acfooter p.ft-text {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  position: relative;
}

.footer-logo {
  margin-bottom: 25px;
  display: block;
  position: relative;
}
.footer-logo img {
  max-width: 100%;
}
.social a {
  margin-right: 30px;
}
.footer-link h4 {
  color: #fff;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  line-height: 26px;
  margin-bottom: 35px;
  position: relative;
}

.footer-link ul {
  list-style: none;
  padding: 0;
}

.footer-link ul li {
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
  font-weight: 400;
  transition: 0.5s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.footer-link ul li:hover {
  padding-left: 5px;
}
.footer-link ul li a {
  text-decoration: none;
}
.copy-right {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 35px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 20px;
  position: relative;
}
.footer-link ul.sociAlList {
  display: inline-flex;
  margin-bottom: 15px;
}
.footer-link ul.sociAlList li {
  margin-right: 20px;
}
.footer-link ul.sociAlList li:hover {
  padding-left: 0;
}
.footer-link ul.sociAlList li:hover .circleIcon {
  box-shadow: 0 3px 6px rgba(10, 27, 11, 0.9);
}
.acfooter form {
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 0;
  text-align: left;
  max-width: 730px;
  margin: 0 auto;
  border: 1px solid #b3bcd3;
  border-radius: 10px;
}
.acfooter form input[type="email"] {
  border: 0;
  padding: 10px 0;
  width: calc(100% - 102px);
  border-radius: 10px 0 10px;
  background: transparent;
}
.acfooter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 15px;
  padding: 0 20px 0px 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  transition: 0.3s;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  color: #000;
  background-color: #f6ca0f;
  width: auto;
}

.productMain .add-box img {
  width: 100%;
}
/*---------------about us-------------*/
.WhtDo_secTwo_right.ourMission img {
    background-color: #d9d9d9;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 7.0 / 4.67;
    object-fit: cover;
}
.global-presence{
  position: relative;
    padding: 30px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 100%;
}
.global-presence::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 30%;
    bottom: 30px;
    background: rgba(255, 255, 255, 1);
    clip-path: polygon(34% 100%, -30% 0, 100% 0);
}
.global-presence.glance ul{
      padding-left: 70px;
}
.content-wrapper {
    max-width: 600px;
    position: relative;
}
.heading-titlte{
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0em;
  display: table;
  text-align: left;
  color: #000;
  position: relative;
  padding-left: 20px;
  margin: 0 auto;
  width: 100%;
  text-transform: uppercase;
}
.global-presence h3, .whitewrapgl h3 {
    color: #ffc805;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.content-wrapper p {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #525252;
    margin-top: 10px;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 16px;
    color: #525252;
    position: relative;
    padding-left: 15px;
}
.global-presence .feature-list li {
  flex-direction: column;
}
.global-presence.glance .feature-list li {
  flex-direction: row;
}
.feature-list li br {
    display: none;
}
.menu .common-button:hover {
    background-color: #ffffff;
    color: #000;
}
.feature-list li::before {
    top: 8px;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: #008455;
}
.content-wrapper p {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
    margin-top: 10px;
}
.whitewrapgl{
  padding: 70px 0 0px;
  background-color: #fff;
}
.whitewrapgl h3 {
    color: #ffc805;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.global-presence.glance{
  padding-top: 0;
  min-height: 790px;
  background-color: rgb(28 218 113 / 72%);
  background-blend-mode: multiply;  
}
.global-presence {
    position: relative;
    padding: 30px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.global-presence.glance::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 33%;
    right: 0;
    bottom: 30px;
    background: rgba(255, 255, 255, 1);
    clip-path: polygon(0 0, 100% 0, 100% 30%, 58% 96%);
}
.global-presence.glance .content-wrapper {
    max-width: 600px;
    position: relative;
    margin-left: auto;
}
.herosection.InnerBanner {
  height: auto;
}
.herosection.InnerBanner img.bn-bg {
  aspect-ratio: 19.2 / 6;
  min-height: 600px;
  height: unset;
  object-fit: cover;
}
.breadcrumbs ul {
  display: flex;
  gap: 0 20px;
  list-style: none;
  padding-left: 0;
}
.breadcrumbs ul li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumbs ul li.active a {
  color: #f6ca0f;
}
.experienceBox {
  display: flex;
  background-color: #02824f;
  border-radius: 10px;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 2.4 / 2.6;
  position: absolute;
  padding: 40px;
  bottom: 50px;
  left: -100px;
}
.experienceBox .experienceBoxleft p {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.experienceBox .experienceBoxleft span {
  font-size: 90px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 120px;
  color: #fff;
}
.experienceBox .experienceBoxRight {
  width: 30px;
  height: 100%;
  border: 2px solid #fff;
  border-left: none;
}
.celeb_left {
  position: relative;
}
.celeb_left img {
  width: 100%;
  border-radius: 10px;
}
section.abouTsecone {
  background-color: #f3f3f3;
  padding: 80px 0 100px;
}
section.abouTsecone .heading-titlte {
  text-align: left;
  width: auto;
  margin-bottom: 30px;
}
section.abouTsecone .heading p {
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  line-height: 30px;
}
.abouTsecone a.common-button {
  margin-top: 30px;
}
.abouTsecone a.common-button .fa-arrow-right {
  margin-left: 20px !important;
}
.AuTBox {
  background: rgba(2, 130, 79, 0.1);
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: unset;
  border-radius: 85px;
  border: 1px solid rgba(2, 130, 79, 0.1);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
}
.AuInd ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.AuInd ul li {
  margin-left: 20px;
}
section.abouTsecTwo p.sub-text {
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
section.abouTsecTwo .heading-titlte {
  margin-bottom: 25px;
}
.AuInd ul li .AuTBoxouter {
  background-color: rgba(248, 249, 250, 1);
  border-radius: 10px;
  text-align: center;
  padding: 38px;
  width: 194px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  height: 194px;
}
.AuInd ul li .AuTBoxouter p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
}
.aumap {
  padding: 30px;
  position: relative;
  z-index: -1;
}
.greeNbg {
  background-color: rgba(3, 130, 80, 1);
}
.greeNbg .heading-titlte {
  color: #fff;
}
.greeNbg .heading-titlte::before {
  background-color: #fff;
}
.greeNbg hr {
  color: #fff;
  opacity: 0.4;
}
.aboutsecThree .heading-titlte {
  max-width: 780px;
  width: auto;
}
.aboutsecThree p.sub-text {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
.countWrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  padding-top: 50px;
  flex-wrap: wrap;
}
.countBox {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  padding-left: 50px;
}
.NumCont {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: start;
  font-size: 40px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  position: relative;
}
.NumCont img.supIcon {
  position: absolute;
  left: -54px;
}

span.num {
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
}
span.text {
  color: #fff;
  font-size: 15px;
  padding: 0.7em 0;
  font-weight: 600;
  line-height: 1.2;
}
.valueSection {
  background-color: rgba(243, 243, 243, 1);
}
.valueSection .heading-titlte {
  display: table;
  text-align: left;
  padding-left: 20px;
  margin: 0 auto 15px;
  width: 100%;
}
.valueSection .heading p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  padding-left: 20px;
}
.values-bx {
  border: none;
  padding: 0;
  text-decoration: none;
  background: transparent;
  height: 100%;
  border-radius: 10px;
  position: relative;
  margin-top: 20px;
}
.values-bx .card-header {
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: rgba(217, 217, 217, 1);
}
.values-bx .card-header .card-img-top {
  border-radius: 10px;
  max-width: 100%;
  aspect-ratio: 4.34 / 2.39;
}
.values-bx .card-body h5.card-title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
}
.values-bx .card-body {
  position: relative;
}
.values-bx .card-body p.card-text {
  color: #838383;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.values-bx .goI {
  width: 50px;
  position: absolute;
  top: -25px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  right: 80px;
  transition: 0.5s ease-in-out;
}
.values-bx:hover .goI {
  opacity: 1;
  visibility: visible;
}
.signtureBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.BranDDignature .heading-titlte {
  display: table;
  text-align: left;
  padding-left: 20px;
  margin: 0 auto 15px;
  width: 100%;
}
.BranDDignature .heading {
  padding-right: 70px;
}
.BranDDignature .heading p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 20px;
}
.signtureBox img {
  max-width: 200px;
  object-fit: contain;
}
.owl-carousel-signature .owl-nav {
  position: absolute;
  right: 50px;
  top: -100px;
}

.owl-carousel-signature .owl-nav button.owl-next,
.owl-carousel-signature .owl-nav button.owl-prev {
  background-color: #007345 !important;
  width: 60px;
  height: 60px;
  line-height: 0;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}
.owl-carousel-signature .owl-nav button.owl-next:hover,
.owl-carousel-signature .owl-nav button.owl-prev:hover {
  border: 1px solid #007345;
  color: #007345;
  background-color: transparent !important;
}


/*--------------faq------------*/
.faq_main nav .nav-tabs .nav-item.show .nav-link,
.faq_main nav .nav-tabs .nav-link.active {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #000;
  background: rgba(246, 202, 15, 1);
}
.faq_main .nav-tabs {
  border-bottom: unset;
  justify-content: center;
}
.faq_main nav {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: center;
}
.faq_main nav .nav-tabs .nav-item .nav-link,
.faq_main nav .nav-tabs .nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #000;
  border-radius: 10px;
  width: 195px;
  white-space: nowrap;
  padding: 18px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #d1d1d1;
  margin-bottom: 15px;
}
.faq_main .accordion-button {
  position: relative;
}
.faq_main .accordion-button::before {
  position: absolute;
  left: 20px;
  top: 19px;
  content: "\f055";
  font-family: "FontAwesome";
  color: #02824f;
  font-size: 30px;
}
.faq_main .accordion-button::after {
  display: none;
}
.faq_main .accordion-button:not(.collapsed)::before {
  position: absolute;
  left: 20px;
  top: 19px;
  content: "\f056";
  font-family: "FontAwesome";
  color: #02824f;
  font-size: 30px;
}
.faq_main .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq_main .accordion-body {
  color: #61666c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 70px;
  padding-top: 0;
  padding-bottom: 35px;
  border-radius: 5px;
}
.faq_main .accordion-header {
  margin-bottom: 0;
}
.faq_main .accordion-item {
  border-radius: 5px !important;
  background: rgba(2, 130, 79, 0.03);
  margin-bottom: 20px;
  border: none !important;
}
.faq_main .accordion-item .accordion-button {
  border-radius: 20px !important;
  color: #002141;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  background: transparent;
  border: none;
  box-shadow: none;
  line-height: 30px;
  position: relative;
  padding: 20px 20px 20px 70px;
  font-family: "DM Sans", sans-serif;
}
.faq_main .heading h2 {
  margin-bottom: 20px;
}
.faq_main .heading p {
  color: #525252;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  max-width: 900px;
  margin: 0 auto 35px;
}
/*--------------what we do------------*/
.WhtDo_secOne {
  background-color: #f3f3f3;
}
.WhtDo_secOne_left img {
  background-color: #d9d9d9;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 7.4 / 4.4;
  object-fit: cover;
}
.WhtDo_secOne .heading a:hover {
  background-color: rgba(0, 88, 53, 0.15);
  color: #02824f;
}
.WhtDo_secOne_left {
  position: relative;
  border-radius: 10px;
}
.WhtDo_secOne .heading .heading-titlte {
  text-align: left;
  margin: 0 auto 30px;
  width: auto;
}
.WhtDo_secOne .heading p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #525252;
  padding-left: 20px;
  margin-bottom: 20px;
}
section.WhtDo_secTwo.WhtDo_secTwoRight .row {
  flex-direction: row-reverse;

}
section.WhtDo_secTwo.WhtDo_secTwoRight {
  padding-top: 0;
}
.WhtDo_secTwo .heading .heading-titlte {
  text-align: left;
  margin: 0 auto 40px;
  width: 100%;
}
.WhtDo_secTwo .heading {
  padding-right: 50px;
  margin-bottom: 20px;
}
.WhtDo_secTwo .heading p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #525252;
  padding-left: 20px;
}
.WhtDo_secTwo_right img {
  background-color: #d9d9d9;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 6.1 / 6.4;
  object-fit: cover;
}
.WhtDo_secTwo .offrListouter .offrList {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
.WhtDo_secTwo .offrListouter {
  padding-left: 20px;
  padding-right: 50px;
}
.offrListouter .offrList .flex-shrink-0 span {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  line-height: 85px;
  text-align: center;
  background-color: rgba(2, 130, 79, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
}
.offrListouter .offrList .flex-grow-1 h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
}
.offrListouter .offrList .flex-grow-1 p {
  color: #525252;
}
.owl-carousel-factory figure {
  width: 90%;
  background-color: #d9d9d9;
  border-radius: 0 10px 10px 0px;
}
.owl-carousel-factory figure img {
  width: 100%;
  border-radius: 0 10px 10px 0px;
}

.owl-carousel-factory .greenbox {
  background-color: #038250;
  border-radius: 10px 0 0 10px;
  max-width: 650px;
  float: right;
  position: relative;
  margin-top: -220px;
  padding: 50px 80px;
  width: 100%;
}
.owl-carousel-factory .greenbox h6 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 8px;
}
.owl-carousel-factory .greenbox p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
}
.owl-carousel-factory .greenbox .heading-titlte {
  text-align: left;
  color: #fff;
  padding-left: 0;
  margin: 0 0 20px;
  width: auto;
  text-transform: uppercase;
}
.owl-carousel-factory .greenbox .heading-titlte::before {
  content: "";
  width: 3px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: 8px;
  background-color: #fff;
}
.owl-carousel-factory .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent !important;
  color: #fff;
}
.owl-carousel-factory .owl-nav button {
  bottom: 2%;
  top: unset;
}
.owl-carousel-factory .owl-nav button.owl-next {
  left: 50%;
}
.owl-carousel-factory .owl-nav button.owl-prev {
  right: 50%;
}
.owl-carousel-factory .owl-nav button.owl-next,
.owl-carousel-factory .owl-nav button.owl-prev {
  background-color: #007345 !important;
  width: 60px;
  height: 60px;
  line-height: 0;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}
.owl-carousel-factory .owl-nav button.owl-next:hover,
.owl-carousel-factory .owl-nav button.owl-prev:hover {
  border: 1px solid #007345;
  color: #007345;
  background-color: transparent !important;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}
.WhtDo_secThree {
  padding: 0 0 70px;
}
.round-button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  line-height: 16px;
  border: 6px solid rgb(0, 0, 0, 50%);
  border-radius: 50%;
  color: #02824f;
  text-align: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.round-button:hover {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px rgba(255, 255, 100, 1);
  text-shadow: 0px 0px 10px rgba(255, 255, 100, 1);
  color: #02824f;
}
.yellewsec {
  background: #f6ca0f !important;

}
.yellewsec h3 {
  text-align: center;
  color: #000;
  padding-left: 0;
  margin: 0 0 0px;
  width: auto;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
}
.stickydiv {
  position: sticky;
  top: 20px;
}
.WhtDo_secTwo_right {
  position: sticky;
  top: 20px;
}
/*-----------contact us---------------*/
  .contact_main .heading-titlte {
    text-align: left;
    margin: 0 0 15px;
    display: inline-block;
  }

  .contactForm textarea {
    height: 100px !important;
    padding: .375rem .75rem;
    width: 100%;
  }

  .contact_main .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0px;
    color: #525252;
  }

  .contact_main .heading .redtext {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-left: 20px;
    margin-top: 10px;
    color: #D93438;
  }

  .contact_main .contactForm input:not([type="submit"], [type="checkbox"]),
  .contact_main .contactForm select,
  .contact_main .contactForm textarea {
    border: 1px solid #d1d1d1;
    height: 60px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 7px;
  }

  .contact_main .contactForm select:focus,
  .contact_main .contactForm textarea:focus,
  .contact_main .contactForm input:focus {
    box-shadow: none;
    border: 1px solid #000;
  }
  .contact_main .contactForm .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
  }
  .contact_main .contactForm .form-check {
  margin-bottom: 20px;
  padding-left: 0;
  }
  .contact_main .contactForm .wpcf7-list-item-label {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
  }
  .contact_main .contactForm .form-check .form-check-input {
    border-color: #000;
  }
  .contact_main .contactForm .form-check .form-check-input:checked {
    background-color: #02824f;
    border-color: #02824f;
  }
  .contact_main .contactForm .form-check .form-check-input {
    width: 20px;
    height: 20px;
  }
  .contact_main .contactForm input[type="submit"] {
    padding: 20px 40px;
  }
  .contact_main .contactForm input[type="submit"]:focus {
    border: none;
    outline: none;
  }
  .contact_main .contactForm input[type="submit"]:hover {
    background-color: rgba(0, 88, 53, 0.15);
    color: #02824f;
  }

    .contactForm textarea {
    height: 100px !important;
    padding: 0.375rem 0.75rem;
  }
  .contact_main .form-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
  .contact_main .form-check .wpcf7-list-item {
    position: relative;
    margin: 0;
    display: flex;
    gap: 10px;
  }
  .contact_main .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
  }
  .contact_main .contactForm .wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    top: 62px;
  }
  .contact_main .contactForm .form-check .wpcf7-form-control-wrap {
    height: auto !important;
  }
  .contact_main .contactForm .form-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: relative;
    top: unset;
  }



  .contact_main ul li a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
  }

  .contact_main ul li {
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 35px;
    font-weight: 700;
    transition: 0.5s ease-in-out;
    padding-left: 45px;
  }

  .contact_main ul li h6 {
    padding-left: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 17px;
  }

  .contact_main ul li:last-child {
    float: left;
  }

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

  .contact_main ul li .circleIcon {
    width: 34px;
    height: 34px;
    background-color: #005835;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .contact_main ul li .circleIcon {
    position: absolute;
    left: 20px;
    top: -8px;
  }

  .branchwrap {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .branchwrap h5 {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding-left: 20px;
  }

  .devider {
    width: 1px;
    background-color: #ddd;
    display: block;
  }

  .bayswater {
    width: calc(50% - 15px);
    margin-bottom: 17px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .bayswater h5,
  .bayswater p {
    padding-left: 0 !important;
  }
  .contact_main .contactForm .wpcf7-list-item-label {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
  }
/*+++++++++++++++++++++++career+++++++++++++++++++*/
section.careerSecone {
  background-color: #f3f3f3;
}
.careerSecone .heading .heading-titlte {
  text-align: left;
  width: auto;
  margin: 0 0 15px;
}
.careerSecone .heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #525252;
}

.careerSecone .heading a:hover {
  background-color: rgba(0, 88, 53, 0.15);
  color: #02824f;
}
.careerSImage {
  background-color: #f3f3f3;
  border-radius: 10px;
  position: relative;
}
.careerSImage img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 8.7 / 5.8;
  object-fit: cover;
}
.careerSecone .heading a {
  margin-top: 15px;
}
.careerSectwo .heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #525252;
}
.careerSectwo .heading .heading-titlte {
  text-align: left;
  width: auto;
  margin: 0 0 15px;
}
.careerSectwo .careerSImage .round-button {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.hiringProces ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}
.hiringProces ul li .processStep {
  text-align: center;
  color: #fff;
  width: 240px;
  transition: 0.6s ease-in-out;
}
.hiringProces ul li .processStep span {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  transition: 0.6s ease-in-out;
}
.hiringProces ul li .processStep h4 {
  font-size: 35px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
.hiringProces ul li .processStep p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.hiringProces ul li .processStep:hover span {
  background-color: #fff;
  color: #02824f;
}
.hiringProces .heading {
  margin-bottom: 50px;
}
.jobLitwrapper .joblist {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.jobinfo h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 56px;
}
.jobinfo p {
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  margin-bottom: 10px;
}
.jobinfo span {
  color: #02824f;
  font-size: 16px;
  font-weight: 400;
}
.jobLitwrapper .joblist .themeBTN .common-button {
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap;
}
.jobLitwrapper .joblist .themeBTN .common-button:hover {
  background-color: rgba(0, 88, 53, 0.15);
  color: #02824f;
}

.joblistArea .heading-titlte {
  margin: 0 0 15px;
}
.jobLitwrapper {
  padding-left: 20px;
}
.contactForm textarea {
  height: 100px !important;
}
.AppllicationModal .modal-header {
  position: relative;
  text-align: center;
  display: block;
}
.AppllicationModal .modal-header {
  border-bottom: none;
  margin-bottom: 30px;
}
.AppllicationModal .modal-header .fa-circle-xmark {
  color: #02824f;
  font-size: 50px;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  top: 18px;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.AppllicationModal .modal-content {
  padding: 40px 50px;
}
.AppllicationModal .modal-content .modal-body {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 20px 30px;
}
.AppllicationModal .modal-content .modal-body h3 {
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}
.AppllicationModal .modal-content .modal-body h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 8px;
}
.ortext {
  position: relative;
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.ortext::after {
  position: absolute;
  content: "";
  width: 46%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  right: 0;
  top: 10px;
}
.ortext::before {
  position: absolute;
  content: "";
  width: 46%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 10px;
}
.AppllicationModal .modal-content .modal-body input,
.AppllicationModal .modal-content .modal-body select,
.AppllicationModal .modal-content .modal-body textarea {
  border: none;
  /* height: 60px; */
  border-radius: 10px;
}
.AppllicationModal .modal-content .modal-body input:focus,
.AppllicationModal .modal-content .modal-body select:focus,
.AppllicationModal .modal-content .modal-body textarea:focus {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.AppllicationModal .modal-content .modal-body textarea {
  height: 130px;
}
.AppllicationModal .modal-content .modal-body .card {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  border: 1px dashed #d1d1d1;
}
.AppllicationModal .drop-area {
  cursor: pointer;
}
.AppllicationModal .modal-content .modal-body .card h2 {
  color: #02824f;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 20px;
}
.AppllicationModal .drop-area p {
  font-size: 13px;
  font-weight: 400;
  color: #959595;
}
.AppllicationModal .upload-btn {
  display: inline-block;
  padding: 20px;
  color: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .AppllicationModal input[type="file"] {
  display: none;
}
::file-selector-button {
  display: none;
}
 */
input[type="file"]::file-selector-button {
  padding: 10px 15px;
  font-size: 16px;
  background-color: rgba(0, 88, 53, 0.15);
  color: #02824f;
  border-radius: 10px !important;
  border: none;
  box-shadow: none;
}
input[type="file"]::file-selector-button:hover {
  background-color: rgba(0, 88, 53, 0.3);
  color: #02824f;
}

.AppllicationModal .drop-area {
  cursor: pointer;
  padding: 50px 20px 40px;
}
.AppllicationModal .drop-area p {
  font-size: 13px;
  font-weight: 400;
  color: #959595;
  margin-top: -12px;
  position: relative;
}
.AppllicationModal .drag-over {
  background-color: #f0f8ff;
}
.AppllicationModal .common-button {
  width: auto;
  padding: 15px 50px;
  display: table;
  margin: 30px auto 0;
  font-size: 16px;
  background-color: #f6ca0f;
  color: #000;
}
.AppllicationModal .common-button:hover {
  background-color: rgba(0, 88, 53, 0.15);
  color: #02824f;
}
.termMain h3,
.termMain h4,
.termMain h5 {
  font-weight: 500;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  color: #000;
  line-height: 44px;
  margin-bottom: 10px;
}
.termMain .heading .heading-titlte {
  display: inline-block;
  text-align: left;
  margin: 0 auto 30px;
  width: auto;
}
.termMain p {
  margin-bottom: 15px;
}
.termMain p,
.termMain li,
.termMain {
  color: #525252;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.termMain ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.termMain li {
  padding-left: 50px;
  position: relative;
}
.termMain li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #02824f;
  position: absolute;
  left: 30px;
  top: 9px;
}
/*--------faq-------------*/
.fouRmain .card {
  max-width: 500px;
  margin: auto;
  border: none;
  border: none;
  text-align: center;
}
.fouRmain .card img {
  margin-bottom: 25px;
}
.fouRmain .card h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
  font-family: "DM Sans", sans-serif;
}
.fouRmain .card p {
  color: #525252;
  font-size: 16px;
  line-height: 30px;
}
.fouRmain .card .common-button {
  background-color: #f6ca0f;
  color: #000;
  border-radius: 10px;
  text-align: center;
  padding: 20px 30px;
  border: none;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: table;
  font-weight: 700;
  text-transform: uppercase;
  max-width: max-content;
  margin: 30px auto 0;
}
.fouRmain .card .common-button:hover {
  background-color: rgba(0, 88, 53, 0.15);
  color: #02824f;
}
.labelText {
  font-size: 15px;
  font-weight: 500;
  color: #525252;
  margin-bottom: 10px;
}
.labelText span {
  color: red;
}
.menu .herosection img.bn-bg {
  object-fit: cover;
}
.jobinfo {
  margin-right: 20px;
  font-size: 18px;
}
.WhtDo_secOne video {
  width: 100%;
  height: auto;
}
/*Read More Button*/
.truncate-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*----------------*/
section#gallery {
  background-color: rgba(159, 159, 159, 0.12);
  position: relative;
  padding: 80px 0 90px;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.gallery-item {
  flex-basis: 32.3%;
  margin-bottom: 20px;
  opacity: 0.85;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.gallery-item:hover {
  opacity: 1;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-content {
  font-size: 0.8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
}
.lightbox-content {
  position: relative;
  width: max-content;
  max-width: 70%;
  height: 70%;
  margin: 5% auto;
}
.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  color: #02824f;
  top: 45%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 32px;
}
.lightbox-prev {
  left: -25px;
}
.lightbox-next {
  right: -25px;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 0.8;
}

section#gallery .heading {
  margin-bottom: 50px;
}
.tnp-field.tnp-field-email label {
  display: none;
}
.acfooter .tnp-subscription div.tnp-field,
.acfooter .tnp-profile div.tnp-field {
  margin-bottom: 0;
}

.home-side-heading h2 {
  font-size: 37px;
  line-height: 1.3em;
  margin-top: 7px;
  width: 100%;
  max-width: 100%;
}

.banner-form .form-label {
  font-size: 16px;
  font-weight: 500;
}

.main-nav {
  z-index: 3;
  position: relative;
}

.custom-brand-col {
  width: calc(100% / 5);
}

.owl-carousel-vehicle .owl-prev {
  left: 33px !important;
}

.owl-carousel-vehicle .owl-next {
  right: 100px !important;
}

.leftstyle-heading {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.welcomeourservc-sec p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.owl-carousel-brand .client-bx,
.owl-carousel-signature .signtureBox {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.owl-carousel-brand .client-bx img,
.owl-carousel-signature .signtureBox img {
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.5s;
}

.owl-carousel-brand .client-bx:hover img,
.owl-carousel-signature .signtureBox:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.owl-carousel-signature .signtureBox img {
  padding: 20px;
}
.owl-carousel-vehicle .single .newsbx:before {
  display: none;
}
.ourtext {
  text-align: right;
}
.ourtext span:first-child {
  border-left: 1px solid #fff;
  padding-right: 0;
}

.ourtext span {
  display: inline-block;
  text-align: right;
  float: right;
  font-size: 12px;
  line-height: 1.2;
}
.ourtext span {
  padding: 0 10px;
}
.sub-menu {
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.sub-menu.show {
  max-height: 200px;
}
.menu ul li.menu-item-has-children > a::after {
  content: '\f107';
  font-family: "FontAwesome";
  position: absolute;
  right: -100px;
  font-size: 40px;
 }
 .menu ul li.menu-item-has-children .sub-menu li a:before {
   content: '';
   width: 20px;
   height: 3px;
   background-color: rgba(255, 255, 255, 0.85);
   left: -28px;
   position: absolute;
   top: 25px;
 }
 .menu ul li.current-menu-item {
  color: #fff;
}
.menu ul li.current-menu-item .sub-menu li a:before {
  background-color: rgba(255, 255, 255, 1);
}
.menu .banner_inner .banner-left h1 {
  font-size: 60px;
  line-height: 1.2;
}
.mobile-d-block
{
  display: none;
}
.ftparatext p {
  color: #fff;
  font-family: DM Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  position: relative;
  margin: 20px 0;
}

/* ============Product============ */

  .productoverview {
    background-color: #F6F6F6;
  }

  .productoverview .heading {
    margin-bottom: 200px;
  }

  .card.prov_box {
    border: none;
    border-radius: 12px;
    position: relative;
    background: #fff;
    padding-top: 70px;
    /* Space for the overlapping image */
    box-shadow: 0px 4px 40px 0px #34607D26;
    transition: transform 0.3s ease-in-out;
    padding: 20px;
  }

  .productoverview .card-body,
  .productoverview .card-header,
  .productoverview .card-footer {
    padding: 0;
  }

  .productoverview .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .productoverview .card-img-top {
    width: 100%;
    height: 260px;
    object-fit: cover;
    position: relative;
    margin-top: -130px;
    border-radius: 12px 12px 0 0;
  }

  .productoverview .card-body h5 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 25px;
    line-height: 52px;
    letter-spacing: 0%;
    color: #000!important;
  }

  .explore-btn {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s ease;
  }

  .explore-btn:hover {
    transform: translateX(5px);
  }

  .explore-btn i {
    font-size: 14px;
    transition: transform 0.2sease-in-out;
    background: red;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffff;
  }

  .prov_box:nth-of-type(odd) {
    background-color: #ffffff;
    /* Light background */
    color: #333;
  }

  .prov_box:nth-of-type(even) {
    background-color: #038250;
    /* Dark background */
    color: #ffffff;
  }

  .prov_box.blue-bg {
    background-color: #038250;
  }
 .prov_box.blue-bg  h5.card-title.text-danger {
    color: #f6ca0f!important;
  }

  .prov_box.blue-bg .card-body p {
    color: #fff;
  }

  .prov_box .card-footer {
    background-color: transparent;
  }

  .prov_box.blue-bg .card-footer .explore-btn {
    color: #fff;
  }

  .productoverview .heading p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
  }

  .productoverview .heading-titlte {
    margin-bottom: 15px;
    text-align: center;
    width: max-content;
  }

  .productMain .heading p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.44px;
    letter-spacing: 0%;
  }

  .productMain .add-box {
    position: relative;
  }
  .add-box:hover .work-text{
    top: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .work-text {
    position: absolute;
    text-align: center;
    padding: 30px;
    width: 100%;
    top: 65%;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
  .work-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .work-text span {
      opacity: 0;
      -webkit-transition: all 0.6s   ease-in-out 0s;
      -moz-transition: all 0.36s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      color: #fff;
  }
  .add-box:hover .work-text span {
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
  }
  .productMain .heading-titlte {
    margin: 0;
  }

  .productMain .heading {
    margin-bottom: 50px;
  }

  .productMain .work-text {
    padding: 20px;
  }

  /*.productMain {
    background-color: #F6F6F6;
  }*/
  .productMain{
    background-color: rgba(3, 130, 80, 1);
  }
  .productMain .heading-titlte,.productMain .sub-text{color: #fff;}

  .productMain .heading-titlte:before{ background-color:#fff; }
  .product_Application .heading-titlte {
    margin-bottom: 15px;
    text-align: center;
    width: max-content;
  }

  .product_Application .heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #525252;
  }

  .product_Application .heading {
    margin-bottom: 50px;
  }

  .product_Application_box {
    background-color: #F2F2F2;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 100%;
  }

  .product_Application_box img {
    object-fit: contain;
    max-width: 95%;
    width: auto;
  }

  .brand_main .clintwrappr {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* 7 columns for desktop */
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #A0A0A0;
    border-collapse: collapse;
  }

  .brand_main .clintwrappr .client-bx:nth-of-type(odd) {
    background-color: #F6F6F6;
  }

  .brand_main .clintwrappr .client-bx img {
    mix-blend-mode: multiply;
  }

  .brand_main .clintwrappr .client-bx {
    padding: 5px;
  }

  .brand_main .heading {
    margin-bottom: 50px;
  }

  .brand_main .heading .heading-titlte {
    margin-bottom: 15px;
  }

  .brand_main .heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #525252;
  }

  .brand_main .heading .heading-titlte {
    margin-bottom: 15px;
    text-align: center;
    width: max-content;
  }

  .WhtDo_secThree.clx .heading-titlte {
    margin-bottom: 50px;
  }

/* ============CLX Parts ============ */
  .WhtDo_secTwo.clxsecone {
    background-color: #F6F6F6;
  }

  .WhtDo_secTwo.clxsecone .heading-titlte {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }

  .WhtDo_secTwo.clxsecone .heading h6 {
    font-weight: 700;
    font-size: 15px;
    line-height: 19.53px;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .WhtDo_secTwo.clxsecone .heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #525252;
    padding-left: 20px;
  }

  .WhtDo_secTwo.clxsecone .heading {
    padding-right: 30px;
  }

  .WhtDo_secTwo.clxsecone img {
    background-color: #d9d9d9;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
  }

  .clxsecTwo img {
    width: 100%;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
  }

  .clxsecTwo .heading {
    padding-left: 50px;
  }

  .clxsecTwo .heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #525252;
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .clxsecTwo .heading p:last-of-type {
    margin-bottom: 0px;
  }

  .clxsecTwo .heading-titlte {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }

  .deepBlueOuter {
    background-color: #182C5F;
    border-radius: 10px;
    display: block;
    width: 100%;
    max-width: 1920;
    padding: 50px;
    margin: 40px auto 0;
  }

  .special_offer__item {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 100%;
  }

  .special_offer__item:hover {
    transform: scaleZ(10px);
  }

  .special_offer__item .offer-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 2px;
    background-color: #f8f8f8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
  }

  .product-card__image a img {
    aspect-ratio: 1/ 1;
    max-width: 100%;
    height: auto;
    margin: auto;
    display: flex;
  }

  .product-card__image {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px 10px;
    aspect-ratio: 4 / 3.8;
  }

  .product_decc {
    padding: 16px;
  }

  .product_decc .product_code {
    color: #9c9c9c;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
  }

  .product_decc .product-card__name a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 10px;
    display: table;
  }

  .product_decc .product-card__name p {
    color: #525252;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  .WhtDo_secThree.clx {
    padding: 70px 0;
  }

  .ProductPortfolio .deepBlueOuter {
    max-width: 1450px;
    border-radius: 10px;
  }

  .mobile-d-block {
    display: none;
  }

  .acfooter .accordion-button:not(.collapsed) {
    box-shadow: none;
  }

/*===========new cclx modification==========*/
  .clx-sec-one .aumap {
    height: 100%;
  }

  .clx-sec-one .aumap img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
  }

  .clx-sec-one .AuInd ul li .AuTBox {
    background-color: #fff;
  }

  .clx-sec-one .AuInd ul li:nth-child(2) .AuTBox {
    background-color: #BDBDBD;
  }

  .valueSection.clxvalue {
    background-color: unset;
  }

  .valueSection.clxvalue .vechiclaWrapper {
    padding-left: 0;
  }

  .lightgyeaybg {
    background-color: #f6f6f6;
  }

  .owl-carousel-partleft .special_offer__item {
    height: unset;
  }

  .owl-carousel-partleft {
    margin-bottom: 40px;
  }

  .owl-carousel-partright .special_offer__item {
    height: unset;
  }

  .owl-carousel-partright .special_offer__item .product_decc {
    text-align: left;
  }

  .owl-carousel-partright .product_decc .product-card__name a {
    text-align: left;
    display: block;
  }

  section.abouTsecTwo.clx-sec-one p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #525252;
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .newsdetailspage p {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #525252;
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .newsdetailspage .post-meta {
    margin: 20px 0 10px 0;
    color: #000;
  }

  .newsdetailspage .post-meta span {
    color: #000;
  }
  .newsdetailspage .post-meta i {
        color: #008454;
  }

  .newsdetailspage ul {
    padding-left: 0;
    margin: 10px 0;
  }

  .newsdetailspage ul li,
  .newsdetailspage ol li {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #525252;
    padding-left: 20px;
    margin: 8px 0
  }


/***********Responsive**********************/
@media (min-width: 1920.98px) {
}

@media (max-width: 1620.98px) {
}

@media (max-width: 1400.98px) {
  .vehicleApp .compannnyWrapper h2.heading-titlte:before {
    left: -73%;
  }
  .vehicleApp .compannnyWrapper h2.heading-titlte:after {
    right: -82%;
  }
  .content-details {
    padding: 20px;
    top: 75%;
  }
  .vechiclaWrapper {
    padding-left: 40px;
  }
  .vehicleApp .heading-titlte {
    font-size: 45px;
  }
}
@media (max-width: 1366.98px) {
  .work-text h3 {
    font-size: 20px;
  }
}

@media (max-width: 1199.98px) {
  .heading-titlte {
    font-size: 40px !important;
  }
  .heading h2 {
    font-size: 40px !important;
  }
  .menu .banner-left {
    padding-left: 60px;
  }
  .banner_inner .banner-left h1 {
    font-size: 64px;
    line-height: 80px;
  }
  .herosection.InnerBanner img.bn-bg {
    min-height: 400px;
  }
  .acfooter {
    padding: 80px 0;
  }
  .hiringProces ul li .processStep {
    width: 180px;
  }
  .hiringProces ul li .processStep span {
    width: 75px;
    height: 75px;
    font-size: 44px;
  }
  .hiringProces ul li .processStep {
    margin-bottom: 30px;
  }
  .vehicleApp .compannnyWrapper h2.heading-titlte:before {
    width: 110px;
    left: -50%;
  }
  .vehicleApp .compannnyWrapper h2.heading-titlte:after {
    right: -55%;
    width: 110px;
  }
  .vechiclaWrapper {
    padding-left: 0;
  }
  .content-details {
    padding: 20px;
    top: 75%;
  }
  .content-details h4 {
    font-size: 20px;
  }
  .experienceBox {
    max-width: 200px;
    padding: 25px;
    left: 0;
  }
  .experienceBox .experienceBoxleft span {
    font-size: 70px;
    line-height: 97px;
  }
  .countBox {
    width: auto;
  }
  span.num {
    font-size: 28px;
  }
  .NumCont {
    font-size: 28px;
  }
  .global-presence::before {
        clip-path: polygon(34% 100%, -60% 0, 100% 0);
        right: 0%;
    }
  .global-presence .content-wrapper {
    max-width: 520px;
    position: relative;
  }
   .global-presence::before {
    display: none;
  }
  .content-wrapper {
        clip-path: none;
        margin-bottom: 30px;
        background-color: rgba(255, 255, 255, 0.85);
        padding: 20px;
    }
    .countWrapper {
    justify-content: unset;
}
}
@media (max-width: 991.98px) {
  .heading-titlte {
    font-size: 38px !important;
  }
  .heading h2 {
    font-size: 38px !important;
  }
  .footer-logo {
    text-align: center;
  }
  .acfooter p.ft-text {
    text-align: center;
  }
  .acfooter form {
    margin-bottom: 50px;
  }
  .banner_inner .banner-left h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .careerSecone .heading p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .careerSectwo .heading p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .common-button {
    padding: 16px 20px;
    font-size: 15px;
  }
  .jobLitwrapper .joblist .themeBTN .common-button {
    font-size: 15px;
  }
  .AppllicationModal .modal-header .fa-circle-xmark {
    font-size: 32px;
    right: 0;
    top: 0;
  }
  .modal-header .heading-titlte {
    font-size: 28px !important;
  }
  .AppllicationModal .modal-content {
    padding: 20px;
  }
  .AppllicationModal .modal-content .modal-body h3 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .productoverview .card-img-top {
    margin-top: 0;
}
  .faq_main .heading h2 {
    width: auto;
  }
  .section_one .heading {
    margin-bottom: 30px;
  }
  .section_two .heading-titlte {
    margin-bottom: 50px;
    width: auto;
  }
 

  .vechiclaWrapper .heading {
    margin-bottom: 30px;
  }

  .item-box .offer-card .product-card__image {
    height: 230px;
  }
  .owl-carousel-addplay .owl-nav {
    position: relative;
    right: unset;
    top: 0;
  }
  .featture_product .owl-nav button.owl-next {
    right: unset;
  }
  .featture_product .owl-nav button.owl-prev {
    left: unset;
  }
  .featture_product .owl-nav button {
    position: relative;
  }
  .featture_product .deepGreenOuter {
    padding: 20px 20px 40px;
  }
  section.abouTsecTwo p.sub-text {
    padding: 0;
    text-align: center;
  }
  .AuInd ul {
    justify-content: center;
  }
  .AuInd ul li {
    margin-left: 10px;
  }
  .AuInd ul li {
    margin-right: 10px;
  }
  .AuInd ul li:first-child {
    margin-left: 0;
  }
  .AuInd ul li:last-child {
    margin-right: 0;
  }
  .celeb_left {
    margin-bottom: 20px;
  }
  .BranDDignature .heading {
    padding-right: 0;
    text-align: center;
  }
  .owl-carousel-signature .owl-nav {
    position: relative;
    right: unset;
    top: 0;
  }
  .BranDDignature .heading p {
    text-align: center;
  }
  .BranDDignature .heading-titlte {
    text-align: center;
  }
  .owl-carousel-factory .greenbox {
    max-width: 404px;
    margin-top: -220px;
    padding: 20px 30px;
  }
  .owl-carousel-factory .greenbox p {
    font-size: 12px;
    line-height: 22px;
  }
  .WhtDo_secThree .owl-carousel-factory .greenbox .heading-titlte {
    font-size: 30px !important;
  }
  .owl-carousel-factory .owl-nav button {
    position: relative;
  }
  .owl-carousel-factory .owl-nav button.owl-prev {
    right: unset;
  }
  .owl-carousel-factory .owl-nav button.owl-next {
    left: unset;
  }
  .owl-carousel-factory .greenbox {
    margin-top: -100px;
  }

  .custom-brand-col {
    width: calc(100% / 3);
  }
  section.WhtDo_secTwo.WhtDo_secTwoRight .row {
      flex-direction: unset;
  }
  .container_mouse {
    margin-top: 30px;
  }
  menu ul li.menu-item-has-children > a::after {
    right: -50px;
  }
  .bayswater{
        width: 100%;
    }
 
}
@media (max-width: 767.98px) {
  section {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }  
  .mobile-d-block
  {
    display: block;
  }
  .mobile-d-none
  {
    display: none;
  }
  .banerRdbtn
  {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner_inner .banner-left a {
    max-width: 320px;
    width: 100%;
  }
  .heading-titlte {
    font-size: 34px !important;
    line-height: 45px;
  }
  .herosection .banner_inner {
    position: relative;
    width: 100%;
    height: auto;
    top: unset;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset;
    background-color: rgba(0, 0, 0, 0.32);
    padding: 50px 0;
  }
  .herosection.InnerBanner .banner_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }
  .herosection .banner_inner .container_mouse {
    display: none;
  }
  .herosection .banner_inner .banner-left h1 {
   color: #000;
  }
  .herosection.InnerBanner .banner_inner h1 {
    color: #fff;
   }
   .herosection.InnerBanner .banner_inner .banner-left p {
    color: #fff;
  }
  .herosection .banner_inner .banner-left p {
    color: #000;
  }
  .heading h2 {
    font-size: 34px !important;
    line-height: 45px;
  }
  section.termMain {
    padding: 40px 0;
  }
  .acfooter {
    padding: 40px 0;
  }
  section.joblistArea {
    padding: 40px 0;
  }
  section.careerSectwo {
    padding: 40px 0;
  }
  section.careerSecone {
    padding: 40px 0;
  }
  section.hiringProces {
    padding: 40px 0;
  }
  section.faq_main {
    padding: 40px 0;
  }
  .banner_inner .banner-left h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .banner_inner .banner-left p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 40px;
  }
  .banner_inner .banner-left h1 {
    font-size: 46px;
    line-height: 65px;
  }
  .header_bottom .search {
    order: 2;
    margin-top: 10px;
  } 
  .section_one .whIteWrappr {
    padding: 20px;
  }
  .header-top {
    display: none;
  }
  .banner-left {
    max-width: 730px;
    text-align: center;
  }
  .breadcrumbs ul {
    display: flex;
    gap: 0 10px;
    justify-content: center;
  }
  .navbar-brand {
    max-width: 90px;
  }
  .reversecolumn {
    display: flex;
    flex-direction: column-reverse;
  }
  .careerSImage {
    margin-bottom: 30px;
  }
  .faq_main nav .nav-tabs .nav-item .nav-link,
  .faq_main nav .nav-tabs .nav-link {
    width: 165px;
  }
  .section_one h2 {
    max-width: 100%;
  }
  .container_mouse {
    text-align: center;
    margin-top: 60px;
  }
  .container_mouse .mouse-btn {
    margin-bottom: 8px;
    margin: 0 auto 8px;
  }
  .section_one nav .nav-tabs .nav-item .nav-link,
  .section_one nav .nav-tabs .nav-link {
    width: 90px;
  }
  .section_one .whIteWrappr .banner-form .form-select {
    margin-bottom: 15px;
  }
  .vechiclaWrapper {
    padding-left: 0;
  }
  .owl-carousel-addplay .item-box h4 {
    display: flex;
    font-weight: 500;
    line-height: 50px;
    color: #000;
    font-size: 20px;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: "Oswald", sans-serif;
    gap: 10px;
  }

  .owl-carousel-addplay {
    padding-top: 0px;
  }

  .vehicleApp .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
  section.vehicleApp {
    padding: 40px 0 20px;
  }
  section.news_post {
    padding: 40px 0;
  }
  section.section_one {
    padding: 40px 0;
  }
  section.section_two {
    padding: 40px 0;
  }
  section.section_three {
    padding: 40px 0;
  }
  .vehicleApp .compannnyWrapper {
    padding: 40px 0 0;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 50px !important;
    height: 50px !important;
  }
  .vechiclaWrapper .heading {
    text-align: center;
  }
  .vehicleApp .heading-titlte {
    text-align: center;
    width: auto;
  }
  section.featture_product .heading h2 {
    text-align: center;
    margin: 0 auto 15px;
  }
  .featture_product .headingText {
    text-align: center;
    padding-left: unset;
  }
  .heading p {
    padding: 0 !important;
  }
  .heading a {
    margin-left: unset !important;
  }
  .heading-titlte::before {
    display: none !important;
  }
  .heading-titlte {
    padding-left: unset !important;
  }
  .section_one h2:before {
    display: none !important;
  }
  .section_one h2 {
    padding-left: unset !important;
  }
  .section_two .heading-titlte {
    margin-bottom: 30px;
  }
  section.featture_product {
    padding: 40px 0;
  }
  .header_bottom {
    padding: 10px 0;
  }
  .experienceBox {
    max-width: 160px;
    padding: 15px;
    left: 0;
  }
  .experienceBox .experienceBoxleft span {
    font-size: 40px;
    line-height: 61px;
  }
  .AuInd ul li .AuTBoxouter {
    width: auto;
  }
  .AuInd ul li {
    margin-left: unset;
    margin: 0 10px;
  }
  .AuInd ul li:first-child {
    margin-left: 0;
  }
  .AuInd ul li:last-child {
    margin-right: 0;
  }
  section.abouTsecone {
    padding: 40px 0;
  }
  section.abouTsecTwo {
    padding: 40px 0;
  }
  section.aboutsecThree {
    padding: 40px 0;
  }
  section.valueSection {
    padding: 40px 0;
  }
  section.BranDDignature {
    padding: 40px 0;
  }
  section.abouTsecone .heading {
    text-align: center;
  }
  section.abouTsecone .heading-titlte {
    text-align: center;
  }
  section.abouTsecTwo .heading-titlte {
    width: auto;
  }
  .featture_product .heading-titlte {
    text-align: center;
    margin: 0 auto 15px;
  }
  section.WhtDo_secOne {
    padding: 40px 0;
  }
  section.WhtDo_secTwo {
    padding: 40px 0;
  }
  .owl-carousel-factory .greenbox {
    margin-top: -30px;
  }
  .feature-list li {
    flex-direction: column;
}
  .owl-carousel-factory figure {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
  }
  .owl-carousel-factory figure img {
    border-radius: 10px 10px 0px 0px;
  }
  .owl-carousel-factory .greenbox {
    border-radius: 0 0 10px 10px;
    max-width: 100%;
  }
  .WhtDo_secThree {
    padding: 0 0 32px;
  }
  .owl-carousel-factory .owl-nav button {
    bottom: 0;
    top: 25px;
  }
  .WhtDo_secTwo .heading .heading-titlte {
    text-align: center;
  }
  .WhtDo_secTwo .heading {
    padding-right: 0;
  }
  section#gallery {
    padding: 40px 0;
  }
  .gallery-container {
    width: 100%;
  }
  .gallery-item {
    flex-basis: 48.5%;
    margin-bottom: 15px;
  }
  .lightbox-content {
    width: max-content;
    height: 60%;
    margin: 15% auto;
  }
  .lightbox-prev,
  .lightbox-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .lightbox-next {
    right: -15px;
  }
  .lightbox-prev {
    left: -15px;
  }
  section#gallery .heading {
    margin-bottom: 30px;
  }
  .menu .herosection {
    height: auto;
  }
  .menu .herosection img.bn-bg {
    height: auto;
  }
  .menu .herosection .banner_inner {
    display: none;
  }
  .menu ul {
    padding-left: 0;
  }
  .menu .banner-left {
    padding-left: 0;
    text-align: center;
  }

  .custom-brand-col {
    width: calc(100% / 2);
  }
  .vehicleApp .owl-carousel .owl-nav button.owl-prev {
    display: none;
    left: 0;
  }
  .vehicleApp .owl-carousel .owl-nav button.owl-prev {
    right: 0;
    display: none;
  }
  .stickydiv {
    position: relative;
    top: unset;
  }
  .WhtDo_secTwo_right {
    position: relative;
    top: unset;
    margin-top: 20px;
  }
  .section_one h2 {
    padding-left: unset !important;
    max-width: 100%;
    text-align: center;
  }
  .section_one .whIteWrappr .banner-form .find-btn.common-button {
    width: 60px;
    height: 60px;
  }
  .section_one h5 {
    text-align: center;
  }
  .section_two .heading-titlte {
    text-align: center;
  }
  .welcomeourservc-sec p {
    text-align: center;
    padding-left: 0;
  }
   .work-text {
    top: 80%;
  }
  .yellewsec h3 {
    font-size: 30px;
}
  section.section_two.welcomeourservc-sec .heading-titlte, 
  section.section_two.welcomeourservc-sec {
    width: 100%;
    padding-right: 0;
    text-align: center !important;
  }
  .ftparatext {
    text-align: center;
  }
  .ourtext {
    text-align: center;
    justify-content: center;
    margin: 15px auto 0;
    width: max-content;
  }
  .menu ul li.menu-item-has-children .sub-menu li a:before {
    display: none;
  }

  .acfooter .accordion-button:not(.collapsed) {
      box-shadow: none;
  }

  .acfooter .accordion-item {
      background-color: unset !important;
      border: none !important;
  }
  .acfooter .footer-link {
      margin-bottom: 0 !important;
  }  

  .acfooter .accordion-button {
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    display: block;
  }
   .acfooter .accordion-button::after {
    background-image: url(../images/angle-down-solid.svg) !important;
    background-repeat: no-repeat;
    filter: invert(1);
    display: inline-block;
    margin-left: 5px;
    background-size: 17px;
    background-position: top 5px right;
  }
  .accordion-button:not(.collapsed)::after {
      background-position: top -4px right;
  }
 
  .contact_main ul li .circleIcon {
    position: absolute;
    left: 0;
    top: -8px;
  }
   .contact_main ul li h6 {
    padding-left: 0px;
  }
  .acfooter .accordion-button {
    margin-bottom: 0 !important;
  }
  .contacts__map {
    margin-top: 25px;
  }
  .work-text h3 {
    font-size: 20px;
  }
  .productoverview .card-img-top {
    margin-top: 0;
  }
  .productMain .heading-titlte {
    text-align: center;
  }
  .productMain .heading p {
    text-align: center;
  } 
  .heading p {
    font-size: 16px!important;
    padding: 0 !important;
  }
  .productoverview .heading {
    margin-bottom: 40px;
  }
  .ftparatext p {
    text-align: center;
  }
  .brand_main .clintwrappr {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
  .feature-list li b {
    min-width: unset;
  }
  .global-presence .feature-list ul {
        padding-left: 0;
    }
    .WhtDo_secThree .owl-carousel-factory .greenbox .heading-titlte {
        font-size: 20px !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
  .termMain p,
  .termMain li,
  .termMain {
    font-size: 14px;
    line-height: 23px;
  }
  .acfooter {
    text-align: center;
  }
  .footer-link {
    margin-bottom: 40px;
  }
  .footer-link ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .contact_main .heading p {
    font-size: 14px;
    line-height: 23px;
  }
  .careerSectwo .heading p {
    font-size: 14px;
    line-height: 23px;
  }
  .news-bx .card-body p.card-text {
    font-size: 14px;
    line-height: 23px;
  }
  .AuTBox {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  .AuTBox img {
    width: 30px;
  }
  .AuInd ul li .AuTBoxouter {
    width: 140px;
  }
  .section_three p {
    font-size: 16px;
  }
  .vehicleApp .heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .section-heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .WhtDo_secOne .heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .valueSection .heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .values-bx .card-body p.card-text {
    font-size: 14px;
    line-height: 23px;
  }
  .BranDDignature .heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .aboutsecThree p.sub-text {
    font-size: 16px;
    line-height: 26px;
  }
  section.abouTsecTwo p.sub-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .faq_main .accordion-body {
    font-size: 14px;
    line-height: 23px;
    padding-left: 50px;
  }
  .faq_main .accordion-item .accordion-button {
    padding: 20px 20px 20px 50px;
  }
  .faq_main .accordion-button:not(.collapsed)::before {
    left: 8px;
  }
  .faq_main .accordion-button::before {
    left: 8px;
  }
  .contact_main .contactForm input:not([type="submit"], [type="checkbox"]),
  .contact_main .contactForm select,
  .contact_main .contactForm textarea {
    font-size: 14px;
    height: 50px;
  }
  .contact_main .contactForm input[type="submit"] {
    padding: 14px 40px;
    margin: 0 auto;
    display: table;
    font-size: 14px;
  }
  .AppllicationModal .modal-content .modal-body input,
  .AppllicationModal .modal-content .modal-body select,
  .AppllicationModal .modal-content .modal-body textarea {
    border: none;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
  }
  .AppllicationModal .common-button {
    font-size: 14px;
  }
  .jobLitwrapper .joblist .themeBTN .common-button {
    font-size: 14px;
  }
  .footer-link h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .copy-right {
    font-size: 14px;
    padding: 15px 0 0;
    margin-top: 0;
  }
  .termMain h3,
  .termMain h4,
  .termMain h5 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .banner_inner .banner-left h1 {
    font-size: 36px;
    line-height: 48px;
  }
  section.contact_main {
    padding: 40px 0;
  }
  .jobLitwrapper .joblist {
    flex-direction: column;
    text-align: center;
  }
  .joblistArea .heading-titlte {
    margin: 0 auto 15px;
  }
  .jobinfo {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .hiringProces ul li .processStep h4 {
    font-size: 26px;
  }
  .jobinfo p {
    font-size: 14px;
  }
  .jobinfo h3 {
    font-size: 26px;
    line-height: 42px;
  }
  .fouRmain .card .common-button {
    padding: 15px 30px;
    font-size: 14px;
    margin: 30px auto 0;
  }
  .vehicleApp .compannnyWrapper .heading-titlte {
    font-size: 20px !important;
  }
  .vehicleApp .compannnyWrapper h2.heading-titlte:before {
    width: 70px;
  }
  .vehicleApp .compannnyWrapper h2.heading-titlte:after {
    width: 70px;
  }
  .section_one nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .section_one nav .nav-tabs .nav-item .nav-link,
  .section_one nav .nav-tabs .nav-link {
    margin-left: 0;
    margin-right: 10px;
  }
  .section_one nav .nav-tabs .nav-item .nav-link,
  .section_one nav .nav-tabs .nav-link {
    width: 220px;
  }
  .section_one .nav-tabs {
    border-bottom: unset;
    justify-content: center;
    width: 100%;
  }
  .section_one nav h5 {
    margin-bottom: 10px;
  }
  .section_one nav .nav-tabs .nav-item .nav-link,
  .section_one nav .nav-tabs .nav-link {
    margin-bottom: 15px;
  }
  .values-bx .card-body h5.card-title {
    font-size: 20px;
    line-height: 30px;
  }
  section.abouTsecone .heading p {
    font-size: 16px;
    line-height: 26px;
  }
  .BranDDignature .heading p {
    font-size: 16px;
    line-height: 26px;
  }

  .custom-brand-col {
    width: calc(100%);
  }
}

@media (max-width: 480.98px) {
  .heading-titlte {
    font-size: 32px !important;
    line-height: 40px;
  }
  .heading h2 {
    font-size: 32px !important;
    line-height: 40px;
  }
  .header-push-button .logInBtn {
    font-size: 12px;
    line-height: 14px;
    padding: 18px 10px;
  }
  .header-push-button .humIcon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .navbar-brand {
    max-width: 66px;
    height: auto;
    margin-right: 10px;
}
  .service-card span.grnCircle {
    width: 60px;
    height: 60px;
  }
  .service-card span.grnCircle img {
    max-width: 36px;
  }
  .section_one nav .nav-tabs .nav-item .nav-link,
  .section_one nav .nav-tabs .nav-link {
    width: 170px;
  }
  .AuInd ul {
    flex-direction: column;
    gap: 15px;
  }
  .AuInd ul li .AuTBoxouter {
    width: 100%;
  }
  .AuInd ul li {
    margin: 0 !important;
    margin-bottom: 15px;
  }
  .offrListouter .offrList .flex-shrink-0 span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .offrListouter .offrList .flex-shrink-0 span img {
    width: 30px;
  }
  .WhtDo_secTwo .offrListouter {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-item {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .lightbox-content {
    width: 90%;
    margin: 20% auto;
  }
  .vehicleApp .compannnyWrapper h2.heading-titlte:before {
    width: 50px;
  }
  .vehicleApp .compannnyWrapper h2.heading-titlte:after {
    width: 50px;
  }
  .vehicleApp .compannnyWrapper h2.heading-titlte:after {
    right: -40%;
    width: 50px;
  }
  .vehicleApp .compannnyWrapper h2.heading-titlte:before {
    width: 50px;
    left: -40%;
}
}
@media (max-width: 379.98px) {
  .heading-titlte {
    font-size: 28px !important;
    line-height: 40px;
  }
  .heading h2 {
    font-size: 28px !important;
    line-height: 40px;
  }
  .banner_inner .banner-left h1 {
    font-size: 34px;
    line-height: 46px;
  }
  .header-push-button .logInBtn {
    font-size: 10px;
  }
  .searchTerm {
    font-size: 12px;
  }
  .breadcrumbs ul li a {
    font-size: 16px;
  }
  .hiringProces ul li .processStep h4 {
    font-size: 24px;
  }
  .faq_main nav .nav-tabs .nav-item .nav-link,
  .faq_main nav .nav-tabs .nav-link {
    width: 100%;
  }
  .section_one nav .nav-tabs .nav-item .nav-link,
  .section_one nav .nav-tabs .nav-link {
    width: 100%;
  }
  
}

@media (max-width: 320.98px) {
  .termMain p,
  .termMain li,
  .termMain {
    font-size: 13px;
    line-height: 23px;
  }
  .copy-right {
    font-size: 13px;
  }
  .footer-link ul li {
    font-size: 13px;
  }
  .contact_main .heading p {
    font-size: 13px;
  }
  .careerSectwo .heading p {
    font-size: 13px;
  }
  .jobinfo p {
    font-size: 13px;
  }
}
