.btn,
body,
html {
  font-family: Poppins, sans-serif;
}
.card-box-hover h3,
.galarie-block .content h3,
.series-tab h3,
.title h2,
.title-tabs button,
.title.medium.type3 h3 {
  text-transform: uppercase;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px grey;
  background: #000;
}
::-webkit-scrollbar-thumb {
  background: #005339;
  border-radius: 10px;
  border: 4px solid #000;
}
::-webkit-scrollbar-thumb:hover {
  background: #70443b;
}
body,
html {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.main-navigation li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
}
.menu-dropdown-btn svg,
.product-image-zoom button.btn-close svg {
  width: 20px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 11;
  backdrop-filter: blur(20px);
}
.career-accordion .accordion-header ul li:last-child:after,
.mobile-menu-btn.open .open_menu,
.pause-btn,
.video-play-btn.click .play-btn {
  display: none;
}
.mobile-menu-btn.open .bi-x {
  display: block !important;
  width: 20px;
}
svg.open_menu {
  width: 28px;
}
header .logo img {
  margin-bottom: 0px;
}
#tags {
  background: 0 0;
  border: none;
  color: #fff;
  border-bottom: 1px solid;
  outline: 0;
  padding-left: 5px;
  margin-left: 5px;
}
.back-to-top.scrolled {
  opacity: 1;
}
.back-to-top {
  font-size: 20px;
  color: #fff !important;
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  line-height: 2.5;
  border-radius: 50%;
  background: 0 0/200% #0a1225;
  text-align: center;
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}
.btn,
footer h5 {
  font-size: 16px;
}
.back-to-top svg {
  width: 25px;
  height: 25px;
}
.search-input {
  border: 1px solid #000;
  background: 0 0;
  border-radius: 20px;
  padding: 5px 20px;
  color: #000;
}
.search-input::placeholder {
  color: #fff;
}
.form-group.icon-btn button {
  position: absolute;
  background: 0 0;
  border: none;
  outline: 0;
  right: 10px;
  top: 4px;
}
.main-navigation li.dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.main-navigation li.dropdown ul a.icon-link {
  background: #053f22;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  border-right: 1px solid;
  height: 100%;
}
.main-navigation li.dropdown > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 1000px;
  border-radius: 0 16px 16px 0;
  border: 1px solid;
  display: flex;
}
.main-navigation li.dropdown ul a.icon-link img {
  display: block;
  margin: 0 auto 8px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.main-navigation li.dropdown > ul > li > a,
.product-block .product-content {
  padding: 20px;
}
.main-navigation li.dropdown > ul > li {
  width: 100%;
  position: relative;
}
.main-navigation li.dropdown ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  border: 1px solid;
}
.main-navigation li.dropdown ul ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  background: #005339;
}
.main-navigation li.dropdown ul ul li a:hover {
  background: #053f22;
  color: #fff;
}
.main-navigation li.dropdown ul li:last-child a.icon-link {
  border: none;
  border-radius: 0 16px 16px 0;
}
.main-navigation li.dropdown:hover {
  background: #000;
  border: 1px solid;
  border-radius: 10px 10px 0 0;
}



.journey-block.active .journey-content,
.location-tab-section .nav li.active,
.location-tab-section .nav li:hover,
.main-navigation a.nav-link,
.main-navigation li.dropdown:hover > a,
.series-tab.active h3,
.social.white a:hover,
.swiper-next-btn:hover,
.swiper-prev-btn:hover,
ul.address-icon-list li a:hover {
  color: #fff;
  background: #053f22;
  border-radius: 8px;
}
.download-block:hover a.view-btn-circle,
.main-navigation li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}
.blog-block.horizontal:hover .content,
.blog-block:hover .blog-action,
.blog-block:hover .content,
.download-block:hover,
.footer-bottom-cta-section.bg-dark:before,
.galarie-block:hover,
.main-navigation li.dropdown > ul > li:hover a,
.product-detail-desp .product-code select.form-select option {
  background: #311707;
}
.main-navigation li.dropdown > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  display: block;
}
ul#searchingData {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
ul#searchingData li a {
  text-decoration: none;
  padding: 7px 10px;
  display: block;
  color: #000;
  border-bottom: 1px solid #f5f5f5;
  font-size: 12px;
}
footer {
  padding: 50px 0 40px;
}
footer h5 {
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 20px;
}
footer a,
footer ul li,
footer ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
}
.career-accordion .accordion-header ul,
.category-filter ul,
.dot-list ul,
.icon-list ul,
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .flex-sm-nowrap.flex-wrap {
  display: none !important;
}
.series-tab-slider .series-pagination {
  width: 80px;
  margin: 20px auto 0;
  transform: unset !important;
}
footer ul.half {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  margin: 0 -15px;
}
footer ul.half li {
  width: 50%;
  padding: 0 15px;
}
footer a:hover,
footer ul li a:hover {
  color: #70443b;
}
.form-group:not(:last-child),
.product-desp ul li:not(:last-child),
footer ul:not(.half) li:not(:last-child) {
  margin-bottom: 15px;
}
.social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  /* background: #636363; */
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
  color: #6e6e6e;
  position: relative;
}
.journey-block.active .journey-image-section:after,
.journey-block.active .journey-image-section:before,
.social a:hover {
  background: #70443b;
}
.inputWrapper {
  display: flex;
  width: 100%;
}
.newsletter-form input {
  width: 90%;
  background: 0 0;
  border: none;
  outline: 0;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
  color: #fff;
}
.newsletter-form input:autofill {
  background: 0 0;
  color: #fff;
}



.megamenu:hover{
  background: #005339!important;
  color: #fff!important;
}

