@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@font-face {
  font-family: "Ethnocentric Rg";
  src: url("../webfonts/EthnocentricRg-Italic.eot");
  src: url("../webfonts/EthnocentricRg-Italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/EthnocentricRg-Italic.woff2") format("woff2"), url("../webfonts/EthnocentricRg-Italic.woff") format("woff"), url("../webfonts/EthnocentricRg-Italic.ttf") format("truetype"), url("../webfonts/EthnocentricRg-Italic.svg#EthnocentricRg-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.scale-up-center {
  animation: scale-up-center 0.9s ease-in both;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
body {
  font-family: "Outfit", sans-serif;
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  background: #fff;
  font-weight: 400;
  overflow-x: hidden;
}

* {
  border: medium none;
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
}

textarea {
  resize: none;
}

p {
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #565656;
  margin: 0;
}

/*#######################*/
.btn-outline-dark,
.btn-outline-dark:focus,
.btn-outline-dark:visited {
  color: #262A27;
  background-color: transparent !important;
  border-radius: 6px;
  border-color: #262A27;
  padding: 10px 22px !important;
  font-weight: 500 !important;
  font-size: 18px;
  transition: all ease-in-out 0.5s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: #262A27 !important;
}
.btn-outline-dark span,
.btn-outline-dark:focus span,
.btn-outline-dark:visited span {
  position: relative;
  z-index: 9;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus:hover,
.btn-outline-dark:visited:hover {
  color: #fff !important;
}
.btn-outline-dark:after,
.btn-outline-dark:focus:after,
.btn-outline-dark:visited:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: all ease-in-out 0.5s;
  background: #10C52B;
  bottom: -10%;
  left: 0px;
  width: 100%;
  height: 0%;
  border-radius: 50% 50% 0% 0%;
}
.btn-outline-dark:hover::after,
.btn-outline-dark:focus:hover::after,
.btn-outline-dark:visited:hover::after {
  height: 200%;
}

.btn-success {
  color: #fff;
  background-color: #10C52B !important;
  border-radius: 6px;
  border: none;
  padding: 8px 20px !important;
  font-weight: 400 !important;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}
.btn-success:hover {
  color: #fff !important;
  background-color: #10C52B !important;
}

.common-section {
  --eptb-cptb: 80px;
  padding: var(--eptb-cptb) 0px;
  position: relative;
  overflow: hidden;
}

.common-section > *,
.banner-inner-section > *,
.footer-section > * {
  position: relative;
  z-index: 1;
}

.common-title,
.common-box > h2,
.common-section .common-box > h2 {
  font-family: "Outfit", sans-serif;
  text-transform: inherit;
  position: relative;
  color: #000;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 16px;
  font-size: 40px;
}

.common-para,
.common-box > div.common-para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  color: #000;
  margin-bottom: 20px;
}
.common-para p,
.common-box > div.common-para p {
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  font-size: 17px;
}
.common-para ul,
.common-box > div.common-para ul {
  display: grid;
  gap: 6px;
}
.common-para ul li,
.common-box > div.common-para ul li {
  position: relative;
  font-size: 15px;
  padding-left: 14px;
}
.common-para ul li::before,
.common-box > div.common-para ul li::before {
  content: "";
  position: absolute;
  inset: 0px;
  display: inline-block;
  width: var(--ehw-cul);
  height: var(--ehw-cul);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  --ehw-cul: 5px;
  margin-top: 10px;
}

.common-para p,
.common-box > div p {
  margin-bottom: 0px;
}

.common-para p:not(:last-child),
.common-box > div p:not(:last-child) {
  margin-bottom: 10px;
}

/* header start */
.header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
  padding: 20px 0;
  z-index: 99;
}
.header .navbar-brand {
  width: 200px;
}
.header .navbar {
  padding: 0;
}
.header .navbar .navbar-nav {
  position: relative;
}
.header .navbar .navbar-nav li {
  position: relative;
  padding: 0px 15px;
}
.header .navbar .navbar-nav li a,
.header .navbar .navbar-nav li a:focus,
.header .navbar .navbar-nav li a:visited {
  color: #374639;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 17px;
  transition: all ease-in-out 0.5s;
}
.header .navbar .navbar-nav li.active a,
.header .navbar .navbar-nav li a:hover {
  color: #000;
  font-weight: 500;
}

