* {
  font-family: 'Open Sans';
  margin: 0;
  padding: 0;
  outline: none !important;
}

.main-txt {
  color: #bb2828 !important;
}

.white-transparent-button, .black-transparent-button, .red-button {
  display: inline-block;
  padding: 11px 18px;
  font-size: 15px;
  text-decoration: none !important;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}

.white-transparent-button, .black-transparent-button {
  background: transparent;
  transition: .2s ease-in-out;
}
.white-transparent-button:hover, .black-transparent-button:hover {
  color: initial !important;
}

.white-transparent-button {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.white-transparent-button:hover {
  color: #fff !important;
}

.black-transparent-button {
  color: black;
  border: 1px solid black;
}

.red-button {
  color: #fff !important;
  background: #bb2828;
  border: 1px solid #bb2828;
}

.btn-pay {
  background-color: #bb2828;
  height: 60px;
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: none !important;
}

.btn-pay:hover, .red-button:hover {
  background-color: #862929;
}

.bg-gray {
  background: #eee;
}

.bg-fff {
  background-color: #fff;
}

.item-shadowed {
  box-shadow: 1px -1px 9px #d8d8d8;
  padding: 25px;
}

.my-container {
  width: 95%;
  margin: auto;
}

p {
  line-height: 2.1;
  color: #555555;
  font-size: 15px;
}

.special-heading, .special-white-heading, header .overlay .header-content .header-txt {
  font-weight: bold;
  font-family: "Roboto";
  z-index: 99999;
  color: #555555;
}

.special-heading, .special-white-heading {
  font-size: 30px;
  font-weight: bold !important;
  font-family: "Montserrat" !important;
}
.special-heading span, .special-white-heading span {
  font-family: "Montserrat" !important;
  color: #bb2828;
}

.special-white-heading {
  color: #fff !important;
}
.special-white-heading span {
  color: #f34242 !important;
}
.special-white-heading::after {
  background-color: #f34242 !important;
}

.sub-heading {
  font-size: 14px;
  font-style: italic;
  font-family: 'Lobster Two';
}

.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots button {
  border: 1px solid #bb2828;
  padding: 7px !important;
  border-radius: 50%;
  transition: .2s ease-in-out;
  margin: 0 5px;
}
.owl-carousel .owl-dots button.active {
  background-color: #bb2828;
}

.newsletter-subscribe {
  position: relative;
}
.newsletter-subscribe button[type="submit"] {
  position: absolute;
  top: 1px;
  right: 0;
}

.fixed-navbar {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0 !important;
  background-color: #fff  !important;
  box-shadow: -2px -3px 20px #838383;
}
.fixed-navbar .nav-item .nav-link {
  color: #4e4e4e !important;
}

.navbar {
  background: rgba(0, 0, 0, 0.4);
  height: 75px;
}
.navbar .navbar-brand img {
  width: 100px;
}
.navbar .nav-item {
  padding: 0 12px !important;
  z-index: 999999;
}
.navbar .nav-item .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  transition: .3s ease-in-out;
  font-weight: bold;
}
.navbar .nav-item .nav-link:hover {
  color: #ec5252 !important;
}
.navbar .nav-item.active .nav-link {
  color: #ec5252  !important;
}

.navbar-of-pages {
  background: #f3f3f3 !important;
  box-shadow: 1px 1px 7px #ccc;
}
.navbar-of-pages .nav-item .nav-link {
  color: #4e4e4e !important;
}