.btn.text-btn:hover,
.main-navigation a.nav-link:hover {
  color: #fff;
}
.title h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
}
.title h3,
.title p.sub-heading {
  font-size: 28px;
  font-weight: 400;
}
.title h3 {
  line-height: 33px;
}
.btn {
  min-width: 180px;
  border-radius: 50px;
  border: none;
  outline: 0;
  box-shadow: none;
  padding: 10px 30px;
  align-self: center;
}
.btn-primary,
.btn.btn-primary.btn-dark:hover,
.galarie-block:hover a span,
.location-tab-section button span.blue,
.map-btn button span.blue {
  background: #311707;
}
.btn-primary:hover {
  background: #fff!important;
  \: 3px solid #70443b;
  color: #311707!important;
  font-weight: bold;
}
.title p.sub-heading {
  line-height: 33px;
  color: #6e6e6e;
}
.section-bg {
  background-size: cover;
}
.section-space {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}
.product-showcase {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.product-showcase > div {
  margin: 0 -4%;
  perspective: 100px;
  position: relative;
}
.product-showcase .fourth-view,
.product-showcase .second-view,
.product-showcase .third-view {
  left: 100vw;
  position: absolute;
}
.product-showcase .first-view {
  scale: 1.6;
  opacity: 0;
  animation: 0.8s ease-in forwards firsView;
}
@keyframes firsView {
  from {
    scale: 1.6;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
.section-space.header-space {
  padding-top: 150px;
}
.full-image img,
.india-map svg,
.section-video video,
.series-tab img,
.title-banner-section img,
ul.nav.flex-wrap li {
  width: 100%;
}
.full-screen-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.video-play-btn {
  background: 0 0;
  border: none;
  outline: 0;
  position: absolute;
  box-shadow: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.rounded-img img {
  width: 100%;
  transition: 0.6s;
}
.rounded-img {
  border-radius: 10px;
  overflow: hidden;
}
.rounded-img:hover img {
  transform: scale(1.05) rotate(1deg);
}
.accordion-body,
.bg-dark,
.bg-dark .accordion.tech-specs button.accordion-button-gray {
  background: #e0e0e0 !important;
}
.inline-box-checkbox ul.nav,
.map-point.active,
.video-play-btn.click .pause-btn {
  display: block;
}
.btn.text-btn {
  background: 0 0;
  padding: 0;
  color: #00a2ff;
  font-weight: 600;
  width: auto;
  min-width: auto;
}
.btn.icon-btn svg {
  display: inline-block;
  width: 21px;
  vertical-align: text-top;
  transition: 0.3s;
}
.btn.icon-btn:hover svg {
  transform: translateX(5px);
}
.btn.icon-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.section-video {
  width: 100%;
  height: auto;
  position: relative;
}
.section-video .top-content {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  padding-top: 50px;
}
.section-video .bottom-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 50px;
}
.h-screen {
  height: 100vh;
}
.content-place-center {
  display: grid;
  height: 100%;
  padding: 90px 0;
  text-align: center;
  align-content: space-between;
}
.black-bottom-bg,
.footer-bottom-cta-section,
.journey-block .journey-image-section,
.rounded-img.title,
.title-banner-section {
  position: relative;
}
.title-banner-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 6%);
}
.title-banner-section .title-heading {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: none;
}
.title-banner-section .title-heading h1 {
  margin: 0;
  font-weight: 300;
  font-size: 48px;
  text-transform: uppercase;
}
.banner-below-text p {
  font-size: 28px;
  font-weight: 200;
  line-height: 36px;
  text-align: center;
  margin: 0;
}
.desp-dark p,
.form-group.light,
.product-desp,
.title-dark > *,
.title.dark-text p {
  color: #000;
  text-align: justify;
}
.title-tabs button {
  display: block;
  background: 0 0;
  outline: 0;
  border: none;
  color: #767676;
  font-size: 40px;
  font-weight: 300;
  line-height: 47px;
  padding: 60px 20px 20px;
  border-right: 1px solid #272727;
  width: 100%;
  text-align: left;
}
.title-tabs button:last-child {
  padding: 20px 20px 60px;
}
.title-tabs button.active {
  color: #f5f5f7;
  border-color: #f5f5f7;
}
.rounded-img.thick-border {
  border: 18px solid #6e6e6e;
}
.rounded-img.thick-border:hover {
  border-color: #000;
}
.swiper-next-btn,
.swiper-prev-btn {
  position: absolute;
  background: 0 0;
  border: #ffdead;
  color: #565656;
  outline: 0;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-prev-btn {
  left: -40px;
}
.swiper-next-btn {
  right: -40px;
}
.color-tabs,
.logo-block,
.product-main-slider .swiper-slide {
  text-align: center;
}
.logo-block img {
  max-width: 95%;
  max-height: 50px;
}
.milestone-block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.milestone-block .icon-block {
  width: 80px;
  height: 80px;
  background: #311707;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  position: relative;
}
.milestone-block .content-block {
  width: calc(100% - 80px);
  padding-left: 30px;
  padding-right: 20px;
}
.milestone-block .icon-block img {
  max-width: 75px;
  max-height: 40px;
  width: 50px;
  filter: brightness(0) invert(1);
}
.faq-container,
.product-image-zoom .modal-body img,
.product-main-slider .swiper-slide img {
  max-width: 100%;
}
.milestone-block .content-block h4 {
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  width: max-content;
}
@media (max-width: 767px) {
  .milestone-block .content-block h4 {
    width: 90%;
  }
}
.milestone-block .content-block h4:before {
  content: "";
  width: 40px;
  height: 4px;
  background: #311707;
  position: absolute;
  bottom: 0;
}
.milestone-block .content-block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #f0f0f0;
}
.milestone-block .icon-block:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #ffffff;
  position: absolute;
  bottom: 100%;
  left: 40px;
}
.milestone-year {
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-left: 10px;
}
.milestone-slider .swiper-slide:nth-child(2n) .milestone-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  position: relative;
  top: 43px;
}
.milestone-slider .swiper-slide:nth-child(2n) .milestone-box .milestone-block {
  align-items: end;
}
.milestone-slider .swiper-slide:nth-child(2n) .milestone-box .milestone-year {
  position: relative;
  top: 42px;
  border-top: 1px solid #ffffff;
  border-bottom: none;
}
.milestone-slider
  .swiper-slide:nth-child(2n)
  .milestone-box
  .milestone-block
  .icon-block:before {
  bottom: auto;
  top: 100%;
  height: 42px;
}
.black-dark-gradient {
  background: linear-gradient(0deg, #272727 50%, #000 50%);
}
.address-block {
  background: #272727;
  padding: 30px;
  border-radius: 10px;
}
.address-block h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.address-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6e6e6e;
  margin: 0;
}
.map-btn button,
ul.nav.breadcrumb li svg {
  margin-right: 5px;
}
.map-btn button {
  border-radius: 8px;
  background: #272727;
  padding: 9px 20px;
  box-shadow: none;
  border: 1px solid #272727;
  color: #6e6e6e;
  font-weight: 500;
}
.map-btn button.active {
  background: #000;
  border-color: #fff;
  color: #fff;
}
.location-tab-section button span,
.map-btn button span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e70000;
  border-radius: 50px;
  margin-right: 9px;
  vertical-align: revert;
}
.location-tab-section button span.green,
.map-btn button span.green {
  background: #188038;
}
.map-point {
  display: none;
  cursor: pointer;
}
.map-circle-info {
  width: 100px;
  height: 100px;
  position: absolute;
  background: #e70d2f;
  color: #fff;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.journey-section .journey-block:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.journey-block .journery-image {
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  filter: grayscale(1);
}
.journey-block .journery-image img {
  width: 100%;
  transition: 0.5s;
}
.galarie-block:hover .img-box img,
.journey-block:hover .journery-image img {
  scale: 1.1;
}
.journey-section .journey-block:nth-child(2n) .journery-image {
  border-radius: 0 10px 10px 0;
}
.journey-block:not(:last-child) {
  margin-bottom: 100px;
}
.journey-section .journey-block h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  font-family: Poppins, sans-serif;
}
.journey-section .journey-block h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}
.journey-section .journey-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.journey-block .journey-content {
  padding-left: 50px;
  color: #6e6e6e;
}
.journey-section .journey-block:nth-child(2n) .journey-content {
  padding-left: 0;
  padding-right: 50px;
}
.journey-section .journey-line {
  position: absolute;
  height: calc(100% + 160px);
  width: 1px;
  background: #000;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  transition: 0.5s;
}
.blog-block .content,
.blog-block.project:hover .content {
  background: #311707;
}
.journey-section {
  position: relative;
  margin-top: 60px;
}
.journey-section span.dynamic.journey-line {
  background: #f5f5f7;
  height: 0;
}
.journey-block .journey-image-section:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
}
.journey-block:nth-child(odd) .journey-image-section:before {
  right: -5px;
  bottom: -60px;
}
.journey-block:nth-child(2n) .journey-image-section:before {
  left: -5px;
  bottom: -60px;
}
.journey-block .journey-image-section:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
}
.journey-block:nth-child(odd) .journey-image-section:after {
  right: -80px;
}
.journey-block:nth-child(2n) .journey-image-section:after {
  left: -80px;
}
.journey-block.active .journery-image {
  filter: grayscale(0);
}
.blog-block {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-block .img-box img {
  width: 100%;
  transition: 0.3s;
}
.blog-block .content {
  padding: 30px 40px;
  text-align: left;
}
.blog-block .content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  width: 80%;
  color: #000;
}
.blog-block .blog-action {
  background: #311707;
  border-top: 1px solid #000000;
  font-size: 14px;
  padding: 0 40px;
}
.blog-block .blog-action a svg {
  width: 22px;
  color: #00a2ff;
  rotate: -45deg;
  stroke-width: 2px;
  transition-duration: 0.3s;
}
.blog-block .blog-action a {
  display: block;
  text-align: right;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  border-left: 1px solid #000000;
}
.blog-block .blog-action a:hover svg {
  rotate: 0deg;
}
.blog-block .blog-action .date {
  padding: 15px 0;
  color: #000;
}
.blog-block:hover .img-box img {
  scale: 1.1;
  rotate: 1deg;
}
.blog-block.horizontal .img-box {
  overflow: hidden;
  width: 40%;
}
.blog-section .col {
  margin-bottom: 70px;
}
.blog-section .col:nth-child(2n) {
  margin-top: 70px;
  margin-bottom: 0;
}
.blog-block .blog-tag {
  color: #fff;
  background: #053f22;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 0 50px 50px 0;
}
.form-control,
.form-control:focus {
  color: #f5f5f7;
  box-shadow: none;
  outline: 0;
}
.tab-btns a,
.tab-btns button {
  background: 0 0;
  border: none;
  outline: 0;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  margin-right: 6px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.tab-btns a:last-child,
.tab-btns button:last-child {
  margin: 0;
}
.tab-btns {
  background: #000;
  border-radius: 9px;
  padding: 8px;
}
.download-block:hover a.download-btn-circle,
.tab-btns a.active,
.tab-btns button.active,
a.download-btn-circle.red {
  background: #e70000;
}
.header-strip {
  background: #000;
  height: 100px;
}
.title.medium h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 500;
  color: #fff;
}
.common-content h3,
.title h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.common-content p {
  font-weight: 300;
  line-height: 24px;
  color: #afafaf;
}
.common-content img {
  width: 100%;
  border-radius: 16px;
  margin: 30px 0;
}
.common-content h4.author {
  font-size: 16px;
  color: #6e6e6e;
}
.blog-block.horizontal .content span.tag,
.common-content h4.author span {
  color: #e70000;
}
ul.nav.breadcrumb li {
  background: #000;
  padding: 9px 60px 9px 20px;
  border-radius: 30px;
  font-size: 14px;
  margin-right: -50px;
  display: flex;
  align-items: center;
  max-width: 90%;
}
ul.nav.breadcrumb li a {
  font-weight: 500;
  text-decoration: none;
  color: #565656;
}
ul.nav.breadcrumb li:last-child {
  padding-right: 20px;
  background: #6e6e6e;
}
.blog-block.horizontal {
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
}
.blog-block.horizontal .content {
  width: 60%;
  border: none;
  padding: 35px 80px;
  background: rgb(0 0 0 / 20%);
}
.blog-block.horizontal img {
  height: 100%;
  object-fit: cover;
}
.blog-block.horizontal .content h3 {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  margin: 10px 0 15px;
}
.blog-block.horizontal .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #6e6e6e;
  margin-bottom: 20px;
}
.blog-block.horizontal .blog-action a {
  text-align: left;
  display: inline-block;
  border: none;
  border-top: 2px solid #d6d6d6;
}
.blog-block.horizontal .content span.date {
  color: #6e6e6e;
  margin-left: 10px;
}
.full-event-video iframe {
  width: 100%;
  height: 450px;
}
nav ul.pagination li.page-link {
  background: 0 0;
  padding: 0 6px;
  border: none;
}
.fetch_dealer_city a.getCityName,
nav ul.pagination li.page-link a {
  color: #fff;
  text-decoration: none;
}
ul.pagination {
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
}
.form-control {
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #fff!important;
}
.form-control:focus {
  border-color: #fff;
}
.form-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
}
textarea.form-control {
  resize: none;
  min-height: 80px;
}
.social a div {
  width: max-content;
  text-decoration: none;
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
}
.social.white svg path {
  fill: #f5f5f7;
}
.social.white a:hover svg path {
  fill: #e70d2f;
}
ul.address-icon-list li {
  width: 100%;
  position: relative;
  padding-left: 30px;
  color: #000;
}
ul.address-icon-list li svg {
  position: absolute;
  left: 0;
  top: 3px;
}
ul.address-icon-list {
  row-gap: 20px;
  color: #6e6e6e;
}
ul.address-icon-list li a {
  text-decoration: none;
  color: #000;
  display: block;
}
.counter_block h3.counter-value {
  font-size: 80px;
  font-weight: 100;
  line-height: 87px;
  position: relative;
  width: max-content;
  margin: 0;
}
.counter-value:before {
  content: attr(data-info);
  position: absolute;
  right: -50px;
}
.counter_block {
  padding: 50px 30px;
}
.counter_block h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 33px;
  color: #6e6e6e;
}
.text-base p {
  font-size: 16px;
  font-weight: 300;
}
.location-tab-section button {
  border-radius: 8px 8px 0 0;
  background: #272727;
  padding: 9px 10px;
  box-shadow: none;
  border: 1px solid #272727;
  border-bottom-color: #6e6e6e;
  color: #6e6e6e;
  font-weight: 500;
  margin-right: 5px;
  width: 100%;
}
.card-box-hover,
.icon-box {
  border-radius: 16px;
  height: 100%;
}
.location-tab-section .nav {
  position: relative;
  top: 1px;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 10px;
  z-index: 10;
}
.location-tab-section button.active {
  background: #000;
  border-color: #6e6e6e #6e6e6e #000;
}
.border.border-dark {
  border-color: #6e6e6e !important;
}
.location-lists {
  height: 180px;
  overflow-y: auto;
}
.location-lists ul li {
  padding: 10px 20px;
}
.city-head-drodown {
  background: #6e6e6e;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.location-tab-section .nav li {
  color: #6e6e6e;
  cursor: pointer;
}
.contact-map iframe {
  height: 250px;
}
.title-desp p {
  font-size: 16px;
}
.icon-box {
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.icon-box p {
  margin: 0;
  color: #6e6e6e;
}
.icon-box img {
  margin-bottom: 10px;
  height: 55px;
  width: 55px;
  object-fit: contain;
  object-position: bottom;
}
.card-box-hover h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
}
.card-box-hover p {
  margin: 0;
  font-size: 15px;
  color: #f5f5f7;
  opacity: 0.5;
  line-height: 23px;
}
.galarie-block .content a span,
a.download-btn-circle {
  line-height: 32px;
  display: inline-block;
  text-align: center;
}
.card-box-hover {
  padding: 15px 55px 15px 25px;
}
.card-box-hover:hover p {
  color: #fff;
  opacity: 1;
}
.career-accordion {
  background: rgb(255 255 255 / 10%);
  border: none;
  color: #6e6e6e;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 16px !important;
  overflow: hidden;
  transition: 0.4s;
}
.career-accordion .accordion-header h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
}
.career-accordion .accordion-header ul li {
  display: inline-block;
  padding: 4px 0;
  position: relative;
  margin-right: 20px;
}
.career-accordion .accordion-header ul li:after {
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  border-right: 1px solid #d6d6d6;
}
.career-accordion .accordion-header div {
  cursor: pointer;
}
.career-accordion .accordion-body {
  padding: 20px 0 0;
}
.footer-bottom-cta {
  padding: 80px 0;
  border-radius: 16px 16px;
}
.desp-light p {
  font-weight: 400;
  color: #fff;
}
.career-accordion.active {
  background: #000;
  padding: 30px;
}
.btn-primary.light {
  background: #efefef;
  color: #565656;
}
.btn svg {
  margin-right: 4px;
}
.btn-primary.light:hover {
  background: #00a2ff;
  color: #fff;
}
.btn-primary.light:hover svg path {
  fill: #fff;
}
.dot-list ul li,
.icon-list ul li {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 14px;
  position: relative;
  padding-left: 24px;
}
.icon-list ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/bullet-icon.svg") center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.dot-list ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #6e6e6e;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
}
.career-apply-form {
  padding: 50px 60px;
  border-radius: 0 0 16px 16px;
}
.back-btn {
  text-decoration: none;
  color: #565656;
  background: #000;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 50px;
}
.back-btn svg {
  margin-right: 6px;
}
#filterForm .filter-button,
#filterForm .filter-button:hover,
.back-btn:hover,
.btn-email,
.btn-email:hover,
.btn-whatsapp,
.btn-whatsapp:hover {
  background: #e70d2f;
  color: #fff;
}
.download-block,
.galarie-block {
  background: linear-gradient(
      93.39deg,
      rgba(255, 255, 255, 0.1) 0,
      rgba(255, 255, 255, 0.1) 100%
    ),
    #000;
}
.back-btn:hover svg path {
  stroke: #fff;
}
.download-block {
  border-radius: 16px;
  padding: 25px 20px 20px;
  font-size: 16px;
  color: #6e6e6e;
  font-weight: 500;
  position: relative;
}
.download-block img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
a.download-btn-circle {
  min-width: 32px;
  min-height: 32px;
  background: #272727;
  color: #fff;
  border-radius: 50%;
}
a.download-btn-circle svg {
  width: 16px;
  height: 16px;
}
.download-block a.view-btn-circle {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #272727;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: 10px;
}
.download-block a.view-btn-circle img {
  width: 15px;
  height: auto;
}
.galarie-block {
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
  overflow: hidden;
}
.galarie-block .img-box {
  width: 50%;
  overflow: hidden;
}
.galarie-block .content {
  width: 50%;
  padding: 40px 50px 40px 40px;
  display: flex;
  flex-wrap: wrap;
}
.galarie-block .img-box img {
  width: 100%;
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.galarie-block .content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.galarie-block .content p {
  margin: 0;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 24px;
}
.galarie-block .content a svg {
  width: 15px;
}
.galarie-block .content a span {
  width: 32px;
  height: 32px;
  background: #272727;
  rotate: -45deg;
  border-radius: 50%;
  margin-right: 10px;
}
.galarie-block .content a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}
.galarie-block .content div:nth-child(2) {
  display: flex;
  align-items: end;
}
img.float-bottom-image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.product-purchase-form img.float-bottom-image {
  width: 90%;
  left: 5%;
}
.inline-box-checkbox label.btn.btn-primary {
  color: #6e6e6e;
  border: 1px solid #6e6e6e;
  border-radius: 8px;
  background: 0 0;
  padding: 5px 10px;
  min-width: inherit;
  font-size: 12px;
}
.inline-box-checkbox ul.nav li {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 11px;
}
.inline-box-checkbox .btn-check:checked + label.btn.btn-primary {
  background: #6e6e6e;
  border-color: #6e6e6e;
  color: #fff;
}
.product-purchase-form .title h3 {
  font-size: 32px;
  line-height: 38px;
}
.overlay-block .overlay-text {
  position: absolute;
  top: 0;
  background: linear-gradient(
    93.39deg,
    rgba(0, 0, 0, 0.9) 0,
    rgba(0, 0, 0, 0.8) 100%,
    rgba(0, 0, 0, 0.9) 100%
  );
  backdrop-filter: blur(20px);
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.overlay-block {
  position: relative;
  height: 350px;
}
.overlay-block .overlay-text p {
  margin: 0;
  transition: 0.5s;
  transform: translateY(30px);
}
.overlay-block:hover .overlay-text {
  opacity: 0.8;
  visibility: visible;
}
.overlay-block:hover .overlay-text p {
  transform: translateY(0);
}
.overlay-block.large .overlay-text p {
  width: 50%;
}
.overlay-block img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.series-tab h3 {
  text-align: center;
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  color: #6e6e6e;
}
.series-tab-slider .img-box {
  height: 170px;
  display: flex;
  align-items: center;
}
.series-tab-slider .img-box img {
  max-height: 100%;
  object-fit: contain;
}
.title.medium.type3 h3 {
  font-size: 32px;
  font-weight: 300;
  color: #f5f5f7;
  margin-bottom: 15px;
  line-height: initial;
}
.title-desp.light-desp p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.img-title-box h5,
.overlapping-image-section .overlap-img-block h3,
.small-title h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-transform: uppercase;
}
.border.light-border {
  border-color: rgb(255 255 255 / 10%) !important;
}
img.right-float-image {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: contain;
  right: 0;
}
.big-title {
  font-size: 80px;
  font-weight: 300;
  line-height: 94px;
  text-transform: uppercase;
}
.overlapping-image-section {
  display: flex;
  flex-wrap: wrap;
}
.overlapping-image-section .overlap-img-block .img-box img {
  width: 90%;
}
.overlapping-image-section .overlap-img-block {
  width: calc(25% + 105px);
  margin-right: -130px;
}
.overlapping-image-section .overlap-img-block h3 {
  text-align: center;
  margin: 0;
}
.category-tabs li,
.overlapping-image-section .overlap-img-block .img-box,
.product-detail-desp .product-code {
  margin-bottom: 30px;
}
.curve-tabs button.nav-link.active {
  background: 0 0;
  border-radius: 16px 16px 0 0;
  border: 1px solid #6e6e6e;
  color: #fff;
}
.curve-tabs a {
  text-decoration: none;
  border: none;
}
.curve-tabs .nav.nav-tabs {
  border: none;
  padding: 0 20px;
}
.curve-tabs button.nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  min-width: 170px;
  border: none;
  border-bottom: 1px solid #6e6e6e;
  position: relative;
  padding: 10px 20px;
}
.curve-tabs a button.nav-link:first-child:before,
.curve-tabs a button.nav-link:last-child:before {
  content: none;
}
.curve-tabs button.nav-link.active:before {
  content: "";
}
.curve-tabs button.nav-link:first-child:before,
.curve-tabs button.nav-link:last-child:before {
  content: "";
  width: 50px;
  border-bottom: 1px solid #6e6e6e;
  position: absolute;
  right: 100%;
  bottom: -1px;
}
.curve-tabs button.nav-link:last-child:before {
  right: auto;
  left: 100%;
}
.curve-tabs button.nav-link:active,
.curve-tabs button.nav-link:focus,
.curve-tabs button.nav-link:hover {
  border-color: #6e6e6e;
}
.series-tab-slider .swiper-pagination {
  position: static;
  display: block;
  margin: 20px auto 0;
  transform: inherit !important;
}
.series-tab-slider span.swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
nav.curve-tabs {
  display: flex;
  justify-content: center;
}
.switich-slider-tab-section {
  padding: 30px 70px;
}
.border-seprator,
.img-title-box {
  padding: 40px 0;
}
.switich-slider-tab-section .swiper-wrapper {
  justify-content: center;
}
.img-title-box {
  text-align: center;
}
.img-title-box h5 {
  color: #6e6e6e;
}
.img-title-box img {
  max-width: 90%;
  margin-bottom: 20px;
}
.box-border-section > div {
  border-right: 1px solid;
}
.box-border-section > div:nth-child(3n + 3) {
  border: none;
}
.color-tabs .tab-btns {
  background: 0 0;
  border: 1px solid;
  border-radius: 50px;
  width: max-content;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.color-tabs .tab-btns button span.color-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.color-tabs .tab-btns button {
  margin: 0;
  padding: 0;
  height: 20px;
  background: 0 0;
}
.footer-bottom-cta-section:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-bottom-cta-section.bg-black:before,
.scrollmagic-pin-spacer {
  background: #272727;
}
button.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #272727;
  z-index: 50;
}
.category-videos,
.full-video,
.full-video iframe,
.left-black-gradient:before {
  width: 100%;
  height: 100%;
}
button.play-btn svg {
  width: 40px;
}
.full-video {
  position: absolute;
  left: 0;
  top: 0;
}
.category-videos video,
.full-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-tabs {
  list-style: none;
  padding: 0 0 0 15%;
  margin: 0;
}
.category-tabs li h2,
.category-tabs li h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  margin: 0;
}
.category-filter ul li a:hover,
.category-filter ul li.active a,
.category-tabs li.active h2 a,
.category-tabs li.active h3 a {
  color: #f5f5f7;
}
.category-tabs li h2 a,
.category-tabs li h3 a,
.section-space .position-relative h1 a.double-click-category {
  text-decoration: none;
  color: #6e6e6e;
}
.category-videos {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.z-5 {
  z-index: 5;
}
.left-black-gradient:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background: linear-gradient(90deg, #000 0, rgba(255, 255, 255, 0) 60%);
}
.section-space .position-relative h1 {
  padding-left: 15%;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 300;
  line-height: 38px;
}
.product-block {
  background: #000;
  border-radius: 16px;
  border: 1px solid #6e6e6e;
  cursor: pointer;
}
.product-block .img-block {
  text-align: center;
  padding: 40px 20px;
}
.product-block .product-action {
  border-top: 1px solid #6e6e6e;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-block .product-content h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-block .product-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  border: 1px solid #272727;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: inline-flex;
}
.product-block .product-content ul li {
  font-weight: 500;
  padding: 2px 15px;
  text-transform: uppercase;
}
.product-block .product-content ul li:first-child {
  background: #272727;
  border-radius: 10px;
}
.product-block .product-action .capacity {
  width: 50%;
  font-size: 12px;
  text-align: left;
  border-right: 1px solid #6e6e6e;
  padding: 18px 30px;
}
.product-block .product-action a {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 15px 20px;
}
.product-block .product-action a svg {
  width: 23px;
  rotate: -45deg;
}


.product-block-home {
  border-radius: 12px;
  /* border: 1px solid #dddddd; */
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.9s;
  transform: scale(0.99);
  background: #053f22;
}

.product-block-home:hover{
  transition: transform 0.9s;
  transform: scale(1.05);
}

.product-block-home .product-content {
  padding: 20px 0 30px;
}

.product-block-home .img-block {
  text-align: center;
  /* padding: 20px 20px; */
}
.product-block-home .product-action {
  border-top: 1px solid #6e6e6e;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-block-home .product-content h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.product-block-home .product-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  border: 1px solid #272727;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: inline-flex;
}
.product-block-home .product-content ul li {
  font-weight: 500;
  padding: 2px 15px;
  text-transform: uppercase;
}
.product-block-home .product-content ul li:first-child {
  background: #272727;
  border-radius: 10px;
}
.product-block-home .product-action .capacity {
  width: 50%;
  font-size: 12px;
  text-align: left;
  border-right: 1px solid #6e6e6e;
  padding: 18px 30px;
}
.product-block-home .product-action a {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 15px 20px;
}
.product-block-home .product-action a svg {
  width: 23px;
  rotate: -45deg;
}

.product-block-home .img-block img {
  height: 280px;
  object-fit: fill;
  width: 100%;
}

.viewmore{
  text-decoration: none;
  text-align: center;
  background: #311707;
  color: #fff;
  padding: 9px 30px;
  border-radius: 20px;
}

.viewmore:hover{
  color: #fff;
}


.category-filter ul li a {
  text-decoration: none;
  color: #6e6e6e;
  font-weight: 500;
  display: block;
  padding: 20px 10px 20px 20px;
  border-bottom: 1px solid #6e6e6e;
  position: relative;
}
.category-filter ul li a span {
  border: 1px solid #6e6e6e;
  border-radius: 8px;
  padding: 2px 7px;
  position: absolute;
  right: 0;
  top: 19px;
}
.category-filter select.category-select {
  width: 100%;
  border: none;
  outline: 0;
  color: #6e6e6e;
  background-color: #000;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: none;
}
.category-filter p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.breadcrumb ul li a {
  text-decoration: none;
  border-radius: 30px;
  background: #6e6e6e;
  color: #f5f5f7;
  padding: 6px 20px;
}
.breadcrumb ul li:first-child a {
  background: #000;
  padding: 6px 40px 6px 15px;
}
.breadcrumb ul li:last-child {
  border: 1px solid #6e6e6e;
  padding: 4px 15px 4px 40px;
  border-radius: 30px;
}
.breadcrumb ul li {
  text-transform: capitalize;
  margin-right: -25px;
}
.product-block .img-block img {
  height: 200px;
  object-fit: contain;
  max-width: 100%;
}
.accordion.tech-specs button.accordion-button {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  font-family: Roboto;
  background: #000;
  color: #f5f5f7;
  padding: 20px 0;
  border: none !important;
  text-transform: uppercase;
  box-shadow: none;
}
.accordion.tech-specs button.accordion-button-gray {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  font-family: Roboto;
  background: #053f22;
  color: #fff;
  padding: 20px 20px;
  border: none !important;
  text-transform: capitalize;
  box-shadow: none;
}
.accordion.tech-specs .accordion-collapse,
.accordion.tech-specs h2.accordion-header {
  border: none !important;
}
.accordion.tech-specs .accordion-item {
  border: none;
  border-top: 1px solid #6e6e6e;
  border-radius: 0 !important;
  background: no-repeat;
}
.accordion.tech-specs .accordion-body {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 25px;
}
.accordion.tech-specs .accordion-body ul {
  padding: 0;
  margin: 0;
}
.accordion.tech-specs button.accordion-button-gray:after,
.accordion.tech-specs button.accordion-button:after,
.product-thumb-section .swiper-button-next,
.product-thumb-section .swiper-button-prev {
  filter: brightness(0) invert(1);
}
.product-desp ul {
  margin: 0;
  padding-left: 15px;
}
.product-thumb-slider .product-thumb {
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 15px;
  cursor: pointer;
}
.product-thumb-slider .product-thumb img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}
.product-thumb-slider .swiper-slide-thumb-active .product-thumb {
  border-color: #272727;
}
button.product-zoom-btn {
  width: 25px;
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 0;
}
button.product-zoom-btn svg {
  width: 25px;
}
.product-thumb-section .swiper-button-next:after,
.product-thumb-section .swiper-button-prev:after {
  font-size: 22px;
}
.product-thumb-section .swiper-button-next {
  right: -20px;
}
.product-thumb-section .swiper-button-prev {
  left: -20px;
}
.product-image-slider-section {
  padding: 30px;
}
.btn.btn-primary.btn-dark {
  background: #4a4a4a;
}
.product-detail-desp .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #6e6e6e;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.product-detail-desp .price span {
  font-size: 28px;
  color: #fff;
  padding-left: 10px;
}
.product-detail-desp .dimension {
  border-top: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
  padding: 15px 0;
  margin-bottom: 40px;
  margin-top: 30px;
}
.product-detail-desp .dimension p {
  margin: 0;
  display: flex;
  align-items: center;
  color: #6e6e6e;
}
.product-detail-desp .dimension p span {
  border: 1px solid #6e6e6e;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 8px;
  margin-left: 10px;
}
.inline-btn button.btn:not(:last-child) {
  margin-right: 10px;
}
.label-select {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}
.product-detail-desp .product-code select.form-select {
  filter: brightness(0) invert(1);
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #f5f5f7;
}
.label-select .input-group-text {
  background: #000;
  color: #fff;
  border: none;
  padding: 5px 20px;
}
.label-select.white-border {
  border-color: #fff;
}
.label-select.white-border .input-group-text {
  background: 0 0;
  border-right: 1px solid;
}
.product-detail-desp {
  padding-right: 50px;
}
.product-detail-desp .color {
  background: #000;
  display: inline-block;
  min-width: 70%;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  color: #6e6e6e;
  position: relative;
}
.product-detail-desp .color span {
  border: 1px solid #6e6e6e;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 12px;
  position: absolute;
  right: 20px;
  color: #fff;
}
.inline-box-checkbox label.btn.btn-primary.white-round {
  border-color: #fff;
  color: #fff;
  border-radius: 40px;
  padding: 5px 15px;
}
.inline-box-checkbox .btn-check:checked + label.btn.btn-primary.white-round {
  background: #fff;
  color: #272727;
}
.product-image-zoom button.btn-close {
  position: absolute;
  right: 10px;
  background: #fff;
  top: 10px;
  z-index: 9;
  opacity: 1;
  padding: 0;
  width: auto;
  height: auto;
}
.blog-block .img-box {
  overflow: hidden;
}
.blog-block .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 0;
}
.black-bottom-bg:before {
  content: "";
  width: 100%;
  height: 20%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
img.csr-logo {
  position: absolute;
  right: 9%;
  top: 30%;
}
.csr-content h3 {
  margin-top: 60px;
  color: #fff;
}
.mission-section,
.vision-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 13px;
}
.rounded-img.title h1,
.rounded-img.title h2 {
  position: absolute;
  top: 80px;
  left: 40px;
  z-index: 10;
}
#mission-vision {
  min-height: 770px;
}
.fetch_dealer_city {
  background: #6e6e6e;
  width: 100%;
  list-style: none;
  max-height: 200px;
  overflow: auto;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0 0 10px #000;
}
.accordion-button::after {
  filter: invert(100%) !important;
}
.accordion-button:not(.collapsed)::after {
  filter: contrast(0.1) !important;
}
.bg-dark .accordion.tech-specs .accordion-body {
  background: #000 !important;
  color: #fff !important;
}
.bg-dark .accordion.tech-specs .accordion-body ul {
  padding-left: 16px;
}
.faq-container {
  background-color: #272727;
}
.faq-item .faq-question {
  font-weight: 550;
  font-size: 1.2rem;
  color: #6e6e6e;
  margin-bottom: 5px;
}
.faq-item .faq-answer {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #6e6e6e !important;
  border: 0 !important;
}
.iframe-container .corporate,
.slecter-container {
  background-color: #000;
  box-shadow: rgb(177 172 172 / 24%) 0 3px 8px;
}
.store-locator-image {
  margin-top: 5%;
  padding: 0;
}
.left-image {
  height: 600px;
  width: 100%;
}
.left-image h1 {
  color: #000;
  position: absolute;
  top: 20%;
}
.store {
  text-align: center;
  margin-bottom: 30px;
}
.iframe-container .col-md-12,
.slecter-container {
  margin-bottom: 50px;
}
.store h1 {
  padding: 10px;
  color: #fff;
}
.slecter-container .col-md-2 {
  width: 20%;
}
.slecter-container .col-md-2 button {
  padding: 6px 77px;
  border: none;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  background-color: #00a2ff;
  color: #fff;
}
.slecter-container .col-md-2 button:hover {
  background-color: #da251d;
  color: #fff;
}
.slecter-row {
  justify-content: center;
  text-align: center;
  align-items: center;
}
.iframe-coloum iframe {
  height: 507px;
}
.iframe-container .corporate {
  color: #fff;
  height: 250px;
  width: 48%;
  border-radius: 20px;
}
.iframe-container .col-md-6 p {
  color: fff;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.5rem;
}
.corporate-row {
  gap: 12px;
}
.iframe-container .corporate h5 {
  padding-top: 20px;
}
.slecter-container {
  border-radius: 10px;
  margin-top: 0;
  padding: 40px 20px;
}
select:focus {
  border: none;
  outline: 0;
}
.overflow-hidden .h2-heading {
  font-family: Roboto, sans-serif !important;
  font-size: 2.5rem !important;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.h1-innovation {
  font-size: 22px !important;
}

.logo_img{
  width: 210px;
  padding: 0px;
}

#carouselExampleIndicators{
  margin-top: 100px;
}