/* header end */
/* banner start */
.banner {
  position: relative;
  background: url(../images/bg1.png) no-repeat top center;
  background-size: cover;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 240px;
  min-height: 885px;
  min-height: 94vh;
  margin-bottom: 80px;
}
.banner .content-prt {
  width: 66%;
  margin: 30px auto 0px;
}
.banner .content-prt h3 {
  font-size: 55px;
  font-family: "Ethnocentric Rg";
  color: #000;
  margin: 0;
  padding: 0;
}
.banner .content-prt h3 span {
  color: #10C52B;
}
.banner .content-prt p {
  color: #1A1A1A;
  font-weight: 500;
  margin: 15px auto 0;
  width: 60%;
  font-size: 18px;
}
.banner .bannerImg-MainSlider {
  margin-bottom: -400px;
  margin-top: 50px;
}
.banner .bannerImg-MainSlider .bannerImg-Slider .item {
  position: relative;
}
.banner .bannerImg-MainSlider .bannerImg-Slider .bannerImg-Box {
  width: 82%;
  margin: auto;
}
.banner .bannerImg-MainSlider .bannerImg-Slider .bannerImg-Box .img-bx {
  position: relative;
  z-index: 9;
}
.banner .bannerImg-MainSlider .bannerImg-Slider .bannerImg-Box .img-bx img {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.banner .bannerImg-MainSlider .bannerImg-Slider .bannerImg-Box::after {
  content: attr(data-name);
  font-family: "Ethnocentric Rg";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 174px;
  line-height: 1;
  background: linear-gradient(180deg, rgba(16, 197, 43, 0.8) 30%, rgba(174, 255, 185, 0) 80%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  width: 100%;
}
.banner .bannerImg-MainSlider .bannerImg-Slider .owl-dots {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  left: -200px;
  top: 40px;
}
.banner .bannerImg-MainSlider .bannerImg-Slider .owl-dots .owl-dot {
  --ehw-bis: 8px;
  width: var(--ehw-bis);
  height: var(--ehw-bis);
  border-radius: 50%;
  background: #10C52B;
  border: 1.5px solid transparent;
  transition: all ease-in-out 0.5s;
}
.banner .bannerImg-MainSlider .bannerImg-Slider .owl-dots .owl-dot.active {
  --ehw-bis: 18px;
  border-color: #30A241;
  background: #fff;
  margin-left: -4px;
}
.banner .bannerImg-Slider .owl-item.active .bannerImg-Box:after {
  animation: slide-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
}
@keyframes slide-top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.banner .bannerImg-Slider .owl-item.active .bannerImg-Box .img-bx {
  animation: opacity-left 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s both;
}
.banner .bannerImg-Slider .owl-item.active .bannerImg-Box .img-bx img {
  animation: slide-left 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s both;
}
@keyframes slide-left {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes opacity-left {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner .banner-SocialList,
.banner .Scroll-BTxt {
  position: absolute;
}
.banner .banner-SocialList {
  display: flex;
  flex-direction: column;
  top: 27%;
  gap: 16px;
  right: 80px;
}
.banner .Scroll-BTxt,
.banner .Scroll-BTxt:focus,
.banner .Scroll-BTxt:visited {
  display: block;
  transform: rotate(-90deg);
  right: 70px;
  bottom: 32%;
  color: #262A27;
  font-size: 20px;
  font-weight: 300;
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
}
.banner .Scroll-BTxt::after, .banner .Scroll-BTxt::before,
.banner .Scroll-BTxt:focus::after,
.banner .Scroll-BTxt:focus::before,
.banner .Scroll-BTxt:visited::after,
.banner .Scroll-BTxt:visited::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.banner .Scroll-BTxt::after,
.banner .Scroll-BTxt:focus::after,
.banner .Scroll-BTxt:visited::after {
  width: 100px;
  height: 1px;
  right: 55px;
  background: #262A27;
}
.banner .Scroll-BTxt::before,
.banner .Scroll-BTxt:focus::before,
.banner .Scroll-BTxt:visited::before {
  border-left: 1px solid #262A27;
  border-bottom: 1px solid #262A27;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 145px;
}

/* banner end */
/* bannerForm start */
.common-section.bannerForm-section {
  --eptb-cptb: 0px;
}

.banner-form {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  background: #F2FCF4;
  padding: 40px 40px;
  border-radius: 20px;
}
.banner-form .btn-outline-dark,
.banner-form .btn-outline-dark:focus,
.banner-form .btn-outline-dark:visited {
  border-color: #10C52B !important;
  background: #10C52B !important;
  color: #fff !important;
  padding: 14px 30px !important;
}

.bnr-input-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bnr-input-box input {
  border: none;
  border-bottom: 1px dashed #BFBFBF;
  background: transparent;
  outline: none;
  accent-color: #10C52B;
  width: 100%;
}
.bnr-input-box input::-moz-placeholder {
  color: #000;
}
.bnr-input-box input::placeholder {
  color: #000;
}
.bnr-input-box label {
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 600px;
}

/* bannerForm end */
/* AOSHPS start */
.common-section.AOSHPS-section > * > * {
  justify-content: center;
}

.common-box.AOSHPS-TitleBox {
  text-align: center;
  margin-bottom: 50px;
}
.common-box.AOSHPS-TitleBox .common-title span,
.common-box.AOSHPS-TitleBox .common-box > h2 span {
  display: block;
}

.AOSHPS-box {
  padding: 30px 22px;
  border: 1px solid #E8E8E8;
  height: 100%;
  text-align: center;
}

.AOSHPS-img {
  --ehw-aoi: 56px;
  width: var(--ehw-aoi);
  height: var(--ehw-aoi);
  margin: 0px auto 30px;
}
.AOSHPS-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.AOSHPS-text h4 {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.AOSHPS-text .common-para {
  margin-bottom: 0px;
}
.AOSHPS-text .common-para p {
  line-height: 1.4;
  font-size: 16px;
}

/* AOSHPS end */
/* ScooterDTL start */
.common-section.ScooterDTL-section {
  background: #F2FCF4;
  position: relative;
}
.common-section.ScooterDTL-section::before, .common-section.ScooterDTL-section::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  background: #fff;
  width: 500px;
  height: 81%;
  --elr-SDTLba: 0px;
  margin: auto;
}
.common-section.ScooterDTL-section::before {
  left: var(--elr-SDTLba);
}
.common-section.ScooterDTL-section::after {
  right: var(--elr-SDTLba);
}

.ScooterDTL-img {
  margin-right: -140px;
  position: relative;
}

.ScooterDTL-slider .owl-nav,
.ScooterDTL-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  margin: auto;
  left: 0px;
  right: 0px;
  width: -moz-max-content;
  width: max-content;
}
.ScooterDTL-slider .owl-nav .owl-prev,
.ScooterDTL-slider .owl-nav .owl-next,
.ScooterDTL-slider .owl-dots .owl-prev,
.ScooterDTL-slider .owl-dots .owl-next {
  font-size: 24px !important;
  text-transform: uppercase;
  position: relative;
  color: #000;
  font-weight: 500;
}
.ScooterDTL-slider .owl-nav .owl-prev span,
.ScooterDTL-slider .owl-nav .owl-next span,
.ScooterDTL-slider .owl-dots .owl-prev span,
.ScooterDTL-slider .owl-dots .owl-next span {
  position: relative;
  display: inline-block;
  vertical-align: super;
}
.ScooterDTL-slider .owl-nav .owl-prev span::after,
.ScooterDTL-slider .owl-nav .owl-next span::after,
.ScooterDTL-slider .owl-dots .owl-prev span::after,
.ScooterDTL-slider .owl-dots .owl-next span::after {
  content: "";
  display: inline-block;
  position: absolute;
  --elr-tsscdtl: 0px;
  --eborder: 3px solid #000;
  --ehw-scdtl: 14px;
  top: 12px;
  width: var(--ehw-scdtl);
  height: var(--ehw-scdtl);
  border-bottom: var(--eborder);
}
.ScooterDTL-slider .owl-nav .owl-prev span::before,
.ScooterDTL-slider .owl-nav .owl-next span::before,
.ScooterDTL-slider .owl-dots .owl-prev span::before,
.ScooterDTL-slider .owl-dots .owl-next span::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #000;
}
.ScooterDTL-slider .owl-nav .owl-prev.disabled,
.ScooterDTL-slider .owl-nav .owl-next.disabled,
.ScooterDTL-slider .owl-dots .owl-prev.disabled,
.ScooterDTL-slider .owl-dots .owl-next.disabled {
  color: #dde2de;
}
.ScooterDTL-slider .owl-nav .owl-prev.disabled span::after,
.ScooterDTL-slider .owl-nav .owl-next.disabled span::after,
.ScooterDTL-slider .owl-dots .owl-prev.disabled span::after,
.ScooterDTL-slider .owl-dots .owl-next.disabled span::after {
  --eborder: 3px solid #dde2de;
  opacity: 0;
}
.ScooterDTL-slider .owl-nav .owl-prev.disabled span::before,
.ScooterDTL-slider .owl-nav .owl-next.disabled span::before,
.ScooterDTL-slider .owl-dots .owl-prev.disabled span::before,
.ScooterDTL-slider .owl-dots .owl-next.disabled span::before {
  background: #dde2de;
}
.ScooterDTL-slider .owl-nav .owl-prev span,
.ScooterDTL-slider .owl-dots .owl-prev span {
  margin-left: 10px;
}
.ScooterDTL-slider .owl-nav .owl-prev span::after,
.ScooterDTL-slider .owl-dots .owl-prev span::after {
  left: var(--elr-tsscdtl);
  transform: rotate(45deg);
  border-left: var(--eborder);
}
.ScooterDTL-slider .owl-nav .owl-next span,
.ScooterDTL-slider .owl-dots .owl-next span {
  margin-right: 10px;
}
.ScooterDTL-slider .owl-nav .owl-next span::after,
.ScooterDTL-slider .owl-dots .owl-next span::after {
  right: var(--elr-tsscdtl);
  transform: rotate(-45deg);
  border-right: var(--eborder);
}

.ScooterDTL-slider .owl-nav,
.ScooterDTL-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  margin: auto;
  left: 0px;
  right: 0px;
  width: -moz-max-content;
  width: max-content;
}
.ScooterDTL-slider .owl-nav .owl-prev,
.ScooterDTL-slider .owl-nav .owl-next,
.ScooterDTL-slider .owl-dots .owl-prev,
.ScooterDTL-slider .owl-dots .owl-next {
  font-size: 24px !important;
  text-transform: uppercase;
  position: relative;
  color: #000;
  font-weight: 500;
}
.ScooterDTL-slider .owl-nav .owl-prev span,
.ScooterDTL-slider .owl-nav .owl-next span,
.ScooterDTL-slider .owl-dots .owl-prev span,
.ScooterDTL-slider .owl-dots .owl-next span {
  position: relative;
  display: inline-block;
  vertical-align: super;
}
.ScooterDTL-slider .owl-nav .owl-prev span::after,
.ScooterDTL-slider .owl-nav .owl-next span::after,
.ScooterDTL-slider .owl-dots .owl-prev span::after,
.ScooterDTL-slider .owl-dots .owl-next span::after {
  content: "";
  display: inline-block;
  position: absolute;
  --elr-tsscdtl: 0px;
  --eborder: 3px solid #000;
  --ehw-scdtl: 14px;
  top: 12px;
  width: var(--ehw-scdtl);
  height: var(--ehw-scdtl);
  border-bottom: var(--eborder);
}
.ScooterDTL-slider .owl-nav .owl-prev span::before,
.ScooterDTL-slider .owl-nav .owl-next span::before,
.ScooterDTL-slider .owl-dots .owl-prev span::before,
.ScooterDTL-slider .owl-dots .owl-next span::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #000;
}
.ScooterDTL-slider .owl-nav .owl-prev.disabled,
.ScooterDTL-slider .owl-nav .owl-next.disabled,
.ScooterDTL-slider .owl-dots .owl-prev.disabled,
.ScooterDTL-slider .owl-dots .owl-next.disabled {
  color: #dde2de;
}
.ScooterDTL-slider .owl-nav .owl-prev.disabled span::after,
.ScooterDTL-slider .owl-nav .owl-next.disabled span::after,
.ScooterDTL-slider .owl-dots .owl-prev.disabled span::after,
.ScooterDTL-slider .owl-dots .owl-next.disabled span::after {
  --eborder: 3px solid #dde2de;
  opacity: 0;
}
.ScooterDTL-slider .owl-nav .owl-prev.disabled span::before,
.ScooterDTL-slider .owl-nav .owl-next.disabled span::before,
.ScooterDTL-slider .owl-dots .owl-prev.disabled span::before,
.ScooterDTL-slider .owl-dots .owl-next.disabled span::before {
  background: #dde2de;
}
.ScooterDTL-slider .owl-nav .owl-prev span,
.ScooterDTL-slider .owl-dots .owl-prev span {
  margin-left: 10px;
}
.ScooterDTL-slider .owl-nav .owl-prev span::after,
.ScooterDTL-slider .owl-dots .owl-prev span::after {
  left: var(--elr-tsscdtl);
  transform: rotate(45deg);
  border-left: var(--eborder);
}
.ScooterDTL-slider .owl-nav .owl-next span,
.ScooterDTL-slider .owl-dots .owl-next span {
  margin-right: 10px;
}
.ScooterDTL-slider .owl-nav .owl-next span::after,
.ScooterDTL-slider .owl-dots .owl-next span::after {
  right: var(--elr-tsscdtl);
  transform: rotate(-45deg);
  border-right: var(--eborder);
}

