@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');
/* Additional And Overide Custom Css */
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.logo .logo-light, .main-navigation-bg .logo .logo-dark {
  margin: 0 auto;
  width: 112px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-navigation-bg .logo .logo-dark {
  width: 92px;
  margin-left: 0;
}
.disable-bg .logo .logo-dark {
  width: 112px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.main-navigation {
  margin-right: -10px;
}
.main-navigation-bg .logo .logo-light {
  padding-top: 0;
  padding-bottom: 0;
}
.nav.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav > li {
  margin-left: 15px;
}
.drop-menu {
  position: relative;
}
.drop-menu > a:after {
  position: absolute;
  content: "\f35f";
  font-family: "Ionicons";
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
}
.main-navigation-bg .drop-menu > a:after {
  color: #fff;
}
.main-navigation .navbar-nav li.active > a{
	color: #90c741 !important;
}
.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 5px 0;
  min-width: 220px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.main-navigation-bg .sub-menu {
  background: #1c1c1c;
}
.drop-menu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.sub-menu li {
  padding: 0;
  margin: 0;
  left: 0;
  letter-spacing: 0;
  text-align: left;
}
.sub-menu li a {
  display: block;
  opacity: 0.75;
  font-size: 13px !important;
  padding: 7px 10px !important;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.sub-menu li a:hover {
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.float-img {
  width: 260px;
  position: absolute;
  left: 67%;
  bottom: -20%;
}
.footer {
  background: #1d1e1f;
  padding: 60px 0;
  position: relative;
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.foot-head {
  color: #eee;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.link-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-wrap li {
  margin-bottom: 10px;
  color: #ccc;
}
.link-wrap li a {
  color: #ccc;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.link-wrap li a:hover {
  color: #f5f5f5;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.footer-items {
  padding: 5px;
  text-align: left;
}
.footer-items.fi-first img {
  width: 132px;
  position: absolute;
  top: -40px;
  left: -40px;
  opacity: 0.075;
}
.fi-first {
  -webkit-box-flex: 30%;
  -ms-flex: 30% 0 0px;
  flex: 30% 0 0;
  position: relative;
}
.fi-second {
  -webkit-box-flex: 14%;
  -ms-flex: 14% 0 0px;
  flex: 14% 0 0;
}
.fi-third {
  -webkit-box-flex: 19%;
  -ms-flex: 19% 0 0px;
  flex: 19% 0 0;
}
.fi-fourth {
  -webkit-box-flex: 28%;
  -ms-flex: 28% 0 0px;
  flex: 28% 0 0;
}
.fi-fourth li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.fi-fourth li strong {
  display: block;
}
.fi-fourth li span {
  margin-right: 7px;
  position: relative;
  top: 1px;
  font-size: 18px;
}
.fi-fourth li span i{
	display: flex;
}
.footer-credit {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 10px 15px;
  color: #858585;
  font-size: 13px;
  background: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.contact-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-social li span {
  background: transparent;
  border: 1px solid #ccc;
  color: #ccc;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 30px;
  -ms-flex: 30px 0 0px;
  flex: 30px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.contact-social li a:hover span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ccc;
  color: #212529;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.about-footer-text {
  color: #ccc;
  text-align: justify;
}
.navbar-header.nav-toggle {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.navbar-brand.logo {
  padding-top: 0;
  padding-left: 15px;
  display: block;
  -webkit-animation: logomove 0.75s ease-in-out forwards;
          animation: logomove 0.75s ease-in-out forwards;
}
.testimonial {
  background-image: url("../images/testimonial.jpg");
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 25vw;
  background-attachment: fixed;
  padding: 60px 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.testimonial .testimonial-slider {
  padding: 0 90px;
}
.testimonial-slider .ts-item .ts-head {
  font-size: 22px;
  font-weight: 600;
  color: #4d4d4d;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.testimonial-slider .ts-item .ts-user {
  font-size: 18px;
  font-weight: 500;
  color: #6d6d6d;
}
@-webkit-keyframes logomove {
  0% {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes logomove {
  0% {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.navbar-collapse {
  max-height: none !important;
}
.navbar-collapse.in {
  overflow-y: auto;
}
.home-content {
  padding-top: 15vh;
  max-width: 620px;
  width: 100%;
  text-align: left;
}
.home-text {
  color: #fff;
  font-size: 42px;
  text-align: left;
  line-height: normal;
  margin-bottom: 15px;
}
.home-text.download-app-text {
margin-top: 15px;
font-size: 38px;
}
.the-button-light span {
  display: block;
  font-size: 10px;
  text-align: left;
  font-weight: normal;
  position: relative;
  top: 2px;
}
.the-button-light i {
  font-size: 26px;
  font-weight: normal;
  width: auto;
  height: 32px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.the-button-light {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
}
.the-button-light .button-wrap{
	font-weight: 500;
}
.home-download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.home-download-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.home-download-btn a:last-child {
  margin-right: 0;
}
.navbar-toggle[aria-expanded="true"] .icon-bar {
  height: 1px;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(-2px, 3px);
      -ms-transform: rotate(-45deg) translate(-2px, 3px);
          transform: rotate(-45deg) translate(-2px, 3px);
  margin: 0;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(4) {
  -webkit-transform: rotate(45deg) translate(-1px, -2px);
      -ms-transform: rotate(45deg) translate(-1px, -2px);
          transform: rotate(45deg) translate(-1px, -2px);
  margin: 0;
}
.quick-about-wrap {
  margin: 0;
  background-image: url("../images/about.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background: #fff;
  padding: 60px 0 50px 0;
  position: relative;
}
.quick-about-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.quick-about-margin-fix{
margin: 0 -30px;
}
.quick-about {
  padding: 15px 30px;
  border-radius: 8px;
}
.quick-about p{
	max-width: 200px;
	margin: 0 auto;
	font-weight: 500;
}
.quick-about-img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
    height: 100px;
    margin: 0 auto 15px auto;
	border-radius: 100%;
	background-color: #90c741
}
.quick-about-img img {
  width: 48px;
}
.quick-about h2 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
}
.download-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}
.download-app .download-app-img {
  -webkit-box-flex: 45%;
      -ms-flex: 45% 0 0px;
          flex: 45% 0 0;
  padding: 0 15px 0 0;
}
.download-app .app-desc {
  -webkit-box-flex: 55%;
      -ms-flex: 55% 0 0px;
          flex: 55% 0 0;
  text-align: left;
  padding: 0 15px;
}
.download-app .download-app-img img {
  margin: 0 auto;
  max-width: 410px;
  width: 100%;
}
.download-app .app-head {
  font-size: 20px;
  color: #90c741;
}
.download-app .app-point {
  font-size: 32px;
  color: #4d4d4d;
}
.download-app .app-desc-text {
  max-width: 580px;
  width: 100%;
}
.download-app .app-point span {
  margin-right: 15px;
}
.download-link-img {
  margin-top: 20px;
}
.download-link-img a {
  margin-right: 20px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.download-link-img a:last-child {
  margin-right: 0;
}
.download-link-img a:hover {
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-box-shadow: 0px 26px 26px -5px rgb(0 0 0 / 0.52);
          box-shadow: 0px 26px 26px -5px rgb(0 0 0 / 0.52);
}
.download-link-img a img {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.download-link-img a:hover img {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.home-about-page{
	padding: 112px 0 0 0;
	position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.home-about-page.single-partner{
	background-image: url("../images/contact.jpg");
}
.home-about-page:before {
   position: fixed;
   content: "";
   height: 104px;
   width: 100%;
   top: 0;
   left: 0;
   z-index: 1;
   background: #101010;
}
.single-about{
	background: #f5f5f5;
	padding: 172px 0 60px 0;
}
.single-about .section-heading{
	text-align: left;
}
.single-about p{
	text-align: justify;
}
.about-slider .slick-track{
	height: 280px;
}
.as-item{
	position: relative;
}
.as-overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	align-items: center;
	background: rgba(0,0,0,0.85);
	padding: 10px 15px;
}
.as-overlay img{
	width: 32px;
	flex: 32px 0 0;
	margin-right: 15px;
}
.as-overlay p{
	color: #fff;
	font-weight: 400;
	flex: calc(100% - 47px) 0 0;
}
.single-rider{
	background: #f5f5f5;
	margin-top: -8px;
	position: relative;
}
.sr-float-img{
	position: absolute;
}
.sr-float-img.sfi-one img{
	width: 320px;
}
.sr-float-img.sfi-two img{
	width: 300px;
}
.sr-float-img.sfi-one{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sr-float-img.sfi-two{
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}	


.partner-form-wrap{
	margin: 30px auto;
	max-width: 720px;
	background: rgb(255 255 255 / 95%);
    padding: 45px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 25px -5px rgb(0 0 0 / 0.12);
    box-shadow: 0 0 25px -5px rgb(0 0 0 / 0.12);
}
.partner-form-wrap .main-form button{
	margin-top: 15px;
}
.pfw-header{
	margin-bottom: 30px;
}
.pfw-header h2{
	font-size: 32px;
	margin-bottom: 15px;
}
.legal {
  margin: 0;
  background-image: url("../images/legal.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 112px 0 0 0;
  position: relative;
  height: 100vh;
}
.legal:before {
  position: fixed;
  content: "";
  height: 104px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #101010;
}
.legal-content-wrap {
  background: rgba(255, 255, 255, 0.9);
  border: 15px solid transparent;
  border-radius: 5px;
  height: calc(100vh - 122px);
  overflow-y: auto;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 0 20px rgb(16 16 16 / 0.32);
          box-shadow: 0 0 20px rgb(16 16 16 / 0.32)
}
.legal-content-wrap::-webkit-scrollbar {
  width: 6px;
}
.legal-content-wrap::-webkit-scrollbar-track {
  background: #dddddd;
}
.legal-content-wrap::-webkit-scrollbar-thumb {
  background: rgb(144 199 65 / 55%);
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.legal-content-wrap::-webkit-scrollbar-thumb:hover {
  background: rgb(144 199 65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.legal-content-wrap{
  scrollbar-color: rgb(144 199 65) #dddddd;
  scrollbar-width: thin;
}
.legal-content {
  padding: 15px;
  text-align: left;
  color: #333;
}
.legal-content h2 {
  color: #333;
  margin-bottom: 7px;
  font-size: 18px;
  text-align: left;
  margin-top: 25px;
}
.legal-content h5 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 7px;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content p {
  color: #333;
  margin-bottom: 7px;
  text-align: justify;
  line-height: inherit;
}
.legal-content ul {
  text-align: left;
  margin-bottom: 10px;
}
.legal-content ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 2px;
  text-align: justify;
  color: #333;
}
.legal-content ol {
  list-style: decimal;
  padding-left: 15px;
}
.legal-content ol li {
  margin-bottom: 2px;
  color: #333;
}
.legal-content ul li:after {
  position: absolute;
  left: 5px;
  top: 1px;
  content: "\f382";
  color: #000;
  font-family: "Ionicons";
}
.legal-content ul li:last-child {
  margin-bottom: 0;
}
.legal-content a {
  color: cornflowerblue;
  word-break: break-all;
}
.external-page .logo .logo-light, .external-page.main-navigation-bg .logo .logo-dark {
  width: 92px;
}
.external-page {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.custom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-pagination li {
  padding-right: 30px;
  position: relative;
}
.custom-pagination li:after {
  position: absolute;
  content: "\f3d3";
  font-family: "Ionicons";
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #eee;
  font-size: 17px;
}
.custom-pagination li:last-child:after {
  display: none;
}
.custom-pagination li:last-child {
  padding-right: 0;
}
.custom-pagination li a {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;	
  color: #eee;
}
.custom-pagination li.active a {
  opacity: 0.75;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.custom-pagination li.active:hover a {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cont-head {
  font-size: 32px !important;
  margin-bottom: 30px;
}
.contact-page {
  padding: 112px 0 0 0;
  position: relative;
  background-image: url("../images/contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.contact-page:after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.1);
}
.contact-page .row {
  position: relative;
  z-index: 1;
}
.contact-page:before {
  position: fixed;
  content: "";
  height: 104px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #101010;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
  box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}
.contact-form, .contact-info {
  margin: 30px 0;
  background: rgb(255 255 255 / 95%);
  padding: 45px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 25px -5px rgb(0 0 0 / 0.12);
          box-shadow: 0 0 25px -5px rgb(0 0 0 / 0.12);
}
.main-form label {
  text-align: left;
  display: block;
  font-weight: 500;
}
.main-form label small {
  margin-left: 2px;
  color: #d80606;
}
.main-form .form-control {
  border: 1px solid #eee;
  border-radius: 2px;
  background: #fbfbfb;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-form .form-control::-moz-placeholder {
  color: #aaa;
  font-size: 13px;
  opacity: 1
}
.main-form .form-control:-ms-input-placeholder {
  color: #aaa;
  font-size: 13px;
}
.main-form .form-control::-webkit-input-placeholder {
  color: #aaa;
  font-size: 13px;
}
.main-form select.form-control {
  color: #aaa;
  font-size: 13px;
}
.main-form input[class*="form-control"], .main-form select {
  height: 42px;
}
.main-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgb(144 199 65 / 0.72);
}
.form-notice {
  margin-bottom: 25px;
}
.form-notice p {
  text-align: left;
  font-size: 13px;
  margin-bottom: 2px;
}
.form-notice p:last-child {
  margin-bottom: 0;
}
.form-notice p strong {
  font-weight: 500;
}
.form-notice p small {
  color: #d80606;
}
.main-form button {
  min-width: 120px;
  padding: 10px 20px;
  border-radius: 2px;
  background: #90c741;
  border: 0;
  float: left;
}
.main-form button i {
  font-size: 16px;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.main-form button:hover, .main-form button:active, .main-form button:focus {
  background: #7bb32a !important;
  outline: none !important;
  border: 0;
}
.cont-link-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cont-link-wrap > li span {
  font-size: 56px;
  color: #eee;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.cont-link-wrap > li {
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-weight: 500;
  border-bottom: 1px solid #f3f3f3;
}
.cont-link-wrap > li:last-child {
  padding-bottom: 0;
  border: 0;
}
.cont-link-wrap li strong, .cont-link-wrap li a {
  display: block;
}
.cont-link-wrap li strong{
	color: #8d8d8d;
	font-weight: 500;
}
.cont-link-wrap > li a {
  color: cornflowerblue;
  letter-spacing: 0.01rem;
}
.con-social-icon{
	display: flex;
	align-items: center;
	justify-content: center;
}
.con-social-icon li a{
	margin: 10px;
	width: 40px;
	height: 40px;
	color: #aaa;
	font-size: 18px;
	border-radius: 100%;
	border: 1px solid #ddd;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s linear;
} 
.con-social-icon li a:hover{
	color: #fff;
	background: #90c741;
	border: 1px solid #7daf36;
	transition: all 0.3s linear;
}
.cont-download-app {
  padding: 30px 0;
  background: #f5f5f5;
}
.down-cont-app {
  font-weight: 500;
  color: #90c741;
  font-size: 24px;
  line-height: inherit;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.wwo-first-sec{
	padding: 60px 0;
	background: #71a528;
}
.section-heading.text-white{
	color: #fff;
}
.wfs-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 40px;
}
.wfs-desc{
	-webkit-box-flex: 66%;
	    -ms-flex: 66% 0 0px;
	        flex: 66% 0 0;
	padding-right: 15px;
	color: #fff;
	text-align: left;
}
.wfs-image{
	-webkit-box-flex: 34%;
	    -ms-flex: 34% 0 0px;
	        flex: 34% 0 0;
	padding-left: 15px; 
}
.wfs-head{
	font-size: 22px;
	text-align: left;
	color: #fff;
	margin-bottom: 15px;
}
.wfs-list{
	list-style: none;
	padding: 0;
	margin: 30px 0 0 0;
}
.wfs-list li{
    padding-left: 28px;
	margin-bottom: 2px;
	position: relative;
}
.wfs-list li:before{
    position: absolute;

    left: 5px;
    top: -1px;
    font-size: 16px;
    content: "\f382";
    color: #2c4a00;
    font-family: "Ionicons";
}
.wfs-point-wrap{
	padding: 60px 0 30px 0;
}
.wfs-point{
    position: relative;
    padding: 30px 40px;
	margin: 36px 4px 30px 36px;
	min-height: 180px;
    background: #fff;
    border-radius: 8px 8px 48px 8px;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 10%), 0 0 5px rgb(144 199 65 / 5%);
            box-shadow: 0 0 25px rgb(0 0 0 / 10%), 0 0 5px rgb(144 199 65 / 5%);
}
.wfs-pnt-image{
    position: absolute;
    width: 80px;
    height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
    background: linear-gradient(45deg, #69b706, #81c63c);
    left: -36px;
    top: -35px;
    z-index: 2;
}
.wfs-pnt-image img{
	width: 42px;
}
.wfs-pnt-head{
	position: absolute;
    top: -35px;
    left: 0;
    padding: 12px 30px 12px 60px;
    border-radius: 0 200px;
    background: -o-linear-gradient(45deg, #68af03, #81c63c);
    background: linear-gradient(45deg, #68af03, #81c63c);
	color: #fff;
    font-size: 20px;
    z-index: 1;
}
.wfs-pnt-desc{
	text-align: justify;
}
.wfs-desc-text{
	text-align: justify;
}
.home-points{
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 26px;
}
.home-points li{
    padding-left: 28px;
    margin-bottom: 2px;
    position: relative;
}
.home-points li:last-child{
	margin-bottom: 0;
}
.home-points li:before{
    position: absolute;
    left: 5px;
    top: -1px;
    font-size: 16px;
    content: "\f382";
    color: #ffffff;
    font-family: "Ionicons";
}


@media(min-width: 767px) and (max-width: 991px){
	.about-slider{
		margin: 0 -10px !important;
	}
	.about-slider .as-item{
		padding: 0 10px;
	}
	.as-item > img{
	  width: 100%;
    }
    .as-overlay{
    left: 10px;
    width: calc(100% - 20px);
    }
}
@media (max-width: 1140px){
.about-slider .slick-track{
	height: auto;
}
}
@media (max-width: 991.98px) {
  .footer-wrap {
    margin: 0;
  }
  .home-text {
    font-size: 36px;
  }
	.home-text.download-app-text{
		font-size: 32px;
	}
  .contact-form, .contact-info {
    padding: 30px;
  }
  .testimonial .testimonial-slider {
    padding: 0 45px;
  }
  .slick-slide {
    height: auto !important;
  }
  .slick-arrow {
    display: none !important;
  }
  .testimonial, .download-app {
    padding: 40px 0;
  }
  .testimonial .inner-divider-half {
    display: none;
  }
  .download-app .download-app-img {
    -webkit-box-flex: 40%;
        -ms-flex: 40% 0 0px;
            flex: 40% 0 0;
  }
  .download-app .app-desc {
    -webkit-box-flex: 60%;
        -ms-flex: 60% 0 0px;
            flex: 60% 0 0;
  }
	.wfs-image{
		display: none;
	}
	.wfs-desc{
		-webkit-box-flex: 100%;
		    -ms-flex: 100% 0 0px;
		        flex: 100% 0 0;
		padding: 0;
	}
	.sr-float-img.sfi-one{
		top: 30%;
	}
	.sr-float-img.sfi-two{
		bottom: 0;
	}
	.sr-float-img.sfi-one img{
	width: 240px;
}
.sr-float-img.sfi-two img{
	width: 220px;
}
.single-about{
	background: #f5f5f5;
	padding: 147px 0 35px 0;
}
.fi-first {
  -webkit-box-flex: 47%;
  -ms-flex: 47% 0 0px;
  flex: 47% 0 0;
  position: relative;
}
.fi-second {
  -webkit-box-flex: 19%;
  -ms-flex: 19% 0 0px;
  flex: 19% 0 0;
}
.fi-third {
  -webkit-box-flex: 25%;
  -ms-flex: 25% 0 0px;
  flex: 25% 0 0;
}
.fi-fourth {
  -webkit-box-flex: 47%;
  -ms-flex: 47% 0 0px;
  flex: 47% 0 0;
}
}
@media (max-width: 991.98px) and (orientation: landscape) {
  .home-content {
    padding-top: 25vh;
  }
}
@media (max-width: 975px) {
  .float-img {
    display: none;
  }
	.wfs-pnt-head{
		font-size: 18px;
	}	
}
@media (max-width: 767.98px) {
	.wfs-point{
      margin: 36px 4px 60px 36px;
	}
  .contact-page {
    background-position: top right;
  }
  .testimonial .testimonial-slider {
    padding: 0 30px;
  }
  .external-page .navbar-brand.logo {
    width: auto;
  }
  .legal, .contact-page {
    padding: 112px 0 0 0;
  }
  .contact-form, .contact-info {
    margin-top: 20px;
  }
  .external-page .header-wrap {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .custom-pagination {
    padding-right: 30px;
  }
  .navbar-bg-switch.disable-bg {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }
  .toggle-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgb(16 16 16 / 0.65);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .toggle-backdrop.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .home-text {
    font-size: 32px;
  }
.home-text.download-app-text{
	font-size: 28px;
}
.home-content {
    max-width: 520px;
}
 .main-navigation-bg .sub-menu {
    background: #171717;
}
.footer-wrap .fi-first, .footer-wrap .fi-second, .footer-wrap .fi-third, .footer-wrap .fi-fourth {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    padding: 0 15px;
    margin-bottom: 30px;
}
  .footer-wrap {
    margin: 0 -15px;
  }
  .header-wrap {
    margin: 0 -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nav.navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100vh;
    width: 240px;
    margin: 0;
    position: relative;
  }
  .nav.navbar-nav, .main-navigation-bg .nav.navbar-nav {
    padding-top: 126px;
  }
  .nav.navbar-nav:before {
    content: "";
    position: absolute;
    height: 1px;
    margin-top: -5px;
    width: 100%;
    background: #2d2d2d;
  }
  .navbar-collapse {
    margin-top: 0;
    padding: 0;
    height: 100%;
    border: none;
  }
  .navbar-brand.logo {
    position: relative;
    z-index: 2;
    width: 240px;
    padding-left: 20px;
  }
  .navbar-header.nav-toggle {
    right: 10px;
  }
  .main-navigation-bg .navbar-brand.logo {
    padding-bottom: 0;
  }
  .main-navigation {
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .header-wrap.active .navbar-brand.logo {
    border-bottom: 1px solid #2d2d2d;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .logo .logo-light, .main-navigation-bg .logo .logo-dark {
    margin: 0;
  }
  .nav > li {
    margin-left: 0;
    text-align: left;
  }
  .sub-menu {
    position: relative;
    top: 0;
  }
  .drop-menu > a:after {
    right: 15px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .drop-menu.down > a:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .sub-menu {
    display: none;
  }
  .drop-menu.down .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .sub-menu li a {
    padding: 7px 20px !important;
  }
  .download-link-img a img {
    width: 122px;
  }
  .download-app .app-point {
    font-size: 28px;
  }
	.disable-bg .navbar-brand.logo{
		background: #101010;
	}
	.partner-form-wrap{
		padding: 30px;
	}
	.home-about-page.single-partner{
		background-position: left;
	}
	.about-slider{
		margin: -33px -30px 20px -30px !important;
	}
	.sr-float-img.sfi-one{
		top: 30%;
	}
	.sr-float-img.sfi-two{
		bottom: auto;
		top: 50%;
		left: 0;
		transform: none;
	}
	.sr-float-img.sfi-one img{
	    width: 180px;
    }
    .sr-float-img.sfi-two img{
	    width: 160px;
    }
	.single-about{
	background: #f5f5f5;
	padding: 132px 0 25px 0;
}
}
@media (max-width: 675px) {
  .download-app .download-app-img {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    margin-bottom: 30px;
  }
  .download-app .app-desc {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
    padding: 0;
	  text-align: center;
  }
  .download-app .download-app-img img {
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .home-content {
    text-align: center;
  }
  .home-download-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .custom-pagination {
    padding-right: 15px;
  }
  .legal-content-wrap {
    border: 5px solid transparent;
  }
  .legal-content {
    padding: 20px 10px 0 10px;
  }
	.quick-about-wrap{
	padding: 40px 0 25px 0
	}
	  .home-text {
    font-size: 28px;
		  text-align: center;
  }
.home-text.download-app-text{
	font-size: 22px;
	text-align: center;
	}
		.about-text, .ts-desc, .app-desc-text{
		text-align: justify;
	}
	.single-rider .app-desc-text{
	text-align: center;
}
.home-points{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-points li{
	padding-right: 20px;
	padding-left: 20px;
}
.home-points li:before{
	content: "\f462";
}
.home-points li:after {
    position: absolute;
    right: 5px;
    top: -1px;
    font-size: 16px;
    content: "\f462";
    color: #ffffff;
    font-family: "Ionicons";
}
}
@media (max-width: 480px) {
	.wfs-pnt-image {
      position: absolute;
      left: 50%;
      top: -40px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
	}
	.wfs-pnt-head {
      position: relative;
      top: auto;
      left: auto;
      padding: 40px 0 15px 0;
      border-radius: 0;
      background: none;
		color: inherit;
	}
	.wfs-point {
      margin: 20px 0 60px 0;
		padding: 15px;
		border-radius: 8px;
    }
	.contact-form, .contact-info{
		margin-top: 10px;
		margin-bottom: 20px;
	}	
  .footer-wrap .fi-first {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
  }
  .legal {
    padding: 102px 0 0 0;
  }
  .legal-content-wrap {
    border: 5px solid transparent;
    border-radius: 0;
    height: calc(100vh - 102px);
  }
  .legal .container{
	padding: 0;
  }	
  .custom-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .custom-pagination li {
    padding-right: 0;
  }
  .custom-pagination li:after {
    display: none;
  }
  .custom-pagination li a {
    font-size: 12px;
  }
  .download-app .app-point {
    font-size: 24px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .testimonial .testimonial-slider {
    padding: 0 15px;
  }
  .header-wrap {
    margin: 0 -20px;
  }
  .logo .logo-light, .main-navigation-bg .logo .logo-dark {
    width: 92px;
  }
  .nav.navbar-nav, .main-navigation-bg .nav.navbar-nav {
    padding-top: 116px;
  }
		.quick-about {
    padding: 15px 15px;
}
	.quick-about-margin-fix{
	margin: 0 -15px;
}
	.download-app .app-point span {
    margin-right: 10px;
}
 	.about-slider{
		margin: -33px -15px 20px -15px !important;
	}
}
@media (max-width: 360px) {
.quick-about-wrap {
    padding: 30px 0 30px 0;
}
.home-text {
    font-size: 24px;
 }
.home-text.download-app-text{
	font-size: 20px;
}
.download-link-img a {
    margin-right: 15px;
}
.contact-form, .contact-info {
    padding: 30px 20px;
}
.partner-form-wrap{
	padding: 30px 20px;
}
.sr-float-img{
	display: none;
}
.the-button-light .button-wrap{
	font-size: 12px;
}
.home-download-btn a{
	margin-right: 10px;
}
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	  .home-content{
		  padding-top: 30vh;
	  }
	  .home-text {
    font-size: 26px;
}
.home-text.download-app-text {
    font-size: 22px;
}	  
}
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  .home-content{
		  padding-top: 30vh;
	  }
	  .home-text {
    font-size: 26px;
}
.home-text.download-app-text {
    font-size: 22px;
}	  
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
.home-content{
	padding-top: 30vh;
}
.home-text {
    font-size: 24px;
}
.home-text.download-app-text {
    font-size: 20px;
}	
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.home-content{
  padding-top: 30vh;
}
.home-text {
    font-size: 22px;
    margin-bottom: 0;
}
.home-text.download-app-text {
    font-size: 18px;
	margin-top: 10px;
}	
}

.home-download-btn a{
  display: flex;
  flex-direction: column;
}
.home-download-btn a .qr-img{
  max-width: 160px;
  margin-top: 5px;
}
.home-download-btn a .qr-img img{
  max-width: 100%;
  height: auto;
}
@media (max-width: 1440px){
  .upper-page{
min-height: 130vh;
  }
 .home-content{ 
padding-top: 160px;
 }
 .center-block {
  vertical-align: top;
} 
}
@media (max-width: 991px){
  .upper-page{
height: 100vh;
min-height: 680px;
  }
 .home-content{ 
padding-top: 150px;
 } 
}
@media (max-width: 575px){
 .home-content{ 
padding-top: 130px;
 } 
}
@media (max-width: 340px){
.the-button-light .button-wrap {
    font-size: 11px;
}
}