/*___Flex Starts___*/
/*___Flex Ends___*/
@font-face {
  font-family: 'SimplonBP-Regular';
  src: url("../fonts/SimplonBP-Regular.eot"), url("../fonts/SimplonBP-Regular.svg"), url("../fonts/SimplonBP-Regular.ttf"), url("../fonts/SimplonBP-Regular.woff"), url("../fonts/SimplonBP-Regular.woff2"); }

@font-face {
  font-family: 'SimplonBP-Light';
  src: url("../fonts/SimplonBP-Light.eot"), url("../fonts/SimplonBP-Light.svg"), url("../fonts/SimplonBP-Light.ttf"), url("../fonts/SimplonBP-Light.woff"), url("../fonts/SimplonBP-Light.woff2"); }

@font-face {
  font-family: 'SimplonBP-Medium';
  src: url("../fonts/SimplonBP-Medium.eot"), url("../fonts/SimplonBP-Medium.svg"), url("../fonts/SimplonBP-Medium.ttf"), url("../fonts/SimplonBP-Medium.woff"), url("../fonts/SimplonBP-Medium.woff2"); }

@font-face {
  font-family: 'SimplonBP-Bold';
  src: url("../fonts/SimplonBP-Bold.eot"), url("../fonts/SimplonBP-Bold.svg"), url("../fonts/SimplonBP-Bold.ttf"), url("../fonts/SimplonBP-Bold.woff"), url("../fonts/SimplonBP-Bold.woff2"); }

@font-face {
  font-family: 'SimplonBP-BoldItalic';
  src: url("../fonts/SimplonBP-BoldItalic.eot"), url("../fonts/SimplonBP-BoldItalic.svg"), url("../fonts/SimplonBP-BoldItalic.ttf"), url("../fonts/SimplonBP-BoldItalic.woff"), url("../fonts/SimplonBP-BoldItalic.woff2"); }

/*_____SimplonBP Mono_____*/
@font-face {
  font-family: 'SimplonBPMono-Regular';
  src: url("../fonts/SimplonBPMono-Regular.eot"), url("../fonts/SimplonBPMono-Regular.svg"), url("../fonts/SimplonBPMono-Regular.ttf"), url("../fonts/SimplonBPMono-Regular.woff"), url("../fonts/SimplonBPMono-Regular.woff2"); }

@font-face {
  font-family: 'SimplonBPMono-Light';
  src: url("../fonts/SimplonBPMono-Light.eot"), url("../fonts/SimplonBPMono-Light.svg"), url("../fonts/SimplonBPMono-Light.ttf"), url("../fonts/SimplonBPMono-Light.woff"), url("../fonts/SimplonBPMono-Light.woff2"); }

@font-face {
  font-family: 'SimplonBPMono-Medium';
  src: url("../fonts/SimplonBPMono-Medium.eot"), url("../fonts/SimplonBPMono-Medium.svg"), url("../fonts/SimplonBPMono-Medium.ttf"), url("../fonts/SimplonBPMono-Medium.woff"), url("../fonts/SimplonBPMono-Medium.woff2"); }

@font-face {
  font-family: 'SimplonBPMono-Bold';
  src: url("../fonts/SimplonBPMono-Bold.eot"), url("../fonts/SimplonBPMono-Bold.svg"), url("../fonts/SimplonBPMono-Bold.ttf"), url("../fonts/SimplonBPMono-Bold.woff"), url("../fonts/SimplonBPMono-Bold.woff2"); }

@font-face {
  font-family: 'SimplonBPMono-BoldItalic';
  src: url("../fonts/SimplonBPMono-BoldItalic.eot"), url("../fonts/SimplonBPMono-BoldItalic.svg"), url("../fonts/SimplonBPMono-BoldItalic.ttf"), url("../fonts/SimplonBPMono-BoldItalic.woff"), url("../fonts/SimplonBPMono-BoldItalic.woff2"); }

/*_____Gobold Bold Italic_____*/
@font-face {
  font-family: 'Gobold-Italic';
  src: url("../fonts/Gobold-Italic.eot"), url("../fonts/Gobold-Italic.svg"), url("../fonts/Gobold-Italic.ttf"), url("../fonts/Gobold-Italic.woff"), url("../fonts/Gobold-Italic.woff2"); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  font-size: 62.5%; }

body {
  line-height: 1;
  color: #fff;
  font-family: "SimplonBP-Regular";
  font-size: 16px;
  background-color: #F4F4F4; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  outline: none;
  display: inline-block; }

a:hover {
  text-decoration: none; }

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: "SimplonBP-Regular";
  resize: none;
  background-color: transparent;
  border: none;
  font-size: 1.6rem; }

button {
  border-radius: 0; }

input[type="file"] {
  display: none; }

.custom-cursor {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #dec180;
  position: absolute;
  z-index: 4;
  pointer-events: none; }
  .custom-cursor p {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px; }
  .custom-cursor.active {
    width: 50px;
    height: 50px; }
    .custom-cursor.active p {
      opacity: 1; }

span.sprite {
  display: block;
  width: 30px;
  height: 30px; }

.sp-globe {
  background: url(../images/sprite.png) no-repeat -5px -7px; }

.sp-star {
  background: url(../images/sprite.png) no-repeat -83px -5px; }

.sp-gpx {
  background: url(../images/sprite.png) no-repeat -45px -4px; }

/*___Default Css Starts___*/
.container {
  overflow: hidden;
  padding: 0 35px;
  margin: 0 auto; }

.container-flow {
  width: 100%;
  overflow: hidden;
  position: relative; }

.flex-wrp {
  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; }

.bx-wrapper, .bx-viewport {
  height: 100% !important;
  background: inherit;
  border: inherit;
  margin: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit; }
  .bx-wrapper .bx-pager, .bx-viewport .bx-pager {
    display: none; }

.side-fixed {
  left: 0;
  top: 0; }

main {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%; }

.readonlyDiv {
  background: #000;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5; }

.rec-error {
  text-transform: uppercase;
  font-size: 2rem;
  color: red;
  margin: 20px 0;
  display: inline-block; }

.star-error {
  font-size: inherit; }

.journey-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.7rem;
  font-family: "SimplonBP-Medium";
  line-height: 25px;
  text-align: center;
  width: 100%;
  z-index: 1;
  text-transform: uppercase; }

#overlay, #touring-overlay {
  position: fixed;
  z-index: 5;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  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; }
  #overlay > .loader-img, #touring-overlay > .loader-img {
    -webkit-animation: circle 0.7s linear infinite forwards;
    animation: circle 0.7s linear infinite forwards;
    max-width: 100px;
    width: 100%; }
  #overlay svg g[clip-path="url(#__lottie_element_21)"] path,
  #overlay svg g[clip-path="url(#__lottie_element_8)"] path, #touring-overlay svg g[clip-path="url(#__lottie_element_21)"] path,
  #touring-overlay svg g[clip-path="url(#__lottie_element_8)"] path {
    fill: #000; }

/*___Default Css Ends___*/
/*-----------------------Header Starts-----------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.5); }
  header .profile-drop .ride-img {
    width: 45px;
    height: 45px; }
  header .sel-lang {
    position: relative; }
  header .container {
    overflow: visible; }
  header.white-head {
    background: inherit;
    background-color: #fff; }
    header.white-head .mob-menu span,
    header.white-head .mob-menu span::before,
    header.white-head .mob-menu span::after {
      background-color: #000; }
  header .nav-links li {
    margin-right: 30px; }
    header .nav-links li:not(.sel-lang) a {
      position: relative; }
      header .nav-links li:not(.sel-lang) a:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 3px;
        background-color: #000;
        width: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -10px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      header .nav-links li:not(.sel-lang) a:hover:after {
        width: 35%; }
    header .nav-links li:last-child .lang-drop {
      right: -90px;
      top: 40px; }
      header .nav-links li:last-child .lang-drop:before {
        right: 120px; }
      header .nav-links li:last-child .lang-drop li {
        margin: 0px; }
        header .nav-links li:last-child .lang-drop li a {
          font-size: 1.6rem; }
  header .nav-links a, header .nav-links button, header .nav-links p {
    font-family: "SimplonBP-Medium";
    font-size: 1.5rem;
    color: #fff;
    text-transform: capitalize; }

.mob-menu {
  right: 30px;
  position: absolute;
  z-index: 3;
  display: none; }
  .mob-menu.active span {
    background-color: transparent; }
    .mob-menu.active span::before {
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      top: 0; }
    .mob-menu.active span::after {
      -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      transform: rotate(-40deg);
      top: 0; }
  .mob-menu span {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .mob-menu span::before, .mob-menu span::after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 40px;
      height: 3px;
      top: -12px;
      left: 0;
      background-color: #fff;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .mob-menu span::after {
      top: 12px; }

.sel-lang .select-box {
  padding: 0;
  display: none; }
  .sel-lang .select-box span {
    right: -15px; }
    .sel-lang .select-box span::after {
      border-top: 8px solid #000; }
    .sel-lang .select-box span::before {
      border-top: 8px solid #fff; }
  .sel-lang .select-box select {
    border: none;
    font-size: 2.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/*-----------------------Header Ends-----------------------*/
/*----------------------- Home Page Ends -----------------------*/
section.slide-section {
  position: relative; }

