@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,700&display=swap");
@font-face {
  font-family: "Denton";
  src:
    url("../fonts/Denton-Bold.woff2") format("woff2"),
    url("../fonts/Denton-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Denton";
  src:
    url("../fonts/Denton-Light.woff2") format("woff2"),
    url("../fonts/Denton-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Didot";
  src: url("../fonts/Didot.eot");
  src:
    url("../fonts/Didot.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Didot.woff2") format("woff2"),
    url("../fonts/Didot.woff") format("woff"),
    url("../fonts/Didot.ttf") format("truetype"),
    url("../fonts/Didot.svg#Didot") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}
body {
  color: #333131;
  font-size: 19px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.421;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
* {
  border: none;
  margin: 0;
  outline: none !important;
  padding: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  font-size: 17px;
  margin: 0 0 8px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}
label.auto {
  display: inline-block;
  margin: 5px 40px 5px 0;
}
label.auto:last-child {
  margin-right: 0;
}
ul,
ol {
  list-style: none;
}
a {
  color: #977d46;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #333131;
}
strong,
b {
  font-weight: 600;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Denton";
  font-weight: 300;
  color: #977d46;
  line-height: 1.2;
  margin: 30px 0 10px;
  letter-spacing: 1px;
}
h1,
h2 {
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.aligncenter {
  display: block;
  margin: 5px auto;
  border-radius: 8px;
  box-shadow: 0 0 9px rgba(32, 69, 139, 0.1);
}
.alignright {
  float: right;
  margin: 5px 0 15px 30px;
  border-radius: 8px;
}
.alignleft {
  float: left;
  margin: 5px 30px 15px 0;
  border-radius: 8px;
}
p.pn {
  padding: 0;
  margin: 0;
}
.clearfix {
  display: table;
  width: 100%;
  padding: 15px 0;
  margin: 0;
}
p.alignleft {
  position: relative;
  margin: 0 40px 15px 0;
}
p.alignright {
  position: relative;
  margin: 0 0 15px 60px;
}
p.alignright img,
p.alignleft img {
  position: relative;
  z-index: 3;
}
p.alignleft:before,
p.alignright:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  right: -10px;
  bottom: -10px;
  background: #f5f5f5;
}
p.alignright:before {
  left: -10px;
  right: 10px;
}
.clearfix + h2,
.clearfix + h3,
.clearfix + h4 {
  margin-top: 0;
}
p.alignright + h2,
p.alignright + h3 {
  margin-top: 10px;
}
p.alignleft + h2,
p.alignleft + h3 {
  margin-top: 10px;
}
p {
  margin: 0 0 22px;
}
p + ul,
p + ol {
  margin-top: -6px;
}
ul {
  margin: 0 0 22px;
}
ul li {
  position: relative;
  padding: 0 0 14px 20px;
  overflow: hidden;
}
ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 1px;
  top: 6px;
  color: #977d46;
}
ol {
  padding-left: 26px;
  margin: 0 0 22px;
  text-align: left;
  overflow: hidden;
}
ol li {
  list-style: decimal;
  padding-bottom: 14px;
  padding-left: 0;
}
ol li ul > li {
  padding-left: 20px;
  list-style: none;
}
ol li ul > li:before {
  display: block;
  left: 1px;
}
ul ol li {
  overflow: visible;
}
ul ol li:before {
  display: none;
  overflow: visible;
}
ol ol li {
  list-style: lower-alpha;
}
ol ol ol li {
  list-style: lower-roman;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 12px;
  margin-bottom: 5px;
}
ul li:last-child,
ol li:last-child {
  padding-bottom: 0;
}
.text-center ul {
  text-align: left;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.list-none li {
  padding-left: 0;
}
.list-none li:before {
  display: none;
}
p:last-child,
ol:last-child,
ul:last-child,
ol ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.table-responsive {
  border: none;
  margin: 20px 0;
  overflow: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #cfcdcd;
  border-collapse: collapse !important;
}
table tr td,
table tr th {
  padding: 9px 15px;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
  border: 1px solid #dddddd;
}
table tr th {
  font-weight: 600;
}
th[align="center"],
td[align="center"] {
  text-align: center !important;
}
th[align="right"],
td[align="right"] {
  text-align: right !important;
}
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 8px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
.common-content {
  padding: 50px 0;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
a[href^="tel:"],
a[href^="mailto:"] {
  display: inline-block;
  word-break: break-word;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
}
.container.lg {
  max-width: 1340px;
}
.container.md {
  max-width: 970px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  content: "";
  clear: both;
  display: table;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33%;
  }
}
/******Input******/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
select,
textarea,
.form-control {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #333131;
  display: block;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 18px;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus,
input[type="url"]:focus,
.form-control:focus {
  border-color: #977d46;
}
textarea,
textarea.form-control {
  height: 140px;
  resize: none;
}
select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
}
select option {
  font-size: 16px;
}
.input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn-group:hover {
  color: #787878;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline;
}

::-webkit-input-placeholder {
  color: #333131;
  opacity: 1;
}

::-moz-placeholder {
  color: #333131;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333131;
  opacity: 1;
}

:-moz-placeholder {
  color: #333131;
  opacity: 1;
}

/******Browser Compatibility******/
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
/******Form Style******/
.form-max-width {
  max-width: 600px;
}
.form-field {
  text-align: left;
}
.form-field .row,
.row.form-field {
  margin-left: -12px;
  margin-right: -12px;
}
.form-field .row .row,
.row.form-field .row {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -20px;
}
.form-field [class^="col-"],
.form-field [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 20px;
}
.form-field [class^="col-"] [class^="col-"],
.form-field [class*="col-"] [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.form-field p {
  padding: 10px 0 0 0;
  margin: 0;
}
.form-field [class^="col-"] p,
.form-field [class*="col-"] p {
  position: relative;
  padding: 0;
  margin: 0;
}
.form-field i {
  position: absolute;
  font-size: 18px;
  left: 0;
  color: #977d46;
  top: 50%;
  z-index: 2;
  width: 36px;
  text-align: center;
  background: none;
  font-weight: 400;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-field {
  position: relative;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.form-field i.fa-comment-dots {
  top: 22px;
}
.form-field i.fa-globe-asia {
  font-weight: normal;
}
.form-field i + input,
.form-field i + textarea {
  padding-left: 35px;
}
.form-field .btn {
  margin-top: 20px;
}
/******Input Ends******/
.btn,
a,
input[type="button"],
input[type="submit"],
input[type="reset"],
:after,
:before {
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
section,
header,
footer {
  float: left;
  width: 100%;
  position: relative;
}
.btn:before {
  content: "";
  background: #333131;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn:hover:before,
.btn:focus:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
}
.btn {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  position: relative;
  border: 1px solid #c5a868;
  border-radius: 0;
  font-size: 16px;
  color: #ffffff;
  font-style: normal;
  line-height: 22px;
  padding: 10px 28px;
  text-decoration: none !important;
  white-space: normal;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  background-color: #c5a868;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
.secondary-btn {
  color: #c5a868;
  border-color: #c5a868;
  background-color: transparent;
}
.black-btn {
  color: #ffffff;
  border-color: #333131;
  background-color: #333131;
}
.btn.focus,
.btn:focus,
.btn:hover,
.secondary-btn:hover,
.secondary-btn:focus {
  color: #fff;
  border-color: #333131;
  background-color: #333131;
}
.lg-btn {
  padding: 13px 30px;
}
.xs-btn {
  padding: 7px 20px;
  font-size: 14px;
}
.btn-row .btn {
  margin: 10px 20px 0 0;
}
.btn-row .btn:last-child {
  margin-right: 0;
}
.animateblock {
  opacity: 0;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition-delay: 0.1s;
}
.animateblock.animated {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn.animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.slideInLeft.animated {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.slideInRight.animated {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
/******Header******/
header + div,
header + section {
  margin-top: 0 !important;
}
header {
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 999;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  padding: 0;
}
header .container {
  position: relative;
  clear: both;
  display: table;
  width: 100%;
}
.header-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0;
  clear: both;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.header-left {
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .logo {
  display: table;
  max-width: 100%;
  z-index: 999;
  margin: 0 auto;
}
header .logo a {
  display: block;
  margin: 0;
  position: relative;
}
header .logo img {
  display: block;
  margin: 0;
}
.head-fix header {
  background-color: #212a31;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.head-fix .header-row {
  padding: 35px 0;
}
/*****nav starts*****/
.nav-trigger,
.nav-wrap nav ul li:before,
.submenu-button {
  display: none;
}
.nav-wrap {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  z-index: 99;
  font-family: "Denton";
  font-weight: 300;
}
.header-right {
  float: left;
  width: 100%;
}
.nav-wrap nav {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: table;
  width: 100%;
  position: relative;
}
.nav-wrap nav ul.nav {
  float: right;
  display: flex;
  width: 100%;
  margin: 0;
}
.nav-wrap nav ul.nav > li {
  float: left;
  margin: 0 70px 0 0;
  padding: 0;
  overflow: visible;
  position: relative;
}
.nav-wrap nav ul.nav > li:last-child {
  margin-right: 0;
}
.nav-wrap nav ul.nav > li:nth-child(4) {
  margin-left: auto;
}
.nav-wrap nav ul.nav > li > a {
  display: block;
  padding: 6px 0;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.nav-wrap nav ul.nav > li.btn-type a {
  padding: 5px 20px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  font-size: 14px;
}
.nav-wrap nav ul.nav > li.btn-type a:hover,
.nav-wrap nav ul.nav > li.btn-type.current-menu-item a {
  border-color: #977d46;
}
.nav-wrap nav ul.nav li.has-sub li.has-sub > a {
  padding-right: 30px !important;
}
.nav-wrap nav ul.nav > li.home-icon > a {
  font-size: 0;
}
.nav-wrap nav ul.nav > li.home-icon > a:before {
  content: "\f015";
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: relative;
  top: 1px;
}
.nav-wrap nav ul.nav li.has-sub > a:after {
  content: "\f107";
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  margin-left: 5px;
  width: 10px;
  position: relative;
  top: 1px;
}
.nav-wrap nav ul.nav li.has-sub li.has-sub > a:after {
  position: absolute;
  right: 5px;
  top: 10px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav-wrap nav ul.nav ul li.has-sub li.has-sub:hover > a:after {
  content: "\f104";
  color: #9a9a9a;
}
/****sub nav menu*****/
.nav-wrap nav ul.nav ul {
  position: absolute;
  border-radius: 0;
  padding: 15px 0;
  margin: 0;
  visibility: hidden;
  text-align: left;
  left: 50%;
  right: auto;
  opacity: 0;
  top: 100%;
  background: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav-wrap nav ul.nav ul:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #977d46;
}
.nav-wrap nav ul.nav ul ul:after {
  display: none;
}
.nav-wrap nav ul.nav ul ul {
  padding: 0;
  top: 0;
  left: 100%;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
}
.nav-wrap nav ul.nav ul li {
  float: left;
  width: 100%;
  min-width: 150px;
  padding: 1px 0;
  margin: 0;
  vertical-align: top;
  overflow: visible;
}
.nav-wrap nav ul.nav ul li a {
  display: block;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 300;
  line-height: normal;
  color: #333131;
  padding: 8px 15px;
}
.nav-wrap nav ul.nav li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.nav-wrap nav ul.nav li:hover > a,
.nav-wrap nav ul.nav li > a:hover,
.nav-wrap nav ul.nav li.current-menu-item > a,
.nav-wrap nav ul.nav li.current-menu-ancestor > a {
  color: #d9bf83;
  border-bottom-color: #d9bf83;
}
.nav-wrap nav ul.nav ul li:hover > a,
.nav-wrap nav ul.nav ul li > a:hover,
.nav-wrap nav ul.nav ul li.current-menu-item > a,
.nav-wrap nav ul.nav ul li.current-menu-ancestor > a {
  color: #ffffff;
  background: #d9bf83;
}
/**************Nav ends**************/
/****Space Control Top Bottom*****/
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 10px 0 !important;
}
.m-2 {
  margin: 20px 0 !important;
}
.m-3 {
  margin: 30px 0 !important;
}
.m-4 {
  margin: 40px 0 !important;
}
.m-5 {
  margin: 50px 0 !important;
}
.m-6 {
  margin: 60px 0 !important;
}
.m-7 {
  margin: 70px 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 10px 0 !important;
}
.p-2 {
  padding: 20px 0 !important;
}
.p-3 {
  padding: 30px 0 !important;
}
.p-4 {
  padding: 40px 0 !important;
}
.p-5 {
  padding: 50px 0 !important;
}
.p-6 {
  padding: 60px 0 !important;
}
.p-7 {
  padding: 70px 0 !important;
}
.m-t0 {
  margin-top: 0 !important;
}
.m-t1 {
  margin-top: 10px !important;
}
.m-t2 {
  margin-top: 20px !important;
}
.m-t3 {
  margin-top: 30px !important;
}
.m-t4 {
  margin-top: 40px !important;
}
.m-t5 {
  margin-top: 50px !important;
}
.m-t6 {
  margin-top: 60px !important;
}
.m-t7 {
  margin-top: 70px !important;
}
.m-b0 {
  margin-bottom: 0 !important;
}
.m-b1 {
  margin-bottom: 10px !important;
}
.m-b2 {
  margin-bottom: 20px !important;
}
.m-b3 {
  margin-bottom: 30px !important;
}
.m-b4 {
  margin-bottom: 40px !important;
}
.m-b5 {
  margin-bottom: 50px !important;
}
.m-b6 {
  margin-bottom: 60px !important;
}
.m-b7 {
  margin-bottom: 70px !important;
}
.p-t0 {
  padding-top: 0 !important;
}
.p-t2 {
  padding-top: 20px !important;
}
.p-t3 {
  padding-top: 30px !important;
}
.p-t4 {
  padding-top: 40px !important;
}
.p-t5 {
  padding-top: 50px !important;
}
.p-t6 {
  padding-top: 60px !important;
}
.p-t7 {
  padding-top: 70px !important;
}
.p-b0 {
  padding-bottom: 0 !important;
}
.p-b2 {
  padding-bottom: 20px !important;
}
.p-b3 {
  padding-bottom: 30px !important;
}
.p-b4 {
  padding-bottom: 40px !important;
}
.p-b5 {
  padding-bottom: 50px !important;
}
.p-b6 {
  padding-bottom: 60px !important;
}
.p-b7 {
  padding-bottom: 70px !important;
}
.m-l2 {
  margin-left: 20px !important;
}
.p-l2 {
  padding-left: 20px !important;
}
.m-l3 {
  margin-left: 30px !important;
}
.p-l3 {
  padding-left: 30px !important;
}
.m-l4 {
  margin-left: 40px !important;
}
.p-l4 {
  padding-left: 40px !important;
}
/****Space Control Top Bottom End*****/

/*******Lay Image*******/
.lazy-image {
  position: relative;
  width: 100%;
  padding-top: 66.33%;
  overflow: hidden;
}
.lazy-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  margin: auto !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition:
    opacity 0.5s ease-in,
    -webkit-transform 0.5s ease-in;
  transition:
    opacity 0.5s ease-in,
    transform 0.5s ease-in;
  transition:
    opacity 0.5s ease-in,
    transform 0.5s ease-in,
    -webkit-transform 0.5s ease-in;
}
a:hover .lazy-image img {
  -moz-transform: scale(1.02, 1.02);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.lazy-image:before {
  content: "";
  padding: 25px;
  background: url(../img/favicon.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
.google-map {
  position: relative;
  padding-top: 42%;
}
.iframe-video {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 56%;
  margin: 10px 0;
  background-color: #f5f5f5;
}
.google-map iframe,
.google-map img,
.iframe-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
/************Breadcrumbs************/
div.breadcrumbs,
section.breadcrumbs {
  position: relative;
  display: block;
  font-weight: normal;
  padding: 12px 0 5px;
  margin: 0;
  overflow: hidden;
  background: #f7f7f7;
  clear: both;
  text-align: left;
  z-index: 11;
}
ul.breadcrumbs {
  float: left;
  width: 100%;
  padding: 0;
  clear: both;
  margin: 0;
}
ul.breadcrumbs li {
  font-size: 14px;
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  padding: 0 15px 0 0;
  font-weight: 400;
  margin-right: 7px;
  color: #ffffff;
  font-style: normal;
  overflow: visible;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
}
ul.breadcrumbs li:before {
  display: none;
}
ul.breadcrumbs li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  vertical-align: top;
  text-decoration: none;
}
ul.breadcrumbs li:after {
  content: "/";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  font-size: 14px;
  color: #ffffff;
  right: 0;
  top: 0;
  line-height: 1;
  font-style: normal;
  font-size: 100%;
}
ul.breadcrumbs li:last-child {
  padding: 0;
  margin: 0;
}
ul.breadcrumbs li:last-child:after {
  display: none;
}
ul.breadcrumbs li:before {
  display: none;
}
ul.breadcrumbs li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.inner-banner .breadcrumbs {
  position: relative;
  margin: 8px 0 0;
  z-index: 3;
}
/***********Breadcrumbs End***********/

/******Flexslider*********/
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.flexslider:before {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  border-width: 0.2rem;
}
.flexslider ul.slides {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.flexslider li {
  padding: 0;
}
.flexslider li:before {
  display: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider .flex-control-paging-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  text-align: right;
  padding-right: 10px;
  z-index: 99;
}
.flexslider .flex-control-paging {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  margin: 0;
  display: inline-block;
  z-index: 98;
  height: auto;
  text-align: center;
  padding: 0 10px;
}
.flexslider .flex-control-paging li {
  position: static;
  display: inline-block;
  width: auto;
  margin: 2px 4px;
  height: auto;
}
.flexslider .flex-control-paging li a {
  border: 3px solid #ffffff;
  width: 16px;
  height: 16px;
  line-height: 10px;
  font-size: 0;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border-radius: 34px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.flexslider .flex-control-paging li .flex-active,
.flexslider .flex-control-paging li a:hover {
  background-color: transparent;
  border-color: #977d46;
}
.flexslider .flex-control-paging li .flex-active:after,
.flexslider .flex-control-paging li a:hover:after {
  display: none;
}
.flexslider .flex-direction-nav li {
  position: static;
}
.flexslider .flex-direction-nav a {
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 98;
  border-radius: 50px;
  display: inline-block;
  font-size: 0;
}
.flexslider .flex-direction-nav {
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.flexslider .flex-direction-nav .flex-next {
  left: auto;
  right: 10px;
}
.flexslider .flex-direction-nav .flex-prev:before,
.flexslider .flex-direction-nav .flex-next:before {
  content: "";
  line-height: 1;
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 5px;
  margin: 0 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.flexslider .flex-direction-nav .flex-next:before {
  left: auto;
  right: 52%;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
.flexslider .flex-direction-nav .flex-prev:hover,
.flexslider .flex-direction-nav .flex-next:hover {
  background: rgba(255, 255, 255, 1);
}
.flexslider .flex-direction-nav .flex-prev:hover:before,
.flexslider .flex-direction-nav .flex-next:hover:before {
  border-color: #977d46;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
}
.flexslider .flex-disabled {
  display: none !important;
}
.main-banner-relative {
  position: relative;
  padding-top: 38.4444444444%;
}
.main-banner-relative .main-banner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.main-banner {
  background: url(../img/bg.jpg) center center no-repeat #121417;
  background-size: cover;
}
.main-banner .lazy-image {
  padding-top: 38.4444444444%;
}
.main-banner .lazy-image img {
  width: 100% !important;
  max-height: inherit;
}
.main-banner .img-column img {
  opacity: 0;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition-delay: 0.1s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
.main-banner .flex-active-slide .img-column img {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  opacity: 1;
}
.bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg img {
  display: none;
}
.main-banner img {
  width: 100%;
}
.main-banner .flex {
  flex-direction: row-reverse;
}
.main-banner .caption {
  position: relative;
  float: left;
  width: 50%;
  z-index: 11;
  display: flex;
  align-items: center;
  padding-bottom: 4%;
}
.main-banner .img-column {
  float: left;
  width: 50%;
  padding: 130px 0 50px;
}
.main-banner .img-column img {
  margin-left: -20%;
  width: 120%;
  max-width: inherit;
}
.main-banner .max-column {
  max-width: 500px;
  margin: 0;
}
.main-banner .heading {
  font-family: "Denton";
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.main-banner p {
  margin: 15px 0 0;
  font-size: 19px;
  color: #ffffff;
  line-height: 1.7;
  font-family: "Raleway", sans-serif;
}
.main-banner .btn-row {
  margin-top: 15px;
  letter-spacing: normal;
}
.main-banner .btn-row .btn {
  margin: 15px 0 0;
  letter-spacing: 1px;
}
.main-banner.flexslider .flex-control-paging {
  display: none;
}
.main-banner .btn-row .btn:before,
.know-wrapper .btn:before {
  background-color: #ffffff;
}
.main-banner .btn-row .btn:hover,
.main-banner .btn-row .btn:focus,
.know-wrapper .btn:hover,
.know-wrapper .btn:focus {
  color: #ccb57f;
  background-color: #ffffff;
  border-color: #ffffff;
}
.inner-banner {
  background-size: auto;
  background-size: cover;
}
.inner-banner .flex {
  flex-direction: row-reverse;
}
.inner-banner .img-column {
  float: left;
  width: 50%;
  padding: 180px 10px 180px;
}
.inner-banner .img-column img {
  margin-left: -20%;
  width: 120%;
  max-width: inherit;
}
.inner-banner .img-column img {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  opacity: 1;
}
.inner-banner .caption {
  position: relative;
  float: left;
  width: 50%;
  z-index: 11;
  display: flex;
  align-items: center;
  padding: 0 15px 4%;
}
.inner-banner .max-column {
  max-width: 500px;
  margin: 0;
}
.inner-banner p {
  margin: 15px 0 0;
  font-size: 19px;
  color: #ffffff;
  line-height: 1.7;
  font-family: "Raleway", sans-serif;
}
.inner-banner .heading {
  font-family: "Denton";
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.inner-banner .btn-row {
  margin-top: 15px;
  letter-spacing: normal;
}
.inner-banner.no-image {
  padding: 44.5% 15px 4%;
}
.inner-banner.no-image .caption {
  width: 100%;
}
.inner-banner.no-image .caption .max-column {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.inner-banner.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: "";
}

.single-products .inner-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
/********sections**********/

.xs-heading {
  font-size: 18px !important;
  color: #ccb57f !important;
  font-weight: 500 !important;
  margin: 0 !important;
  letter-spacing: 2px;
}
.xs-heading + * {
  margin-top: 5px !important;
}
.primary-heading:after {
  content: "";
  display: block;
  width: 55px;
  border-bottom: 2px solid #d8c59a;
  margin: 15px 0 30px;
}
.primary-heading.center:after {
  margin: 15px auto 30px;
}

.single-products .primary-heading:after {
  margin-left: auto;
  margin-right: auto;
}

.link-btn {
  font-family: "Denton";
  font-weight: 300;
  letter-spacing: 3px;
  border-bottom: 1px solid #c5a868;
  font-size: 15px;
  text-transform: uppercase;
  padding: 4px 0;
}
.link-btn:hover,
.link-btn:focus {
  letter-spacing: 4px;
}
.bike-info {
  position: relative;
  text-align: center;
  margin-top: -120px;
  z-index: 12;
}
.bike-info .column-row:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #c5a868;
}
.bike-info .view-gallery {
  display: block;
  font-family: "Denton";
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  margin-bottom: 60px;
}
.bike-info .column-row {
  position: relative;
  display: flex;
  background: #c5a868;
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
}
.bike-info .column {
  position: relative;
  float: left;
  width: 33.3333333%;
  padding: 40px 30px 30px;
  text-align: center;
}
.bike-info .column:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 52px;
  border-bottom: 2px solid #ffffff;
}
.bike-info .column:first-child:before {
  left: 50%;
}
.bike-info .column:last-child:before {
  right: 50%;
}
.bike-info h3 {
  position: relative;
  z-index: 11;
  display: table;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  background: #c5a868;
  color: #f5f8ff;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.bike-info p {
  font-size: 19px;
  color: #f5f8ff;
  line-height: 1.6;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.why-wrapper {
  padding: 100px 0;
}
.why-wrapper .img-column {
  float: left;
  width: 50%;
}
.why-wrapper .img-column img {
  width: 100%;
}
.why-wrapper .black-bg {
  position: relative;
  display: table;
  max-width: 410px;
  margin: -20px auto 0;
  padding: 19px 8% 19px 30px;
  background: #050e14;
  background: -moz-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: -webkit-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050e14', endColorstr='#2f3946', GradientType=1 );
}
.why-wrapper .black-bg h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.4;
}
.why-wrapper .black-bg p {
  font-size: 12px;
  color: #ffffff;
}
.why-wrapper .black-bg a {
  color: #ffffff;
}
.why-wrapper .caption {
  float: left;
  width: 50%;
  padding-left: 48px;
}
.story-wrapper {
  padding: 100px 0 80px;
  position: relative;
  color: #ffffff;
}
.story-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 30%;
  background: #050e14;
  background: -moz-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: -webkit-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050e14', endColorstr='#2f3946', GradientType=1 );
  z-index: -1;
}
.story-wrapper .flex {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.story-wrapper .img-column {
  float: left;
  width: 50%;
}
.story-wrapper .img-column img {
  width: 100%;
}
.story-wrapper .caption {
  float: left;
  width: 50%;
}
.story-wrapper .primary-heading {
  color: #ffffff;
}
.bikes-wrapper {
  text-align: center;
  padding: 80px 0 60px;
}
.bikes-wrapper .bikes-slider {
  margin-top: 30px;
}
.bikes-column .lazy-image {
  padding-top: 70.33%;
}
.bikes-column .caption {
  padding: 20px 0 0;
}
.bikes-column h3 {
  font-size: 19px;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
.bikes-column .btn {
  margin: 15px 0 0;
  font-size: 18px;
}
.bikes-wrapper .btn-row {
  padding: 40px 0 0;
}
.know-wrapper {
  padding: 100px 0 80px;
  position: relative;
  color: #ffffff;
}
.know-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 40%;
  background: #050e14;
  background: -moz-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: -webkit-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050e14', endColorstr='#2f3946', GradientType=1 );
  z-index: -1;
}
.know-wrapper .flex {
  display: flex;
  align-items: center;
}
.know-wrapper .img-column {
  float: left;
  width: 54%;
}
.know-wrapper .img-column img {
  width: 100%;
}
.know-wrapper .caption {
  float: left;
  width: 46%;
  padding-left: 40px;
}
.know-wrapper .primary-heading {
  color: #ffffff;
}
.know-wrapper .btn {
  margin-top: 20px;
  color: #ffffff;
}
.testimonial-wrapper {
  text-align: center;
  padding: 50px 0;
}
.testimonial-wrapper .container {
  max-width: 920px;
}
.testimonial-wrapper .review-slider {
  margin-top: 20px;
}
.testimonial-wrapper h2 {
  font-size: 28px;
  font-style: italic;
  text-transform: none;
  font-family: "Didot";
  letter-spacing: 1.5px;
}
.testimonial-wrapper p {
  font-size: 18px;
  line-height: 27px;
}
.testimonial-wrapper h5 {
  font-size: 18px;
  color: #ccb57f;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.video-thumb:before {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  font-size: 100px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-thumb:hover:before {
  color: #f00;
}
.blog-wrapper {
  text-align: center;
  padding: 50px 0 80px;
}
.blog-post-slider,
.gallery-slider {
  margin-top: 30px;
}
.blog-post .lazy-image {
  padding-top: 96.666666666%;
}
.blog-post .lazy-image img {
  width: 100% !important;
}
.blog-wrapper .container {
  max-width: 1350px;
  padding: 0;
  width: 100%;
}
.blog-post .caption {
  position: relative;
  display: table;
  max-width: 94%;
  margin: -70px 0 0;
  padding: 19px 8% 19px 34px;
  background: #050e14;
  background: -moz-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: -webkit-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050e14', endColorstr='#2f3946', GradientType=1 );
  text-align: left;
}
.blog-post .caption h3 {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.4;
}
.blog-post .caption p {
  font-size: 19px;
  color: #ffffff;
  margin: 0 0 8px;
}
.blog-post .caption a {
  color: #ffffff;
}
.blog-post .caption .readmore {
  font-size: 16px;
  color: #977d46;
  font-family: "Denton";
  font-weight: 300;
}
.gallery-wrapper {
  text-align: center;
  padding: 60px 0 50px;
  background: #050e14;
  background: -moz-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: -webkit-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050e14', endColorstr='#2f3946', GradientType=1 );
}
.gallery-slider {
  margin-top: 30px;
}
.gallery-box .lazy-image {
  padding-top: 67%;
}
.gallery-box .lazy-image img {
  width: 100% !important;
}
.gallery-wrapper .container {
  max-width: 1350px;
  padding: 0;
  width: 100%;
}
.gallery-wrapper + .newsletter-wrapper {
  padding-top: 60px;
}
.gallery-wrapper h2 {
  color: #fff;
}
.newsletter-wrapper {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
}
.newsletter-wrapper p {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-field {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.newsletter-field .box {
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
}
.newsletter-field .box:last-child {
  padding-right: 0;
}
.newsletter-field label {
  font-family: "Denton";
  font-weight: 300;
  color: #977d46;
  letter-spacing: 3px;
  font-size: 20px;
  margin: 0 20px 0 0;
  line-height: 1.2;
}
.newsletter-field input:not(.btn) {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #977d46;
  border-radius: 0;
  padding: 0;
  height: 44px;
  margin: 0;
  min-width: 300px;
}
.newsletter-wrapper .btn {
  font-weight: 300;
  letter-spacing: 2px;
}
.why-wrapper.why-inner {
  padding: 80px 0;
}
.why-wrapper.why-inner .img-column {
  margin-bottom: 30px;
  margin-right: 30px;
}
.why-wrapper.why-inner .caption {
  width: 100%;
  float: none;
  padding: 0;
}
.why-wrapper.why-inner .caption .primary-heading {
  overflow: hidden;
}
.why-wrapper.why-inner .caption .primary-heading::after {
  margin: 15px 0;
}
.history-wrapper {
  padding: 100px 0 80px;
  position: relative;
  color: #ffffff;
}
.history-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 30%;
  background: #050e14;
  background: -moz-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: -webkit-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050e14', endColorstr='#2f3946', GradientType=1 );
  z-index: -1;
}
.history-wrapper .flex {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.history-wrapper .img-column {
  float: left;
  width: 50%;
}
.history-wrapper .img-column img {
  width: 100%;
}
.history-wrapper .caption {
  float: left;
  width: 50%;
  padding: 0 0 0 90px;
}
.history-wrapper .primary-heading {
  color: #ffffff;
}
.history-wrapper.reverse .flex {
  flex-direction: row-reverse;
}
.history-wrapper.reverse:before {
  left: 0;
  right: 30%;
}
.history-wrapper.reverse .caption {
  padding: 0 90px 0 0;
}
.top-content {
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.product-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}
.product-wrapper .product-row {
  width: 100%;
  display: block;
  padding: 40px 0;
  position: relative;
}
.product-wrapper .product-row img {
  display: inline-block;
  vertical-align: top;
}
.product-wrapper .product-row h3 {
  font-size: 29px;
  letter-spacing: 5.8px;
  margin: 15px 0 35px;
}
.product-wrapper .product-row .zoom {
  position: absolute;
  right: 20px;
  top: 50px;
  display: flex;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #c5a868;
  border-radius: 40px;
  text-align: center;
  line-height: 48px;
  align-items: center;
  justify-content: center;
}
.product-wrapper .product-row .zoom:hover {
  background: #313a43;
  transform: rotate(135deg);
}
.video-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.video-wrapper img {
  vertical-align: top;
  display: block;
  width: 100%;
}
.video-wrapper .play-circle {
  padding: 0;
  border-radius: 100%;
  display: inline-block;
  width: 86px;
  height: 86px;
  margin: -42px 0 0 -43px;
  position: relative;
  background: url(../img/play-btn.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  cursor: pointer;
  content: "";
}
.video-wrapper .play-circle:hover {
  opacity: 0.8;
}
.video-wrapper video {
  width: 100%;
  /* min-height: calc(100vh - 109px); */
  /* max-height: calc(100vh - 109px); */
  background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
  object-fit: cover;
}
.our-dream-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 25px 0 55px;
  text-align: center;
}
.our-dream-wrapper .container {
  max-width: 920px;
}
.our-dream-wrapper h2 {
  font-family: "Didot";
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2.5px;
  line-height: 30px;
  color: #977d46;
  padding-bottom: 10px;
  text-transform: none;
}
.our-dream-wrapper p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: var(--blackColor);
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}
.our-dream-wrapper span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #ccb57f;
  text-transform: uppercase;
}
.series-wrapper {
  padding: 80px 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
.series-wrapper .container {
  max-width: 1340px;
}
.series-wrapper .img-column {
  float: left;
  width: 56%;
  text-align: center;
}
.series-wrapper .img-column img {
  width: 100%;
}
.series-wrapper .caption {
  float: left;
  width: 44%;
  padding-left: 48px;
}
.series-wrapper .caption .primary-heading {
  margin: 30px 0 15px;
}
.series-wrapper .caption .primary-heading:after {
  display: none;
}
.series-wrapper .caption {
  line-height: 27px;
  letter-spacing: 1px;
}
.series-wrapper .caption .price {
  display: flex;
  width: 100%;
  letter-spacing: normal;
}
.series-wrapper .caption .price span {
  font-size: 22px;
  font-weight: 700;
  padding-right: 20px;
  font-family: arial, sans-serif;
}
.series-wrapper .caption .price a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  font-family: "Raleway", sans-serif;
  color: #c5a868;
  line-height: 27px;
}
.series-wrapper .caption .price a:hover {
  text-decoration: none;
}
.series-wrapper .zoom {
  position: absolute;
  left: 40px;
  top: 50px;
  display: flex;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #c5a868;
  border-radius: 40px;
  text-align: center;
  line-height: 48px;
  align-items: center;
  justify-content: center;
}
.series-wrapper .zoom:hover {
  background: #313a43;
  transform: rotate(135deg);
}
.series-wrapper .zoom img {
  width: auto;
}
.highlight-wrapper {
  position: relative;
  color: #ffffff;
  content: "";
  background: #050e14;
  background: -moz-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: -webkit-linear-gradient(left, #050e14 0%, #2f3946 100%);
  background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050e14', endColorstr='#2f3946', GradientType=1 );
}
.highlight-wrapper .flex {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.highlight-wrapper .img-column {
  float: left;
  width: 56%;
}
.highlight-wrapper .img-column img {
  width: 100%;
  margin: -40px 0 !important;
}
.highlight-wrapper .caption {
  float: left;
  width: 44%;
  padding: 0 50px 0 0;
}
.highlight-wrapper .primary-heading {
  color: #ffffff;
  margin: 15px 0 30px !important;
}
.highlight-wrapper .caption .primary-heading:after {
  display: none;
}
.features-wrapper {
  margin: 90px 0 50px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.features-wrapper .container {
  max-width: 1280px;
}
.features-wrapper .features-outer-row {
  display: block;
  width: 100%;
  position: relative;
}
.features-wrapper .features-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.features-wrapper .features-row .features-col {
  display: block;
  width: 20%;
  padding: 15px 22px 15px 22px;
}
.features-wrapper .features-row .features-col h3 {
  font-size: 22px;
  display: block;
  letter-spacing: 3px;
  position: relative;
  padding-left: 18px;
}
.features-wrapper .features-row .features-col h3:before {
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #101a21;
  content: "";
}
.features-wrapper .features-row .features-col p {
  font-size: 15px;
  color: #ccb57f;
  line-height: 23px;
  padding-left: 18px;
  font-weight: 500;
}
.features-wrapper .features-row:before {
  position: absolute;
  top: 10px;
  left: 20%;
  height: 100%;
  width: 1px;
  display: block;
  background: #e4d6b8;
  content: "";
}
.features-wrapper .features-row:after {
  position: absolute;
  top: 10px;
  left: 40%;
  height: 100%;
  width: 1px;
  display: block;
  background: #e4d6b8;
  content: "";
}
.features-wrapper .features-outer-row:before {
  position: absolute;
  top: 10px;
  left: 60%;
  height: 100%;
  width: 1px;
  display: block;
  background: #e4d6b8;
  content: "";
}
.features-wrapper .features-outer-row:after {
  position: absolute;
  top: 10px;
  left: 80%;
  height: 100%;
  width: 1px;
  display: block;
  background: #e4d6b8;
  content: "";
}
.personalise-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 74px;
  text-align: center;
}
.personalise-wrapper h2 {
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.personalise-wrapper p {
  max-width: 810px;
  margin: 0 auto 28px;
  letter-spacing: 1px;
}
.personalise-wrapper .btn {
  margin: 5px 10px;
  min-width: 188px;
}
.blog-post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 -40px -3%;
}
.blog-post-list .blog-post {
  float: left;
  width: 30.33333333%;
  margin: 0 0 40px 3%;
}
.blog-wrapper.details {
  text-align: left;
}
.blog-wrapper.details .container {
  max-width: 1240px;
  padding-right: 15px;
  padding-left: 15px;
}
.contact-form {
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.contact-form .btn {
  min-width: 190px;
}
.aside-img-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.aside-img-wrapper + .aside-img-wrapper {
  margin-top: 50px;
}
.aside-img-wrapper .img-column {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.aside-img-wrapper .img-column img {
  width: 100%;
  border-radius: 12px;
}
.aside-img-wrapper .caption {
  float: left;
  width: 50%;
}
.aside-img-wrapper.reverse {
  flex-direction: row-reverse;
}
.aside-img-wrapper.reverse .img-column {
  padding-right: 0;
  padding-left: 30px;
}
/*****Owl Carousel*******/
.owl-carousel.has-shadow {
  margin: 25px -10px 0;
  width: auto;
}
.owl-carousel.has-shadow .owl-item {
  margin: 10px 0;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #0b0b0b;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-dots {
  display: table;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-top: 25px;
  text-align: center;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 2px 6px;
  border: 1px solid #cbcbcb;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-radius: 20px;
  background: #cbcbcb;
}
.owl-carousel .owl-dot span {
  display: none;
}
.owl-carousel .owl-dot.active,
.owl-carousel .owl-dot:hover {
  background-color: #977d46;
  border-color: #977d46;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background-color: #ffffff;
  cursor: pointer;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border: 1px solid #977d46;
  border-radius: 4px;
  display: inline-block;
  font-size: 0;
  z-index: 98;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -12px;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  content: "";
  line-height: 1;
  display: block;
  border: solid #977d46;
  border-width: 0 2px 2px 0;
  padding: 4px;
  margin: 0 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -moz-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  -o-transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.owl-carousel .owl-nav .owl-next:before {
  left: auto;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  -o-transform: translate(50%, -50%) rotate(-45deg);
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: #977d46;
  border-color: #977d46;
}
.owl-carousel .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-nav .owl-next:hover:before {
  border-color: #ffffff;
}
/*****Owl Carousel End*******/
/*****Social Icons*****/
ul.social-icon {
  display: inline-block;
  padding: 0;
  margin: 0 0 15px;
  vertical-align: middle;
}
ul.social-icon li {
  display: inline-block;
  width: auto;
  margin: 3px 6px 3px 0;
  background: none;
  padding: 0;
  vertical-align: middle;
  color: #333131;
}
ul.social-icon li:before {
  display: none;
}
ul.social-icon li a {
  display: inline-block;
  padding: 0;
  width: auto;
}
ul.social-icon li i {
  text-align: center;
  display: block;
  border: 0;
  border-radius: 24px;
  vertical-align: top;
  font-size: 15px;
  color: #ffffff;
  background-color: #cbaa59;
  line-height: 1;
  line-height: 24px;
  width: 24px;
}
ul.social-icon li i:before {
  display: inline-block;
  line-height: 24px;
  width: 24px;
}
ul.social-icon li a:hover i {
  color: #fff;
}
ul.social-icon li a:hover .fa-twitter {
  background-color: #0eb1f2;
}
ul.social-icon li a:hover .fa-linkedin-in {
  background-color: #007bb6;
}
ul.social-icon li a:hover .fa-instagram {
  background-color: #d82370;
}
ul.social-icon li a:hover .fa-pinterest-p,
ul.social-icon li a:hover .fa-pinterest {
  background-color: #cb2027;
}
ul.social-icon li a:hover .fa-tumblr {
  background-color: #395976;
}
ul.social-icon li a:hover .fa-youtube {
  background-color: #ff0000;
}
ul.social-icon li a:hover .fa-whatsapp {
  background-color: #25d366;
}
ul.social-icon li a:hover i {
  border-color: transparent;
}
ul.social-icon li a:hover .fa-facebook-f,
ul.social-icon li a:hover .fa-facebook {
  background-color: #3b5998;
}
ul.social-icon li a:hover i {
  color: #fff;
  background-color: #333131;
}
/*****Social Icons End*****/

/******Footer*****/
footer {
  position: relative;
  background: #495158;
  margin-top: 70px;
  padding: 70px 0 0;
}
footer:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  left: 0%;
  top: 0;
  position: absolute;
  background: rgb(48, 59, 71);
  background: linear-gradient(
    90deg,
    rgba(48, 59, 71, 1) 0%,
    rgba(6, 13, 20, 0.9) 100%
  );
  opacity: 0.8;
}
/*
footer:before {
  content: "";
  background: url(../img/speedometer.png) center center no-repeat;
  padding: 80px;
  left: 50%;
  top: -80px;
  position: absolute;
  transform: translateX(-50%);
  background-size: 100%;
  z-index: 99;
}*/
footer .column-row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: inherit;
  z-index: 99;
  position: relative;
}
footer .column {
  float: left;
  width: 25%;
  padding: 0 15px;
}
footer .column:nth-child(2) {
  width: 52%;
}
footer .column:nth-child(3) p + p {
  margin-top: 5px;
}
footer .col-3 {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}
footer .column:first-child {
  width: 33%;
}
footer .column:first-child ul li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
footer .column:last-child {
  width: 15%;
}
footer .footer-logo img {
  margin: -30px auto 0;
}
footer h5 {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
footer a,
footer p {
  color: #f8f8f8;
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}
footer a {
  text-decoration: none;
}
footer .has-icon {
  position: relative;
  padding-left: 30px;
}
footer .has-icon i {
  color: #c5a868;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
}
footer ul {
  margin: 0;
}
footer ul li {
  display: block;
  padding: 0 0 2px;
  margin: 0;
  line-height: 1.1;
}
footer ul li:before {
  display: none;
}
footer a:hover,
footer a:focus,
footer .current-menu-item a {
  color: #c5a868 !important;
}
footer .copyright {
  float: left;
  width: 100%;
  padding: 15px 0;
  margin: 30px 0 0;
  z-index: 99;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .copyright .flex {
  justify-content: space-between;
  align-items: center;
}
footer .copyright p {
  float: left;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
footer .copyright p a {
  color: inherit;
}
footer .copyright p + p {
  float: right;
}
@media only screen and (max-width: 1199px) {
  .nav-wrap nav ul.nav > li {
    margin: 0 30px 0 0;
  }
  .header-row {
    padding: 35px 0;
  }
  .newsletter-field input:not(.btn) {
    min-width: inherit;
  }
  .inner-banner .img-column img {
    margin-left: -10%;
    width: 110%;
  }
  .inner-banner .max-column {
    max-width: 450px;
    padding: 140px 0 50px;
  }
  .inner-banner.no-image .max-column {
    padding: 0;
  }
  .inner-banner .img-column {
    padding: 140px 10px 50px;
  }
  .why-wrapper.why-inner {
    padding: 40px 0;
  }
  .history-wrapper {
    padding: 50px 0 60px;
  }
  .features-wrapper {
    margin: 80px 0 30px;
  }
  .features-wrapper .features-row .features-col {
    width: 25%;
  }
  .features-wrapper .features-outer-row::before {
    left: 25%;
  }
  .features-wrapper .features-outer-row::after {
    left: 50%;
  }
  .features-wrapper .features-row::before {
    left: 75%;
  }
  .features-wrapper .features-row::after {
    display: none;
  }
  .personalise-wrapper {
    padding: 0 0 60px;
  }
  .series-wrapper {
    text-align: center;
    padding: 60px 0 40px;
  }
  .series-wrapper .img-column {
    width: 100%;
  }
  .series-wrapper .img-column img {
    width: auto;
    display: inline-block;
  }
  .series-wrapper .caption {
    width: 100%;
    padding: 0;
  }
  .series-wrapper .caption .price {
    justify-content: center;
    padding-top: 10px;
  }
  .highlight-wrapper .flex {
    flex-wrap: wrap;
  }
  .highlight-wrapper .img-column,
  .highlight-wrapper .caption {
    width: 100%;
  }
  .highlight-wrapper .caption {
    padding: 40px 0;
  }
  .highlight-wrapper .img-column img {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-trigger {
    float: right;
    padding: 22px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition-property:
      opacity,
      -webkit-filter;
    transition-property: opacity, filter;
    transition-property:
      opacity,
      filter,
      -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    margin: 0 0 0 8px;
    overflow: visible;
    font-size: 0;
    background: #977d46;
  }
  .nav-trigger span {
    display: block;
    top: 50%;
    margin-top: -1px;
    right: 11px;
  }
  .nav-trigger span,
  .nav-trigger span::after,
  .nav-trigger span::before {
    width: 21px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .nav-trigger span::after,
  .nav-trigger span::before {
    content: "";
    display: block;
  }
  .nav-trigger span::before {
    top: -7px;
  }
  .nav-trigger span::after {
    bottom: -7px;
  }
  .nav-trigger.closemenu span {
    top: auto;
    bottom: 8px;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .nav-trigger.closemenu span::after {
    top: -20px;
    transition:
      top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      opacity 0.1s linear;
  }
  .nav-trigger.closemenu span::before {
    transition:
      top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .nav-trigger.closemenu span {
    transform: translate3d(0, -12px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-trigger.closemenu span::after {
    top: 0;
    opacity: 0;
    transition:
      top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      opacity 0.1s 0.27s linear;
  }
  .nav-trigger.closemenu span::before {
    top: 0;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition:
      top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #sidebar-nav {
    right: -260px;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  html,
  header {
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.3s linear 0s;
  }
  .sidebar_active {
    overflow: hidden;
    margin-left: -260px;
    margin-right: 260px;
  }
  .sidebar_active #sidebar-nav {
    display: block;
    right: 0;
    z-index: 999999;
  }
  .nav-wrap nav ul.nav > li.has-sub > a:after {
    display: none;
  }
  .sidebar_active header {
    position: fixed;
    left: -260px;
    right: 260px;
  }
  .nav-wrap nav ul,
  nav ul ul {
    display: none;
  }
  .nav-wrap nav ul.nav {
    padding: 0;
    margin: 0;
    border: 0;
    visibility: visible;
    display: block;
    top: 0;
  }
  .nav-wrap nav ul.nav > li {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .nav-wrap nav ul.nav > li > a {
    font-size: 15px;
    color: #000000;
    padding: 7px 20px 7px 16px;
    margin: 0;
    white-space: inherit;
    border-radius: 0;
    border: none;
  }
  .nav-wrap nav ul.nav > li.has-sub > a {
    padding-right: 50px;
  }
  .nav-wrap nav ul.nav > li:last-child {
    border-bottom: none;
  }
  .nav-wrap nav ul.nav ul li {
    opacity: 1;
  }
  .nav-wrap nav ul.nav ul {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .nav-wrap nav > ul.nav > li > ul {
    max-height: inherit;
    margin-top: 0;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align: left;
  }
  .nav-wrap nav ul.nav > li > ul > li {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: none;
    min-width: inherit;
  }
  .nav-wrap nav ul.nav > li > ul li a {
    color: #000000;
    padding: 8px 15px;
    white-space: inherit;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.12) !important;
    font-size: 15px;
  }
  .nav-wrap nav .submenu-button {
    position: absolute;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.5);
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 111;
  }
  .nav-wrap nav .submenu-button:before {
    content: "";
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -6px;
    font-size: 0.778em;
    line-height: 26px;
    width: auto;
    font-weight: normal;
    border-radius: 0;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-wrap nav .submenu-button.submenu-opened:before {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
  }
  .sidebar_active .nav-wrap nav ul.nav ul.open {
    display: block !important;
    position: static !important;
    top: 40px;
    left: auto;
    right: 0;
    bottom: 0;
    width: 260px;
    margin: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
    overflow: auto;
    z-index: 99999;
    background: #ffffff;
  }
  .nav-wrap nav ul.nav ul:after {
    display: none;
  }
  .nav-wrap nav ul.nav li:hover > a,
  .nav-wrap nav ul.nav li > a:hover,
  .nav-wrap nav ul.nav li.current-menu-item > a,
  .nav-wrap nav ul.nav li.current-menu-ancestor > a {
    background-color: #977d46;
    color: #ffffff;
  }
  .nav-wrap {
    margin: 0;
  }
  .header-row,
  .head-fix .header-row {
    padding: 15px 0;
  }
  .header-left {
    float: left;
    position: relative;
    left: auto;
    top: auto;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  h2 {
    font-size: 25px;
  }
  .alignleft,
  .alignright {
    max-width: 300px;
  }
  .main-banner .flex {
    flex-wrap: wrap;
  }
  .main-banner .caption {
    width: 100%;
    padding: 0 15px 15px !important;
  }
  .main-banner .img-column {
    width: 100%;
    padding: 90px 0 0;
  }
  .main-banner .img-column img {
    margin-left: 0;
    width: 100%;
    max-width: inherit;
  }
  .main-banner .max-column {
    max-width: 100%;
    text-align: center;
    margin-top: -5%;
  }
  .main-banner.flexslider .flex-direction-nav .flex-prev,
  .main-banner.flexslider .flex-direction-nav .flex-next {
    top: 30%;
  }
  .bike-info {
    margin-top: 0;
    padding: 30px 0 0;
  }
  .bike-info .view-gallery {
    color: #c5a868;
  }
  .bike-info .column-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bike-info .column {
    width: 50%;
    padding: 20px;
  }
  .bike-info .column:before {
    display: none;
  }
  .bike-info h3 {
    margin-bottom: 10px;
  }
  .bikes-wrapper .btn-row {
    padding: 30px 0 0;
  }
  .why-wrapper {
    padding: 40px 0;
  }
  .why-wrapper .img-column {
    width: 100%;
  }
  .why-wrapper .caption {
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
  }
  .why-wrapper .primary-heading:after {
    margin-left: auto;
    margin-right: auto;
  }
  .story-wrapper,
  .bikes-wrapper,
  .know-wrapper {
    padding: 40px 0;
  }
  .why-wrapper .black-bg {
    text-align: center;
    padding: 25px;
  }
  .know-wrapper {
    padding-bottom: 0;
  }
  .know-wrapper .flex {
    flex-wrap: wrap;
  }
  .know-wrapper .img-column {
    width: 100%;
  }
  .know-wrapper .caption {
    width: 100%;
    padding: 20px;
    background: #050e14;
    background: -moz-linear-gradient(left, #050e14 0%, #2f3946 100%);
    background: -webkit-linear-gradient(left, #050e14 0%, #2f3946 100%);
    background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050e14', endColorstr='#2f3946', GradientType=1 );
    text-align: center;
  }
  .know-wrapper .primary-heading:after {
    margin-left: auto;
    margin-right: auto;
  }
  .know-wrapper .btn {
    margin-top: 10px;
  }
  .newsletter-field {
    flex-wrap: wrap;
  }
  .newsletter-field .box {
    padding: 10px !important;
    width: 100%;
    max-width: 400px;
  }
  .newsletter-field .box:last-child {
    text-align: center;
    justify-content: center;
  }
  .top-content {
    padding: 50px 0 0;
  }
  .history-wrapper.reverse .caption {
    padding: 0 30px 0 0;
  }
  .history-wrapper .caption {
    padding: 0 0 0 30px;
  }
  .why-wrapper.why-inner .caption .primary-heading::after {
    margin: 15px auto;
  }
  .why-wrapper.why-inner .img-column {
    text-align: center;
  }
  .why-wrapper.why-inner .img-column img {
    width: auto;
    display: inline-block;
  }
  .inner-banner .flex {
    flex-wrap: wrap;
  }
  .inner-banner .img-column,
  .inner-banner .caption {
    width: 100%;
    max-width: inherit;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .inner-banner .max-column {
    width: 100%;
    max-width: inherit;
    padding: 0 0 40px;
  }
  .inner-banner .img-column {
    padding: 110px 10px 50px;
  }
  .inner-banner .img-column img {
    margin: 0;
    width: 100%;
  }
  .features-wrapper {
    margin: 30px 0 30px;
  }
  .features-wrapper .features-row .features-col {
    width: 50%;
    padding: 15px;
  }
  .features-wrapper .features-outer-row::before {
    left: 50%;
  }
  .features-wrapper .features-outer-row::after {
    display: none;
  }
  .features-wrapper .features-row::before {
    display: none;
  }
  .personalise-wrapper {
    padding: 0 0 30px;
  }
  .blog-post-list .blog-post {
    width: 47%;
  }
  .contact-form {
    padding: 15px 0 0;
  }
  .aside-img-wrapper .img-column {
    width: 100%;
    padding: 0 0 30px !important;
  }
  .aside-img-wrapper .caption {
    width: 100%;
  }
  footer .col-3 {
    width: 49%;
    padding-bottom: 10px;
  }
  footer {
    padding: 130px 0 0;
    margin-top: 110px;
  }
  footer:before {
    background-size: contain;
    padding: 100px;
    top: -100px;
  }
  footer .column {
    width: 50% !important;
    padding: 20px 15px !important;
  }
  footer .copyright {
    margin: 0;
  }
  .video-wrapper video {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  h2 {
    font-size: 24px;
  }
  .main-banner .heading {
    font-size: 24px;
  }
  .story-wrapper {
    padding: 40px 0 0;
  }
  .story-wrapper .flex {
    flex-wrap: wrap;
  }
  .story-wrapper .img-column {
    width: 100%;
  }
  .story-wrapper .caption {
    width: 100%;
    padding: 20px;
    background: #050e14;
    background: -moz-linear-gradient(left, #050e14 0%, #2f3946 100%);
    background: -webkit-linear-gradient(left, #050e14 0%, #2f3946 100%);
    background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050e14', endColorstr='#2f3946', GradientType=1 );
    text-align: center;
  }
  .story-wrapper .primary-heading:after {
    margin-left: auto;
    margin-right: auto;
  }
  .story-wrapper:before {
    display: none;
  }
  .testimonial-wrapper {
    padding: 40px 0;
  }
  .testimonial-wrapper h2 {
    font-size: 21px;
  }
  .testimonial-wrapper h5 {
    font-size: 16px;
  }
  .video-thumb:before {
    font-size: 60px;
  }
  .blog-post .caption {
    padding: 20px;
  }
  .blog-wrapper {
    padding: 40px 0;
  }
  .gallery-wrapper {
    padding: 40px 15px 30px;
  }
  .gallery-wrapper + .newsletter-wrapper {
    padding-top: 35px;
  }
  .product-wrapper .product-row h3 {
    font-size: 22px;
  }
  .product-wrapper .product-row {
    padding: 20px 0;
  }
  .product-wrapper .product-row .zoom {
    right: 0;
    top: 20px;
  }
  .product-wrapper .product-row h3 {
    margin: 15px 0 25px;
  }
  .video-wrapper .play-circle {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-size: 100%;
  }
  .inner-banner.no-image {
    padding: 80% 15px 6%;
  }
  .inner-banner .heading {
    font-size: 24px;
  }
  .our-dream-wrapper {
    padding: 35px 0;
  }
  .our-dream-wrapper h2 br {
    display: none;
  }
  .top-content {
    padding: 30px 0 0;
  }
  .inner-banner .img-column {
    padding: 90px 10px 20px;
  }
  .history-wrapper .flex {
    flex-wrap: wrap;
  }
  .history-wrapper .img-column,
  .history-wrapper .caption {
    width: 100%;
    position: relative;
  }
  .history-wrapper {
    padding: 0;
  }
  .history-wrapper .img-column {
    padding: 0px 0 20px;
  }
  .history-wrapper .caption,
  .history-wrapper.reverse .caption {
    padding: 40px 5px;
  }
  .history-wrapper::before {
    display: none;
  }
  .history-wrapper .caption:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    left: -30px;
    background: #050e14;
    background: -moz-linear-gradient(left, #050e14 0%, #2f3946 100%);
    background: -webkit-linear-gradient(left, #050e14 0%, #2f3946 100%);
    background: linear-gradient(to right, #050e14 0%, #2f3946 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050e14', endColorstr='#2f3946', GradientType=1 );
    z-index: -1;
  }
  .inner-banner .img-column,
  .inner-banner .caption {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}
@media only screen and (max-width: 639px) {
  footer .copyright p {
    width: 100%;
    text-align: center;
  }
  footer {
    padding: 40px 0 0;
    margin-top: 50px;
  }
  footer:before {
    background-size: contain;
    padding: 45px;
    top: -45px;
  }
  footer .column {
    width: 100% !important;
  }
}
@media only screen and (max-width: 580px) {
  .alignleft,
  .alignright {
    max-width: 100%;
    margin: 10px 0;
    float: none;
    display: block;
  }
  .alignleft + h2,
  .alignright + h2,
  .alignleft + h3,
  .alignright + h3 {
    margin-top: 0 !important;
    clear: both;
    padding-top: 20px;
  }
  .bike-info .column {
    width: 100%;
  }
  .blog-post-list .blog-post {
    width: 97%;
  }
}
@media only screen and (max-width: 479px) {
  .features-wrapper .features-outer-row::before {
    display: none;
  }
  .features-wrapper .features-row .features-col {
    width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 420px) {
  footer .footer-logo img {
    margin-top: 20px;
  }
  .newsletter-field label {
    font-size: 16px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 359px) {
}
/*******lightbox popup starts******/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111111;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.75;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111111;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
/*.mfp-zoom-out-cur,

.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out;}

.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}*/

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 28px;
  border-radius: 30px 30px 0 0;
  position: absolute;
  right: 0;
  op: 56.25%;
}
.mfp-iframe-scalerration {
  text-align: center;
  opacity: 0.65;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
  background: none !important;
}
div.mfp-close {
  display: none !important;
}
.videoFrame .mfp-close {
  top: 0 !important;
  background-color: rgba(236, 223, 223, 0.5) !important;
  border-radius: 0;
  opacity: 0;
}
.videoFrame .mfp-iframe-scaler:hover .mfp-close {
  opacity: 1;
}
.videoFrame .mfp-iframe-holder .mfp-content {
  max-width: 90%;
  max-height: 100%;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow-left {
  width: 30px;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
}
.mfp-arrow-left:before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  border: 2px solid #929292;
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 8px;
}
.mfp-arrow-right {
  width: 30px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 90;
  display: inline-block;
  margin-top: -25px;
  font-size: 0;
  cursor: pointer;
  border-radius: 30px 0 0 30px;
}
.mfp-arrow-right:before {
  content: "";
  height: 15px;
  width: 15px;
  display: block;
  border: 2px solid #929292;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  right: 8px;
}
.mfp-arrow-left:hover:before,
.mfp-arrow-right:hover:before {
  border-color: #fff;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 30px 0 30px;
  margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
  position: relative;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/*.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}*/
.white-popup-block {
  background: #fff;
  padding: 30px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.white-popup-block .popup-modal-dismiss {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #333;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
}

.white-popup-block .popup-modal-dismiss:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.white-popup-block h6 {
  font-family: inherit;
  font-weight: 400;
  margin: 0 0 25px;
  text-align: center;
}

.white-popup-block h6 strong {
  font-family: "MADE Sunflower";
  margin-left: 10px;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**

* Remove all paddings around the image on small screen

*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}
@media all and (min-width: 900px) {
  .caption-frame .mfp-container {
    left: 50%;
    display: table;
    width: auto;
    padding: 0 45px;
    margin: 0 auto;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
  button.mfp-close,
  button.mfp-arrow {
    background: rgba(255, 255, 255, 0.95);
  }
  .mfp-container {
    height: auto;
  }
  .white-popup-block {
    padding: 15px;
  }
}
.caption-frame .mfp-bottom-bar {
  margin-top: 0;
  left: 0;
  top: 40px;
  padding: 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.caption-frame .mfp-counter {
  display: none;
}
.caption-frame .mfp-title p {
  color: #fff;
  margin: 0 0 5px;
}
.caption-frame .mfp-title h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
@media all and (max-width: 520px) {
  .caption-frame .mfp-bottom-bar {
    padding: 15px;
  }
}
/**************lightbox Popup ends**********/
footer a[href^="mailto:"]{white-space: nowrap;}
