@import url("https://fonts.googleapis.com/css?family=Encode+Sans+Expanded:300,400");
/* ---------------------------
	CLEAR
------------------------------------------------------------------------------------------------------- */
/* ---------------------------
	TRANSITIONS
------------------------------------------------------------------------------------------------------- */
/* ---------------------------

------------------------------------------------------------------------------------------------------- */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move {
  0% {
    left: 0%;
  }
  100% {
    left: calc(100% - 50px);
  }
}
body {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.5px;
  background-color: #fdfdfd;
}

h1, h2, h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

p {
  margin: 20px 0;
}

.header {
  text-align: center;
  padding-top: 50px;
}
.header h2 {
  font-size: 36px;
  font-weight: 100;
  display: inline-block;
}
.header h2::after {
  content: "";
  display: block;
  border-bottom: 3px solid rgb(163, 206, 76);
  width: 100px;
  margin: 10px auto;
}
.header h2 p {
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 20px;
}
.header.text-left {
  text-align: left;
}
.header.text-left h2::after {
  margin-left: 0;
  margin-right: 0;
}

.sec-head {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0;
}

.sec-sec-head {
  font-size: 17px;
  font-weight: 400;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -110px;
  position: relative;
}
.banner h2 {
  padding: 150px 0 0px;
  color: #292929;
  font-size: 36px;
  font-weight: 100;
  position: relative;
  z-index: 1;
}
.featued-container {
  background-image: url("https://res.cloudinary.com/dttrnjoc5/image/upload/q_auto:eco/v1507963408/bikes_background/bg5.jpg");
  margin-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.featued-container.key-maker {
  background-image: url("https://res.cloudinary.com/dttrnjoc5/image/upload/a_hflip,q_70/v1510997742/backgrounds/banner-img.jpg");
}
.featued-container .featured-wrapper {
  padding: 50px 40px;
  background-color: rgba(41, 41, 41, 0.75);
  position: relative;
}
.featued-container .featured-wrapper.has-overlay::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(linear-gradient(to bottom, transparent 0%, #ffffff 100%));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
}
.featued-container .featured-wrapper.white-bg {
  background-color: rgba(253, 253, 253, 0.75);
}
.featued-container .featured-wrapper.white-bg p {
  color: #292929;
}
.featued-container .featured-wrapper h2 {
  font-size: 32px;
  font-weight: 100;
  line-height: 40px;
}
.featued-container .featured-wrapper h3 {
  font-size: 24px;
  font-weight: 100;
  line-height: 40px;
}
.featued-container .featured-wrapper h2, .featued-container .featured-wrapper h3 {
  color: rgb(163, 206, 76);
  margin: 0 0 40px 0;
  z-index: 1;
  position: relative;
}
.featued-container .featured-wrapper p {
  font-size: 15px;
  z-index: 1;
  position: relative;
  color: #fdfdfd;
}
.featued-container .featured-wrapper .btn {
  margin-top: 20px;
  z-index: 1;
  position: relative;
}

.repair-container {
  padding: 80px 0;
  margin-top: 80px;
  background-image: url("https://res.cloudinary.com/dttrnjoc5/image/upload/c_scale,q_auto:eco,w_1200/v1507970819/bikes_background/bg1.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.repair-container h2, .repair-container p {
  font-weight: 100;
  margin: 0;
  color: #fdfdfd;
}
.repair-container h2 {
  font-size: 36px;
}
.repair-container p {
  font-size: 15px;
}
.repair-container .btn {
  margin-top: 30px;
  margin-bottom: 20px;
}

.big-pad {
  padding: 80px 100px;
}
@media (max-width: 992px) {
  .big-pad {
    padding: 20px 30px;
  }
}

.med-pad {
  padding: 50px;
}
@media (max-width: 992px) {
  .med-pad {
    padding: 15px;
  }
}

.t-row {
  display: table;
  width: 100%;
}
.t-row div[class^=t-col-] {
  display: table-cell;
  position: relative;
}
.t-row div[class^=t-col-] img.background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.t-row div[class^=t-col-].top {
  vertical-align: top;
}
.t-row .t-col-50 {
  width: 50%;
}
.t-row .t-col-40 {
  width: 40%;
}
.t-row .t-col-60 {
  width: 60%;
}
@media (max-width: 992px) {
  .t-row .t-col-100-tablet {
    width: 100%;
    display: block !important;
  }
}

.loading-container::after {
  background: url("../images/icon.png") no-repeat;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 200px auto;
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal;
}

.modal {
  text-align: center;
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .modal::before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal .modal-content {
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
.modal .modal-content .modal-header {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 100;
  color: #ff602e;
}
.modal .modal-content .modal-header button {
  position: absolute;
  right: -46px;
  width: 40px;
  height: 40px;
  top: 6px;
  border-radius: 100%;
  border: none;
  font-size: 32px;
  background-color: #ff602e;
  color: #fdfdfd;
  line-height: 32px;
  outline: none !important;
  opacity: 1;
  padding-bottom: 3PX;
}
@media (max-width: 768px) {
  .modal .modal-content .modal-header button {
    display: block;
    position: relative;
    right: 0;
    float: right;
  }
}
.modal .modal-content .modal-header, .modal .modal-content .modal-body {
  padding: 20px;
}

.modal-backdrop {
  background-color: #292929;
}

.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.alert {
  border-radius: 2px;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.alert.alert-success {
  background-color: rgb(163, 206, 76);
  color: #fdfdfd;
}
.alert.show {
  opacity: 1;
  max-height: 200px;
  padding: 20px 10px;
  padding-right: 60px;
  margin-bottom: 30px;
}
.alert .close {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0;
  margin: auto;
  color: inherit;
  color: #fdfdfd !important;
  opacity: 1;
  text-shadow: none;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
  background: rgb(53.75, 53.75, 53.75);
}

.steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.steps li {
  font-size: 18px;
  position: relative;
  padding: 20px;
  padding-left: 60px;
  z-index: 1;
}
.steps li span.icon {
  width: 50px;
  height: 50px;
  background-color: rgba(41, 41, 41, 0.95);
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 100%;
  line-height: 50px;
  text-align: center;
  color: #fdfdfd;
}
.steps li span.label {
  font-size: 11px;
  cursor: pointer;
  font-weight: 100;
  top: -2px;
  position: relative;
  left: 5px;
}

@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}
.btn {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 3px;
  border: 0px solid;
  font-weight: 400;
  padding: 12px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn.btn-default {
  background-color: #292929 !important;
  color: #fdfdfd !important;
  border-color: #5c5c5c;
  border-bottom-color: rgb(163, 206, 76);
  border-bottom-width: 4px;
}
.btn.btn-default:active {
  border-bottom-color: rgb(152.7105263158, 200.5197368421, 55.9802631579);
  background-color: rgb(28.25, 28.25, 28.25) !important;
}
.btn.btn-primary {
  background-color: #292929 !important;
  color: #fdfdfd !important;
  border-color: #5c5c5c;
  border-bottom-color: #ff602e;
  border-bottom-width: 4px;
}
.btn.btn-primary:active {
  border-bottom-color: rgb(255, 76.6004784689, 20.5);
  background-color: rgb(28.25, 28.25, 28.25) !important;
}
.btn.btn-lg {
  border-bottom-width: 4px;
  padding: 16px;
  min-width: 200px;
  font-size: 15px;
}
.btn.btn-long {
  height: 60px;
}
.btn:active {
  transform: translateY(5px);
}

.btn-group .btn.btn-lg {
  min-width: auto;
}

.form-control {
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 2px;
  box-shadow: none !important;
  outline: none !important;
}
.form-control:focus {
  border-color: rgb(181.25, 181.25, 181.25);
}

.switch-field {
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  background-color: #fdfdfd;
  color: #292929;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 2px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: rgb(163, 206, 76);
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.site-nav-bar {
  background-color: rgb(53.75, 53.75, 53.75);
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 50px;
  z-index: 99;
}
.site-nav-bar .container > ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-nav-bar .container > ul > li > a {
  color: #fdfdfd;
}
.site-nav-bar .container > ul.nav.desktop {
  top: -85px;
  position: relative;
  margin-left: 8px;
}
.site-nav-bar .container > ul.nav.desktop > li {
  display: inline-block;
}
.site-nav-bar .container > ul.nav.desktop > li > a {
  padding: 21px;
  -webkit-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.site-nav-bar .container > ul.nav.desktop > li > a:hover {
  background: #292929;
  text-decoration: none;
}
.site-nav-bar .container > ul.nav.desktop > li > a.active {
  background-color: rgb(163, 206, 76);
}
.site-nav-bar .container .logo li {
  background-color: rgb(53.75, 53.75, 53.75);
  height: 120px;
  width: 220px;
  position: relative;
  top: -28px;
}
.site-nav-bar .container .logo li img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 992px) {
  .site-nav-bar {
    position: fixed;
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  .site-nav-bar .container > ul.nav {
    top: 0;
  }
  .site-nav-bar .container > ul.nav.desktop {
    display: none;
  }
  .site-nav-bar .container .logo {
    top: 0;
    height: 60px;
  }
  .site-nav-bar .container .logo li {
    height: 60px;
    top: 0;
  }
  .site-nav-bar .container .logo li img {
    right: auto;
  }
}

.bm-burger-button {
  position: fixed;
  width: 36px;
  height: 30px;
  right: 18px;
  top: 18px;
}

ul.nav.mobile {
  position: relative;
}
ul.nav.mobile > li {
  margin-bottom: 10px;
}
ul.nav.mobile > li > a {
  padding: 10px 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #fdfdfd;
}
ul.nav.mobile > li > a:hover {
  background: #292929;
  text-decoration: none;
}
ul.nav.mobile > li > a.active {
  background-color: rgb(163, 206, 76);
}

/* Color/shape of burger icon bars */
.bm-burger-bars {
  background: rgb(163, 206, 76);
  height: 2px !important;
}

/* Position and sizing of clickable cross button */
.bm-cross-button {
  height: 24px;
  width: 24px;
}

/* Color/shape of close button cross */
.bm-cross {
  background: #bdc3c7;
  display: none !important;
}

/* General sidebar styles */
.bm-menu {
  background: #292929;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
  top: 60px;
}

.bm-menu-wrap {
  top: 60px !important;
}

/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
  fill: #373a47;
}

/* Wrapper for item list */
.bm-item-list {
  color: #b8b7ad;
  padding: 0.8em;
}

/* Styling of overlay */
.bm-overlay {
  background-color: #292929 !important;
  opacity: 0.8 !important;
  filter: alpha(opacity=90) !important;
  top: 60px;
}

.carousel {
  margin-top: -110px;
  height: 100vh;
  min-height: 500px;
  width: 100%;
}
@media (max-width: 992px) {
  .carousel {
    margin-top: 0;
  }
}
.carousel::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333333 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(linear-gradient(to bottom, transparent 0%, #333333 100%));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
}
.carousel .box-gallery {
  z-index: -1;
}
.carousel .box-gallery img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh !important;
  width: 100vw !important;
  object-fit: cover;
}
.carousel img.static {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.carousel .table-wrapper {
  display: table;
  height: 95vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
.carousel .table-wrapper .table-cell {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.carousel .table-wrapper .table-cell h2 {
  color: #fdfdfd;
  font-size: 62px;
  margin: 90px 0 0 0;
  font-weight: 400;
}
.carousel .table-wrapper .table-cell p {
  font-size: 24px;
  margin: 0;
  color: #fdfdfd;
  font-weight: 500;
  text-shadow: 1px 1px 3px #292929;
}
.carousel .table-wrapper .table-cell span {
  font-size: 68px;
  color: #fff;
  top: 38px;
  position: relative;
  font-weight: 100;
  cursor: pointer;
}

.product-container .product-not-found {
  font-size: 16px;
  text-align: center;
  margin: 100px 0 50px 0;
  color: rgba(41, 41, 41, 0.95);
}
.product-container .product-wrapper {
  height: 370px;
  cursor: pointer;
  display: table;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.product-container .product-wrapper img, .product-container .product-wrapper .bil-image {
  -webkit-transition: all 5s linear 0.2s;
  -moz-transition: all 5s linear 0.2s;
  -o-transition: all 5s linear 0.2s;
  -ms-transition: all 5s linear 0.2s;
  transition: all 5s linear 0.2s;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  object-fit: cover;
  right: 0;
  z-index: -1;
}
.product-container .product-wrapper span.starts-from {
  padding: 10px;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
  color: #fdfdfd;
  background-color: rgba(41, 41, 41, 0.95);
}
.product-container .product-wrapper .specifications {
  display: table-cell;
  height: inherit;
  vertical-align: bottom;
  padding: 20px;
  position: relative;
  z-index: 1;
  color: #fdfdfd;
}
.product-container .product-wrapper .specifications h2 {
  font-size: 26px;
  color: #fdfdfd;
  font-weight: 400;
}
.product-container .product-wrapper .specifications .more {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s linear 0.1s;
  -moz-transition: all 0.7s linear 0.1s;
  -o-transition: all 0.7s linear 0.1s;
  -ms-transition: all 0.7s linear 0.1s;
  transition: all 0.7s linear 0.1s;
}
.product-container .product-wrapper .specifications .more .spec {
  font-size: 15px;
}
.product-container .product-wrapper:hover .specifications .more {
  max-height: 400px;
  opacity: 1;
}
.product-container .product-wrapper:hover img {
  transform: scale(1.1) rotate(4deg);
}
.product-container .product-wrapper.loading {
  background-color: rgb(117.5, 117.5, 117.5);
}
.product-container .product-wrapper.loading span.starts-from, .product-container .product-wrapper.loading .specifications {
  font-size: 0;
  width: 200px;
  padding: 0;
  background-color: rgb(66.5, 66.5, 66.5);
}
.product-container .product-wrapper.loading span.starts-from .strap, .product-container .product-wrapper.loading .specifications .strap {
  -webkit-animation: move 1s linear 0s infinite alternate forwards;
  animation: move 1s linear 0s infinite alternate forwards;
  position: relative;
  width: 50px;
  height: 20px;
  display: inline-block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f3e3e+0,595a5b+50,3f3e3e+100 */
  background: rgb(63, 62, 62); /* Old browsers */
  background: -moz-linear-gradient(left, #323333 0%, #363737 50%, #2c2c2c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #323333 0%, #363737 50%, #2c2c2c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #323333 0%, #363737 50%, #2c2c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3f3e3e", endColorstr="#3f3e3e",GradientType=1 ); /* IE6-9 */
}
.product-container .product-wrapper.loading span.starts-from h2, .product-container .product-wrapper.loading .specifications h2 {
  width: calc(100% - 30px);
  height: 30px;
  margin: 15px;
  background-color: rgb(66.5, 66.5, 66.5);
}
.product-container .product-wrapper.loading span.starts-from h2 .strap, .product-container .product-wrapper.loading .specifications h2 .strap {
  height: 30px;
}
.product-container .product-wrapper.loading .specifications {
  width: 100%;
  background-color: transparent;
}
.product-container .product-wrapper.loading img {
  width: AUTO;
  HEIGHT: auto;
  LEFT: 0;
  RIGHT: 0;
  BOTTOM: 0;
  TOP: 0;
  MARGIN: auto;
  Z-INDEX: 1;
  -webkit-animation: jump 1.5s ease 0s infinite normal;
  animation: jump 1.5s ease 0s infinite normal;
}
.product-container .product-wrapper.loading:hover .specifications .more {
  max-height: 0px;
  opacity: 0;
}
.product-container .product-wrapper.loading:hover img {
  transform: none;
}
.product-container .product-wrapper a.link {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.product-container .product-wrapper::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333333 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(linear-gradient(to bottom, transparent 0%, #333333 100%));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
}

.product-description-page {
  margin-top: 70px;
}
.product-description-page .sec-head {
  margin-bottom: 30px;
}
.product-description-page .title-wrapper h2 {
  position: relative;
  color: rgb(53.75, 53.75, 53.75);
  font-size: 28px;
  font-weight: 300;
  margin: 40px 0;
  letter-spacing: -1px;
}
.product-description-page .title-wrapper h2 span {
  font-size: 10px;
  font-weight: 600;
  color: rgb(255, 103.7598086124, 56.2);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}
.product-description-page .title-wrapper h2 s {
  color: rgb(168.5, 168.5, 168.5);
  padding-right: 5px;
}
.product-description-page .title-wrapper .build-for {
  margin-bottom: 30px;
}
.product-description-page .title-wrapper .build-for .head {
  font-size: 10px;
  font-weight: 600;
  color: rgb(255, 103.7598086124, 56.2);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}
.product-description-page .title-wrapper .build-for ul {
  list-style-type: none;
  padding: 0;
  margin: 8px 0 0 0;
}
.product-description-page .title-wrapper .build-for ul li {
  background-color: rgb(53.75, 53.75, 53.75);
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fdfdfd;
  text-align: center;
  padding: 2px 8px;
  border-radius: 2px;
  height: 20px;
}
.product-description-page .slick-product-slider {
  position: relative;
  margin-bottom: 50px;
}
.product-description-page .slick-product-slider .slick-slider.service-slider {
  min-height: 400px;
}
.product-description-page .slick-product-slider .shimano-logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(253, 253, 253, 0.5);
  padding: 10px;
}
.product-description-page .slick-product-slider .shimano-logo img {
  width: 90%;
  height: auto;
}
.product-description-page .slick-product-slider .image-slider .inner img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: top;
}
.product-description-page .slick-product-slider .slick-next {
  right: 30px;
}
.product-description-page .slick-product-slider .slick-prev {
  z-index: 1;
  left: 30px;
}
.product-description-page .slick-product-slider .slick-prev, .product-description-page .slick-product-slider .slick-next {
  transform: scale(1.7);
}
.product-description-page .slick-product-slider .slick-prev::before, .product-description-page .slick-product-slider .slick-next::before {
  color: #292929;
  opacity: 1;
}
.product-description-page .description {
  margin-bottom: 50px;
}
.product-description-page .description p {
  font-weight: 500;
  margin: 0;
}
.product-description-page .description::after {
  content: "";
  border-bottom: 1px dotted rgb(219.5, 219.5, 219.5);
  display: block;
  width: 85%;
  margin: 50px auto;
}
.product-description-page .spec-wrapper ul {
  list-style-type: none;
  padding: 0;
}
.product-description-page .spec-wrapper ul li {
  display: inline-block;
  width: 33%;
  height: 130px;
  text-align: center;
  vertical-align: top;
  padding: 10px;
}
@media (max-width: 768px) {
  .product-description-page .spec-wrapper ul li {
    width: 100%;
  }
}
.product-description-page .spec-wrapper ul li .spec-item {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-description-page .spec-wrapper ul li .spec-item span.key, .product-description-page .spec-wrapper ul li .spec-item span.value {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #FB8C00;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-description-page .spec-wrapper ul li:nth-child(odd) {
  background-color: rgba(41, 41, 41, 0.95);
  color: #fdfdfd;
}
.product-description-page .spec-wrapper ul::after {
  content: "";
  border-bottom: 1px dotted rgb(219.5, 219.5, 219.5);
  display: block;
  width: 90%;
  margin: 50px auto;
}
.product-description-page .guarantee-wrapper .guarantee-item {
  padding: 6px;
  height: 180px;
  background: rgb(53.75, 53.75, 53.75);
  margin: 10px 0;
}
.product-description-page .guarantee-wrapper .guarantee-item h4 {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  margin: -6px;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
}
.product-description-page .guarantee-wrapper .guarantee-item p {
  font-size: 14px;
  padding: 0 15px;
  color: #eaeaea;
}

.our-advantages {
  margin-top: 50px;
  background-image: url("../images/bg/1.jpg");
  background-size: cover;
  background-position: center center;
  padding-bottom: 40px;
  position: relative;
}
.our-advantages::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333333 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #333333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(linear-gradient(to bottom, transparent 0%, #333333 100%));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
}
.our-advantages h2 {
  color: #fdfdfd;
  position: relative;
  z-index: 1;
}
.our-advantages .item {
  text-align: center;
  margin: 20px 0 40px 0;
  position: relative;
  z-index: 1;
}
.our-advantages .item .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 100%;
  border: 3px solid #fdfdfd;
}
.our-advantages .item .icon span {
  font-size: 40px;
  line-height: 93px;
  color: #fdfdfd;
}
.our-advantages .item p, .our-advantages .item h3, .our-advantages .item span {
  color: #fdfdfd;
}
.our-advantages .item h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 20px 5px;
}

.main-footer {
  background-color: rgb(53.75, 53.75, 53.75);
  padding: 30px 0;
}
.main-footer .text-center {
  text-align: center;
}
.main-footer p {
  color: #fdfdfd;
  margin: 0;
}
.main-footer .icon {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.main-footer .icon li {
  display: inline-block;
  padding: 0 5px;
}
.main-footer .icon li a {
  display: inline-block;
}
.main-footer .icon li a img {
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .main-footer p, .main-footer .icon {
    text-align: center;
  }
  .main-footer .icon li {
    padding: 20px 10px;
    margin-bottom: -10px;
  }
}

/* ---------------------------	
	COLOR HELPER		
------------------------------------------------------------------------------------------------------- */
.bg-color-default {
  background-color: rgb(53.75, 53.75, 53.75);
}
.bg-color-default * {
  color: #fdfdfd;
}

/* ---------------------------	
	GUTTER		
------------------------------------------------------------------------------------------------------- */
.margin-top--50 {
  margin-top: -50px;
}

.margin-right--50 {
  margin-right: -50px;
}

.margin-bottom--50 {
  margin-bottom: -50px;
}

.margin-left--50 {
  margin-left: -50px;
}

.padding-top--50 {
  padding-top: -50px;
}

.padding-right--50 {
  padding-right: -50px;
}

.padding-bottom--50 {
  padding-bottom: -50px;
}

.padding-left--50 {
  padding-left: -50px;
}

.margin-top--45 {
  margin-top: -45px;
}

.margin-right--45 {
  margin-right: -45px;
}

.margin-bottom--45 {
  margin-bottom: -45px;
}

.margin-left--45 {
  margin-left: -45px;
}

.padding-top--45 {
  padding-top: -45px;
}

.padding-right--45 {
  padding-right: -45px;
}

.padding-bottom--45 {
  padding-bottom: -45px;
}

.padding-left--45 {
  padding-left: -45px;
}

.margin-top--40 {
  margin-top: -40px;
}

.margin-right--40 {
  margin-right: -40px;
}

.margin-bottom--40 {
  margin-bottom: -40px;
}

.margin-left--40 {
  margin-left: -40px;
}

.padding-top--40 {
  padding-top: -40px;
}

.padding-right--40 {
  padding-right: -40px;
}

.padding-bottom--40 {
  padding-bottom: -40px;
}

.padding-left--40 {
  padding-left: -40px;
}

.margin-top--35 {
  margin-top: -35px;
}

.margin-right--35 {
  margin-right: -35px;
}

.margin-bottom--35 {
  margin-bottom: -35px;
}

.margin-left--35 {
  margin-left: -35px;
}

.padding-top--35 {
  padding-top: -35px;
}

.padding-right--35 {
  padding-right: -35px;
}

.padding-bottom--35 {
  padding-bottom: -35px;
}

.padding-left--35 {
  padding-left: -35px;
}

.margin-top--30 {
  margin-top: -30px;
}

.margin-right--30 {
  margin-right: -30px;
}

.margin-bottom--30 {
  margin-bottom: -30px;
}

.margin-left--30 {
  margin-left: -30px;
}

.padding-top--30 {
  padding-top: -30px;
}

.padding-right--30 {
  padding-right: -30px;
}

.padding-bottom--30 {
  padding-bottom: -30px;
}

.padding-left--30 {
  padding-left: -30px;
}

.margin-top--25 {
  margin-top: -25px;
}

.margin-right--25 {
  margin-right: -25px;
}

.margin-bottom--25 {
  margin-bottom: -25px;
}

.margin-left--25 {
  margin-left: -25px;
}

.padding-top--25 {
  padding-top: -25px;
}

.padding-right--25 {
  padding-right: -25px;
}

.padding-bottom--25 {
  padding-bottom: -25px;
}

.padding-left--25 {
  padding-left: -25px;
}

.margin-top--20 {
  margin-top: -20px;
}

.margin-right--20 {
  margin-right: -20px;
}

.margin-bottom--20 {
  margin-bottom: -20px;
}

.margin-left--20 {
  margin-left: -20px;
}

.padding-top--20 {
  padding-top: -20px;
}

.padding-right--20 {
  padding-right: -20px;
}

.padding-bottom--20 {
  padding-bottom: -20px;
}

.padding-left--20 {
  padding-left: -20px;
}

.margin-top--15 {
  margin-top: -15px;
}

.margin-right--15 {
  margin-right: -15px;
}

.margin-bottom--15 {
  margin-bottom: -15px;
}

.margin-left--15 {
  margin-left: -15px;
}

.padding-top--15 {
  padding-top: -15px;
}

.padding-right--15 {
  padding-right: -15px;
}

.padding-bottom--15 {
  padding-bottom: -15px;
}

.padding-left--15 {
  padding-left: -15px;
}

.margin-top--10 {
  margin-top: -10px;
}

.margin-right--10 {
  margin-right: -10px;
}

.margin-bottom--10 {
  margin-bottom: -10px;
}

.margin-left--10 {
  margin-left: -10px;
}

.padding-top--10 {
  padding-top: -10px;
}

.padding-right--10 {
  padding-right: -10px;
}

.padding-bottom--10 {
  padding-bottom: -10px;
}

.padding-left--10 {
  padding-left: -10px;
}

.margin-top--5 {
  margin-top: -5px;
}

.margin-right--5 {
  margin-right: -5px;
}

.margin-bottom--5 {
  margin-bottom: -5px;
}

.margin-left--5 {
  margin-left: -5px;
}

.padding-top--5 {
  padding-top: -5px;
}

.padding-right--5 {
  padding-right: -5px;
}

.padding-bottom--5 {
  padding-bottom: -5px;
}

.padding-left--5 {
  padding-left: -5px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-right-0 {
  margin-right: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-left-0 {
  margin-left: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-right-0 {
  padding-right: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-left-0 {
  padding-left: 0px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-left-5 {
  margin-left: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-left-15 {
  margin-left: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-left-15 {
  padding-left: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-left-25 {
  margin-left: 25px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-left-25 {
  padding-left: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-left-30 {
  margin-left: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-right-35 {
  margin-right: 35px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-left-35 {
  margin-left: 35px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-right-35 {
  padding-right: 35px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-left-35 {
  padding-left: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-left-40 {
  margin-left: 40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-left-40 {
  padding-left: 40px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-right-45 {
  margin-right: 45px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-left-45 {
  margin-left: 45px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-right-45 {
  padding-right: 45px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-left-45 {
  padding-left: 45px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-left-50 {
  padding-left: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-right-55 {
  margin-right: 55px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-left-55 {
  margin-left: 55px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-right-55 {
  padding-right: 55px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-left-55 {
  padding-left: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-left-60 {
  margin-left: 60px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-right-60 {
  padding-right: 60px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-left-60 {
  padding-left: 60px;
}

.margin-top-65 {
  margin-top: 65px;
}

.margin-right-65 {
  margin-right: 65px;
}

.margin-bottom-65 {
  margin-bottom: 65px;
}

.margin-left-65 {
  margin-left: 65px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-right-65 {
  padding-right: 65px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-left-65 {
  padding-left: 65px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-right-70 {
  margin-right: 70px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-left-70 {
  margin-left: 70px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-right-70 {
  padding-right: 70px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-left-70 {
  padding-left: 70px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-right-75 {
  margin-right: 75px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-left-75 {
  margin-left: 75px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-right-75 {
  padding-right: 75px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-left-75 {
  padding-left: 75px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-right-80 {
  margin-right: 80px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-left-80 {
  margin-left: 80px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-right-80 {
  padding-right: 80px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-left-80 {
  padding-left: 80px;
}

.margin-top-85 {
  margin-top: 85px;
}

.margin-right-85 {
  margin-right: 85px;
}

.margin-bottom-85 {
  margin-bottom: 85px;
}

.margin-left-85 {
  margin-left: 85px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-right-85 {
  padding-right: 85px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-left-85 {
  padding-left: 85px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-right-90 {
  margin-right: 90px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-left-90 {
  margin-left: 90px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-right-90 {
  padding-right: 90px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-left-90 {
  padding-left: 90px;
}

.margin-top-95 {
  margin-top: 95px;
}

.margin-right-95 {
  margin-right: 95px;
}

.margin-bottom-95 {
  margin-bottom: 95px;
}

.margin-left-95 {
  margin-left: 95px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-right-95 {
  padding-right: 95px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-left-95 {
  padding-left: 95px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-right-100 {
  margin-right: 100px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-left-100 {
  margin-left: 100px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-right-100 {
  padding-right: 100px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-left-100 {
  padding-left: 100px;
}

.text-center {
  text-align: center;
}

.why-us-box-container {
  padding-top: 60px;
  padding-bottom: 100px;
}
.why-us-box-container .why-us-box-wrapper {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.why-us-box-container .why-us-box-wrapper .icon {
  position: absolute;
  left: 0;
  top: 7px;
  width: 60px;
  height: 60px;
  background-color: rgb(163, 206, 76);
}
.why-us-box-container .why-us-box-wrapper .icon i {
  line-height: 60px;
  font-size: 36px;
  color: #fdfdfd;
}
.why-us-box-container .why-us-box-wrapper .details {
  padding-left: 80px;
  padding-top: 3px;
}
.why-us-box-container .why-us-box-wrapper .details h4 {
  font-size: 22px;
  font-weight: 100;
  margin: 0;
  text-align: left;
}
.why-us-box-container .why-us-box-wrapper .details p {
  font-size: 14px;
  text-align: left;
}

.testimonial-container {
  margin: -20px;
  margin-bottom: 100px;
}
.testimonial-container .testimonial-wrapper .inner {
  margin: 20px;
  box-shadow: 0px 0px 5px #fdfdfd;
  background-color: #fff;
  padding: 20px;
  min-height: 290px;
  max-height: 290px;
  margin-bottom: 30px;
}
.testimonial-container .testimonial-wrapper .inner .image {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 25%;
  margin-top: 15px;
}
.testimonial-container .testimonial-wrapper .inner .image img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.testimonial-container .testimonial-wrapper .inner .comments {
  display: inline-block;
  width: 75%;
  vertical-align: top;
}
.testimonial-container .testimonial-wrapper .inner .comments h4 {
  font-size: 18px;
  font-weight: 100;
}
.testimonial-container .slick-slider .slick-dots li {
  transform: scale(2);
}

.service-box-container {
  border-top: 1px solid rgb(163, 206, 76);
  border-left: 1px solid rgb(163, 206, 76);
  margin-bottom: 100px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.service-box-container .service-box {
  border-right: 1px solid rgb(163, 206, 76);
  border-bottom: 1px solid rgb(163, 206, 76);
  width: 33.3333333333%;
  padding: 20px 10px;
}
.service-box-container .service-box h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin: 0px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .service-box-container .service-box {
    width: 100%;
    border: none;
  }
  .service-box-container .service-box h3 {
    margin-left: -15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .service-box-container .service-box {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .service-box-container .service-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .service-box-container {
    margin-bottom: 0;
  }
}

.service-slider-container {
  margin-top: 80px;
  background: rgb(53.75, 53.75, 53.75);
  font-size: 0;
}
.service-slider-container .left-content, .service-slider-container .right-content {
  width: 50%;
  height: 400px;
  display: inline-block;
}
.service-slider-container .service-slider {
  width: 100%;
}
.service-slider-container .service-slider .image-slider .inner img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.service-slider-container .service-slider .slick-next {
  right: 30px;
}
.service-slider-container .service-slider .slick-prev {
  z-index: 1;
  left: 30px;
}
.service-slider-container .service-slider .slick-prev, .service-slider-container .service-slider .slick-next {
  transform: scale(1.3);
}
.service-slider-container .service-text-wrapper {
  color: #fdfdfd;
  display: table-cell;
  height: 400px;
  vertical-align: middle;
  padding: 10px 50px;
}
.service-slider-container .service-text-wrapper p {
  font-size: 16px;
  margin: 0 0 20px 0;
}
@media (max-width: 992px) {
  .service-slider-container .left-content, .service-slider-container .right-content {
    width: 100%;
    height: auto;
    display: block;
  }
  .service-slider-container .service-text-wrapper {
    display: block;
    border-bottom: 20px solid;
    height: auto;
    padding: 50px 30px 30px 30px;
  }
}

.listing-page {
  margin-bottom: 100px;
  overflow: hidden;
}
.listing-page .filters {
  margin: 50px -20px 0 -20px;
  padding: 0;
}
.listing-page .filters > li {
  list-style-type: none;
  padding: 0;
  margin: 20px;
  display: inline-block;
  font-size: 13px;
}
.listing-page .filters > li .filter-head {
  font-size: 10px;
  margin: 0 9px;
  font-weight: 600;
  color: rgb(255, 103.7598086124, 56.2);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.listing-page .checkbox-wrapper {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-weight: 600;
  font-size: 13px;
  color: rgb(53.75, 53.75, 53.75);
}
.listing-page .checkbox-wrapper li {
  display: inline-block;
  margin: 0 8px;
}
.listing-page .checkbox-wrapper .checkbox {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}
.listing-page .checkbox-wrapper .checkbox::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid rgb(168.5, 168.5, 168.5);
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 3.6px;
}
.listing-page .checkbox-wrapper .checkbox.checked::after {
  border-color: rgb(163, 206, 76);
}
.listing-page .checkbox-wrapper .checkbox.checked::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgb(163, 206, 76);
  border-radius: 2px;
  position: absolute;
  right: 3px;
  top: 6.5px;
}

.google-map {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 992px) {
  .google-map {
    position: relative;
    height: 500px;
    padding: 15px;
  }
}
.google-map iframe {
  width: 100%;
  height: 100%;
}

.padding-bottom {
  margin-bottom: 25px;
}

.whatsapp-button-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.whatsapp-button-container:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(-100%) scale(1);
}

.whatsapp-button {
  background: linear-gradient(135deg, #25d366 0%, #1da851 100%);
  border: none;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.whatsapp-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}
.whatsapp-button:hover {
  background: linear-gradient(135deg, #1da851 0%, #128c7e 100%);
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4), 0 8px 20px rgba(0, 0, 0, 0.2);
}
.whatsapp-button:hover::before {
  opacity: 1;
}
.whatsapp-button:active {
  transform: scale(1.05) translateY(0px);
  transition-duration: 0.1s;
}
.whatsapp-button svg {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}
.whatsapp-button:hover svg {
  transform: scale(1.05);
}

.whatsapp-tooltip {
  position: absolute;
  right: -130px;
  top: 22%;
  transform: translateY(0%) translateX(0%) scale(0.8);
  background: #2a2a2a;
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
.whatsapp-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #2a2a2a;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@keyframes pulse {
  0% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  50% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}
.whatsapp-button-container {
  animation: float 4s ease-in-out infinite;
}

.whatsapp-button {
  animation: pulse 2s ease-in-out infinite;
}

@media (max-width: 768px) {
  .whatsapp-button-container {
    bottom: 15px;
    right: 15px;
  }
  .whatsapp-button {
    width: 55px;
    height: 55px;
  }
  .whatsapp-button svg {
    width: 26px;
    height: 26px;
  }
  .whatsapp-tooltip {
    font-size: 12px;
    padding: 6px 10px;
    right: 65px;
  }
}

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