@media (max-width: 770px) {
  .navbar .navbar-nav {
    padding: 20px 0;
  }
}
.main-footer {
  background-color: #1f1f1f;
}
.main-footer .logo img {
  width: 150px;
}
.main-footer .footer-features {
  color: #fff;
  text-align: center;
}
.main-footer .footer-features .feature {
  padding: 20px 0;
}
.main-footer .footer-features .feature .icon i {
  font-size: 35px;
  color: #fff;
  transition: .3s ease-in-out;
}
.main-footer .footer-features .feature .heading {
  padding-top: 15px;
  font-size: 15px;
  font-family: "Poppins";
}
.main-footer .footer-features .feature .caption {
  color: #999;
  font-size: 14px;
}
.main-footer .footer-features .feature:hover .icon i {
  transform: translateY(-5px);
}
.main-footer .social-media-icons {
  padding: 20px 0;
}
.main-footer .social-media-icons a {
  color: #fff;
  text-decoration: none;
}
.main-footer .social-media-icons a i {
  font-size: 20px;
  padding: 0 10px;
  transition: .3s ease-in-out;
}
.main-footer .social-media-icons a i:hover {
  transform: translateY(-4px);
}
.main-footer .links-title {
  color: #eee0e0;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.main-footer ul {
  padding: 15px 0;
}
.main-footer ul li {
  list-style: none;
  color: #999;
  font-size: 13px;
  padding-bottom: 12px;
}
.main-footer ul li a {
  font-size: 13px;
  color: #999;
}
.main-footer ul li a:hover {
  color: #999 !important;
}
.main-footer ul li i {
  color: #ddd;
  font-size: 17px;
  transform: translateY(3px);
}
.main-footer .newsletter {
  color: #fff;
}
.main-footer .newsletter input {
  background: none;
  border: 1px solid #4d4d4d;
  padding: 15px;
  height: 50px;
  width: 100%;
  font-size: 14px;
  color: #fff !important;
}
.main-footer .newsletter button {
  color: #fff;
  font-size: 13px;
  background-color: #bb2828;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  height: 50px;
  transition: .3s ease-in-out;
}
.main-footer .copyright {
  color: #a8a8a8;
  font-size: 15px;
  line-height: 50px;
}
.main-footer .copyright a {
  color: #bb2828 !important;
  font-weight: bold;
  font-style: italic;
}

@media (max-width: 770px) {
  .main-footer .logo {
    text-align: center;
  }
  .main-footer .social-media-icons {
    text-align: center;
    padding: 30px !important;
  }
  .main-footer .copyright {
    float: none !important;
    text-align: center;
  }
}
@media (max-width: 770px) {
  .main-header .header-txt {
    font-size: 40px !important;
  }

  .products .product-box .img {
    height: 330px !important;
  }
}
@media (max-width: 500px) {
  .about video {
    transform: translate(-400px);
  }
}
@media (max-width: 1040px) {
  .about video {
    height: 100%;
    width: initial !important;
  }
}
.client-path {
  font-size: 14px;
}
.client-path a {
  display: inline-block;
  padding: 0 7px;
  color: #464646 !important;
}

header {
  width: 100% !important;
  height: 100vh !important;
  background-size: cover;
  position: relative;
}
header #slideshow {
  height: 100vh !important;
  position: absolute;
  z-index: -1 !important;
}
header .overlay {
  background: rgba(0, 0, 0, 0.75);
  height: 100vh;
}
header .overlay .header-content .header-txt {
  color: #fff;
  font-size: 60px;
  font-family: "Poppins";
}
header .overlay .header-content .sub-heading {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
header .overlay .header-content .buttons {
  padding-top: 25px;
}
header .overlay .header-content .buttons a {
  margin: 5px 10px 5px 0;
}
header .to-bottom {
  animation: buttonToBottom .9s infinite;
}
header .to-bottom i {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 60px;
  cursor: pointer;
}

@keyframes buttonToBottom {
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(5px);
    opacity: 0;
  }
}
.what-is-detailing ~ svg {
  position: absolute;
  z-index: 99;
}

.about {
  position: relative;
  background: #000;
  overflow: hidden;
}
.about video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .25;
}
.about p {
  color: #c2c2c2;
}

.about .img img {
  border-radius: 10px;
}

.services {
  background: linear-gradient(165deg, #efeff0 50%, #fff 50%);
}
.services .service-box {
  padding: 10px;
  background: #faf9f9;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 8px #8f8f8f;
  overflow: hidden;
}
.services .service-box .icon i {
  font-size: 40px;
  color: #555555;
  line-height: 100px;
}
.services .service-box .heading {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #bb2828;
}
.services .service-box .red-line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #bb2828;
  bottom: 0;
  left: 0;
  transition: .5s ease-in-out;
}
.services .service-box:hover .red-line {
  width: 0;
}
.services .service-box p {
  font-size: 13px;
}