.common-box.ScooterDTL-TitleBox {
  background: #fff;
  height: 100%;
  padding: 70px 20px;
  padding-left: 70px;
  text-align: center;
}
.common-box.ScooterDTL-TitleBox .common-title,
.common-box.ScooterDTL-TitleBox .common-box > h2 {
  text-transform: uppercase;
}
.common-box.ScooterDTL-TitleBox .common-title span,
.common-box.ScooterDTL-TitleBox .common-box > h2 span {
  display: block;
}
.common-box.ScooterDTL-TitleBox .common-para {
  margin-bottom: 0px;
  margin-top: 40px;
}
.common-box.ScooterDTL-TitleBox .common-para p {
  line-height: 1.4;
  font-size: 16px;
}
.common-box.ScooterDTL-TitleBox .ScooterDTL-price {
  font-weight: 400;
  font-size: 33px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  border: 1px solid #10C52B;
  color: #10C52B;
  padding: 14px 20px;
  border-radius: 8px;
}
.common-box.ScooterDTL-TitleBox .ScooterDTL-price span {
  font-weight: 600;
}
.common-box.ScooterDTL-TitleBox .ScooterDTL-ListBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-right: -40px;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.common-box.ScooterDTL-TitleBox .ScooterDTL-ListBox li:not(:last-child) {
  border-right: 1px solid #D6D6D6;
  padding-right: 10px;
}
.common-box.ScooterDTL-TitleBox .ScooterDTL-ListBox li .ScooterDTL-icon {
  --ehw-wci: 60px;
  width: var(--ehw-wci);
  height: var(--ehw-wci);
  margin: auto;
  padding: 2px;
}
.common-box.ScooterDTL-TitleBox .ScooterDTL-ListBox li .ScooterDTL-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.common-box.ScooterDTL-TitleBox .ScooterDTL-ListBox li .ScooterDTL-MainTxt {
  margin-top: 10px;
}
.common-box.ScooterDTL-TitleBox .ScooterDTL-ListBox li .ScooterDTL-MainTxt .ScooterDTL-Txt {
  color: #000;
}
.common-box.ScooterDTL-TitleBox .ScooterDTL-ListBox li .ScooterDTL-MainTxt .ScooterDTL-Txt h4 {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1.3;
  color: #000;
}
.common-box.ScooterDTL-TitleBox .ScooterDTL-ListBox li .ScooterDTL-MainTxt .ScooterDTL-Txt p {
  margin-bottom: 0px;
  font-size: 17px;
  color: rgba(var(--black-color), 0.8);
}
.common-box.ScooterDTL-TitleBox .btn-outline-dark,
.common-box.ScooterDTL-TitleBox .btn-outline-dark:focus,
.common-box.ScooterDTL-TitleBox .btn-outline-dark:visited {
  border-color: #10C52B !important;
  background: #10C52B !important;
  color: #fff !important;
  padding: 14px 50px !important;
}

