@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
  
/*=== MEDIA QUERY ===*/
html {
  color: #737f8a;
}

.archivo-black-regular {
  font-family: "Archivo Black", system-ui;
  font-weight: 400;
  font-style: normal;
}

body {
  /* font-family: 'Helvetica', 'Arial', sans-serif; */
  font-size: 12pt;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}

/*=================================================================
  Basic Setup
==================================================================*/

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  color: #fff;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #f62000;
}

.kill-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.btn {
  background-color: #f62000;
  color: #fff;
  padding: 10px 30px;
  /* border-color: #fff; */
  /* border-radius: 0; */
  transition: all 0.3s ease-in 0s;
}

.btn:focus {
  color: #ddd;
  box-shadow: none;
}

.btn:not(:last-child) {
  background-color: transparent;
  color: #f62000;
  padding: 10px 30px;
  border-color: #f62000;
  /* border-radius: 0; */
  transition: all 0.3s ease-in 0s;
}

.btn-transparent:not(:last-child):hover, 
.btn-transparent:not(:last-child):focus {
  background-color: #f62000;
  border-color: #f62000 !important;
  color: #fff;
}

.btn-transparent:hover, .btn-transparent:focus {
  background-color: transparent;
  border-color: #f62000 !important;
  color: #f62000;
}

.form-control {
  background-color: #2f383d;
  border-radius: 0;
  padding: 5px 10px;
  border: 0 none;
  color: #ddd;
}

.form-control:focus {
  box-shadow: 0 0 0;
  color: white;
}

.form-control::-webkit-input-placeholder {
  /*  Chrome, Safari, Opera  */
  color: #ddd;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}

.form-control:-ms-input-placeholder {
  /*  Internet Explorer  */
  color: #ddd;
}

.border {
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  height: 1px;
  margin: 15px auto 20px;
  position: relative;
  width: 30%;
}

.border:before {
  background-color: #fff;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
  width: 50px;
  background-color: #f62000;
}

.color {
  color: #f62000;
}

.title h1, h2 {
  font-weight: 100;
}

.logo .title {
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: white;
  padding: 5px 0 0 40px;
}

.sub-title {
  padding: 0 0 50px;
}

.sub-title > h3 {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.bg-dark {
  background: #242930;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

.btn-main {
  background: #f62000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}

.btn-main:hover {
  background: transparent;
  color: #f62000;
  border: solid 1px #f62000;
}

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

.section {
  padding: 100px 0;
}

@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }

  .content-overlay {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 50px 0;
}

#home {
  position: relative;
}

.preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #f62000;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}

.subtitle {
  transition: opacity 1s ease-in-out;
  color: white;
  font-size: larger;
  font-weight: 100;
}

.bg-gray {
  background: #f9f9f9;
}

.section-bg {
  background: #000;
}

.overly {
  position: relative;
}

.overly:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a,
.header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Quattrocento Sans", sans-serif;
}

.header-bradcrumb a:hover {
  color: #f62000;
}

.slick-slide {
  outline: none;
}

.transparent {
  padding: 20px;
  max-width: 95%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  color: black;
}

.transparent-x {
  padding: 30px;
  max-width: 95%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: black;
}

.logo {
  height: 50px;
  margin-top: 10px;
  display: inline-block;
}

/*=================================================================
  Navigation
==================================================================*/

.navigation {
  background-color: #000000;
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.navigation .logo {
  padding: 0;
  height: auto;
  margin-top: 0;
}

.navigation .logo img {
  height: auto;
  width: 100px;
}

@media (max-width: 490px) {
  .navigation .logo img {
    width: 50px;
    padding: 30px;
  }
}

.navigation .navigation-menu li a.active {
  color: #f62000 !important;
}

.navigation .navigation-menu a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 16px;
  color: #737f8a;
}

.navigation .navigation-menu a:hover, .navigation .navigation-menu a:focus {
  background: transparent;
  color: #f62000 !important;
}

.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}

.navbar-toggle span {
  background: #fff;
}

.quick-links {
  position: fixed;
  top: 0px;
  z-index: 999;
  background-color: black;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 10px;
}

.quick-links .contact-info {
  font-family: 'Courier New', Courier, monospace;
  font-size: 10pt;
}

.social-icon {
  margin: 5px;
}

#faqs h4 {
  color: black;
  font-weight: bold;
}

#faqs p {
  color: black;
  font-size: 10pt;
}

@media (max-width: 768px) {
  .contact-info .contact-text {
    display: none;
  }
}

.contact-info span {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.contact-info span i {
  margin-right: 5px;
}

#contact-us h2, h3 {
  color: white;
}