.ride-para {
  text-align: center; }
  .ride-para span {
    font-size: 3.5rem;
    text-align: center; }
  .ride-para .ride-stable {
    position: relative;
    z-index: 2;
    left: 20%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  .ride-para .ride-effect {
    display: inline-block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0; }
  .ride-para.active .ride-effect {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .ride-para.active .ride-stable {
    left: 0; }

.home-slides {
  height: 100vh;
  background-size: cover !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.slide-wrp {
  position: relative; }
  .slide-wrp .slide-info {
    position: absolute;
    left: 2%;
    bottom: 5%;
    z-index: 3; }
    .slide-wrp .slide-info .slide-desc h1 {
      font-family: "SimplonBP-BoldItalic";
      font-size: 14.2rem;
      text-transform: uppercase;
      letter-spacing: 80px;
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .slide-wrp .slide-info .slide-desc h1.active {
        letter-spacing: inherit;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .slide-wrp .slide-info .slide-action {
      text-align: center;
      margin-top: 55px; }
      .slide-wrp .slide-info .slide-action .disc-link a {
        color: #fff;
        font-size: 1.4rem;
        text-transform: uppercase;
        margin-top: 20px;
        position: relative; }
      .slide-wrp .slide-info .slide-action .disc-link a:after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #fff;
        bottom: -2px;
        left: 0; }

.left-effect {
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px); }

.home-slider .slide-author {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 130px;
  font-family: "SimplonBP-Light";
  font-size: 5.2rem;
  left: -20%; }
  .home-slider .slide-author.active {
    opacity: 1;
    left: 35px; }
  .home-slider .slide-author p {
    font-size: 2.2rem;
    margin-top: 10px; }

.home-slider .owl-dots {
  display: none; }

.home-slider .owl-nav {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .home-slider .owl-nav button {
    height: 50px;
    width: 50px; }
    .home-slider .owl-nav button span {
      visibility: hidden; }
    .home-slider .owl-nav button.owl-prev {
      background: url(../images/arr-white.png) no-repeat center center;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .home-slider .owl-nav button.owl-next {
      margin-left: 20px;
      background: url(../images/arr-white.png) no-repeat center center; }

span.scroll-text {
  position: absolute;
  font-size: 1.4rem;
  z-index: 2;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  span.scroll-text::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 170px;
    width: 1px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, 105%);
    -ms-transform: translate(-50%, 105%);
    transform: translate(-50%, 105%);
    bottom: 0;
    z-index: 2; }

section.gallery.home-gallery {
  padding: inherit;
  padding-bottom: 40px; }
  section.gallery.home-gallery .likes {
    margin-right: 7px; }
  section.gallery.home-gallery .grid-txt {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 30px; }
  section.gallery.home-gallery .grid {
    margin: 50px auto; }
  section.gallery.home-gallery .border-btn {
    border: 3px solid black;
    font-family: "SimplonBP-Medium"; }
  section.gallery.home-gallery .grid-item a .like-wrp {
    bottom: -40px; }
  section.gallery.home-gallery .grid-item a:hover .like-wrp {
    bottom: 10px; }

/*----------------------- Home Page Ends -----------------------*/
/*_____Section Scroll Starts_____*/
section.scroll-section {
  background-color: #040e0b; }
  section.scroll-section .wrapper {
    margin: 140px 0 70px 0;
    text-align: center; }
    section.scroll-section .wrapper h1 {
      font-family: "SimplonBP-Bold";
      font-size: 6.5rem; }
  section.scroll-section .explore-form .select-wrp {
    margin: 90px 0; }

/*_____Section Scroll Ends_____*/
/*-----------------------Diary Page Starts-----------------------*/
/*_____Section Story Starts _____*/
.riding-inspiration {
  position: relative; }

section.story-section {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-y: auto;
  height: 100%; }
  section.story-section .container {
    overflow: hidden;
    padding: inherit;
    height: 100%; }
  section.story-section .wrapper {
    position: relative;
    width: 2500px;
    border: none;
    display: inline-block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    section.story-section .wrapper.active {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94); }
    section.story-section .wrapper.apply-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: inherit;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  section.story-section .story-wrp {
    display: inline-block;
    position: relative;
    margin: 25px; }
    section.story-section .story-wrp > a {
      width: 100%; }
    section.story-section .story-wrp.blue .img-block:before {
      background-color: #43afe2;
      -webkit-transition: all 0.5s ease-in 0.1s;
      -o-transition: all 0.5s ease-in 0.1s;
      transition: all 0.5s ease-in 0.1s; }
    section.story-section .story-wrp.blue .img-block .story-img {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    section.story-section .story-wrp.red .img-block:before {
      background-color: #f00d0d;
      -webkit-transition: all 0.5s ease-in 0.2s;
      -o-transition: all 0.5s ease-in 0.2s;
      transition: all 0.5s ease-in 0.2s; }
    section.story-section .story-wrp.red .img-block .story-img {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    section.story-section .story-wrp.yellow .img-block:before {
      background-color: #fff200;
      -webkit-transition: all 0.5s ease-in 0.3s;
      -o-transition: all 0.5s ease-in 0.3s;
      transition: all 0.5s ease-in 0.3s; }
    section.story-section .story-wrp.yellow .img-block .story-img {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    section.story-section .story-wrp.green .img-block:before {
      background-color: #38ad21;
      -webkit-transition: all 0.5s ease-in 0.2s;
      -o-transition: all 0.5s ease-in 0.2s;
      transition: all 0.5s ease-in 0.2s; }
    section.story-section .story-wrp.green .img-block .story-img {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    section.story-section .story-wrp.activeAnimate .img-block:before {
      top: 0;
      z-index: 1; }
    section.story-section .story-wrp.activeAnimate .img-block .story-img {
      top: 0; }
      section.story-section .story-wrp.activeAnimate .img-block .story-img.active {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
  section.story-section .img-block {
    width: 360px;
    height: 360px;
    overflow: hidden;
    position: relative; }
    section.story-section .img-block .story-img {
      background: url("../images/diary/rider2.jpg") no-repeat center center;
      width: 100%;
      height: 100%;
      background-size: cover !important;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      z-index: 2; }
      section.story-section .img-block .story-img:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
        section.story-section .img-block .story-img:hover:after {
          opacity: 0; }
      section.story-section .img-block .story-img:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
    section.story-section .img-block:before {
      content: "";
      position: absolute;
      left: 0;
      top: -100%;
      width: 100%;
      height: 100%; }
  section.story-section .normal-img {
    width: 360px;
    height: 360px;
    background-size: cover;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    overflow: hidden; }
    section.story-section .normal-img img {
      width: 100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    section.story-section .normal-img:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  section.story-section .story-title {
    margin-top: 10px;
    line-height: 40px; }
    section.story-section .story-title h4 {
      font-size: 3.2rem;
      color: #000;
      font-family: "SimplonBP-Medium"; }
    section.story-section .story-title .km-desc p {
      font-size: 2rem;
      color: #000;
      font-family: "SimplonBP-Regular"; }

/*_____Section Story Ends _____*/
/*_____Section Talent Listing Starts_____*/
section.talent-section {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5; }
  section.talent-section.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  section.talent-section .container {
    height: 100vh;
    overflow: hidden; }
  section.talent-section .wrapper {
    height: 100vh;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }
  section.talent-section .talent-slider {
    width: 50%;
    background-color: rgba(0, 0, 0, 0.05); }
  section.talent-section .talent-slider {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    section.talent-section .talent-slider.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  section.talent-section .talent-list {
    width: 50%;
    background-color: #000;
    padding: 20px 0;
    padding-left: 130px;
    position: relative;
    z-index: 2; }
    section.talent-section .talent-list h3 {
      color: #fff200;
      font-size: 32px; }
  section.talent-section .talent-drop {
    line-height: 30px;
    margin: 40px 0;
    height: 80vh;
    position: relative; }
    section.talent-section .talent-drop .list-text {
      -webkit-column-count: 2;
      column-count: 2;
      position: absolute;
      top: 0; }
  section.talent-section .talent-drop p {
    color: #fff;
    font-size: 2.2rem;
    font-family: "SimplonBP-Regular";
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    section.talent-section .talent-drop p.author-small {
      font-size: 1.5rem;
      font-family: "SimplonBP-Light"; }
  section.talent-section .author-name {
    line-height: 23px;
    margin-bottom: 30px;
    margin-right: 100px; }
    section.talent-section .author-name:hover p {
      color: #fff200; }

.cross-sign {
  display: inline-block;
  position: relative;
  left: -100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
  cursor: pointer; }
  .cross-sign.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cross-sign.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .cross-sign::before, .cross-sign::after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 40px;
    left: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }

/*_____Section Talent Listing Starts_____*/
/*_____Section Filter List Starts_____*/
section.filter-list {
  height: 100vh;
  background-color: #000;
  /*position: absolute;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 48%;
  z-index: 5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  section.filter-list.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  section.filter-list .cross-sign {
    left: inherit;
    right: 20px;
    position: absolute;
    top: 0; }
  section.filter-list .container {
    height: 100%; }
  section.filter-list .wrapper {
    position: relative; }
  section.filter-list .check-filter {
    margin-bottom: 90px; }
    section.filter-list .check-filter p {
      font-size: 3.2rem;
      font-family: "SimplonBP-Medium";
      text-transform: capitalize; }
    section.filter-list .check-filter li {
      font-family: "SimplonBP-Light";
      text-transform: capitalize;
      font-size: 1.9rem;
      margin: 15px 0; }

body > .primary-logo {
  position: absolute;
  z-index: 5; }

/*_____Section Filter List Ends_____*/
/*-----------------------Diary Page Ends-----------------------*/
/*-----------------------Inner Page Starts-----------------------*/
section.draft-btn {
  padding: 30px 0; }
  section.draft-btn .wrapper {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }

.social-block .title {
  font-size: 3rem;
  color: #000;
  text-align: center;
  padding: 10px 0; }

/*_____Section rider-main Starts_____*/
section.rider-main {
  background: url("../images/inner-page/rider-bg.jpg") no-repeat center center;
  height: 65vh;
  width: 100%;
  background-size: cover !important;
  position: relative; }
  section.rider-main .rider-profile p {
    color: #fff;
    font-size: 2.2rem; }
  section.rider-main .info-wrp {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  section.rider-main .ride-info {
    margin: 25px 0; }
    section.rider-main .ride-info h1 {
      font-family: "SimplonBP-BoldItalic";
      font-size: 4.2rem;
      text-transform: uppercase; }
    section.rider-main .ride-info p {
      font-size: 3.2rem; }

section.rider-title {
  position: relative; }
  section.rider-title .scroll-text {
    color: #000; }

/*_____Section rider-main Ends_____*/
/*_____Section rider-count Starts_____*/
section.rider-count {
  background-color: #de884b;
  padding: 60px 0; }
  section.rider-count .wrapper {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%; }
  section.rider-count .count-wrp {
    padding: 100px 0; }
    section.rider-count .count-wrp .km-wrp {
      border: 1px solid #fff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      width: 250px;
      height: 250px; }
      section.rider-count .count-wrp .km-wrp::before, section.rider-count .count-wrp .km-wrp::after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%); }
      section.rider-count .count-wrp .km-wrp::after {
        right: 0;
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%); }
    section.rider-count .count-wrp .days-wrp {
      width: 145px; }
    section.rider-count .count-wrp .rides {
      text-align: center; }
      section.rider-count .count-wrp .rides .count {
        font-size: 10rem;
        font-family: "SimplonBP-Bold"; }
      section.rider-count .count-wrp .rides p {
        text-transform: capitalize;
        font-size: 1.6rem; }
  section.rider-count .bx-wrapper {
    width: 100%;
    margin: 0 auto; }
  section.rider-count .slider-wrp {
    text-align: center; }
  section.rider-count .slider-wrp h4.slide-head {
    font-size: 3.6rem;
    font-family: "SimplonBP-Bold";
    text-transform: uppercase;
    margin-bottom: 40px; }

/*_____Section rider-count Ends_____*/
/*_____Section ask-section Starts_____*/
section.ask-section .ask-wrp {
  padding: 150px 0 55px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); }
  section.ask-section .ask-wrp form#ask-form {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto; }
    section.ask-section .ask-wrp form#ask-form .select-box {
      max-width: 100%; }
      section.ask-section .ask-wrp form#ask-form .select-box span.drop-arr:after {
        border-top: 8px solid rgba(0, 0, 0, 0.5); }
      section.ask-section .ask-wrp form#ask-form .select-box span.drop-arr:before {
        border-top: 8px solid #bfbfbf; }
    section.ask-section .ask-wrp form#ask-form .input-box {
      margin-bottom: 40px; }
    section.ask-section .ask-wrp form#ask-form select, section.ask-section .ask-wrp form#ask-form input[type="email"] {
      border: 1px solid #bfbfbf;
      color: #bfbfbf;
      font-size: 2rem;
      width: 100%;
      padding: 10px 15px;
      background-color: transparent; }
      section.ask-section .ask-wrp form#ask-form select::-webkit-input-placeholder, section.ask-section .ask-wrp form#ask-form input[type="email"]::-webkit-input-placeholder {
        color: #bfbfbf; }
      section.ask-section .ask-wrp form#ask-form select::-moz-placeholder, section.ask-section .ask-wrp form#ask-form input[type="email"]::-moz-placeholder {
        color: #bfbfbf; }
      section.ask-section .ask-wrp form#ask-form select:-ms-input-placeholder, section.ask-section .ask-wrp form#ask-form input[type="email"]:-ms-input-placeholder {
        color: #bfbfbf; }
      section.ask-section .ask-wrp form#ask-form select:-moz-placeholder, section.ask-section .ask-wrp form#ask-form input[type="email"]:-moz-placeholder {
        color: #bfbfbf; }
    section.ask-section .ask-wrp form#ask-form input[type="submit"] {
      background-color: #252525;
      color: #fff; }
  section.ask-section .ask-wrp p.ask-txt {
    font-size: 3.2rem;
    font-family: "SimplonBP-Bold";
    text-transform: uppercase;
    color: #000;
    margin-bottom: 40px; }

section.ask-section .form-txt {
  padding: 40px 0;
  background-color: #e1e1e1; }
  section.ask-section .form-txt p {
    color: #000;
    font-size: 2rem;
    text-align: center; }

section.ask-section .next-riders .rider-feed {
  height: 215px;
  width: 50%;
  position: relative; }
  section.ask-section .next-riders .rider-feed::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  section.ask-section .next-riders .rider-feed:hover::before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  section.ask-section .next-riders .rider-feed button {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-family: "SimplonBP-Bold";
    margin: 0 50px;
    background-color: transparent;
    border: none;
    color: #fff;
    position: relative;
    z-index: 1; }

section.ask-section .next-riders .prev-feed {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/*_____Section ask-section Ends_____*/
/*_____Section ask-section Ends_____*/
section.rider-journey {
  padding: 30px 0; }
  section.rider-journey .moto-para {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 30px;
    font-size: 1.8rem; }
  section.rider-journey .journey-info {
    border: 2px solid #D6D6D6;
    background-color: #fff;
    padding: 20px;
    margin-top: 40px; }
    section.rider-journey .journey-info:before {
      content: 'the journey';
      display: inline-block;
      font-size: 2rem;
      color: #000;
      text-transform: capitalize;
      font-weight: bold; }
  section.rider-journey .trips-data {
    overflow: hidden; }
    section.rider-journey .trips-data .carouselDesc {
      display: none; }
    section.rider-journey .trips-data iframe {
      height: 100%;
      width: 100%; }
  section.rider-journey .round-slider {
    margin-top: 20px;
    width: 100%;
    overflow: hidden; }
    section.rider-journey .round-slider li .carouselDesc {
      display: none; }
    section.rider-journey .round-slider .owl-item {
      height: 100%; }
    section.rider-journey .round-slider .owl-nav {
      position: absolute;
      top: 60%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 20px;
      opacity: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      section.rider-journey .round-slider .owl-nav.active {
        opacity: 1;
        top: 50%; }
      section.rider-journey .round-slider .owl-nav button {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        section.rider-journey .round-slider .owl-nav button.disabled {
          opacity: 0;
          pointer-events: none; }
        section.rider-journey .round-slider .owl-nav button span {
          font-size: 180px;
          color: #fff;
          font-family: sans-serif;
          opacity: 0.5;
          position: relative;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          section.rider-journey .round-slider .owl-nav button span:hover {
            opacity: 1;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }
        section.rider-journey .round-slider .owl-nav button.owl-prev {
          left: 20px; }
          section.rider-journey .round-slider .owl-nav button.owl-prev span {
            left: 0; }
            section.rider-journey .round-slider .owl-nav button.owl-prev span:hover {
              left: -15px; }
        section.rider-journey .round-slider .owl-nav button.owl-next {
          right: 20px; }
          section.rider-journey .round-slider .owl-nav button.owl-next span {
            right: 0; }
            section.rider-journey .round-slider .owl-nav button.owl-next span:hover {
              right: -15px; }
    section.rider-journey .round-slider .roundabout-controls {
      display: none; }

.journey-wrp {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto; }

.journey-txt p {
  color: #000;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 15px; }

/*_____Section ask-section Ends_____*/
/*-----------------------Inner Page Ends-----------------------*/
/*-----------------------Know Your Dominar Page Starts-----------------------*/
/*_____Section sport-section s_____*/
section.sport .wrapper {
  height: 450px;
  width: 100%; }
  section.sport .wrapper iframe {
    width: 100%;
    height: 100%; }
  section.sport .wrapper img:first-child {
    width: 100%; }

section.sport .sport-txt {
  position: absolute;
  line-height: 70px;
  text-align: center;
  left: 50%;
  top: 70%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.8rem;
  text-transform: uppercase; }
  section.sport .sport-txt p.bold {
    font-size: 6rem;
    font-family: "Gobold-Italic"; }

/*_____Section sport-section Ends_____*/
/*_____Section sport-section Starts_____*/
section.specify {
  margin: 100px 0; }
  section.specify .features-wrp {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto; }
  section.specify .features-txt p {
    font-size: 3.2rem;
    color: #000;
    text-align: center;
    line-height: 45px; }
  section.specify .features-block {
    margin-top: 100px; }
    section.specify .features-block .info-wrp {
      width: 48%; }
      section.specify .features-block .info-wrp a {
        display: block; }
      section.specify .features-block .info-wrp p {
        font-size: 4.3rem;
        font-family: "SimplonBP-Medium";
        color: #000;
        text-transform: uppercase;
        margin-bottom: 15px; }
    section.specify .features-block .bg-img {
      overflow: hidden;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: relative; }
      section.specify .features-block .bg-img:hover .info-bg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      section.specify .features-block .bg-img:hover .know-more {
        -webkit-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        transform: skew(-12deg); }
      section.specify .features-block .bg-img .know-more {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        pointer-events: none; }
    section.specify .features-block .info-bg {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      height: 330px;
      width: 100%;
      background: url("../images/know/features.jpg") no-repeat center center;
      background-size: cover;
      -webkit-box-shadow: inset 0px -30px 25px -10px rgba(0, 0, 0, 0.7);
      box-shadow: inset 0px -30px 25px -10px rgba(0, 0, 0, 0.7);
      cursor: pointer; }
    section.specify .features-block .specify-bg {
      background: url("../images/know/specify.jpg") no-repeat center center;
      background-size: cover; }
  section.specify .bike-wrp {
    text-align: center;
    position: relative; }
    section.specify .bike-wrp .motor-wrp {
      margin-top: 300px;
      display: none; }
    section.specify .bike-wrp .bike-image {
      max-width: 1500px;
      width: 100%;
      margin: 0 auto;
      position: relative; }
      section.specify .bike-wrp .bike-image img {
        width: 100%; }
  section.specify .specify-desc {
    max-width: 350px;
    width: 100%;
    -webkit-box-shadow: 0 0 18px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 18px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 3; }
    section.specify .specify-desc .desc {
      font-size: 1.8rem;
      background-color: #fff;
      color: #000;
      text-align: left;
      padding: 10px;
      line-height: 22px; }
      section.specify .specify-desc .desc .head-line {
        font-family: "SimplonBP-Medium";
        font-size: 2.8rem;
        text-transform: uppercase;
        margin-bottom: 20px; }
      section.specify .specify-desc .desc .head-bold {
        text-transform: uppercase;
        font-family: "SimplonBP-Bold";
        font-size: 1.5rem; }
      section.specify .specify-desc .desc p {
        margin-bottom: 10px; }
        section.specify .specify-desc .desc p span {
          font-family: "SimplonBP-Bold"; }
    section.specify .specify-desc .sepcify-image {
      position: relative;
      line-height: 0; }
      section.specify .specify-desc .sepcify-image img {
        width: 100%; }
      section.specify .specify-desc .sepcify-image span.cross-sign {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        padding: 15px;
        left: inherit; }
        section.specify .specify-desc .sepcify-image span.cross-sign::before, section.specify .specify-desc .sepcify-image span.cross-sign::after {
          width: 30px; }
  section.specify #specifications .yellow-dots[data="spec1"] {
    left: 50%;
    top: 35%; }
    section.specify #specifications .yellow-dots[data="spec1"]::after {
      -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      transform: rotate(20deg);
      top: -63px;
      left: -390px; }
    section.specify #specifications .yellow-dots[data="spec1"].active::after {
      opacity: 1;
      width: 400px; }
  section.specify #specifications .yellow-dots[data="spec2"] {
    left: 78%;
    top: 41%; }
    section.specify #specifications .yellow-dots[data="spec2"]::after {
      -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      transform: rotate(-40deg);
      top: -78px;
      left: -10px; }
    section.specify #specifications .yellow-dots[data="spec2"].active::after {
      opacity: 1;
      width: 250px; }
  section.specify #specifications .yellow-dots[data="spec3"] {
    left: 53%;
    top: 68%; }
    section.specify #specifications .yellow-dots[data="spec3"]::after {
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
      top: -135px;
      left: -15px; }
    section.specify #specifications .yellow-dots[data="spec3"].active::after {
      opacity: 1;
      width: 550px; }
  section.specify #specifications .yellow-dots[data="spec4"] {
    left: 76%;
    top: 71%; }
    section.specify #specifications .yellow-dots[data="spec4"]::after {
      -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      transform: rotate(-60deg);
      top: -110px;
      left: -45px; }
    section.specify #specifications .yellow-dots[data="spec4"].active::after {
      opacity: 1;
      width: 250px; }
  section.specify #specifications #spec1 {
    top: 0;
    right: inherit;
    left: 17%; }
  section.specify #specifications #spec2 {
    top: 2%;
    right: 2%; }
  section.specify #specifications #spec3 {
    top: 10%;
    right: 3%; }
  section.specify #specifications #spec4 {
    top: 5%;
    right: 3%; }
  section.specify #features .specify-desc {
    max-width: 650px; }
  section.specify #features .yellow-dots[data="feat1"] {
    left: 65%;
    top: 27%; }
    section.specify #features .yellow-dots[data="feat1"]::after {
      -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      transform: rotate(20deg);
      top: -62px;
      left: -388px; }
    section.specify #features .yellow-dots[data="feat1"].active::after {
      opacity: 1;
      width: 400px; }
  section.specify #features .yellow-dots[data="feat2"] {
    left: 44%;
    top: 41%; }
    section.specify #features .yellow-dots[data="feat2"]::after {
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
      top: -97px;
      left: -8px; }
    section.specify #features .yellow-dots[data="feat2"].active::after {
      opacity: 1;
      width: 410px; }
  section.specify #features .yellow-dots[data="feat3"] {
    left: 53%;
    top: 68%; }
    section.specify #features .yellow-dots[data="feat3"]::after {
      -webkit-transform: rotate(55deg);
      -ms-transform: rotate(55deg);
      transform: rotate(55deg);
      top: -167px;
      left: -320px; }
    section.specify #features .yellow-dots[data="feat3"].active::after {
      opacity: 1;
      width: 410px; }
  section.specify #features .yellow-dots[data="feat4"] {
    left: 78%;
    top: 41%; }
    section.specify #features .yellow-dots[data="feat4"]::after {
      -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      transform: rotate(20deg);
      top: -62px;
      left: -388px; }
    section.specify #features .yellow-dots[data="feat4"].active::after {
      opacity: 1;
      width: 400px; }
  section.specify #features .yellow-dots[data="feat5"] {
    left: 29%;
    top: 38%; }
    section.specify #features .yellow-dots[data="feat5"]::after {
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
      top: -97px;
      left: -8px; }
    section.specify #features .yellow-dots[data="feat5"].active::after {
      opacity: 1;
      width: 400px; }
  section.specify #features .yellow-dots[data="feat6"] {
    left: 38%;
    top: 58%; }
    section.specify #features .yellow-dots[data="feat6"]::after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      top: -200px;
      left: -191px; }
    section.specify #features .yellow-dots[data="feat6"].active::after {
      opacity: 1;
      width: 400px; }
  section.specify #features .yellow-dots[data="feat7"] {
    left: 50%;
    top: 57%; }
    section.specify #features .yellow-dots[data="feat7"]::after {
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      top: -112px;
      left: -308px; }
    section.specify #features .yellow-dots[data="feat7"].active::after {
      opacity: 1;
      width: 350px; }
  section.specify #features .yellow-dots[data="feat8"] {
    left: 68%;
    top: 56%; }
    section.specify #features .yellow-dots[data="feat8"]::after {
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      top: -129px;
      left: -355px; }
    section.specify #features .yellow-dots[data="feat8"].active::after {
      opacity: 1;
      width: 400px; }
  section.specify #features .yellow-dots[data="feat9"] {
    left: 58%;
    top: 62%; }
    section.specify #features .yellow-dots[data="feat9"]::after {
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      top: -126px;
      left: -352px; }
    section.specify #features .yellow-dots[data="feat9"].active::after {
      opacity: 1;
      width: 400px; }
  section.specify #features .yellow-dots[data="feat10"] {
    left: 81%;
    top: 61%; }
    section.specify #features .yellow-dots[data="feat10"]::after {
      -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      transform: rotate(50deg);
      top: -193px;
      left: -410px; }
    section.specify #features .yellow-dots[data="feat10"].active::after {
      opacity: 1;
      width: 500px; }
  section.specify #features #feat1 {
    top: -5%;
    right: inherit;
    left: 10%; }
  section.specify #features #feat2 {
    top: -12%;
    right: 0; }
  section.specify #features #feat3 {
    top: -15%;
    right: 50%; }
  section.specify #features #feat4 {
    top: -10%;
    right: inherit;
    left: 17%; }
  section.specify #features #feat5 {
    top: -10%;
    right: inherit;
    left: 50%; }
  section.specify #features #feat6 {
    top: -20%;
    right: inherit;
    left: 30%; }
  section.specify #features #feat7 {
    top: -10%;
    right: inherit;
    left: 10%; }
  section.specify #features #feat8 {
    top: -15%;
    right: inherit;
    left: 15%; }
  section.specify #features #feat9 {
    top: -5%;
    right: inherit;
    left: 10%; }
  section.specify #features #feat10 {
    top: -10%;
    right: inherit;
    left: 22%; }