/* ScooterDTL end */
/* video start */
.common-section.video-section {
  --eptb-cptb: 0px;
}
.common-section.video-section > *,
.common-section.video-section > * > * {
  --bs-gutter-x: 0rem;
}

.video-ImgBox {
  width: 100%;
  height: 100%;
}
.video-ImgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* video end */
/* TaxiService start */
.common-section.TaxiService-section > * > * {
  align-items: center;
}

.common-box.TaxiService-TitleBox .common-title,
.common-box.TaxiService-TitleBox .common-box > h2 {
  font-weight: 400;
}
.common-box.TaxiService-TitleBox .common-title span,
.common-box.TaxiService-TitleBox .common-box > h2 span {
  display: block;
}
.common-box.TaxiService-TitleBox .btn-outline-dark,
.common-box.TaxiService-TitleBox .btn-outline-dark:focus,
.common-box.TaxiService-TitleBox .btn-outline-dark:visited {
  border-color: #10C52B;
  padding: 14px 40px !important;
}

.TaxiService-TitleBox h4 {
  font-size: 20px;
  font-weight: 500;
  color: #10C52B;
  margin: 12px 0;
  padding: 0;
}

.TaxiService-TitleBox ul {
  margin: 12px 0;
  padding: 0;
}
.TaxiService-TitleBox ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0;
  padding-left: 20px;
}
.TaxiService-TitleBox ul li::before {
  position: absolute;
  content: "\f192";
  font-family: Fontawesome;
  font-size: 14px;
  color: #10C52B;
  left: 0;
}

.TaxiService-List {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  margin: 50px 0px;
}
.TaxiService-List .TaxiService-ListTxt h5 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.TaxiService-List .TaxiService-ListTxt h5 span,
.TaxiService-List .TaxiService-ListTxt h5 sup {
  line-height: 1;
}
.TaxiService-List .TaxiService-ListTxt h5 sup {
  color: #10C52B;
}
.TaxiService-List .TaxiService-ListTxt p {
  font-size: 18px;
  color: #B5B5B5;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0px;
  letter-spacing: 7px;
}

.TaxiService-MainImg {
  text-align: center;
  width: 90%;
  margin-left: auto;
}

.TaxiService-img {
  /* -webkit-mask-image: url(../images/TaxiService-shap2.png);
  mask-image: url(../images/TaxiService-shap2.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain; */
  width: 220px;
  height: 180px;
  width: 100%;
  height: auto;
}

/* TaxiService end */
/* testimonial start */
.common-section.testimonial-section {
  background: #F2FCF4;
}
.common-section.testimonial-section > * > * {
  justify-content: center;
}

.common-box.testimonial-TitleBox {
  text-align: center;
  margin-bottom: 60px;
}

.testimonial-Slider.owl-carousel::before, .testimonial-Slider.owl-carousel:after {
  content: "";
  position: absolute;
  top: 0px;
  --elr-tsba: 0px;
  display: inline-block;
  height: 100%;
  width: 33%;
  z-index: 1;
}
.testimonial-Slider.owl-carousel::before {
  left: var(--elr-tsba);
  background: linear-gradient(-90deg, transparent, #F2FCF4);
}
.testimonial-Slider.owl-carousel:after {
  right: var(--elr-tsba);
  background: linear-gradient(90deg, transparent, #F2FCF4);
}
.testimonial-Slider.owl-carousel .item {
  margin: 10px 10px 30px 10px;
}
.testimonial-Slider.owl-carousel .center .testimonial-box {
  box-shadow: 0px 19px 18px 0px rgba(0, 0, 0, 0.09);
}
.testimonial-Slider.owl-carousel .owl-nav button.owl-prev,
.testimonial-Slider.owl-carousel .owl-nav button.owl-next {
  width: calc(var(--ehw-owl-btn));
  height: calc(var(--ehw-owl-btn));
  transition: all ease-in-out 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #10C52B;
  border: 1px solid #fff;
  position: absolute;
  top: 45%;
  --elr-tspn: -100px;
  --ehw-owl-btn: 50px;
  font-size: 24px;
}
.testimonial-Slider.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-Slider.owl-carousel .owl-nav button.owl-next:hover {
  color: #10C52B;
  background: transparent;
  border-color: #fff;
}
.testimonial-Slider.owl-carousel .owl-nav button.owl-prev.disabled,
.testimonial-Slider.owl-carousel .owl-nav button.owl-next.disabled {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: default;
}
.testimonial-Slider.owl-carousel .owl-nav button.owl-prev {
  left: var(--elr-tspn);
}
.testimonial-Slider.owl-carousel .owl-nav button.owl-next {
  right: var(--elr-tspn);
}

.testimonial-box {
  text-align: left;
  background: #fff;
  padding: 30px 30px;
  min-height: 280px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 15px;
  transition: all ease-in-out 0.5s;
}
.testimonial-box .tu-para {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.testimonial-box .tu-para p {
  margin-bottom: 0px;
  color: #000;
  line-height: 1.6;
  font-weight: 200;
  font-size: 17px;
}
.testimonial-box .tu-img-dtl {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.testimonial-box .tu-img {
  --ehw-tui: 90px;
  width: var(--ehw-tui);
  height: var(--ehw-tui);
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-box .tu-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-box .tu-dtl {
  color: #fff;
}
.testimonial-box .tu-name,
.testimonial-box .tu-dtl h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 25px;
}
.testimonial-box .tu-des,
.testimonial-box .tu-dtl p {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 18px;
}
.testimonial-box .tu-rate {
  color: #EECD2A;
  font-size: 18px;
}

/* testimonial end */
/* Ads start */
.common-section.Ads-section {
  --eptb-cptb: 0px;
}
.common-section.Ads-section > *,
.common-section.Ads-section > * > * {
  --bs-gutter-x: 0rem;
}

.Ads-img {
  display: block;
  width: 100%;
  height: 100%;
}
.Ads-img img {
  width: 100%;
  height: 100%;
}

/* Ads end */
/* FAQs start */
.common-section.FAQs-section > * > * {
  justify-content: center;
}

.common-box.FAQs-TitleBox {
  text-align: center;
}

.CommonFAQ {
  margin-top: 50px;
}
.CommonFAQ .accordion-item {
  margin-bottom: 0px;
  border-radius: 0px !important;
  overflow: hidden;
  border: 1px solid #CFE8D4;
  background: #F2FCF4;
  margin-bottom: 20px;
  padding: 30px 40px;
}
.CommonFAQ .accordion-item .accordion-button {
  box-shadow: none !important;
  background: transparent;
  border-radius: 0px !important;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  padding: 0px 0px;
  padding-right: 28px;
  color: #000;
}
.CommonFAQ .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  background: transparent;
  box-shadow: none !important;
}
.CommonFAQ .accordion-item .accordion-button::after {
  --ehw-faca: 30px;
  width: var(--ehw-faca);
  height: var(--ehw-faca);
  background-image: none;
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 free";
  font-weight: 600;
  transform: rotate(0deg);
  color: #000;
  border: 2px solid #10C52B;
  border-radius: 50%;
  margin-top: -2px;
  position: absolute;
  right: 0;
}
.CommonFAQ .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  transform: rotate(0deg);
}
.CommonFAQ .accordion-body {
  border-top: 1px solid #C5C5C5;
  padding: 20px 10px 0px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.CommonFAQ .accordion-body a,
.CommonFAQ .accordion-body a:visited,
.CommonFAQ .accordion-body a:focus {
  color: rgba(var(--main-color), 1);
  transition: all ease-in-out 0.5s;
}
.CommonFAQ .accordion-body a:hover,
.CommonFAQ .accordion-body a:visited:hover,
.CommonFAQ .accordion-body a:focus:hover {
  color: rgba(var(--second-color), 1);
}
.CommonFAQ .accordion-body p:not(:last-child) {
  margin-bottom: 10px;
}
.CommonFAQ .accordion-body p:last-child {
  margin-bottom: 0px;
}

/* FAQs end */
/* CTA start */
.common-section.cta-section {
  background: #06270B;
  --eptb-cptb: 50px;
}

.common-box.cta-box .common-title {
  padding: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.CTA-form {
  background: #081A0B;
  padding: 10px;
  border-radius: 6px;
}
.CTA-form .input-group .form-control {
  border-radius: 0px !important;
  background: #272329;
  padding: 6px 16px;
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
  border: none;
  font-size: 16px;
  min-height: 46px;
}
.CTA-form .input-group .form-control::-moz-placeholder {
  color: #B2B2B2;
}
.CTA-form .input-group .form-control::placeholder {
  color: #B2B2B2;
}
.CTA-form .input-group .cta-btn,
.CTA-form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.CTA-form .input-group .cta-btn:focus,
.CTA-form .input-group .cta-btn:visited {
  border: none;
  border-radius: 6px !important;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  background: #10C52B;
  text-transform: uppercase;
  padding: 10px 34px;
  font-size: 20px;
  font-weight: 400;
  transition: all ease-in-out 0.5s;
}
.CTA-form .input-group .cta-btn:hover,
.CTA-form .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):hover,
.CTA-form .input-group .cta-btn:focus:hover,
.CTA-form .input-group .cta-btn:visited:hover {
  color: #000;
  background: #FFC4C6;
}

/* CTA end */
/* footer start */
.footer-section {
  background: #081A0B;
}
.footer-section .inner-footer {
  padding: 80px 0px 80px;
}
.footer-section .FootSocial-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #fff;
}
.footer-section .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 30px;
}
.footer-section .social-list li a,
.footer-section .social-list li a:focus,
.footer-section .social-list li a:visited {
  --ehw-social: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--ehw-social));
  height: calc(var(--ehw-social));
  border-radius: 50%;
  margin: 0 auto;
  transition: all ease-in-out 0.5s;
  background: transparent;
  color: #fff;
  font-size: 17px;
}
.footer-section .social-list li a img,
.footer-section .social-list li a:focus img,
.footer-section .social-list li a:visited img {
  width: calc(var(--ehw-social) - 8px);
  height: calc(var(--ehw-social) - 8px);
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-section .social-list li a:hover, .footer-section .social-list li a:active,
.footer-section .social-list li a:focus:hover,
.footer-section .social-list li a:focus:active,
.footer-section .social-list li a:visited:hover,
.footer-section .social-list li a:visited:active {
  background: rgba(var(--second-color), 0.4);
  color: #fff;
}
.footer-section .footer-logo {
  width: 300px;
  margin-bottom: 20px;
}
.footer-section .foot-para {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #808481;
  font-size: 18px;
}
.footer-section .foot-para p {
  margin-bottom: 10px;
}
.footer-section .foot-para p:last-child {
  margin-bottom: 0px;
}
.footer-section .foot-para p a,
.footer-section .foot-para p a:visited,
.footer-section .foot-para p a:focus {
  color: #10C52B;
  transition: all ease-in-out 0.5s;
  white-space: nowrap;
}
.footer-section .foot-para p a:hover,
.footer-section .foot-para p a:visited:hover,
.footer-section .foot-para p a:focus:hover {
  color: #FFC4C6;
}
.footer-section .foot-title,
.footer-section .footer-box h5 {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.footer-section .foot-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 10px;
}
.footer-section .foot-list li,
.footer-section .contact-list li {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.footer-section .foot-list li:not(:last-child),
.footer-section .contact-list li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-section .foot-list li a,
.footer-section .foot-list li a:visited,
.footer-section .foot-list li a:focus,
.footer-section .contact-list li a,
.footer-section .contact-list li a:visited,
.footer-section .contact-list li a:focus {
  font-weight: 300;
  color: #FFC4C6;
  transition: all ease-in-out 0.5s;
  font-size: 16px;
}
.footer-section .foot-list li a:hover,
.footer-section .foot-list li a:visited:hover,
.footer-section .foot-list li a:focus:hover,
.footer-section .contact-list li a:hover,
.footer-section .contact-list li a:visited:hover,
.footer-section .contact-list li a:focus:hover {
  color: #10C52B;
}
.footer-section .foot-list li.current_page_item a,
.footer-section .contact-list li.current_page_item a {
  color: #10C52B;
}
.footer-section .foot-list li span,
.footer-section .contact-list li span {
  color: #10C52B;
  background: #122A16;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--ehw-fcls);
  height: var(--ehw-fcls);
  border-radius: 50%;
  font-size: 14px;
  --ehw-fcls: 30px;
}
.footer-section .contact-list li {
  gap: 18px;
}
.footer-section .contact-list li a {
  color: #fff;
}
.footer-section .copy-footer {
  border-top: 1px solid #0E4357;
  padding: 40px 0px;
  text-align: center;
}
.footer-section .copy-footer .copy-box {
  color: #4D544F;
  font-size: 17px;
}
.footer-section .copy-footer .copy-box a,
.footer-section .copy-footer .copy-box a:visited,
.footer-section .copy-footer .copy-box a:focus {
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.footer-section .copy-footer .copy-box a:hover,
.footer-section .copy-footer .copy-box a:visited:hover,
.footer-section .copy-footer .copy-box a:focus:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* footer end */
.inr-ban {
  background: url(../images/bg1.png) no-repeat bottom center;
  min-height: 60vh;
  padding-top: 110px;
  margin: 0;
}

.main-wrap {
  padding: 75px 0;
}

.contact-title {
  font-size: 26px;
  font-weight: 400;
  color: #2E2D2D;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.contact-title span {
  color: #10C52B;
}

.get-pera {
  font-size: 16px;
  color: #717171;
  margin: 15px 0 0;
  padding: 0 40px 0 0;
}

.f-contact2 {
  margin: 18px 0 0;
  padding: 0;
}
.f-contact2 li {
  float: none;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.f-contact2 li img {
  float: left;
  margin-right: 12px;
}
.f-contact2 li p {
  margin: 0;
  padding: 0;
  color: #2e2c2c;
  font-weight: 500;
  line-height: 24px;
  font-size: 19px;
  overflow: hidden;
}
.f-contact2 li a {
  color: #2e2c2c;
  font-size: 19px;
  font-weight: 600;
}

.rd-mailform .form-group {
  margin-bottom: 10px;
}
.rd-mailform .form-group .form-control {
  border-radius: 0;
  height: 50px;
  border: 1px solid #ADADAD;
}
.rd-mailform .form-group textarea.form-control {
  border-radius: 0;
  height: 150px;
}

.map-bx iframe {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border: none;
}

.testi-page {
  background-color: #F2FCF4;
}

.masonry-item {
  margin-bottom: 25px;
}
.masonry-item .testimonial-box .tu-para {
  line-clamp: inherit;
  -webkit-line-clamp: inherit;
  text-overflow: inherit;
  overflow: inherit;
}
.masonry-item .testimonial-box {
  box-shadow: 0 5px 10px #ddd;
}

/* ############### Subscription ############ */
.price-bx {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 5px 10px #ddd;
}
.price-bx .price-head {
  background-color: #f0ebff;
  padding: 25px;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.price-bx .price-head h3 {
  font-size: 27px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}
.price-bx .price-head p {
  font-size: 17px;
  color: #12003F;
  margin: 15px 0 0;
  transition: all ease-in-out 0.3s;
}
.price-bx .price-head h2 {
  font-size: 45px;
  font-weight: 600;
  color: #10C52B;
  margin: 10px 0 0;
  padding: 0;
  transition: all ease-in-out 0.3s;
}
.price-bx:hover .price-head {
  background-color: #10C52B;
}
.price-bx:hover .price-head h3 {
  color: #fff;
}
.price-bx:hover .price-head p {
  color: #fff;
}
.price-bx:hover .price-head h2 {
  color: #fff;
}

.price-bx ul {
  margin: 0;
  padding: 0;
}
.price-bx ul li {
  float: none;
  display: block;
  font-size: 18px;
  color: #12003F;
  font-weight: 400;
  margin: 0 0 20px;
}/*# sourceMappingURL=style.css.map */