.jewels-auto {
  background: url("assets/imgs/closeup-shot-retro-car-with-only-back-wheels-ground-street-night.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.jewels-auto .overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 250px;
}
.jewels-auto .overlay .logo img {
  width: 200px;
}
.jewels-auto .overlay .sub-heading {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.products .product {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  margin: 15px 0;
}
.products .product .product-img {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.products .product .product-img img {
  height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.products .product .product-img span.new {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 12px;
  color: #fff;
  background-color: #2d2aeb;
  border-radius: 4px;
  z-index: 9;
  font-size: 12px;
  text-transform: uppercase;
}
.products .product .product-img .second-img {
  display: none;
}
.products .product .product-infos {
  padding: 20px;
}
.products .product .product-infos .category {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  color: #999;
}
.products .product .product-infos .title {
  min-height: 36px;
  overflow: hidden;
  font-size: 15px;
  color: #222;
  margin-bottom: 14px;
  display: block;
}
.products .product .product-infos .title:hover {
  color: #bb2828;
}
.products .product .product-infos .rating i {
  font-size: 13px;
  color: #f6ca08;
}
.products .product .product-infos .prices .cur-price {
  color: #bb2828;
  font-size: 23px;
  font-weight: 900;
}
.products .product .product-infos .prices .last-price {
  text-decoration: line-through;
  color: #aaaaaa;
  font-family: "Poppins";
}
.products .product:not(.display-grid) .button-cart {
  visibility: hidden;
  opacity: 0;
  transition: .3s ease-in-out;
}
.products .product:not(.display-grid):hover .button-cart {
  visibility: visible;
  opacity: 1;
}
.products .product.display-grid {
  margin: 15px 0;
}
.products .owl-nav button {
  transition: .2s ease-in-out;
  width: 50px;
  height: 50px;
  border: 1px solid #c7c7c7 !important;
  border-radius: 50%;
  background: #fff !important;
  position: absolute;
  color: #000;
}
.products .owl-nav button.owl-prev {
  top: 50%;
  left: -23px;
}
.products .owl-nav button.owl-next {
  top: 50%;
  right: -23px;
}
.products .owl-nav button:hover {
  background: #fff;
  color: initial;
}
.products .owl-nav span {
  font-size: 25px;
  line-height: 23px;
}

.testimonials .testimonial-box {
  border: 1px solid #bcbcbc;
  position: relative;
  margin: 15px 10px;
  padding: 20px;
  border-radius: 10px;
}
.testimonials .testimonial-box .avatar {
  width: 100px;
  margin: 10px auto;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials .testimonial-box .avatar img {
  height: 100% !important;
}
.testimonials .testimonial-box .uid {
  font-size: 15px;
  padding: 15px 0;
  font-weight: bold;
  font-family: "Rubik";
  text-align: center;
}
.testimonials .testimonial-box .rates i {
  font-size: 12px;
  color: #cc9214;
}
.testimonials .testimonial-box .quote-icon {
  font-size: 40px;
  color: #c36e6e;
}
.testimonials .testimonial-box p {
  padding-top: 15px;
  font-size: 14px !important;
  color: #888888;
}

.contact .form {
  position: relative;
}
.contact .form .input {
  width: 100%;
  margin: 15px 0;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid #333;
  padding: 10px;
}
.contact .form textarea {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  padding: 20px;
  outline: none;
}
.contact .form .form-group {
  position: relative;
}
.contact .form .form-group span::before {
  content: attr(data-placeholder);
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: .5s;
  z-index: -1;
  padding: 10px;
  color: #9e9083;
  display: block;
}
.contact .form .form-group .focus + span::before {
  top: 15%;
  position: absolute;
}
.contact .form .form-group .focus + span::after {
  width: 100%;
}
.contact .form input[type="submit"] {
  width: 100%;
  background: none;
  border: 1px solid #bb2828;
  color: #bb2828;
  border-radius: 5px;
  padding: 10px;
}
.contact .form input[type="submit"]:hover {
  background: #bb2828;
  border: 1px solid #bb2828;
  color: white;
  transition: .4s ease-in-out;
}

.gallery .lightboxed--container {
  z-index: 99999 !important;
}
.gallery img {
  width: 100% !important;
  margin: 10px;
  transition: .2s ease-in-out;
}
.gallery img:hover {
  transform: scale(1);
}

.tutos iframe {
  height: 250px;
}

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