/*_____Section sport-section Ends_____*/
/*-----------------------Know Your Dominar Page Ends-----------------------*/
/*-----------------------About Page Starts-----------------------*/
/*_____Section about Starts_____*/
section.about .wrapper {
  position: relative; }
  section.about .wrapper iframe {
    height: 100%;
    width: 100%; }
  section.about .wrapper .slide-desc {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  section.about .wrapper .video-para {
    position: absolute;
    bottom: 5%;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    section.about .wrapper .video-para .click-here {
      font-size: 4rem;
      text-transform: uppercase; }
      section.about .wrapper .video-para .click-here .click-text {
        line-height: 30px;
        margin: 40px 0 15px 0;
        font-size: 2.6rem;
        text-transform: capitalize;
        cursor: pointer;
        display: inline-block; }
    section.about .wrapper .video-para span {
      font-size: 2.8rem;
      color: white;
      line-height: 40px;
      background-color: #000; }

.thumb-wrp {
  position: absolute;
  bottom: 0;
  padding: 70px 120px;
  padding-bottom: 20px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .thumb-wrp.active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .thumb-wrp .cross-sign {
    position: absolute;
    left: inherit;
    right: 15px;
    top: 15px; }
  .thumb-wrp .thumb-slider {
    text-align: center; }
    .thumb-wrp .thumb-slider .thumb-slides {
      max-width: 215px;
      width: 100%; }
      .thumb-wrp .thumb-slider .thumb-slides img {
        cursor: pointer; }
    .thumb-wrp .thumb-slider .thumb-para {
      padding: 10px 0;
      font-size: 1.6rem;
      font-family: "SimplonBP-Light"; }
    .thumb-wrp .thumb-slider .owl-dots {
      display: none; }
    .thumb-wrp .thumb-slider .owl-nav .disabled {
      opacity: 0.5; }
    .thumb-wrp .thumb-slider .owl-nav {
      position: absolute;
      top: 20%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .thumb-wrp .thumb-slider .owl-nav button {
        position: absolute; }
        .thumb-wrp .thumb-slider .owl-nav button.owl-next {
          right: -50px; }
        .thumb-wrp .thumb-slider .owl-nav button.owl-prev {
          left: -50px; }
        .thumb-wrp .thumb-slider .owl-nav button span {
          width: 25px;
          height: 45px;
          display: inline-block;
          font-size: 0;
          background-size: cover; }
      .thumb-wrp .thumb-slider .owl-nav .owl-prev span {
        background: url("../images/about/right-arr.png") no-repeat center center;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .thumb-wrp .thumb-slider .owl-nav .owl-next span {
        background: url("../images/about/right-arr.png") no-repeat center center;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }

/*_____Section about Ends_____*/
/*-----------------------About Page Ends-----------------------*/
/*-----------------------Share Trip Page Starts-----------------------*/
section.share-main {
  position: relative; }
  section.share-main .sport-txt {
    top: 50%; }
    section.share-main .sport-txt p {
      font-size: 4rem;
      text-transform: capitalize; }
    section.share-main .sport-txt .text-parent {
      font-family: "SimplonBP-Medium";
      text-transform: uppercase; }

section.share-form {
  padding: 80px 0; }
  section.share-form .input-wrp {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  section.share-form .trip-read {
    position: relative; }

.day-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px; }
  .day-title span.sprite {
    margin: 0 50px;
    width: inherit;
    height: inherit;
    padding: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
    .day-title span.sprite > input {
      width: 100%; }
  .day-title .rotate-arr {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important; }
  .day-title .rotate-arr img {
    width: 100%; }

.moto-title span.sprite > input {
  width: 75%; }

/*-----------------------Share Trip Page Ends-----------------------*/
/*-----------------------Share Upload Page Starts-----------------------*/
.share-container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px; }

/*_____Section share-form Starts_____*/
section.pitstop-plot {
  padding-bottom: 0; }
  section.pitstop-plot .btn-wrp {
    text-align: right; }
  section.pitstop-plot .main-head {
    position: relative;
    margin-bottom: 20px; }
    section.pitstop-plot .main-head h2 {
      font-size: 5.2rem;
      font-family: "SimplonBP-Medium";
      color: #000;
      text-transform: uppercase;
      text-align: center; }
    section.pitstop-plot .main-head button.border-btn {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-transform: capitalize;
      font-size: 2.1rem;
      font-family: "SimplonBP-Light";
      padding: 8px 15px; }
      section.pitstop-plot .main-head button.border-btn span {
        margin-left: 10px; }
  section.pitstop-plot .map-wrp {
    margin-bottom: 40px; }
    section.pitstop-plot .map-wrp iframe {
      width: 98%;
      height: 450px;
      margin: 10px auto;
      -webkit-box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3);
      display: block; }

/*_____Section share-form Starts_____*/
/*_____Section Upload Starts_____*/
section.upload {
  padding: 40px 0; }
  section.upload .wrapper {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    margin: 30px 0; }
  section.upload .btn-wrp p {
    color: black;
    font-size: 1.8rem;
    text-transform: capitalize;
    margin-top: 20px; }
  section.upload .trip-desc textarea {
    font-size: 1.6rem;
    height: 60px;
    padding: 5px; }
    section.upload .trip-desc textarea.active {
      display: block; }
  section.upload .upload-img {
    min-height: 350px;
    width: 98%;
    -webkit-box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 50px; }
    section.upload .upload-img .upload-txt .plus-sign {
      font-size: 150px; }
    section.upload .upload-img .error {
      display: inline-block;
      color: red;
      font-family: "SimplonBP-Regular";
      font-size: 14px;
      padding: 0; }
    section.upload .upload-img .rides-upload .moto-input {
      position: relative; }
      section.upload .upload-img .rides-upload .moto-input:hover span {
        right: 10px; }
        section.upload .upload-img .rides-upload .moto-input:hover span.left-arr {
          left: 10px; }
      section.upload .upload-img .rides-upload .moto-input.prev-input input {
        padding-left: 50px; }
      section.upload .upload-img .rides-upload .moto-input.next-input input {
        padding-right: 50px; }
      section.upload .upload-img .rides-upload .moto-input span {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        section.upload .upload-img .rides-upload .moto-input span.left-arr {
          right: inherit;
          left: 20px; }
    section.upload .upload-img .rides-upload .btn.border-btn {
      margin-top: 40px;
      font-size: 1.8rem;
      padding: 7px 25px; }
    section.upload .upload-img .rides-upload .imgDiv {
      height: 200px; }
    section.upload .upload-img .rides-upload .select-upload {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 40px; }
      section.upload .upload-img .rides-upload .select-upload .sel-images .label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 120px;
        overflow: hidden; }
      section.upload .upload-img .rides-upload .select-upload .sel-images, section.upload .upload-img .rides-upload .select-upload .upload-box {
        position: relative;
        width: 100%; }
        section.upload .upload-img .rides-upload .select-upload .sel-images .add-camera, section.upload .upload-img .rides-upload .select-upload .upload-box .add-camera {
          margin-top: 10px; }
        section.upload .upload-img .rides-upload .select-upload .sel-images input[type="checkbox"], section.upload .upload-img .rides-upload .select-upload .upload-box input[type="checkbox"] {
          display: inherit; }
        section.upload .upload-img .rides-upload .select-upload .sel-images.active span.green-border, section.upload .upload-img .rides-upload .select-upload .upload-box.active span.green-border {
          display: inline-block;
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border: 3px solid #58cd18;
          background-color: rgba(0, 0, 0, 0.2); }
        section.upload .upload-img .rides-upload .select-upload .sel-images .label > img, section.upload .upload-img .rides-upload .select-upload .upload-box .label > img {
          cursor: pointer;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          width: 100%; }
        section.upload .upload-img .rides-upload .select-upload .sel-images .delete-wrp, section.upload .upload-img .rides-upload .select-upload .upload-box .delete-wrp {
          position: absolute;
          top: 0;
          width: 100%;
          padding: 10px;
          opacity: 0;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          top: 10px;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 32, 26, 0.4)), to(transparent));
          background: -webkit-linear-gradient(rgba(45, 32, 26, 0.4), transparent);
          background: -o-linear-gradient(rgba(45, 32, 26, 0.4), transparent);
          background: linear-gradient(rgba(45, 32, 26, 0.4), transparent); }
        section.upload .upload-img .rides-upload .select-upload .sel-images:hover::before, section.upload .upload-img .rides-upload .select-upload .sel-images:hover .delete-wrp, section.upload .upload-img .rides-upload .select-upload .upload-box:hover::before, section.upload .upload-img .rides-upload .select-upload .upload-box:hover .delete-wrp {
          opacity: 1;
          top: 0; }
      section.upload .upload-img .rides-upload .select-upload .upload-box {
        width: 23%;
        height: 200px;
        border: 1px solid #bfbfbf; }
        section.upload .upload-img .rides-upload .select-upload .upload-box .upload-txt .label {
          font-size: 2.2rem; }
          section.upload .upload-img .rides-upload .select-upload .upload-box .upload-txt .label input {
            display: block;
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            cursor: pointer; }
          section.upload .upload-img .rides-upload .select-upload .upload-box .upload-txt .label .plus-sign {
            font-size: 80px; }
        section.upload .upload-img .rides-upload .select-upload .upload-box .upload-video {
          cursor: pointer;
          color: #bfbfbf;
          display: block;
          text-align: center;
          text-transform: capitalize;
          height: 198px; }
          section.upload .upload-img .rides-upload .select-upload .upload-box .upload-video .label {
            cursor: pointer;
            font-size: 2.2rem; }
            section.upload .upload-img .rides-upload .select-upload .upload-box .upload-video .label .plus-sign {
              font-size: 80px; }
            section.upload .upload-img .rides-upload .select-upload .upload-box .upload-video .label .input-sel4 {
              display: block;
              opacity: 0;
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              cursor: pointer; }
          section.upload .upload-img .rides-upload .select-upload .upload-box .upload-video .error {
            display: block;
            font-family: "SimplonBP-Regular";
            font-size: 1.4rem;
            color: red;
            padding: 5px; }

/*_____Section Upload Ends_____*/
/*-----------------------Share Upload Page Ends-----------------------*/
/*-----------------------Share Profile Page Starts-----------------------*/
section.share-profile {
  padding: 80px 0; }
  section.share-profile .profile-desc .form-title {
    margin-bottom: 80px; }
  section.share-profile .profile-desc .input-data {
    text-align: center; }
    section.share-profile .profile-desc .input-data label {
      font-size: 3rem;
      text-transform: uppercase;
      color: #000; }
    section.share-profile .profile-desc .input-data input {
      margin-top: 20px;
      max-width: 390px;
      width: 100%; }

/*-----------------------Share Profile Page Ends-----------------------*/
/*-----------------------Share myTrip Page Starts-----------------------*/
section.my-trip {
  padding: 80px 0; }
  section.my-trip .publish-wrp .trip-paginate {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    section.my-trip .publish-wrp .trip-paginate .pagination {
      font-size: 2rem;
      color: #000; }
      section.my-trip .publish-wrp .trip-paginate .pagination .arr-wrp {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: center;
        margin-left: 10px; }
        section.my-trip .publish-wrp .trip-paginate .pagination .arr-wrp span {
          padding: 0 10px;
          height: 30px;
          background-color: whitesmoke;
          margin-left: 0;
          border: 1px solid #bfbfbf;
          line-height: 30px; }
          section.my-trip .publish-wrp .trip-paginate .pagination .arr-wrp span#lblCount {
            height: inherit; }
          section.my-trip .publish-wrp .trip-paginate .pagination .arr-wrp span.sprite {
            cursor: pointer; }
          section.my-trip .publish-wrp .trip-paginate .pagination .arr-wrp span:last-child {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    section.my-trip .publish-wrp .trip-paginate .trip-publish {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit; }
      section.my-trip .publish-wrp .trip-paginate .trip-publish label::before {
        border: 1px solid #bfbfbf;
        width: 30px;
        height: 28px;
        background-color: #fafafa;
        margin-right: 0; }
      section.my-trip .publish-wrp .trip-paginate .trip-publish label::after {
        content: '';
        left: 7px;
        top: -8px;
        width: 17px;
        height: 17px;
        background-color: #38ad21; }
      section.my-trip .publish-wrp .trip-paginate .trip-publish .trip-btn {
        position: relative;
        right: -3px; }
    section.my-trip .publish-wrp .trip-paginate .btn {
      font-size: 12px;
      border: 1px solid #bfbfbf;
      padding: 4px 12px;
      position: relative;
      margin-left: -4px;
      background-color: #f5f5f5;
      text-transform: capitalize;
      font-size: 2rem;
      color: #545454; }
      section.my-trip .publish-wrp .trip-paginate .btn span {
        width: 35px; }
  section.my-trip .publish-wrp ul li {
    border-bottom: 1px solid #bfbfbf;
    padding: 35px 0; }
  section.my-trip .publish-wrp ul .trip-para label {
    font-size: 3rem;
    color: #000;
    font-family: "SimplonBP-Regular"; }
    section.my-trip .publish-wrp ul .trip-para label::before {
      border: 1px solid #bfbfbf;
      width: 30px;
      height: 30px;
      background-color: #fafafa;
      margin-right: 20px;
      position: relative;
      top: 5px; }
    section.my-trip .publish-wrp ul .trip-para label::after {
      content: '';
      left: 7px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 17px;
      height: 17px;
      background-color: #38ad21; }
  section.my-trip .publish-wrp ul .trip-view {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    section.my-trip .publish-wrp ul .trip-view .unpublished, section.my-trip .publish-wrp ul .trip-view .rejected {
      color: red; }
    section.my-trip .publish-wrp ul .trip-view .submitted, section.my-trip .publish-wrp ul .trip-view .published {
      color: green; }
    section.my-trip .publish-wrp ul .trip-view p, section.my-trip .publish-wrp ul .trip-view a, section.my-trip .publish-wrp ul .trip-view span {
      color: #000;
      font-size: 2.2rem;
      margin-left: 40px; }
      section.my-trip .publish-wrp ul .trip-view p:first-child, section.my-trip .publish-wrp ul .trip-view a:first-child, section.my-trip .publish-wrp ul .trip-view span:first-child {
        margin-left: 0; }
  section.my-trip .publish-wrp ul span.sprite {
    width: 40px;
    margin-left: 10px; }

/*-----------------------Share myTrip Page Ends-----------------------*/
/*-----------------------Share bookmark Page Starts-----------------------*/
section.bookmark {
  padding: 80px 0; }

/*-----------------------Share bookmark Page Starts-----------------------*/
/*-----------------------Share bookmark Page Starts-----------------------*/
.container-pro {
  max-width: 1600px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden; }

section.ride-review {
  padding: 50px 0; }
  section.ride-review .wrapper {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }

section.profile-main {
  height: 65vh; }

section.recent-activity .title {
  font-size: 2.6rem;
  font-family: "SimplonBP-Medium";
  color: #000;
  text-transform: capitalize;
  padding-bottom: 15px; }

section.recent-activity .recent-blog {
  height: 540px;
  width: 23%;
  background-size: cover !important;
  padding: 20px 10px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  cursor: pointer; }
  section.recent-activity .recent-blog:last-child {
    margin-bottom: 0; }
  section.recent-activity .recent-blog:hover .bottom-txt {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  section.recent-activity .recent-blog:hover .view-blog {
    opacity: 1; }
  section.recent-activity .recent-blog .author {
    position: absolute;
    top: 3%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    left: 0;
    padding: 0 20px; }
    section.recent-activity .recent-blog .author p {
      font-size: 1.6rem;
      text-align: center;
      position: relative; }
  section.recent-activity .recent-blog .main-txt {
    font-size: 4.2rem;
    text-transform: capitalize;
    text-align: center; }
    section.recent-activity .recent-blog .main-txt a {
      margin-top: 60px;
      font-size: 1.8rem;
      text-transform: capitalize;
      color: #fff;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      section.recent-activity .recent-blog .main-txt a:hover {
        text-decoration: underline; }
      section.recent-activity .recent-blog .main-txt a span {
        margin-left: 15px; }
  section.recent-activity .recent-blog .bottom-txt {
    position: absolute;
    bottom: 3%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    left: 0;
    padding: 0 20px;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    section.recent-activity .recent-blog .bottom-txt p {
      font-size: 1.8rem;
      line-height: 25px;
      position: relative; }

/*-----------------------Share bookmark Page Starts-----------------------*/
/*-------------  Add Motogaram Starts  -----------------*/
section.add-motogaram {
  padding: 80px 0; }
  section.add-motogaram .wrapper {
    margin-bottom: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  section.add-motogaram .error {
    display: block;
    color: red;
    font-family: "SimplonBP-Regular";
    font-size: 14px;
    padding: 0;
    line-height: 25px; }
  section.add-motogaram .route-wrp {
    width: 25%;
    background-color: #f0f0f0;
    padding: 20px; }
    section.add-motogaram .route-wrp .form-title {
      text-align: left;
      font-size: 2.2rem;
      text-transform: uppercase;
      color: black;
      margin-bottom: 5px; }
    section.add-motogaram .route-wrp .input-wrp input {
      border: none;
      background-color: white;
      padding: 10px;
      width: 100%;
      font-size: 2rem;
      color: #000;
      outline: none;
      margin-bottom: 10px; }
    section.add-motogaram .route-wrp textarea {
      border: none;
      background-color: white;
      padding: 10px;
      width: 100%;
      font-size: 2rem;
      color: #000;
      outline: none;
      margin-bottom: 10px; }
  section.add-motogaram .upload-img {
    width: 73%; }
    section.add-motogaram .upload-img .select-upload {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    section.add-motogaram .upload-img .upload-box {
      position: relative;
      width: 32%;
      height: 236px;
      background-color: #e5e5e5;
      margin-bottom: 15px; }
      section.add-motogaram .upload-img .upload-box .upload-video {
        cursor: pointer;
        color: #bfbfbf;
        display: block;
        text-align: center;
        text-transform: capitalize;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
        section.add-motogaram .upload-img .upload-box .upload-video .label {
          cursor: pointer;
          font-size: 2.2rem; }
          section.add-motogaram .upload-img .upload-box .upload-video .label .plus-sign {
            font-size: 80px; }
          section.add-motogaram .upload-img .upload-box .upload-video .label .input-sel4 {
            display: block;
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            cursor: pointer; }
          section.add-motogaram .upload-img .upload-box .upload-video .label .add-camera {
            margin-top: 10px; }
      section.add-motogaram .upload-img .upload-box .sel-images {
        position: relative;
        width: 100%; }
        section.add-motogaram .upload-img .upload-box .sel-images .label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 236px;
          overflow: hidden; }
      section.add-motogaram .upload-img .upload-box .delete-wrp {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 10px;
        opacity: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        top: 10px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 32, 26, 0.4)), to(transparent));
        background: -webkit-linear-gradient(rgba(45, 32, 26, 0.4), transparent);
        background: -o-linear-gradient(rgba(45, 32, 26, 0.4), transparent);
        background: linear-gradient(rgba(45, 32, 26, 0.4), transparent); }
      section.add-motogaram .upload-img .upload-box:hover::before, section.add-motogaram .upload-img .upload-box:hover .delete-wrp {
        opacity: 1;
        top: 0; }
      section.add-motogaram .upload-img .upload-box .upload-txt .label {
        font-size: 2.2rem; }
        section.add-motogaram .upload-img .upload-box .upload-txt .label .plus-sign {
          text-align: center;
          font-size: 10rem; }
        section.add-motogaram .upload-img .upload-box .upload-txt .label input {
          display: block;
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          cursor: pointer; }
        section.add-motogaram .upload-img .upload-box .upload-txt .label .add-camera {
          margin-top: 10px; }

/*-------------  Add Motogaram End  -----------------*/
/*-------------  My Motogaram Starts  -----------------*/
section.my-motogaram {
  padding: 80px 0; }
  section.my-motogaram .wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  section.my-motogaram .motg-profile {
    width: 25%;
    border: 1px solid #f1f3f4; }
    section.my-motogaram .motg-profile .inner-wrp {
      border-bottom: 1px solid #f1f3f4; }
    section.my-motogaram .motg-profile .rider-profile {
      padding: 40px 20px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      section.my-motogaram .motg-profile .rider-profile .ride-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50px;
        height: 50px;
        overflow: hidden;
        display: inline-block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        margin-right: 10px; }
      section.my-motogaram .motg-profile .rider-profile .ride-name p {
        margin: 0;
        font-size: 2.2rem;
        line-height: 27px;
        color: #000; }
      section.my-motogaram .motg-profile .rider-profile .ride-name span {
        font-size: 1.4rem;
        color: #d4d4d4; }
    section.my-motogaram .motg-profile .motg-likes {
      padding: 20px 30px; }
      section.my-motogaram .motg-profile .motg-likes .likes-wrp {
        padding: 7px 15px;
        background: #fff200;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        section.my-motogaram .motg-profile .motg-likes .likes-wrp span {
          font-size: 1.6rem;
          color: #000;
          margin-left: 30px; }
    section.my-motogaram .motg-profile .motg-trip {
      padding: 20px 30px; }
      section.my-motogaram .motg-profile .motg-trip .title {
        font-family: "SimplonBP-Medium";
        font-size: 2.4rem;
        line-height: 27px;
        color: #000;
        margin-bottom: 5px; }
      section.my-motogaram .motg-profile .motg-trip .desc {
        font-size: 1.6rem;
        color: #000; }
  section.my-motogaram .motg-gallery {
    width: 73%; }
    section.my-motogaram .motg-gallery .inner-wrp {
      width: 90%;
      margin: 0 auto; }
      section.my-motogaram .motg-gallery .inner-wrp .owl-carousel {
        width: 100%;
        position: relative; }
        section.my-motogaram .motg-gallery .inner-wrp .owl-carousel .item {
          position: relative;
          z-index: 100;
          -webkit-backface-visibility: hidden;
          height: 500px;
          background-color: #000; }
          section.my-motogaram .motg-gallery .inner-wrp .owl-carousel .item > img {
            height: 100%;
            margin: 0 auto;
            width: inherit !important; }
        section.my-motogaram .motg-gallery .inner-wrp .owl-carousel .owl-nav {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 0 20px;
          opacity: 0;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          opacity: 1; }
        section.my-motogaram .motg-gallery .inner-wrp .owl-carousel button {
          position: absolute;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          section.my-motogaram .motg-gallery .inner-wrp .owl-carousel button.disabled {
            opacity: 0.3; }
          section.my-motogaram .motg-gallery .inner-wrp .owl-carousel button.owl-prev {
            left: -60px; }
          section.my-motogaram .motg-gallery .inner-wrp .owl-carousel button.owl-next {
            right: -60px; }
        section.my-motogaram .motg-gallery .inner-wrp .owl-carousel span {
          font-size: 180px;
          color: #000;
          font-family: sans-serif;
          opacity: 0.5;
          position: relative;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }

/*-------------  My Motogaram End  -----------------*/
/*---------------Gallery Page Starts------------------*/
section.gallery {
  padding: 40px 0; }
  section.gallery h3 {
    color: #000;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase; }
  section.gallery .grid {
    margin: 0 auto; }
  section.gallery .grid-item {
    margin: 5px;
    overflow: hidden;
    max-width: 400px;
    width: 100%; }
    section.gallery .grid-item a {
      position: relative;
      width: 100%; }
      section.gallery .grid-item a:after {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 0; }
      section.gallery .grid-item a:hover:after {
        opacity: 1; }
      section.gallery .grid-item a > img {
        min-height: 200px;
        max-width: 600px;
        width: 100%;
        -webkit-transition: all 0.3s ease-in 0.1s;
        -o-transition: all 0.3s ease-in 0.1s;
        transition: all 0.3s ease-in 0.1s; }
    section.gallery .grid-item .video-tag {
      position: relative; }
      section.gallery .grid-item .video-tag .video-img {
        max-width: 50px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    section.gallery .grid-item video {
      height: 250px;
      background-color: #000; }
    section.gallery .grid-item .story-title {
      position: absolute;
      width: 100%;
      bottom: 5px;
      left: 0;
      z-index: 2;
      padding: 0 10px; }
      section.gallery .grid-item .story-title h4 {
        text-transform: capitalize;
        font-family: "SimplonBP-Medium";
        font-size: 2.2rem;
        color: #fff;
        margin-bottom: 5px; }
      section.gallery .grid-item .story-title p {
        font-family: "SimplonBP-Regular";
        font-size: 1.4rem;
        color: #fff; }

section.gallery-upload .sport-txt {
  top: 60%; }
  section.gallery-upload .sport-txt p {
    font-size: 1.6rem; }

section.gallery-upload .file-btn .add-label {
  font-family: "SimplonBP-Medium";
  font-size: 6.3rem;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  display: inline;
  text-transform: uppercase; }
  section.gallery-upload .file-btn .add-label span {
    background-color: #fff200;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    margin-right: 5px; }

/*---------------Gallery Page Ends------------------*/
/*--------------- Riding Calendar Page Starts ------------------*/
section.riding-calendar .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  overflow: inherit; }

section.riding-calendar .tour-ride {
  position: relative;
  border: 2px solid #D6D6D6;
  padding: 30px;
  color: #6F6F6F;
  margin: 30px 0;
  font-size: 1.8rem; }
  section.riding-calendar .tour-ride:first-child {
    margin-top: 50px; }
  section.riding-calendar .tour-ride .title-wrp {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }
  section.riding-calendar .tour-ride .tour-details h3 {
    font-family: "SimplonBP-Medium";
    font-size: 3.2rem;
    color: #000;
    margin-bottom: 10px; }
  section.riding-calendar .tour-ride .tour-details.travel-dist p {
    color: #000;
    font-size: 2.8rem; }
  section.riding-calendar .tour-ride .tour-details .rider-info {
    line-height: 25px; }
  section.riding-calendar .tour-ride .tour-details .email p {
    margin-right: 25px;
    text-transform: capitalize;
    color: #000; }
    section.riding-calendar .tour-ride .tour-details .email p span {
      color: #6F6F6F; }
  section.riding-calendar .tour-ride .extra-info {
    margin-top: 30px;
    display: none; }
    section.riding-calendar .tour-ride .extra-info .info {
      line-height: 23px; }
    section.riding-calendar .tour-ride .extra-info .moto-details {
      margin-top: 50px;
      line-height: 25px; }
      section.riding-calendar .tour-ride .extra-info .moto-details h3 {
        font-family: "SimplonBP-Medium";
        font-size: 2rem;
        color: #000; }
      section.riding-calendar .tour-ride .extra-info .moto-details p {
        color: #000; }
        section.riding-calendar .tour-ride .extra-info .moto-details p span {
          color: #6F6F6F; }
    section.riding-calendar .tour-ride .extra-info .btn-wrp {
      margin-left: 10px;
      max-width: 210px;
      width: 100%; }
  section.riding-calendar .tour-ride .extra-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 30px solid #fff200;
    border-left: 30px solid transparent; }
    section.riding-calendar .tour-ride .extra-btn.active::before {
      content: "-"; }
    section.riding-calendar .tour-ride .extra-btn::after {
      border-top: 4px solid #000;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    section.riding-calendar .tour-ride .extra-btn::before {
      position: absolute;
      font-size: 2rem;
      font-weight: bold;
      color: black;
      cursor: pointer;
      left: -14px;
      top: 8px;
      content: "+";
      z-index: 999; }

section.riding-calendar .join-wrp {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

/*--------------- Riding Calendar Page Ends ------------------*/
/*--------------- Create Calendar Page Starts ------------------*/
.riding-pg header {
  background: #000; }

.riding-pg main {
  margin-top: 88px; }

section.title-wrp {
  background: #2C2C2C;
  border-left: 10px solid #FFF200;
  padding: 20px 0; }
  section.title-wrp .pg-title h1 {
    font-size: 5rem;
    line-height: 1.2;
    color: #fff; }
  section.title-wrp .filter-wrp {
    width: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    section.title-wrp .filter-wrp .input-wrp {
      max-width: 345px;
      width: 100%; }

section.my-ride {
  padding: 50px 0; }
  section.my-ride .wrapper {
    max-width: 900px;
    margin: 0 auto;
    overflow: inherit; }
    section.my-ride .wrapper .detail-wrp {
      margin-bottom: 20px; }
      section.my-ride .wrapper .detail-wrp .title {
        text-transform: capitalize; }
      section.my-ride .wrapper .detail-wrp .pits-input {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section.my-ride .wrapper .detail-wrp .pits-input input {
          width: 48%;
          margin-bottom: 10px; }
      section.my-ride .wrapper .detail-wrp .origin-data {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        section.my-ride .wrapper .detail-wrp .origin-data .flex-wrp {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
        section.my-ride .wrapper .detail-wrp .origin-data > span {
          margin-top: 20px; }
      section.my-ride .wrapper .detail-wrp span.line::after {
        display: inline-block;
        content: "";
        border: 2px solid black;
        width: 140px;
        margin: 0 15px; }
      section.my-ride .wrapper .detail-wrp p {
        font-family: "SimplonBP-Medium";
        font-size: 1.8rem;
        color: black;
        margin-bottom: 10px; }
    section.my-ride .wrapper .row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      section.my-ride .wrapper .row h3 {
        font-weight: bold;
        color: #000;
        font-size: 1.8rem;
        margin-bottom: 10px; }
      section.my-ride .wrapper .row > p {
        line-height: 25px;
        color: rgba(0, 0, 0, 0.5); }
      section.my-ride .wrapper .row .detail-wrp {
        width: 45%; }
      section.my-ride .wrapper .row .pitstop-add {
        position: relative;
        display: inline-block;
        max-width: 350px;
        width: 100%; }
        section.my-ride .wrapper .row .pitstop-add .pits-input {
          position: relative;
          margin-bottom: 30px; }
          section.my-ride .wrapper .row .pitstop-add .pits-input:first-child:after {
            display: none; }
          section.my-ride .wrapper .row .pitstop-add .pits-input:last-child {
            margin-bottom: 0; }
          section.my-ride .wrapper .row .pitstop-add .pits-input:after {
            content: "";
            background-color: #000;
            position: absolute;
            width: 4px;
            height: 17px;
            top: -24px;
            left: 15px;
            display: block; }
        section.my-ride .wrapper .row .pitstop-add input {
          margin-bottom: 30px; }
          section.my-ride .wrapper .row .pitstop-add input:last-child {
            margin-bottom: 0; }
        section.my-ride .wrapper .row .pitstop-add .add-label {
          position: absolute;
          right: 0px;
          bottom: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          cursor: pointer;
          z-index: 2; }
      section.my-ride .wrapper .row .time-wrp {
        width: 250px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        section.my-ride .wrapper .row .time-wrp div {
          width: calc(100%/3);
          border: 4px solid #000;
          /* For Firefox */
          /* Webkit browsers like Safari and Chrome */ }
          section.my-ride .wrapper .row .time-wrp div input[type='number'] {
            -moz-appearance: textfield; }
          section.my-ride .wrapper .row .time-wrp div input[type=number]::-webkit-inner-spin-button,
          section.my-ride .wrapper .row .time-wrp div input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          section.my-ride .wrapper .row .time-wrp div input, section.my-ride .wrapper .row .time-wrp div select {
            position: relative;
            width: 100%;
            font-family: "SimplonBP-Regular";
            font-size: 2.4rem;
            line-height: 28px;
            padding: 5px 10px;
            width: 100%;
            border: none; }
          section.my-ride .wrapper .row .time-wrp div select {
            font-family: "SimplonBP-Medium";
            cursor: pointer; }
          section.my-ride .wrapper .row .time-wrp div.mins {
            border-left: 0;
            border-right: 0; }
          section.my-ride .wrapper .row .time-wrp div.clock {
            width: 120px; }
  section.my-ride .terms-wrp {
    margin: 30px 0;
    -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; }
    section.my-ride .terms-wrp label.error {
      margin-left: 35px;
      margin-top: 7px; }
    section.my-ride .terms-wrp .checklabel {
      font-size: 1.8rem;
      line-height: 22px;
      color: #000; }
    section.my-ride .terms-wrp a {
      font-size: 1.8rem;
      line-height: 22px;
      text-decoration: underline;
      color: #000;
      font-weight: bold; }
  section.my-ride .btn-wrp {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section.my-ride .btn-wrp input {
      margin-right: 20px; }

/*--------------- Create Calendar Page Ends ------------------*/
/*--------------- Profile Page Starts ------------------*/
section.profile {
  color: #000;
  padding-top: 30px; }
  section.profile .profile-photo {
    width: 20%;
    position: relative; }
    section.profile .profile-photo .rel-wrp {
      position: relative;
      top: 90px;
      text-align: center; }
    section.profile .profile-photo .profile-upload {
      position: relative; }
      section.profile .profile-photo .profile-upload .upload-btn {
        right: initial;
        bottom: initial;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: none;
        border: none;
        padding: 0; }
        section.profile .profile-photo .profile-upload .upload-btn svg {
          width: 80px;
          height: 80px;
          fill: #fff; }
    section.profile .profile-photo .profile-pic {
      position: absolute;
      top: -120px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    section.profile .profile-photo .btn-wrp {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 100px; }
      section.profile .profile-photo .btn-wrp input, section.profile .profile-photo .btn-wrp button {
        margin-bottom: 20px; }
        section.profile .profile-photo .btn-wrp input:last-child, section.profile .profile-photo .btn-wrp button:last-child {
          margin-bottom: inherit; }
  section.profile .wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }
  section.profile .profile-desc {
    max-width: 850px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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; }
    section.profile .profile-desc > p {
      position: relative;
      margin: 25px 0;
      width: 100%; }
      section.profile .profile-desc > p input {
        width: 100%;
        color: #000; }
      section.profile .profile-desc > p:before {
        content: '';
        display: inline-block;
        width: 0;
        position: absolute;
        height: 2px;
        background-color: #D6D6D6;
        bottom: -4px;
        width: 0;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s; }
    section.profile .profile-desc.active > p:before {
      width: 100%; }
    section.profile .profile-desc h3 {
      font-size: 3rem;
      text-transform: capitalize;
      font-family: "SimplonBP-Medium"; }

section.profile-banner .wrapper {
  background-size: cover !important; }

section.profile-banner .pos-wrp {
  left: inherit;
  right: 2%;
  bottom: 5px; }

section.profile-tab {
  color: #000;
  padding: 30px 0; }
  section.profile-tab .inside-container .tab-view {
    margin-top: 50px;
    padding: 0 40px; }
  section.profile-tab .inside-container > .wrapper {
    border-top: 2px solid #D6D6D6; }
    section.profile-tab .inside-container > .wrapper li {
      text-transform: uppercase;
      padding: 20px 40px;
      font-family: "SimplonBP-Medium";
      font-size: 2rem;
      cursor: pointer;
      position: relative;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      section.profile-tab .inside-container > .wrapper li a {
        color: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        section.profile-tab .inside-container > .wrapper li a:before {
          content: '';
          display: inline-block;
          width: 0%;
          height: 2px;
          background-color: #000;
          position: absolute;
          bottom: 10px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        section.profile-tab .inside-container > .wrapper li a:hover, section.profile-tab .inside-container > .wrapper li a.active {
          color: #000; }
          section.profile-tab .inside-container > .wrapper li a:hover:before, section.profile-tab .inside-container > .wrapper li a.active:before {
            width: 50%; }
      section.profile-tab .inside-container > .wrapper li.profile-drop {
        display: none; }
    section.profile-tab .inside-container > .wrapper .no-data {
      font-size: 3rem;
      text-align: center;
      color: red;
      margin: 50px 0px;
      display: none; }

/*--------------- Profile Page Ends ------------------*/
/*-----------------------Footer Starts-----------------------*/
footer {
  background-color: #252525;
  padding: 20px 0;
  text-align: center;
  font-size: 11px;
  position: relative; }
  footer p {
    color: #aaaaaa;
    line-height: 20px; }
  footer .foo-links {
    margin-top: 10px; }
  footer a {
    color: #aaaaaa; }
  footer span {
    margin: 0 10px; }

.hide {
  display: none !important; }

/*-----------------------Footer Ends-----------------------*/
/*-----------------------Animation Starts-----------------------*/
.scale-animate1 {
  -webkit-animation: scale-animate 10s ease-out infinite alternate-reverse;
  animation: scale-animate 10s ease-out infinite alternate-reverse; }

.text-parent {
  display: inline-block;
  overflow: hidden; }

span.text-up {
  display: inline-block;
  -webkit-animation: text-animate 1s ease-out forwards;
  animation: text-animate 1s ease-out forwards; }

header.white-head .moto-animate1:before, header.white-head .moto-animate1:after {
  background-color: #000; }

.moto-animate1 {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .moto-animate1:before, .moto-animate1:after {
    content: '';
    display: inline-block;
    width: 80%;
    height: 2px;
    background-color: yellow;
    position: absolute;
    top: -5px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0; }
  .moto-animate1:after {
    top: inherit;
    bottom: -5px; }
  .moto-animate1:hover {
    -webkit-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg); }
    .moto-animate1:hover:before, .moto-animate1:hover:after {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

.fade-out1 {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.scroll-animate1 {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); }

@-webkit-keyframes scale-animate {
  0% {
    background-size: 100% 100%; }
  100% {
    background-size: 120% 120%; } }

@keyframes scale-animate {
  0% {
    background-size: 100% 100%; }
  100% {
    background-size: 120% 120%; } }

@-webkit-keyframes dot-animate {
  0% {
    border: 1px solid #000; }
  100% {
    border: 5px solid #fff; } }

@keyframes dot-animate {
  0% {
    border: 1px solid #000; }
  100% {
    border: 5px solid #fff; } }

@-webkit-keyframes text-animate {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes text-animate {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg); } }

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg); } }

/*-----------------------Animation Ends-----------------------*/
.upvid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px; }
  .upvid .file-btn {
    text-align: center; }
    .upvid .file-btn.detail-wrp {
      margin-bottom: 0; }
    .upvid .file-btn .file-para {
      margin-bottom: 5px; }
    .upvid .file-btn label {
      cursor: pointer;
      display: inline-block;
      margin-bottom: 10px; }
  .upvid span.vidname {
    font-size: 1.4rem;
    color: #000; }

input.share-input.maxw80 {
  max-width: 80%; }

.margintb20 {
  margin: 30px 0 20px; }

.inside-container {
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }

.home-slide .owl-nav > button {
  background: inherit !important; }

.home-slide .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .home-slide .owl-dots > button {
    position: relative;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .home-slide .owl-dots > button span {
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 2px solid #fff;
      position: relative;
      z-index: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .home-slide .owl-dots > button.active span {
      background-color: #fff;
      width: 20px;
      height: 20px; }
    .home-slide .owl-dots > button:after {
      content: '';
      display: inline-block;
      width: 30px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home-slide .owl-dots > button:last-child:after {
      display: none; }

.home-slide .home-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.home-widget {
  color: #fff;
  line-height: 50px;
  position: absolute;
  bottom: 10%;
  left: 5%; }
  .home-widget h2 {
    font-size: 4.2rem;
    text-transform: uppercase;
    font-family: "SimplonBP-Bold"; }
  .home-widget p {
    text-transform: capitalize;
    font-size: 3.6rem; }
  .home-widget .btn-wrp {
    text-align: inherit; }
    .home-widget .btn-wrp > input, .home-widget .btn-wrp button {
      margin-right: 30px;
      background-color: rgba(255, 255, 255, 0.7); }

.btn-wrp .white-btn {
  border: 2px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "SimplonBP-Bold"; }
  .btn-wrp .white-btn:hover {
    background-color: #fff; }

.heading {
  font-size: 3.5rem;
  font-family: "SimplonBP-Bold";
  line-height: 45px; }

section.inspiring {
  color: #000;
  padding: 40px 0; }
  section.inspiring .inspire-block {
    width: 45%; }
    section.inspiring .inspire-block.inspire-slider {
      -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.35);
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.35);
      margin: 10px;
      border-radius: 10px;
      overflow: hidden;
      line-height: 0; }
    section.inspiring .inspire-block > img {
      width: 100%; }
    section.inspiring .inspire-block p {
      margin: 30px 0;
      line-height: 25px;
      font-size: 1.8rem; }
    section.inspiring .inspire-block .btn-wrp {
      text-align: inherit; }
      section.inspiring .inspire-block .btn-wrp > input, section.inspiring .inspire-block .btn-wrp button {
        margin-right: 20px; }

section.ride-details {
  padding: 40px 0; }
  section.ride-details .wrapper {
    height: 550px;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-image: url(../images/home-slides/slide2.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative; }
    section.ride-details .wrapper .img-wrp {
      border-right: 5px solid #fff;
      width: 33.33%;
      padding: 30px 15px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      background-color: rgba(0, 0, 0, 0.3);
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      section.ride-details .wrapper .img-wrp:last-child {
        border: none; }
      section.ride-details .wrapper .img-wrp h1 {
        font-size: 42px;
        text-transform: uppercase;
        color: #000;
        font-weight: bold; }
      section.ride-details .wrapper .img-wrp .ride-info {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: translateY(80%);
        -ms-transform: translateY(80%);
        transform: translateY(80%); }
        section.ride-details .wrapper .img-wrp .ride-info p {
          font-size: 1.8rem;
          margin-right: 30px; }
          section.ride-details .wrapper .img-wrp .ride-info p:last-child {
            margin-right: 0; }
      section.ride-details .wrapper .img-wrp .btn-wrp {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        transform: translateY(200%); }
      section.ride-details .wrapper .img-wrp.active .btn-wrp, section.ride-details .wrapper .img-wrp.active .ride-info {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); }

.photo-gallery .photo-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .photo-gallery .photo-row:first-child {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%); }
  .photo-gallery .photo-row:last-child {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%); }
  .photo-gallery .photo-row.active {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit; }

.photo-gallery .photo-block {
  height: 550px;
  max-width: 550px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  color: #000;
  text-align: center;
  padding: 20px;
  margin-bottom: 80px;
  background-size: cover !important; }
  .photo-gallery .photo-block.photo-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .photo-gallery .photo-block h1 {
    font-size: 4.8rem;
    margin-bottom: 40px; }
  .photo-gallery .photo-block p {
    font-size: 2.2rem;
    line-height: 25px; }
  .photo-gallery .photo-block.active:first-child {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit; }
  .photo-gallery .photo-block.active:last-child {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit; }
  .photo-gallery .photo-block:first-child {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .photo-gallery .photo-block:last-child {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

/*___ Animation Starts ___*/
.slide-left {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.slide-down {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

body.animate .animate-right {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important; }

body.animate .animate-up {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1 !important; }

/*___ Animation Ends ___*/
/*___ new Header Starts ___*/
header {
  background: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent); }
  header .container {
    overflow: inherit; }
  header .primary-logo a {
    text-align: center; }
  header .primary-logo img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  header.active .primary-logo img {
    width: 70%; }
  header.active .mob-menu p {
    font-size: 1.6rem; }
  header.active .btn {
    font-size: 1.4rem; }
  header .btn-wrp {
    margin-top: initial; }
  header .notify-wrp > div {
    margin-right: 15px; }
    header .notify-wrp > div:last-child {
      margin-right: initial; }
  header .nav-links {
    width: initial; }
    header .nav-links p {
      color: #000;
      font-size: 2rem; }
    header .nav-links input, header .nav-links button {
      background-color: #000;
      border: 1px solid #000; }
      header .nav-links input:hover, header .nav-links button:hover {
        background-color: #fff; }
    header .nav-links > ul {
      -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;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 2;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      width: 30%;
      height: 100vh;
      padding-top: 120px;
      padding-left: 35px;
      overflow-y: auto;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      header .nav-links > ul.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        border-radius: 0; }
      header .nav-links > ul > li {
        margin: 20px 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s; }
        header .nav-links > ul > li a {
          color: #000;
          font-size: 2rem; }
  header .mob-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0px;
    position: relative;
    z-index: 3;
    padding: 15px 5px; }
    header .mob-menu p {
      margin: 0 20px;
      font-size: 2rem;
      color: #fff;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    header .mob-menu span {
      width: 35px; }
      header .mob-menu span:before, header .mob-menu span:after {
        width: 35px; }
    header .mob-menu.active p {
      color: #000; }
    header .mob-menu.active span:before, header .mob-menu.active span:after {
      background-color: #000; }
  header .secondary-logo {
    display: none; }

/*___ new Header Ends ___*/
/*___ Profile Drop Starts ___*/
.profile-drop {
  cursor: pointer; }
  .profile-drop.active .ride-img {
    background-color: #5f5d5d; }
  .profile-drop.notify .ride-img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .profile-drop.notify .ride-img:hover {
      background-color: #5f5d5d; }
  .profile-drop.notify a:before {
    display: none !important; }
  .profile-drop .ride-img {
    width: 45px;
    height: 45px; }
  .profile-drop .rider-profile p {
    font-size: 1.5rem;
    margin: 0;
    margin-right: 15px; }
  .profile-drop.sel-lang .lang-drop {
    right: 0;
    top: 55px; }
    .profile-drop.sel-lang .lang-drop#toggle_3 {
      top: 35px; }
    .profile-drop.sel-lang .lang-drop li {
      padding: 5px 20px;
      border-bottom: 1px solid #D6D6D6;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .profile-drop.sel-lang .lang-drop li a {
        text-transform: capitalize; }
      .profile-drop.sel-lang .lang-drop li:hover {
        background-color: #D6D6D6; }

.lang-drop {
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  font-family: "SimplonBP-Medium";
  position: absolute;
  right: -15px;
  top: 45px;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
  display: none; }
  .lang-drop::before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 20px;
    top: -18px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff; }
  .lang-drop li {
    text-align: right;
    width: 100%;
    padding: 10px; }
    .lang-drop li h4 {
      color: #000; }
    .lang-drop li a {
      color: rgba(0, 0, 0, 0.5);
      line-height: 25px;
      font-size: 1.4rem;
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .lang-drop li a:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        background-color: #000;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%); }
      .lang-drop li a:hover {
        color: #000; }
        .lang-drop li a:hover :before {
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
          transform: translateX(0%); }
      .lang-drop li a.active {
        border-bottom: 2px solid #000; }

/*___ Profile Drop Ends ___*/
/*_____Select Tag Starts___*/
.select-box {
  max-width: 430px;
  width: 100%;
  position: relative; }
  .select-box select {
    width: 100%;
    font-size: 2.4rem;
    text-transform: capitalize;
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
    border-color: #363e3c; }
    .select-box select option {
      color: #000; }

.drop-arr {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 8px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }
  .drop-arr:before, .drop-arr:after {
    content: '';
    display: inline-block;
    position: absolute;
    border: 8px solid transparent;
    border-top: 8px solid #363e3c;
    left: 0;
    top: 0; }
  .drop-arr:after {
    top: -2px;
    border-top: 8px solid #040f0b; }

/*_____Select Tag Ends___*/
/*_____Button Effect Starts___*/
.explore {
  background: transparent;
  color: #fff;
  font-size: 2.2rem;
  border: 1px solid #fff;
  padding: 5px 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden; }
  .explore::after, .explore::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .explore::before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .explore:hover {
    color: #000;
    border: 1px solid #fff;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg); }
    .explore:hover::after {
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
    .explore:hover::before {
      -webkit-transform: translateX(-49%);
      -ms-transform: translateX(-49%);
      transform: translateX(-49%); }

/*_____Section Filter Starts___*/
section.filter-sect .wrapper {
  position: fixed;
  width: 100%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }

section.filter-sect .filter-wrp {
  width: 85px;
  height: 85px;
  background-color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: "SimplonBP-Regular";
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 7px 0;
  cursor: pointer;
  pointer-events: initial; }
  section.filter-sect .filter-wrp p {
    margin-top: 7px; }

/*_____Section Filter Ends___*/
/*_____Checkbox Starts___*/
.checklabel {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  padding-right: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checklabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.checkmark {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 3px solid #000; }

.checklabel input:checked ~ .checkmark {
  background-color: #fff100; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checklabel input:checked ~ .checkmark:after {
  display: block; }

.checklabel .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: 1px solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*_____Checkbox Ends___*/
/*_____Profile Block Starts___*/
.rider-profile .ride-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 3px solid #fff; }
  .rider-profile .ride-img img {
    width: 100%; }

.rider-profile p {
  margin-top: 10px;
  text-transform: capitalize;
  font-family: "SimplonBP-Medium";
  font-size: 3rem; }

/*_____Profile Block Ends___*/
/*_____ Like wrp Starts ___*/
.like-wrp {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 1.8rem;
  text-transform: capitalize;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  color: #fff;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .like-wrp .likes {
    margin-left: 7px;
    font-size: 25px;
    cursor: pointer; }
    .like-wrp .likes svg {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .like-wrp .likes svg:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
        .like-wrp .likes svg:hover path {
          fill: red;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }

/*_____ Like wrp Ends ___*/
/*_____Gpx Block Starts___*/
.gpx-wrp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gpx-wrp .gpx-para {
    margin-right: 30px; }
    .gpx-wrp .gpx-para a {
      font-family: "SimplonBP-Medium";
      font-size: 1.4rem;
      color: #fff; }
    .gpx-wrp .gpx-para span {
      margin-right: 7px; }

/*_____Gpx Block Ends___*/
/*_____Submit button Starts___*/
input[type="submit"], .btn {
  background-color: #fff;
  border: none;
  font-size: 1.6rem;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.btn-wrp {
  text-align: center;
  margin-top: 25px; }
  .btn-wrp label {
    cursor: pointer;
    display: inline-block; }
    .btn-wrp label span {
      margin-left: 7px; }
  .btn-wrp .join-btn {
    border: 2px solid #D6D6D6;
    font-family: "SimplonBP-Medium";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .btn-wrp .join-btn:hover {
      background-color: #000;
      color: #fff; }

header .btn-wrp {
  margin-top: inherit; }

.border-btn, input[type="submit"].border-btn {
  border: 1px solid #000; }
  .border-btn:hover, input[type="submit"].border-btn:hover {
    background-color: #fff200; }

.yel-btn, input[type="submit"].yel-btn {
  background-color: #fff200;
  padding: 10px 50px; }
  .yel-btn:hover, input[type="submit"].yel-btn:hover {
    background-color: #000;
    color: #fff; }

.black-btn, input[type="submit"].black-btn {
  background-color: #000;
  color: #fff;
  border: 1px solid #000; }
  .black-btn:hover, input[type="submit"].black-btn:hover {
    background-color: #fff;
    color: #000; }

.trans-btn {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: 2px solid #fff; }
  .trans-btn:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000; }

/*_____Submit button Ends___*/
/*_____Pitstops Starts___*/
.pitstops-wrp {
  position: relative;
  overflow-x: auto; }
  .pitstops-wrp span.before-ul {
    display: inline-block;
    height: 1px;
    background-color: #efefef;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .pitstops-wrp span.after-ul {
    display: inline-block;
    height: 1px;
    background-color: #39587C;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .pitstops-wrp ul {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .pitstops-wrp li {
    height: 15px;
    color: #000;
    font-family: "SimplonBP-Bold";
    text-transform: uppercase;
    position: relative;
    top: 27px;
    font-size: 1.5rem;
    cursor: pointer;
    pointer-events: none;
    font-size: 1.3rem;
    line-height: 14px;
    padding: 0 15px;
    text-align: center; }
    .pitstops-wrp li p {
      display: block;
      font-size: 1.4rem;
      padding-top: 5px;
      color: rgba(0, 0, 0, 0.5);
      text-transform: capitalize;
      display: none; }
    .pitstops-wrp li::before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: #93A4B7;
      position: absolute;
      top: -25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%; }
    .pitstops-wrp li.active {
      color: #39587C; }
      .pitstops-wrp li.active p {
        display: block; }
    .pitstops-wrp li.active::before {
      background-color: #39587C;
      width: 10px;
      height: 10px; }
    .pitstops-wrp li.main-spots {
      font-size: 2rem; }
      .pitstops-wrp li.main-spots::before {
        background-color: #fff;
        border: 4px solid #000;
        width: 10px;
        height: 10px;
        top: -45px; }
      .pitstops-wrp li.main-spots::after {
        content: '';
        display: inline-block;
        border: 6px solid transparent;
        border-top: 10px solid #000;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -29px; }
      .pitstops-wrp li.main-spots.active::before {
        border: 4px solid #39587C; }
      .pitstops-wrp li.main-spots.active::after {
        border-top: 10px solid #39587C; }

.start-wrp {
  color: #000;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 20px;
  position: relative; }
  .start-wrp:before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 40%;
    background-color: #D6D6D6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .start-wrp .flag-wrp {
    text-align: center; }
    .start-wrp .flag-wrp img {
      margin-bottom: 10px; }
    .start-wrp .flag-wrp p {
      line-height: 22px; }
      .start-wrp .flag-wrp p.dest {
        font-weight: 700; }

/*_____Pitstops Ends___*/
/*_____RoundAbout Starts___*/
.carouselWrapper {
  width: 100%;
  position: relative; }

.carouselDescWrapper {
  max-width: 420px;
  width: 100%;
  position: absolute;
  left: 8%;
  bottom: 15%;
  padding: 25px;
  background-color: #39587C;
  color: black;
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff; }
  .carouselDescWrapper.active {
    left: -420px; }
    .carouselDescWrapper.active .icon-i {
      right: -40px;
      -webkit-box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.2);
      background: url(../images/i-icon.png) no-repeat center center rgba(255, 255, 255, 0.7); }
  .carouselDescWrapper .icon-i {
    display: inline-block;
    background: url(../images/x-icon.png) no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .carouselDescWrapper .carouselDesc {
    line-height: 30px;
    color: #fff; }
    .carouselDescWrapper .carouselDesc h2 {
      font-family: "SimplonBP-Bold";
      font-size: 3.4rem;
      text-transform: uppercase; }
    .carouselDescWrapper .carouselDesc span {
      font-family: "SimplonBP-Bold";
      font-size: 1.5rem; }
    .carouselDescWrapper .carouselDesc p {
      font-size: 1.5rem;
      line-height: 22px;
      margin-top: 30px; }

.example-desc {
  margin: 3px 0;
  padding: 5px; }

#carousel {
  width: 100%;
  position: relative;
  clear: both;
  overflow: hidden;
  background: #fff;
  z-index: 1; }

#carousel img {
  pointer-events: none;
  height: 100%;
  margin: 0 auto;
  width: inherit; }

#callback-output {
  height: 250px;
  overflow: scroll; }

textarea#newoptions {
  width: 430px; }

.carousel-center {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.round-wheel {
  height: 100%; }
  .round-wheel .round-wrp {
    height: 100%; }
  .round-wheel li.iframe-width {
    height: 100%; }
  .round-wheel li img, .round-wheel li iframe {
    max-width: 1400px;
    width: 100%; }
  .round-wheel li iframe {
    height: 100%;
    left: 0;
    top: 0; }

/*_____RoundAbout Ends___*/
/*_____Social Starts___*/
.social-wrp {
  margin: 30px 0;
  clear: both;
  float: left;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px; }
  .social-wrp .at-style-responsive .at-share-btn {
    margin: 0 20px;
    padding: 10px; }
  .social-wrp .at-resp-share-element .at-share-btn .at-label {
    font-size: 16px !important; }
  .social-wrp .social-block {
    width: 85px;
    text-align: center; }
    .social-wrp .social-block img {
      width: 100%; }
    .social-wrp .social-block:nth-child(2) {
      margin: 0 30px; }
    .social-wrp .social-block span {
      font-size: 2.4rem;
      color: #737373;
      margin-top: 15px;
      display: inline-block; }

/*_____Social Ends___*/
/*_____Know More Starts___*/
.know-more {
  font-size: 2.2rem;
  font-family: "SimplonBP-Medium";
  background-color: #fff200;
  padding: 10px 12px;
  border: none;
  text-transform: capitalize;
  position: absolute;
  bottom: 15px;
  right: 15px; }

/*_____Know More Ends___*/
/*_____Know More Ends___*/
.yellow-dots {
  width: 20px;
  height: 20px;
  background-color: #fff200;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }
  .yellow-dots::after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: black;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

/*_____Know More Ends___*/
/*_____Moto Logo Starts___*/
.slide-desc img {
  max-width: 250px;
  width: 100%; }

/*_____Moto Logo Ends___*/
/*_____Ride Slider Starts___*/
.ride-slider {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }
  .ride-slider .owl-nav {
    top: 40%;
    left: 50%;
    position: absolute;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .ride-slider .owl-nav button span {
      font-size: 4rem; }
  .ride-slider .slides {
    margin: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ride-slider .rider-profile {
    text-align: center;
    margin: 0 20px; }
    .ride-slider .rider-profile .ride-img {
      width: 60px;
      height: 60px; }
    .ride-slider .rider-profile p {
      font-size: 2rem;
      font-family: "SimplonBP-Regular"; }

/*_____Ride Slider Ends___*/
/*_____Share Ride Form Elements Starts___*/
.pos-wrp {
  position: absolute;
  left: 2%;
  bottom: 3%; }
  .pos-wrp .error {
    font-family: "SimplonBP-Regular";
    display: inline-block;
    color: red;
    font-size: 16px;
    padding: 0; }

.journey-img {
  position: absolute;
  right: 2%;
  bottom: 6%;
  background: #00000080;
  padding: 5px;
  border-radius: 10px; }
  .journey-img label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-family: "SimplonBP-Light";
    cursor: pointer; }
    .journey-img label span {
      margin-right: 20px; }

.detail-wrp {
  margin-bottom: 60px; }
  .detail-wrp .container {
    max-width: 820px;
    margin: 0 auto;
    overflow: inherit; }

.add-moto .container {
  position: relative; }

.add-moto .moto-inputs {
  max-height: 260px;
  overflow-y: auto;
  width: 97%; }
  .add-moto .moto-inputs input {
    width: 97%; }

.add-moto .add-label {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #bfbfbf;
  font-size: 28px;
  width: 30px;
  height: 30px;
  border: 2px solid #bfbfbf;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.form-title {
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px; }

input.share-input, textarea.share-msg {
  border: 1px solid #bfbfbf;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 2rem;
  font-family: "SimplonBP-Light";
  outline: none; }

.textareaPlace {
  color: #848181; }

.textarea.share-msg {
  max-width: 330px; }

.trip-route span {
  font-family: "SimplonBP-Light";
  font-size: 2.4rem;
  color: #000;
  padding: 10px 45px; }

.detail-wrp .file-btn {
  position: relative; }
  .detail-wrp .file-btn .error {
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap; }

.detail-wrp .input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 330px;
  width: 100%; }

.detail-wrp .error {
  font-family: "SimplonBP-Regular";
  display: inline-block;
  color: red;
  font-size: 16px;
  padding: 5px; }

.detail-wrp .pitstop-add + .error {
  display: block; }

.trip-desc textarea {
  resize: none; }

.trip-desc .file-btn {
  text-align: center; }
  .trip-desc .file-btn label {
    display: inline-block;
    margin-bottom: 7px; }

.bg-color span {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 20px;
  background-color: #bab81c;
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.3); }

.ride-slider .rider-profile p {
  color: #fff; }

.ride-slider .owl-nav button span {
  color: #000; }

.edit-fields {
  border: none !important; }
  .edit-fields .add-btn .file-btn .file-para {
    text-align: center !important; }
  .edit-fields.detail-wrp {
    margin-bottom: inherit; }
  .edit-fields .file-btn label {
    background-color: transparent;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    color: #bfbfbf;
    display: inline-block; }
  .edit-fields .edit-btn {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .edit-fields .edit-btn:hover {
      background-color: #000;
      color: #fff; }
  .edit-fields .edit-add {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit; }

.add-pic {
  padding: 30px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf; }
  .add-pic .about-tag {
    -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; }
    .add-pic .about-tag .about-block {
      max-width: 100%;
      margin-top: 40px; }
  .add-pic .file-btn label {
    cursor: pointer;
    width: 150px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 7px; }
    .add-pic .file-btn label:hover {
      background-color: #000;
      color: #fff; }
    .add-pic .file-btn label span {
      font-size: 26px;
      margin-right: 7px; }
  .add-pic .file-btn #add-picture {
    visibility: hidden; }
  .add-pic .name-tag {
    margin-bottom: 30px; }
    .add-pic .name-tag input {
      border: none;
      border-bottom: 1px solid #bfbfbf; }
  .add-pic .input-block.file-btn .file-para {
    margin: 0;
    text-align: left; }
  .add-pic .add-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .add-pic .add-btn .file-btn .error {
      left: 0;
      bottom: -10px;
      -webkit-transform: inherit;
      -ms-transform: inherit;
      transform: inherit; }
  .add-pic .edit-add {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px; }
    .add-pic .edit-add:last-child {
      margin-bottom: 20px; }
    .add-pic .edit-add .add-label {
      width: inherit; }
  .add-pic .add-more {
    color: #bfbfbf;
    text-align: left;
    margin-top: 5px; }

.edit-add .file-btn {
  text-align: center; }

.file-para {
  color: black;
  font-size: 14px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 190px;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto; }

/*_____Share Ride Form Elements Ends___*/
/*_____Icon Satrts___*/
span.icons {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer; }

.icons.plus-icon {
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 17px;
  padding: 0;
  text-align: center; }

.icon-eye {
  background: url(../images/sprite.png) no-repeat -153px 0; }

.icon-star {
  background: url(../images/sprite.png) no-repeat -200px -5px; }

.icon-msg {
  background: url(../images/sprite.png) no-repeat -243px -5px; }

.icon-share {
  background: url(../images/sprite.png) no-repeat -348px -5px; }

.icon-del {
  background: url(../images/sprite.png) no-repeat -283px -6px; }

.icon-arr {
  background: url(../images/sprite.png) no-repeat -310px -3px; }

.icon-arr-right {
  background: url(../images/sprite.png) no-repeat -310px -3px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.share-wrp {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px; }
  .share-wrp p {
    color: #000;
    font-size: 2.2rem;
    margin-left: 15px; }
    .share-wrp p:first-child {
      margin-left: 0; }
    .share-wrp p span {
      width: 40px; }

/*_____Icon Ends___*/
/*_____Icon Ends___*/
.upload-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }
  .upload-txt .label {
    cursor: pointer;
    color: #bfbfbf;
    display: block;
    text-align: center;
    text-transform: capitalize; }
  .upload-txt .plus-sign {
    font-size: 100px;
    text-align: center; }

.upload-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

/*_____Icon Ends___*/
/*_____Login Popup Starts___*/
.overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 2; }

.overlay-add {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 2; }

section.add-popup {
  display: none; }

section.login-popup, section.add-popup {
  max-width: 500px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 50px 0;
  /*display: none;*/
  z-index: 3; }
  section.login-popup .login-btn, section.add-popup .login-btn {
    margin: 30px 0;
    text-align: center; }
  section.login-popup .add-gal, section.add-popup .add-gal {
    background: #fff200;
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 28px; }
    section.login-popup .add-gal span, section.add-popup .add-gal span {
      margin-right: 7px; }
  section.login-popup .or, section.add-popup .or {
    font-size: 2.6rem;
    color: #000; }
  section.login-popup .fb-btn, section.add-popup .fb-btn {
    margin-bottom: 0; }
  section.login-popup .abcRioButtonLightBlue, section.add-popup .abcRioButtonLightBlue {
    background-color: #eb4649;
    color: white;
    width: 80% !important;
    margin: 0 auto;
    height: 45px !important;
    font-size: 15px !important; }
  section.login-popup .abcRioButtonContentWrapper, section.add-popup .abcRioButtonContentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section.login-popup .abcRioButtonContents, section.add-popup .abcRioButtonContents {
    font-size: 15px !important;
    text-transform: uppercase;
    font-family: "SimplonBP-Regular"; }
  section.login-popup .fb-btn > .fb-input, section.add-popup .fb-btn > .fb-input {
    background-color: #335595;
    padding: 10px;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    height: 45px;
    font-family: "SimplonBP-Regular"; }
    section.login-popup .fb-btn > .fb-input span, section.add-popup .fb-btn > .fb-input span {
      display: inline-block;
      width: 12px; }
      section.login-popup .fb-btn > .fb-input span img, section.add-popup .fb-btn > .fb-input span img {
        width: 100%; }
    section.login-popup .fb-btn > .fb-input > input, section.add-popup .fb-btn > .fb-input > input {
      background-color: transparent;
      border: none;
      color: #fff;
      font-size: 15px;
      margin-left: 10px; }
  section.login-popup .container, section.add-popup .container {
    position: relative;
    overflow: inherit; }
  section.login-popup .cross-sign, section.add-popup .cross-sign {
    left: auto;
    top: -45px;
    position: absolute;
    right: 15px;
    width: 30px;
    height: 30px; }
    section.login-popup .cross-sign:before, section.login-popup .cross-sign:after, section.add-popup .cross-sign:before, section.add-popup .cross-sign:after {
      background-color: #000;
      left: inherit;
      width: 20px; }
  section.login-popup .reg-txt, section.add-popup .reg-txt {
    font-size: 23px;
    color: #000;
    font-size: "SimplonBP-Medium";
    text-align: center; }
    section.login-popup .reg-txt a, section.add-popup .reg-txt a {
      color: #eb4649; }
  section.login-popup h4, section.add-popup h4 {
    color: #000;
    text-align: center;
    font-size: 4rem;
    font-family: "SimplonBP-Medium"; }
  section.login-popup .input-wrp, section.add-popup .input-wrp {
    margin: 40px auto;
    text-align: center;
    max-width: 330px;
    width: 100%; }
    section.login-popup .input-wrp input, section.add-popup .input-wrp input {
      width: 100%;
      padding: 6px; }
    section.login-popup .input-wrp p, section.add-popup .input-wrp p {
      text-align: left;
      font-size: 18px;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 10px; }
  section.login-popup .btn-wrp button, section.add-popup .btn-wrp button {
    font-size: 1.8rem; }
  section.login-popup .fb-btn button, section.add-popup .fb-btn button {
    background-color: #335595; }
  section.login-popup .g-btn button, section.add-popup .g-btn button {
    background-color: #eb4649; }
  section.login-popup .social-btn, section.add-popup .social-btn {
    padding: 30px 40px;
    text-transform: inherit;
    color: #fff;
    font-family: "SimplonBP-Light";
    font-size: 20px;
    max-width: 395px;
    width: 100%; }

/*_____Login Popup Ends___*/
/*_____ Map Location Starts ___*/
.map-loc {
  border: 1px solid #a3a3a3;
  width: 49%;
  padding: 20px 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .map-loc .map-img {
    max-width: 85px;
    width: 100%; }
    .map-loc .map-img img {
      width: 100%; }
  .map-loc p {
    font-size: 3rem;
    text-transform: capitalize;
    color: #000;
    margin-left: 40px;
    line-height: 35px; }

/*_____ Map Location Ends ___*/
/*_____ Follow-wrp Starts ___*/
.follow-wrp {
  position: relative;
  margin-top: -60px; }
  .follow-wrp .container-pro {
    padding: 15px; }
    .follow-wrp .container-pro .wrapper {
      padding: 20px;
      background-color: white;
      -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.2); }
  .follow-wrp .abt-wrp p {
    color: #000;
    font-size: 1.8rem;
    line-height: 20px; }
    .follow-wrp .abt-wrp p a {
      text-transform: capitalize;
      text-decoration: underline; }
  .follow-wrp .abt-wrp .title {
    font-family: "SimplonBP-Medium";
    font-size: 2.6rem;
    margin-bottom: 10px; }
  .follow-wrp .follow-count {
    width: 40%;
    padding: 15px 25px;
    background-color: #f7f7f7;
    border: 1px solid #d4d4d4;
    margin-left: 15px; }
    .follow-wrp .follow-count p {
      color: #d4d4d4;
      text-transform: capitalize;
      font-size: 1.8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .follow-wrp .follow-count p span {
        font-size: 3.8rem;
        font-family: "SimplonBP-Bold";
        color: #000;
        margin-left: 10px; }

/*_____ Follow-wrp Ends ___*/
/*_____motostop Starts ___*/
.motostop-wrp {
  background-color: #f5f5f5;
  padding: 20px;
  width: 25%; }
  .motostop-wrp ul {
    overflow-y: auto;
    max-height: 300px; }
    .motostop-wrp ul li {
      color: #909090;
      font-size: 16px;
      text-transform: uppercase;
      font-family: "SimplonBP-Light";
      margin: 30px 20px;
      position: relative;
      line-height: 20px; }
      .motostop-wrp ul li.active {
        font-family: "SimplonBP-Bold";
        color: #000;
        font-size: 1.8rem; }
        .motostop-wrp ul li.active:before {
          background-color: #de884b;
          width: 8px;
          height: 8px; }
      .motostop-wrp ul li:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        background-color: #000;
        border-radius: 50%;
        margin-right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -15px; }

/*_____motostop Ends ___*/
/*_____ explore widget Starts ___*/
.explore-widget {
  border: 4px solid #000;
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 1.8rem;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  max-width: 320px;
  width: 100%; }
  .explore-widget .name-wrp {
    padding: 10px 15px; }
  .explore-widget .follow > p {
    font-family: "SimplonBP-Medium"; }
  .explore-widget .follow .users {
    font-size: 1.4rem;
    opacity: 0.6; }
  .explore-widget .km-wrp {
    margin-top: 10px;
    line-height: 24px; }
  .explore-widget .info-wrp {
    border-top: 4px solid #000; }
    .explore-widget .info-wrp p {
      width: 50%;
      text-align: center;
      padding: 10px 15px; }
      .explore-widget .info-wrp p:first-child {
        border-right: 4px solid #000; }
    .explore-widget .info-wrp span {
      margin: 0 7px; }
  .explore-widget .explore-moto {
    padding: inherit;
    padding-left: 15px;
    border-top: 4px solid #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .explore-widget .explore-moto:hover {
      background-color: yellow; }
    .explore-widget .explore-moto:hover span {
      width: 30%; }
    .explore-widget .explore-moto a {
      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;
      color: #000;
      font-family: "SimplonBP-Medium"; }
    .explore-widget .explore-moto span {
      background-color: #000;
      color: #fff;
      width: 45px;
      height: 45px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

/*_____ explore widget Ends ___*/
/*_____ Date Picker Starts ___*/
.ui-datepicker {
  font-size: 18px;
  font-family: "SimplonBP-Bold";
  color: #000; }
  .ui-datepicker .ui-state-hover, .ui-datepicker .ui-state-active {
    background: #fff200 !important;
    color: #000 !important; }
  .ui-datepicker .ui-datepicker-next,
  .ui-datepicker .ui-datepicker-prev {
    border: 2px solid #000;
    top: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #fff200; }
  .ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    border: none;
    padding: 2px;
    text-transform: uppercase; }
  .ui-datepicker th {
    border: 2px solid #000;
    padding: 5px; }
  .ui-datepicker td {
    padding: 3px;
    text-align: center;
    border: 2px solid #000; }
  .ui-datepicker .ui-datepicker-calendar {
    margin: 5px 0; }

.ui-widget.ui-widget-content {
  border: 2px solid #000; }

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
  border: none;
  color: #000; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: black !important;
  color: #fff !important; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-color: grey; }

.ui-datepicker-current-day {
  background-color: #fff200; }

/*_____ Date Picker Ends ___*/
/*_____ Riding calendar Start ___*/
.date-slider {
  width: 65%;
  margin: 20px auto; }
  .date-slider .item {
    font-family: "SimplonBP-Medium";
    font-size: 3.5rem;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    opacity: 0.2;
    position: relative; }
  .date-slider .owl-item {
    cursor: pointer;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    .date-slider .owl-item.center {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
      .date-slider .owl-item.center .item {
        opacity: 1; }
  .date-slider .owl-nav button {
    background-color: #f4f4f4 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .date-slider .owl-nav button.owl-prev {
      left: 0; }
    .date-slider .owl-nav button.owl-next {
      right: 0; }
    .date-slider .owl-nav button span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border: 8px solid #f4f4f4;
      border-left: 8px solid gray;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .date-slider .owl-nav button:hover span {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
    .date-slider .owl-nav button.owl-prev span {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.days-slider {
  width: 28%; }
  .days-slider .item {
    font-size: 2rem; }
  .days-slider .owl-item.center .item:before {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 3px;
    background-color: #fff200;
    bottom: -5px; }
  .days-slider .owl-stage-outer {
    padding: 10px 0; }

/*_____ Riding calendar Ends ___*/
/*_____ filter Starts ___*/
.filter-btn {
  cursor: pointer;
  margin: 0 20px;
  font-size: 2rem; }

.drop-menu {
  border: 3px solid #000;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 1.8rem;
  width: 300px;
  padding: 15px;
  position: absolute;
  display: none;
  z-index: 2;
  top: 70px; }
  .drop-menu li {
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 7px 0; }
    .drop-menu li label {
      color: #000;
      font-size: 18px;
      padding: 0;
      color: #bfbfbf;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 10px; }
      .drop-menu li label .active {
        color: #000; }
      .drop-menu li label input {
        display: none; }
      .drop-menu li label svg {
        font-size: 18px; }
      .drop-menu li label.active {
        color: #000; }
      .drop-menu li label:hover {
        color: #000; }
      .drop-menu li label input#start-date {
        padding: 0;
        width: 0;
        opacity: 0; }
      .drop-menu li label.checklabel .checkmark {
        position: static;
        right: 0;
        left: inherit; }
        .drop-menu li label.checklabel .checkmark:after {
          left: inherit;
          right: 8px;
          top: 4px; }
  .drop-menu .btn-wrp input {
    border: 3px solid #000;
    padding: 5px 15px;
    width: 45%; }

input#search {
  background-color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  width: 100%; }

.city-input {
  width: 100%;
  background-color: rgba(128, 128, 128, 0.2);
  border: none;
  padding: 8px;
  font-size: 16px;
  color: grey; }

/*_____ filter Ends ___*/
/*___ join Popup Starts ___*/
.join-pop {
  color: #000;
  font-size: 16px;
  border: 3px solid #000;
  background-color: #fff;
  max-width: 350px;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  line-height: 20px;
  display: none; }
  .join-pop h3 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px; }
  .join-pop p {
    margin: 15px 0; }
    .join-pop p a {
      font-weight: bold;
      color: #000; }
  .join-pop .btn-wrp {
    text-align: right;
    padding: 0; }
    .join-pop .btn-wrp input {
      border: 3px solid #000;
      padding: 5px 20px; }

/*___ join Popup Ends ___*/
/*___ Profile Pic Starts ___*/
.profile-pic {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid #fff; }
  .profile-pic > img {
    width: 100%; }

/*___ Profile Pic Ends ___*/
/*___ Info wrap Starts ___*/
.info-wrp {
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
  font-size: 18px;
  width: 100%; }
  .info-wrp .follow-block {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .info-wrp .follow-block p {
      margin-right: 25px; }
    .info-wrp .follow-block span {
      font-size: 2.2rem;
      color: #000;
      font-family: "SimplonBP-Medium";
      margin-right: 7px; }
  .info-wrp .info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .info-wrp .info p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 30px;
      text-transform: initial; }
      .info-wrp .info p:first-child {
        margin-right: 0; }
      .info-wrp .info p a {
        text-transform: initial;
        color: rgba(0, 0, 0, 0.5); }
    .info-wrp .info span {
      margin-right: 10px; }

/*___ Info wrap Ends ___*/
/*___ Motograph Wrap Starts ___*/
.motograph-wrp {
  height: 400px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px;
  margin-bottom: 50px; }

.ride-info {
  color: #fff; }
  .ride-info h3 {
    font-size: 3.8rem;
    font-family: "SimplonBP-Medium"; }
  .ride-info p {
    font-size: 2.4rem;
    text-transform: capitalize;
    margin-right: 40px; }
    .ride-info p:last-child {
      margin-right: initial; }
  .ride-info .km-wrp {
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

/*___ Motograph Wrap Ends ___*/
/*___ Upload Button Ends ___*/
.upload-btn {
  background: none;
  padding: 10px 15px;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  text-transform: capitalize;
  border: 2px solid #000;
  font-family: "SimplonBP-Medium";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .upload-btn svg {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .upload-btn svg g {
      opacity: 1; }
  .upload-btn:hover {
    background-color: #000;
    color: #fff; }
    .upload-btn:hover svg {
      fill: #fff; }
  .upload-btn label span {
    margin: 0 10px; }

/*___ Upload Button Ends ___*/
/*___ Update section Starts ___*/
.update {
  padding: 40px 0;
  padding-top: 100px;
  color: #000;
  background-color: #fff; }
  .update .update-wrp {
    width: 45%; }
    .update .update-wrp img {
      width: 100%; }
    .update .update-wrp h3 {
      font-size: 3.2rem;
      margin-bottom: 20px;
      font-weight: bold; }
    .update .update-wrp p {
      font-size: 2rem;
      line-height: 30px; }
    .update .update-wrp .update-btn {
      margin-top: 40px; }
      .update .update-wrp .update-btn p {
        font-size: 2.2rem;
        font-weight: bold; }
    .update .update-wrp .btn-wrp {
      text-align: left; }

/*___ Update section Ends ___*/
/*___ Comment section Starts ___*/
.comments {
  color: #000; }
  .comments .comment-wrp, .comments .com-write {
    border: 2px solid #D6D6D6;
    padding: 10px 20px;
    background-color: #fff;
    margin: 30px 0; }
  .comments h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: capitalize; }
  .comments .com-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #D6D6D6;
    padding: 10px 0;
    position: relative; }
    .comments .com-block:last-child {
      border-bottom: none; }
    .comments .com-block .time {
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: rgba(0, 0, 0, 0.5); }
    .comments .com-block .com-txt .com-name {
      font-weight: bold;
      text-transform: capitalize; }
    .comments .com-block .com-txt p {
      line-height: 30px; }
  .comments .com-img {
    max-width: 70px;
    width: 100%;
    margin-right: 30px; }
    .comments .com-img > img {
      width: 100%; }
  .comments .com-write {
    margin: 20px 0; }
    .comments .com-write textarea {
      width: 85%;
      height: 80px;
      padding: 10px; }
    .comments .com-write .com-img {
      margin-right: 0; }
    .comments .com-write .btn-wrp {
      margin-top: 0; }

/*___ Comment section Ends ___*/
/*___ Motogram-update Start ___*/
.motogram-update .update-wrp li {
  padding: 2px;
  line-height: 0; }

/*___ Motogram-update Ends ___*/
/*___ Motogram-update Ends ___*/
.detail-wrp input, .detail-wrp textarea, .detail-wrp select {
  border: 2px solid #D6D6D6;
  padding: 15px 10px;
  font-size: 1.8rem;
  width: 100%;
  background-color: #fff;
  text-transform: capitalize; }

/*___ Motogram-update Ends ___*/
/*___ Message Starts ___*/
.messages .wrapper {
  margin-top: 100px; }

.messages .com-block {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .messages .com-block:hover {
    background-color: #39587C;
    color: #fff;
    padding: 10px 20px; }
    .messages .com-block:hover .time {
      color: #fff; }

.messages .msg-block {
  display: none; }
  .messages .msg-block .com-write {
    width: 50%; }
    .messages .msg-block .com-write .textarea {
      width: 100%; }
    .messages .msg-block .com-write .btn-wrp {
      text-align: left; }
      .messages .msg-block .com-write .btn-wrp .btn {
        font-size: 1.4rem;
        padding: 7px 20px; }

.messages .msg-wrp ul {
  padding: 10px 0; }
  .messages .msg-wrp ul li {
    background-color: #39587C;
    padding: 10px;
    color: #fff;
    width: 20%;
    position: relative;
    border-radius: 3px;
    margin: 10px 15px;
    font-size: 1.4rem;
    line-height: 20px; }
    .messages .msg-wrp ul li.sender {
      -ms-flex-item-align: start;
      align-self: flex-start;
      background-color: grey; }
      .messages .msg-wrp ul li.sender:before {
        top: 30%;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        right: inherit;
        left: -16px;
        border-left: 8px solid gray; }
    .messages .msg-wrp ul li:before {
      content: '';
      display: inline-block;
      border: 8px solid transparent;
      border-left: 8px solid #39587C;
      position: absolute;
      right: -16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.messages .msg-wrp .chat-msg {
  -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; }

/*___ Message Ends ___*/
.error-profile {
  color: red;
  font-size: 1.6rem;
  position: relative;
  top: 3px; }

.error-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fa-plus-square {
  font-size: 25px;
  color: #000;
  background-color: #fff100; }

.cross {
  display: block;
  text-align: right;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */