@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
body {
  font-size: 15px;
  color: #000;
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  box-sizing: border-box;
  overflow-x: hidden;
}

/** **************** **/

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb {
  background-color: #f7ac31;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
}

/** **************** **/

.m0 {
  margin: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mb0 {
  margin-bottom: 0px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt80 {
  margin-top: 80px;
}
/**/
.p0 {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pb0 {
  padding-bottom: 0px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}

/** **************** **/

.container {
  max-width: 1350px;
}

/** **************** **/

header {
  padding: 5px 0;
}

.main-nav a,
.main-nav > ul > li {
  position: relative;
}

.banner-mbl,
.main-nav .drop-down ul li:after {
  display: none;
}

.main-nav .drop-down ul li a,
.main-nav a {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.fixed-top {
  display: block;
  position: relative;
  top: 0;
  /*padding: 4px 0 2px;*/
  /*box-shadow: 0px 2px 0px rgb(0 0 0 / 20%);*/
}

.header-scrolled .scrollto img {
  width: 235px;
  height: auto;
  margin-top: 0px;
}

.header-scrolled {
  position: fixed;
  padding: 7px 0 8px;
  box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
  background: #fff;
}

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

.main-nav {
  padding-top: 18px;
}

.header-scrolled .main-nav {
  padding-top: 4px;
}

.main-nav > ul {
  /*margin: 10px 0;*/
  padding: 0 15px;
  display: flex;
  background: #f2f2f2;
  border-radius: 50px;
}

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

.main-nav a {
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.main-nav .active > a,
.main-nav a:hover,
.main-nav li:hover > a,
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #00000080;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
  border: none;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}

.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0;
}

.main-nav .drop-down ul li:last-child {
  border-bottom: 0;
}

.main-nav .drop-down .drop-down > a,
.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down ul li a {
  padding: 7px 8px;
  border-radius: 2px;
  transition: 0.2s linear;
  font-size: 15px;
  text-transform: capitalize;
  width: 100%;
}

/*.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #00b43d;
}*/

/*.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 16px;
}*/

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.mobile-nav a {
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #416b9d;
  transition: 0.4s;
}

.mobile-nav a {
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: 0 0;
  font-size: 24px;
  transition: 0.4s;
  outline: 0;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  display: none;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mega-menu {
  width: 440px;
  left: -150px !important;
}
.mega-menu-prod {
  padding: 0px 10px 10px 10px;
  position: relative;
}
.mega-menu-prod:hover {
  opacity: 0.8;
}
.mega-menu-prod p {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #000;
  font-weight: 400;
}
.coming-soons {
  text-align: center;
  background: #fd6e40;
  color: #fff;
  font-size: 10px;
  width: 92px !important;
  display: block;
  line-height: 17px;
  white-space: initial;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  left: 50%;
  padding: 1px 0;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.shop-new {
  font-size: 10px;
  background: #f77555;
  color: #fff;
  border-radius: 10px;
  padding: 1px 10px;
  position: relative;
  top: -1px;
}
.get-cont {
  position: absolute;
  right: 20px;
  top: 18px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.header-scrolled .get-cont {
  top: 4px;
}
.get-cont span {
  position: relative;
}
.get-cont span .get-cont-bg {
  background: #fff;
  position: absolute;
  width: 29px;
  height: 30px;
  border-radius: 50px;
  padding: 3px;
  top: 4px;
  left: 5px;
}
.get-cont span img {
  width: 100%;
}
.get-cont:hover span img {
  transform: rotate(45deg);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  filter: invert(0.6) sepia(1) hue-rotate(14deg) saturate(799%);
}
.main-nav > ul {
  margin-right: 165px;
}
.get-cont span a {
  color: #000;
  padding: 8px 15px 8px 40px;
  background: #f2f2f2;
  border-radius: 50px;
  background-image: linear-gradient(135deg, #ffcb00 35%, #ffcb00 100%);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.get-cont:hover span a {
  background-image: linear-gradient(135deg, #000 35%, #000 100%);
  color: #fff;
}
.coming-soon {
  text-align: center;
  background: #fd6e40;
  color: #fff;
  font-size: 10px;
  width: 60px !important;
  display: block;
  line-height: 11px;
  white-space: initial;
  border-radius: 50px;
  position: absolute;
  bottom: 6px;
  left: 113px;
  padding: 1px 0;
}
/** **************** **/

/*Only Fade Slide*/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
/*Only Fade Slide End*/

.carousel {
  overflow: hidden;
}
.carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
.carousel .carousel-control-next {
  right: 2%;
}
.carousel .carousel-control-prev {
  left: 2%;
}
.carousel .carousel-control-next span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
.carousel .carousel-control-prev span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
.carousel:hover .carousel-control-next span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
.carousel:hover .carousel-control-prev span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
.carousel .carousel-control span {
  color: #fff;
  background-color: rgb(50 52 51 / 50%);
  box-shadow: 0 0 0 10px rgb(50 52 51 / 50%);
  height: 30px;
  width: 30px;
  z-index: 121;
  line-height: 30px;
  text-align: center;
  position: absolute;
  border: 0px;
}
.carousel .carousel-control span:hover {
  background-color: #1e1e1e;
  box-shadow: 0 0 0 10px #1e1e1e;
}
.carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}

.carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 10px;
  text-align: center;
  list-style: none;
  bottom: 40px;
  justify-content: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffffb3;
  border: 1px solid #ffffffb3;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #ffcb00;
  border: 1px solid #ffcb00;
}
.carousel-caption {
  text-align: right;
  text-shadow: none;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
}

/** **************** **/
.hm-prod-main {
  background: #f2f2f2;
  padding: 80px 0px 40px;
}
.hm-prod-head h2 {
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-align: center;
}
.hm-prod {
  padding: 80px 0 40px;
  background-image: linear-gradient(to right, #ffcb00 50%, #48474c 50%);
  text-align: center;
}
.hm-prod .col-md-6 {
  padding: 0px;
  margin: 0;
}
.hm-prod-box {
  overflow: hidden;
  text-align: end;
  position: relative;
}
.hm-prod-box img {
  position: relative;
  left: 60px;
  width: 80%;
}
.hm-prod-box:after {
  content: "AXNOY EV";
  color: #ffcb00;
  position: absolute;
  left: -100px;
  width: auto;
  height: auto;
  transform: rotate(270deg);
  -webkit-text-stroke: 1px black;
  background: -webkit-linear-gradient(360deg, #ffffff, #ffffff 30%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  bottom: 116px;
  text-align: left;
  letter-spacing: 5px;
  word-spacing: 2px;
  opacity: 30%;
}
.hm-prod-box2:after {
  content: "AXNOY EV";
  color: #48474c;
  position: absolute;
  left: -100px;
  width: auto;
  height: auto;
  transform: rotate(270deg);
  -webkit-text-stroke: 1px black;
  background: -webkit-linear-gradient(360deg, #959595, #959595 30%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
  bottom: 116px;
  text-align: left;
  letter-spacing: 5px;
  word-spacing: 2px;
  opacity: 0.2;
}
.hm-prod-box-text {
  text-align: left;
  padding-left: 35px;
  position: relative;
  margin-bottom: -35px;
}
.hm-prod-box-text span {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding-bottom: 5px;
  letter-spacing: 3.5px;
}
.hm-prod-box-text h3 {
  font-style: italic;
  font-size: 42px;
  font-weight: 900;
  color: #fff;
}
.hm-prod-box-text h3 span {
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-style: normal;
}
.hm-prod-box-text a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
}
.hm-prod-box-text a:after {
  content: "";
  background: #fd6e40;
  position: absolute;
  width: 99px;
  height: 4px;
  bottom: -6px;
  left: 0;
}

/** **************** **/

.hm-about {
  padding: 100px 0 150px 0;
  position: relative;
}
.hm-about-icon {
  position: absolute;
  left: 50%;
  bottom: -65px;
  width: 116px;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.hm-about-icon img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.hm-about-head h2 {
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-align: center;
}
.hm-about-dtl p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #404040;
}
.hm-reliable {
  padding: 30px 20px 30px 100px;
  border: 1px solid #f0f0f0;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  position: relative;
}
.hm-reliable img {
  display: block;
  width: 60px;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hm-reliable span {
  font-size: 1.125rem;
  line-height: 24px;
  color: #404040;
}
.hm-reliable:before {
  position: absolute;
  content: "";
  transition: all 0.55s;
  border-top: 3px solid #ffcb00;
  border-left: 3px solid #ffcb00;
  width: 15%;
  height: 40%;
  left: 0px;
  top: 0px;
}
.hm-reliable:hover:before {
  width: 100%;
  height: 100%;
}
.hm-reliable:after {
  position: absolute;
  content: "";
  transition: all 0.55s;
  border-bottom: 3px solid #ffcb00;
  border-right: 3px solid #ffcb00;
  width: 15%;
  height: 40%;
  bottom: 0px;
  right: 0px;
}
.hm-reliable:hover:after {
  width: 100%;
  height: 100%;
}
/** **************** **/

.hm-feature {
  padding: 80px 0;
}
.hm-feature .row {
  justify-content: center;
}
.hm-feature-head h2 {
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-align: center;
}
.hm-feature-box {
  border-radius: 100px;
  border: 1px solid #9d9d9d4d;
  background: #fff;
  width: 100%;
  height: 110px;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  margin: 15px 0;
}
.hm-feature-img {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  overflow: hidden;
}
.hm-feature-img img {
  transition: 0.5s;
}
.hm-feature-box:hover .hm-feature-img img {
  transform: scale(1.1, 1.1);
}
.hm-feature-box span {
  padding-left: 120px;
  font-size: 17px;
}
.hm-feature-box-blue {
  background: hsl(210.29deg 93.75% 56.08% / 10%);
}
.hm-feature-box-green {
  background: hsl(178deg 73% 39% / 10%);
}
.hm-feature-box-orange {
  background: hsl(17deg 89% 67% / 10%);
}
.hm-feature-box-purpal {
  background: hsl(260deg 82% 66% / 10%);
}
.hm-feature-box-megenta {
  background: hsl(340deg 84% 61% / 10%);
}
.hm-feature-box-sky {
  background: hsl(195deg 88% 60% / 10%);
}

/** **************** **/

.hm-news {
  border-top: 1px solid #e2e2e2;
  padding: 80px 0;
}
.hm-news-head h2 {
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  font-weight: 500;
}
.hm-news-btn {
  margin-top: 15px;
}
.hm-news-btn a {
  background-color: #fff;
  white-space: nowrap;
  border-radius: 0.375rem;
  padding-left: 2.2rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  border: 1px solid #e5e7eb;
  position: relative;
}
.hm-news-btn a:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #ffcb00;
  top: 50%;
  left: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.hm-news-box img {
  margin-bottom: 20px;
}
.hm-news-box-dtl span {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-style: normal;
  color: #000000;
  display: block;
  padding-bottom: 10px;
}
.hm-news-box-dtl ul li {
  text-transform: uppercase;
  font-size: 13px;
  color: #7f7f7f;
}

/** **************** **/

.support {
  background-image: url(../images/Footer_BG.jpg);
  background-size: cover;
  background-position: 100% 20%;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.support-head {
  text-align: center;
}
.support-head span {
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-style: normal;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.support-head p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-style: normal;
  color: #fff;
  margin-bottom: 50px;
}
.support-head a {
  white-space: nowrap;
  border-radius: 0.375rem;
  padding-left: 2.2rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border: 1px solid #e5e7eb;
  position: relative;
}
.support-head a:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #ffcb00;
  top: 50%;
  left: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.support-head a:hover {
  border: 1px solid #ffcb00;
  background: #ffcb00;
}
.support-head a:hover:after {
  background: #191919;
}
/** **************** **/

footer {
  background: #f7f7f7;
  padding: 50px 0px 40px;
}
.foot-bottom .footer_social_icon {
  padding-left: 0px !important;
}
.footer_social_icon {
  padding-left: 150px;
  position: relative;
}
.footer_social_icon span {
  font-size: 24px;
  line-height: 22px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 6px;
}
.footer_social_icon ul {
  text-align: left;
}
.footer_social_icon ul li:nth-child(0) {
  margin-right: 0px;
}
.footer_social_icon ul li {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 8px;
}
.footer_social_icon li a {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  line-height: 45px;
  display: block;
  text-align: center;
  -webkit-transition: all linear 0.5s;
  color: #fff;
  -moz-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.footer_social_icon li i {
  font-size: 18px;
  line-height: 35px;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 35%) 0,
    rgb(0 0 0 / 0%) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 35%) 0,
    rgb(0 0 0 / 0%) 80%
  );
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.footer_social_icon li.facebook a {
  background: #3b5998;
}
.footer_social_icon li.twitter a {
  background: #000000;
}
.footer_social_icon li.linkedin a {
  background: #007ab9;
}
.footer_social_icon li.youtube a {
  background: #ff0000;
}
.footer_social_icon li.instagram a {
  background: linear-gradient(
    327deg,
    rgba(131, 58, 180, 1) 0%,
    rgba(253, 29, 29, 1) 50%,
    rgba(252, 176, 69, 1) 100%
  );
}
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.ftr-head h3 {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 20px;
}
.ftr-link ul li a {
  color: #7f7f7f;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: block;
  position: relative;
}
.ftr-link ul li a:hover {
  color: #000;
}
.ftr-link ul li a .coming-soon {
  bottom: 0px;
}
.mail-list {
  display: flex;
  margin-right: 25px;
  color: #fff;
  align-items: self-start;
  margin-bottom: 25px;
}
.mail-list img {
  width: 30px;
  margin-right: 15px;
}
.mail-list h5 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 700;
}
.mail-one a {
  color: #7f7f7f;
  font-size: 16px;
}
.mail-one a:hover {
  color: #000;
}
.mail-list p {
  color: #7f7f7f;
  font-size: 16px;
}
.foot-bottom {
  padding: 10px 0 10px;
  background: #fff;
}
.foot-btm-head p {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.3px;
  padding-top: 8px;
}
.foot-btm-head p a {
  color: #212121;
  font-weight: 600;
}
.foot-btm-head p a:hover {
  color: #ffcb00;
}
.ftr-make-india img {
  width: 200px;
  margin: 40px auto 0;
  display: table;
}

/** **************** **/

.made-india {
  padding: 100px 0 80px 0;
}
.made-india-head h2 {
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.made-india-box {
  background-color: #fff;
  border-radius: 1.984vw;
  border: 1px solid #9d9d9d4d;
  box-shadow: 0 359px 100px 0 rgb(255 203 0 / 0%),
    0 230px 92px 0 rgb(255 203 0 / 1%), 0 129px 78px 0 rgb(255 203 0 / 2%),
    0 57px 57px 0 rgb(255 203 0 / 3%), 0 14px 32px 0 rgb(255 203 0 / 4%);
  margin: 30px 0;
  padding: 15px 0;
}
.made-india-box img {
  padding: 0px 20px;
}
.made-india-content {
  padding: 0 20px;
  text-align: center;
  height: 102px;
}
.made-india-content span {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.5px;
  font-style: normal;
  color: #000000;
  display: block;
  padding-bottom: 5px;
}
.made-india-content p {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}
.made-india-content ul {
  margin-top: 10px;
}
.made-india-content ul li {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  font-weight: 600;
  display: inline-block;
  padding: 2px 15px;
  position: relative;
}
.made-india-content ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ffcb00;
  position: absolute;
  top: 45%;
  left: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.made-india-battery {
  height: auto;
  padding: 30px 20px;
}

/** **************** **/

.prod-bike {
  background: #f2f2f2;
  padding: 80px 0;
}
.prod-bike-head h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.prod-bike-head h1 span {
  font-weight: 300;
}
.prod-bike-head p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
}
.prod-bike-slider {
  position: sticky;
  top: 0;
}
.prod-bike-slider .btn-light {
  background-color: #fff;
  border-color: #a1a1a145;
  border-radius: 20px;
}
.prod-bike-slider .nav-pills .nav-link {
  border-radius: 50px;
  margin: 6px;
}
.prod-bike-slider .owl-nav {
  display: none;
}
.prod-bike-slider .nav-pills .nav-link.active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.prod-bike-km ul {
  display: flex;
  margin: 0px 0 30px;
  gap: 80px;
  justify-content: center;
}
.prod-bike-km ul li {
  font-style: italic;
  position: relative;
}
.prod-bike-km ul li:after {
  content: "";
  position: absolute;
  width: 0.1px;
  height: 50px;
  background: #4040403d;
  top: 15px;
  right: -45px;
  transform: rotate(17deg);
}
.prod-bike-km ul li:nth-child(3):after {
  display: none;
}
.prod-bike-km ul li span {
  display: block;
  color: #5b5b5b;
}
.prod-bike-km ul li strong {
  font-weight: 700;
  font-size: 30px;
  color: #ffcb00;
}

.prod-section-table {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
  padding: 8px;
  background: #fff;
}
.prod-section-table .table-responsive > .table-bordered {
  background: #fff;
}
.prod-section-table table thead {
  background: #1d1d1d;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
  /* border-radius: 20px; */
}
.prod-section-table table tbody th {
  font-weight: 500;
  border-right: 1px solid #dee2e6;
}
.prod-section-table2 table tbody th {
  font-weight: 500;
  background: #1d1d1d;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.prod-section-table table tbody td:last-child {
  border-right: 0px solid;
}
.prod-section-table table tbody td {
  color: #5b5b5b;
  padding: 15px 15px;
  border-right: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}
.prod-section-table thead tr td span {
  font-size: 20px;
  font-weight: 500;
}
.prod-section-table thead tr td {
  padding: 15px 17px;
  border-right: 1px solid #fff;
}
.prod-section-table thead tr th {
  border-top: 0px solid;
}
.prod-section-table .table {
  margin: 0;
  /* padding: 395px; */
  border-radius: 20px;
  overflow: hidden;
}
.prod-section-table table thead tr th:last-child,
.prod-section-table thead tr td:last-child {
  border-right: 0px solid;
}
.prod-section-table table thead tr th {
  font-weight: 500;
  padding: 15px 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.prod-section-table .table thead tr td:first-child {
  border-top: 0px solid;
}
/**/
.prod-tab {
  padding: 80px 0 40px;
}
.prod-cargobull-logo {
  padding-bottom: 80px;
  text-align: center;
}
.prod-cargobull-logo img {
  max-width: 600px;
}
.prod-tab-img img {
  border-radius: 20px;
}
.prod-tabs .nav-pills {
  background: #ffcb00;
  display: flex;
  width: max-content;
  padding: 5px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.prod-tabs .nav-pills .nav-link {
  color: #000;
}
.prod-tabs .nav-pills .nav-link.active {
  border-radius: 1.25rem !important;
  background: #fff;
  color: #000;
}
.prod-tabs-need p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
}
.prod-tabs-need ul.bullet li {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  position: relative;
  padding: 0.45rem 0 0.45rem 1.45rem;
}
.prod-tabs-need ul.bullet li:before {
  content: "";
  display: block;
  background: url(../images/circle-tick.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 12px;
}
.prod-tabs-need h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
/**/
.prod-adv-carg {
  padding: 80px 0;
}
.prod-adv-carg-dtl h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.prod-adv-carg-dtl ul {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.prod-adv-carg-dtl ul li {
  text-align: center;
}
.prod-adv-carg-dtl ul li .prod-adv-carg-circle {
  margin: 0 auto 15px;
  width: 150px;
  height: 150px;
  line-height: 110px;
  border-radius: 100%;
  border: 1px dashed #ccc;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.prod-adv-carg-dtl ul li .prod-adv-carg-circle .prod-adv-carg-icon {
  width: 60px;
}
.prod-adv-carg-dtl ul li .prod-adv-carg-circle .prod-adv-carg-img img {
  filter: grayscale(1);
  transition: all 0.6s;
}
.prod-adv-carg-dtl ul li:hover .prod-adv-carg-circle .prod-adv-carg-img img {
  filter: grayscale(0);
}
.prod-adv-carg-dtl ul li .prod-adv-carg-circle .prod-adv-carg-img {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
  transition: all 0.6s;
}
.prod-adv-carg-dtl ul li:hover .prod-adv-carg-circle .prod-adv-carg-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prod-adv-carg-dtl ul li span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.prod-adv-carg-dtl ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
}
.prod-adv-carg-dtl ul li p a {
  display: block;
  font-size: 12px;
  line-height: 23px;
  color: #5b5b5b;
  text-decoration: underline;
  position: relative;
}
.prod-adv-carg-dtl ul li p a i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
}
/**/
.prod-application {
  padding: 40px 0 65px;
}
.prod-application-head h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.prod-application-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
  padding: 8px;
  background: #fff;
  margin: 15px 0;
  text-align: center;
}
.prod-application-img {
  border-radius: 20px;
  overflow: hidden;
}
.prod-application-box .prod-application-img img {
  width: 100%;
}
.prod-application-box span {
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 20px;
}
.prod-application-box p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  margin-bottom: 10px;
}
/**/
.prod-introducing {
  padding: 80px 0;
  background: #f2f2f26e;
}
.prod-introducing-head {
  margin-bottom: 60px;
}
.prod-introducing-head h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.prod-introducing-head p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  text-align: center;
}
.prod-introducing-left {
  padding-left: 30px;
  padding-right: 30px;
}
.prod-introducing-left ul li {
  padding: 0.661vw 1.5vw 0.661vw 1.587vw;
  border: 1px solid #bcbcbc;
  border-radius: 1.19vw;
  position: relative;
  transition: all 0.7s ease;
  background: #fff;
  margin: 30px 0;
}
.prod-introducing-left ul li:hover {
  border: 1px solid #ffcb00;
}
.prod-introducing-left ul li:nth-child(1) {
  margin-top: 0px;
}
.prod-introducing-left ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.19vw;
  background: linear-gradient(180deg, #ffffff 60%, #ffcb006b);
  transition: all 0.7s ease;
}
.prod-introducing-left ul li:hover:after {
  opacity: 1;
}
.prod-introducing-left ul li span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: -15px;
  left: -20px;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  z-index: 2;
}
.prod-introducing-left ul li:hover span {
  border: 1px solid #ffcb00;
}
.prod-introducing-left ul li h3 {
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.prod-introducing-left ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #5b5b5b;
  position: relative;
  z-index: 1;
}
/**/
.prod-introducing-benefits {
  background: url(../images/green-shade.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 80px 0 60px;
}
.prod-introducing-benefits-head {
  margin-bottom: 10px;
}
.prod-introducing-benefits-head h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.prod-introducing-benefits-box {
  position: relative;
  padding-left: 100px;
  padding-right: 50px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.prod-introducing-benefits-box img {
  position: absolute;
  width: 80px;
  left: 0;
  top: -7px;
}
.prod-introducing-benefits-box span {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #ffcb00;
}
.prod-introducing-benefits-box p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 200;
}
/**/
.prod-setting {
  padding: 80px 0;
}
.prod-setting-head {
  padding-bottom: 30px;
}
.prod-setting-head h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.prod-setting-head p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  padding-bottom: 10px;
  text-align: center;
}
.prod-setting-dtl h3 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
}
.prod-setting-dtl ul {
  position: relative;
  height: 430px;
  overflow-y: scroll;
}
.prod-setting-dtl ul::-webkit-scrollbar-track {
  background-color: rgb(237 239 245 / 53%) !important;
}
.prod-setting-dtl ul::-webkit-scrollbar-thumb {
  border-radius: 0px !important;
  background: #0094d9 !important;
}

.prod-setting-dtl ul li {
  padding: 15px 15px 15px 15px;
  border: 1px solid #bcbcbc;
  border-radius: 1.19vw;
  position: relative;
  transition: all 0.7s ease;
  background: #fff;
  margin: 15px 0;
}
.prod-setting-dtl ul li:hover {
  border: 1px solid #ffcb00;
}
.prod-setting-dtl ul li:nth-child(1) {
  margin-top: 0px;
}
.prod-setting-dtl ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.19vw;
  background: linear-gradient(180deg, #ffffff 60%, #ffcb006b);
  transition: all 0.7s ease;
}
.prod-setting-dtl ul li:hover:after {
  opacity: 1;
}
.prod-setting-dtl ul li span {
  display: block;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
.prod-setting-dtl ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #5b5b5b;
  position: relative;
  z-index: 1;
}
.prod-setting-img {
  background: #d9d9d9;
  height: 100%;
  padding-top: 5px;
}
.prod-setting-slider .swiper {
  width: 400px;
  height: 472px;
  position: relative;
}
.prod-setting-slider .swiper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  left: 50%;
  top: 50%;
  background: #fff;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.prod-setting-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod-setting-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  background: #d9d9d9;
}

/**/

.faq {
  padding-top: 40px;
  padding-bottom: 80px;
}
.faq-head h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.faq .btn-link {
  width: 100%;
  position: relative;
  text-align: left;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}
.faq .btn-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.faq .btn-link:hover,
.faq .btn-link:focus {
  text-decoration: none;
}
.faq .collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.faq .card {
  border-width: 0 0 1px 0 !important;
  border-radius: 0rem;
}
.faq .card-header {
  padding-left: 0;
}
.faq .btn {
  padding-left: 0;
}
.faq .card-body {
  padding: 0.5rem 0rem 1.5rem 0rem !important;
}
.faq .card-body p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  padding-bottom: 10px;
}

/**/
/** **************** **/

.contact {
  padding: 80px 0;
  background-color: #f2f2f2;
  background-image: url(https://trucrux.com/wp-content/uploads/2021/12/Connect-with-us-bg-1.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-head {
  margin: 0 auto;
  display: table;
  text-align: center;
}
.contact-head h1 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 5px;
}
.contact-head h1 span {
  font-weight: 300;
}
.contact-head p {
  font-size: 16px;
  line-height: 26px;
  color: #5b5b5b;
  width: 300px;
}
.contact-boxes {
  padding: 2vw 2.381vw 1.5vw 1.984vw;
  border: 1px solid #2f2f2f42;
  border-radius: 1.984vw;
  margin: 0px 0px 1.587vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #fff;
}
.contact-boxes h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
.contact-boxes h4 img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.contact-boxes h5 {
  font-size: 24px;
}
.contact-boxes p {
  font-size: 18px;
  line-height: 26px;
  color: #5b5b5b;
}
.contact-boxes p a {
  text-decoration: underline;
  color: #5b5b5b;
}
.contact-boxes p a:hover {
  color: #000;
}
.enquiry-logo {
  margin: 50px 0;
}
.enquiry-logo img {
  width: 60%;
}
.enquiry-map {
  margin: 80px 0;
}
.enquiry-map h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
.enquiry-map h2 span {
  font-weight: 300;
}
.enquiry-map-box {
  padding: 1vw;
  border: 1px solid #2f2f2f42;
  border-radius: 1.984vw;
  box-shadow: 0 34px 10px 0 rgb(49 118 244 / 0%),
    0 22px 9px 0 rgb(49 118 244 / 0%), 0 12px 7px 0 rgb(49 118 244 / 1%),
    0 5px 5px 0 rgb(49 118 244 / 2%), 0 1px 3px 0 rgb(49 118 244 / 2%);
  background: #fff;
  margin-bottom: 60px;
}
.enquiry-map-box iframe {
  width: 100%;
  height: 400px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 1.984vw;
}

.contact-form {
  padding: 2vw 2.381vw 1.5vw 1.984vw;
  border: 1px solid #2f2f2f42;
  border-radius: 1.984vw;
  margin: 0px 0px 1.587vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #fff;
}
.form-contact-head {
  margin-bottom: 30px;
}
.form-contact-head h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}
.form-contact-head p {
  font-size: 18px;
  line-height: 26px;
  color: #5b5b5b;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 10px 15px;
  font-size: 14px;
  background: #f2f2f282;
  border: 1px solid #2f2f2f1a;
  margin-bottom: 20px;
  border-radius: 15px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-weight: 400;
}
.butn-bg {
  font-size: 18px;
  padding: 10px 30px;
  background: #ffcb00;
  width: 100%;
  color: #000;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
  border-radius: 50px;
  margin: 0 auto;
  display: table;
}
.butn-bg:hover {
  border: 0px;
  color: #fff;
}

/** **************** **/

.about {
  padding: 80px 0 0;
  background-color: #f2f2f2;
  overflow: hidden;
}
.about-data-head h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-data-head h1 span {
  font-weight: 300;
}
.about-data p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
}
.about-data p strong {
  font-weight: 600;
}
.about-data h2 {
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 15px;
}
.about-data ul {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
}
.about-data ul li {
  background: #fff;
  padding: 10px;
  color: #5b5b5b;
  border: 1px solid #bcbcbc;
  border-radius: 1.19vw;
  position: relative;
  transition: all 0.7s ease;
}
.about-data ul li:hover {
  border: 1px solid #ffcb00;
}
.about-data ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 1.19vw;
  background: linear-gradient(180deg, #ffffff 60%, #ffcb006b);
  transition: all 0.7s ease;
  z-index: 0;
}
.about-data ul li:hover:after {
  opacity: 1;
}
.about-data ul li span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding-left: 25px;
}
.about-data ul li div {
  position: relative;
  z-index: 1;
}
.about-data ul li img {
  position: absolute;
  width: 18px;
  left: 0;
  top: 2px;
}
.about-img {
  position: relative;
  right: -30px;
  margin-top: -100px;
}
.about-mis-vis {
  margin-bottom: 80px;
}
.about-mis-vis-head {
  padding: 40px 0;
}
.about-mis-vis-head h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.about-mis-vis-content {
  padding: 30px;
}
.about-mis-vis-content h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.about-mis-vis-content p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
}
.about-mis-vis-content ul li {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  position: relative;
  padding: 0.45rem 0 0.45rem 1.45rem;
}
.about-mis-vis-content ul li strong {
  color: #000;
}
.about-mis-vis-content ul li:before {
  content: "";
  display: block;
  background: url(../images/circle-tick.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 12px;
}
.about-mis-vis-box {
  box-shadow: 0 64px 229px 0 rgb(49 118 244 / 0%),
    0 59px 147px 0 rgb(49 118 244 / 1%), 0 50px 83px 0 rgb(109 109 109 / 3%),
    0 37px 37px 0 rgb(109 109 109 / 4%), 0 20px 9px 0 rgb(109 109 109 / 5%);
  height: 100%;
}
.about-manifesto-head {
  padding-bottom: 30px;
}
.about-manifesto-head h2 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
}
.about-manifesto-head p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
}
.our_features_bx {
  box-shadow: 6px 7px 15px -3px rgb(124 124 124 / 7%);
  padding: 5px 15px 0px 15px;
  border-radius: 8px;
  position: relative;
  background: #fff;
  border: 1px solid #ededed8a;
  margin-top: 30px;
  height: 100%;
}
.our_features_bx img {
  width: 55px;
  position: absolute;
  top: -9%;
  right: 9%;
  transition: 0.4s all ease-in-out;
}
.our_features_bx:hover img {
  top: -37px;
}
.about-manifesto {
  padding-top: 20px;
  padding-bottom: 120px;
}
.our_features_bx h5 {
  font-size: 60px;
  color: #f2f2f2;
  font-weight: 900;
}
.our_features_bx h3 {
  font-weight: 500;
  font-size: 20px;
  margin-top: -50px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.our_features_bx h3::after {
  content: "";
  background-color: #ffcb00;
  width: 9%;
  height: 2px;
  top: 49%;
  left: 0;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.our_features_bx::after {
  content: "";
  background-color: #f2f2f2;
  width: 20%;
  height: 40%;
  top: -37px;
  left: auto;
  position: absolute;
  z-index: -1;
  right: 7%;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.our_features_bx:hover::after {
  top: -57px;
  right: 7%;
}
.our_features_bx p {
  font-size: 16px;
  line-height: 25px;
  color: #5b5b5b;
}
.our_features_bx ul li {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  position: relative;
  padding: 0.45rem 0 0.45rem 1.45rem;
}
.our_features_bx ul li:before {
  content: "";
  display: block;
  background: url(../images/circle-tick.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 12px;
}

/** **************** **/

.dealer {
  padding: 80px 0;
  background-color: #f2f2f2;
  overflow: hidden;
}
.dealer-head h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.dealer-head h1 span {
  font-weight: 300;
}
.dealer-head p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
}
.dealer-head img {
  width: 50%;
  float: right;
  margin-top: 30px;
}
.dealer-form input,
.dealer-form textarea {
  display: block;
  width: 100%;
  color: #7c8393;
  font-weight: 500;
  border: 0px;
  line-height: 24px;
  padding: 10px 15px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #2f2f2f1a;
  margin-bottom: 20px;
  border-radius: 15px;
}
.dealer-form input::placeholder,
.dealer-form textarea::placeholder {
  font-weight: 400;
}
.butn-bg {
  font-size: 18px;
  padding: 10px 30px;
  background: #ffcb00;
  width: 100%;
  color: #000;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
  border-radius: 50px;
  margin: 0 auto;
  display: table;
}
.butn-bg:hover {
  border: 0px;
  color: #fff;
}

/** **************** **/

.privacy {
  padding: 80px 0;
  background-color: #f2f2f2;
  overflow: hidden;
}
.privacy-head h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
.privacy-head h1 span {
  font-weight: 300;
}
.privacy-box {
  padding: 40px 40px;
  border: 1px solid #bcbcbc;
  border-radius: 1.19vw;
  background: #fff;
}
.privacy-box-dtl {
  margin-bottom: 30px;
}
.privacy-box-dtl h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.privacy-box-dtl h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}
.privacy-box-dtl p {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
}
.privacy-box-dtl ul li {
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
  position: relative;
  padding: 0.45rem 0 0.45rem 1.45rem;
}
.privacy-box-dtl ul li:before {
  content: "";
  display: block;
  background: url(../images/circle-tick.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 12px;
}
.privacy-box-dtl a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #5b5b5b;
}
.contact-boxes h4 img {
  width: 30px;
}
/** **************** **/.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 35%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 30px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