.bg-color{
  background: #fff;
}

.bg-color2{
  background: #ffffff;
}


.social i{
  color: #fff;
}
.footer-bg{
  background: #053f22;
}

.z2i-feature-box {
    background: #053f22;
    padding: 25px 22px;
    border-radius: 18px;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.why_icon {
    height: 60px;
    margin-bottom: 20px;
}

.z2i-feature-box h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #fff;
}

.z2i-feature-box p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.mainbg{
  background: #053f22;
}

.faq_img{
  width: 100%;
}

.testimonial-section{
  width:100%;
  max-width:1100px;
  margin:auto;
  padding:60px 20px;
}

.section-title{
  text-align:center;
  margin-bottom:40px;
}

.section-title h2{
  font-size:42px;
  color: #053f22;
  margin-bottom:10px;
}

.section-title p{
  color:#666;
  font-size:18px;
}

.slider{
  overflow:hidden;
  position:relative;
}

.slides{
  display:flex;
  transition:0.6s ease;
}

.testimonial-card{
  min-width:100%;
  padding:10px;
}

.testimonial-content{
  background: #053f22;
  color:#fff;
  padding:40px;
  border-radius:20px;
  text-align:center;
  position:relative;
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.testimonial-content::before{
  content:"";
  position:absolute;
  top:10px;
  left:25px;
  font-size:80px;
  opacity:0.15;
}

.testimonial-content p{
  font-size:20px;
  line-height:1.8;
  margin-bottom:25px;
}

.client-name{
  font-size:24px;
  font-weight:bold;
}

.client-role{
  margin-top:5px;
  color:#d7f8ea;
}

.stars{
  color:#ffd700;
  margin-top:20px;
  font-size:22px;
}

.controls{
  text-align:center;
  margin-top:30px;
}

.controls button{
  width:50px;
  height:50px;
  border:none;
  border-radius:50%;
  background:#005c3d;
  color:#fff;
  font-size:22px;
  cursor:pointer;
  margin:0 10px;
  transition:0.3s;
}

.controls button:hover{
  background:#0b8b5f;
  transform:scale(1.1);
}

@media(max-width:768px){

  .section-title h2{
    font-size:30px;
  }

  .testimonial-content{
    padding:30px 20px;
  }

  .testimonial-content p{
    font-size:17px;
  }

}

.text-white{
  color: #fff!important;
}


.fixed-side-btn {
    position: fixed;
    left: 5px;
    top: 311%;
    transform: translateY(-50%);
    z-index: 9999;
}

.fixed-side-btn a {
    display: block;
    background: #053f22;
    color: #fff;
    text-decoration: none;
    padding: 26px 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    margin-top: 10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transition: 0.3s ease;
}

.fixed-side-btn a:hover {
    background: #311707;
}

/* Mobile */
@media (max-width: 768px) {
      
     .fixed-side-btn {
        position: fixed;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
    } 

    .fixed-side-btn a {
        padding: 25px 10px;
        font-size: 14px;
    }
}


.social_img{
  width: 35px;
}

.box-bg{
  background: #053f22!important;
}

.dardgreen{
    color:#053f22!important;
}

.title-banner-section img{
    margin-top:100px;
}


@media only screen and (max-width: 600px) {
  #carouselExampleIndicators{
   margin-top: 53px;
  }
}