/*=================================================================
Hero
==================================================================*/

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-area {
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-area .block {
  text-align: center;
  z-index: 99;
}

.hero-area .block .video- a {
  background: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  line-height: 60px;
  font-size: 20px;
  margin-left: 3px;
  color: #f62000;
}

.hero-area .block h1 {
  font-size: 90px;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .hero-area .block h1 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .hero-area .block h1 {
    font-size: 48px;
  }
}

.hero-area .block p {
  color: #fff;
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}

.hero-area .block .btn-transparent {
  margin-top: 40px;
  padding: 14px 50px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.content-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: white;
  text-align: center;
}

.content {
  color: black;
}

/*=================================================================
  About us section
==================================================================*/

.about .block {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-bottom: 2px solid transparent;
  border-radius: 5px;
  transition: 0.5s all;
  margin-bottom: 20px;
}

.about .block:hover {
  border-bottom: 2px solid #f62000;
}

.about .block:hover .icon-box {
  transform: translateY(-10px);
}

.about .block .icon-box {
  position: relative;
  width: 160px;
  height: 92.38px;
  background-color: transparent;
  margin: 46.19px auto 60px;
  padding: 20px 0;
  border-left: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
  font-size: 50px;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
}

.about .block .icon-box:after, .about .block .icon-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 113.14px;
  height: 113.14px;
  background-color: inherit;
  left: 20.4315px;
  transform: scaleY(0.5774) rotate(-45deg);
}

.about .block .icon-box:before {
  top: -56.5685px;
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
}

.about .block .icon-box:after {
  bottom: -56.5685px;
  border-bottom: 2px solid rgba(236, 239, 241, 0.07);
  border-left: 2px solid rgba(236, 239, 241, 0.07);
}

.about .block .icon-box h3 {
  color: #afbac4;
}

/*=================================================================
 Call To Action 1
==================================================================*/

.call-to-action {
  background-attachment: fixed;
}

.call-to-action h2 {
  font-weight: 700;
  color: #444;
}

.call-to-action p {
  font-size: 16px;
  color: #000;
}

.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Contact form
==================================================================*/

.contact-us {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid rgba(236, 239, 241, 0.07);
  height: 45px;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
  border-color: #f62000;
}

#contact-submit {
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: #f62000;
  padding: 12px 0;
  width: 100%;
  margin: 0;
}

.contact-info p {
  margin-bottom: 25px;
}

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

.con-info i,
.con-info span {
  float: left;
}

.con-info span {
  margin: -5px 0 0 15px;
}

/*=================================================================
  Services section
==================================================================*/

.service-block {
  padding: 60px 20px;
  border-left: 1px solid rgba(236, 239, 241, 0.07);
  border-top: 1px solid rgba(236, 239, 241, 0.07);
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(40, 40, 40);
  margin-bottom: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service-block .service-icon {
  margin-bottom: 10px;
  font-size: 50px;
}

.service-block:hover {
  border-bottom: 2px solid #f62000;
}

.service-block h3 {
  color: black;
}

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

.card,
.faqs {
  background-color: white;
}

/*=================================================================
  Footer section
==================================================================*/

.footer p {
  color: black;
}

.social-icon {
  padding: 60px 0 35px;
}

.social-icon ul {
  text-align: center;
}

.social-icon ul li {
  margin-bottom: 4px;
}

.social-icon ul li:hover a {
  background-color: #f62000;
  transform: rotateY(0deg);
}

.social-icon ul li:hover a i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotateY(0deg);
}

.social-icon ul li a {
  background-color: #26292e;
  border: 1px solid transparent;
  display: block;
  height: 100px;
  width: 100px;
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}

@media (max-width: 768px) {
  .social-icon ul li a {
    width: 75px;
    height: 75px;
  }
}

.social-icon ul li a i {
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
  line-height: 70px;
  margin-top: 15px;
  /* opacity: 0.5; */
  transform: rotateY(180deg);
  transition: all 400ms ease-out 0s;
}

@media (max-width: 768px) {
  .social-icon ul li a i {
    line-height: 55px;
    font-size: 25px;
  }

  .testimonials {
    max-width: 100%;
    margin: auto;
  }
}

.copyright {
  padding: 20px 0;
  color: #000000;
}

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

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

#scrollUp {
  border: 1px solid #4e595f;
  bottom: 15px;
  color: #fff;
  display: none;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  z-index: 600;
}

#scrollUp:hover {
  background-color: #f62000;
  border: 1px solid #f62000;
}

.whatsapp:hover {
  color: #25d366;
}

p .answer {
  color: black;
  font-size: 10pt;
}

.answer a {
  color: black;
}

.answer:hover a {
  color: #f62000;
}

.testimonials {
  max-width: 50%;
  margin: auto;
}

.questions {
  color: black;
}

.author {
  color: black;
}

.author:hover {
  color: #f62000;
}

.follow {
  color: black;
}

.accordion {
  line-height: 2;
}

.portfolio-section {
  background-color: white;
  padding: 30px 0 30px 0;
}

.portfolio-section .title {
  padding-bottom: 20px;
}

.frame {
  background-color: white; 
  padding: 10px;
}

.bg-1 {
  background-image: url("../img/flat.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-2 {
  background-image: url("../img/tyre.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.location-list {
  list-style-type: none;
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.location-item {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  color: #000;
}

.location-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -5px;
  color: #ccc;
}
