/* Start Global Rules */

:root {
  --color-palette-1: #f2cc00;
  --color-palette-2: #2c2c2c;
  --color-palette-3: #333333;
  --color-palette-4: #434343;
  --color-palette-5: #ececec;
  --color-palette-6: #ffcc00;
  --color-palette-7: #818080;
  --color-palette-8: #f7f7f7;
  --color-palette-9: #e1e1e1;
  --color-palette-black: #1d1d1f;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Exo", sans-serif;
  background: #ffffff;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.section-heading .subtitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 8px;
  color: var(--color-palette-7);
  margin-bottom: 0;
}

.section-heading .title {
  font-size: 36px;
  color: inherit;
  position: relative;
  font-weight: 900;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 25px;
}

.section-heading .title::before {
  content: "";
  position: absolute;
  background-color: var(--color-palette-6);
  width: 80px;
  height: 8px;
  z-index: 999;
  left: 0;
  bottom: -25px;
}

.section-carousel-navigation {
  height: 100%;
  margin-left: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section-carousel-navigation a {
  padding: 2px 15px;
  line-height: 33px;
  border: 1px solid #ddd;
  border-right: transparent;
  display: inline-block;
}

.section-carousel-navigation a i {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-palette-black);
}

.section-carousel-navigation a.next-item {
  position: relative;
  border-left: transparent;
  margin-left: -5px;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}

.section-carousel-navigation a.next-item::before {
  content: "";
  border-bottom: 40px solid;
  border-left: 8px solid transparent;
  border-right: 0px solid transparent;
  left: -8px;
  top: -1px;
  position: absolute;
  border-bottom-color: #ffcc00 !important;
}

.banner {
  margin: 0;
  padding: 60px;
  background-color: #232C3B;
  text-align: center;
}

.banner .page-title {
  color: #ffcc00;
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1.12em;
  margin-top: 0;
}

/* End Global Rules */
/* Start Header Styles */
.header {
  -webkit-box-shadow: 0px 0px 5px 0px rgb(3 3 3 / 22%);
  box-shadow: 0px 0px 5px 0px rgb(3 3 3 / 22%);
}

.header .navbar-brand {
  padding: 18px 0;
}

.header .navbar-brand a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
}

.header .navbar-brand img {
  width: 55px;
}

.header .navbar-brand span {
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  color: var(--color-palette-black);
}

.header .navigation-menu .menu-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  list-style: none;
  margin: 0;
}

.header .navigation-menu .menu-links a.menu-link {
  display: block;
  padding: 27px 15px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  color: var(--color-palette-black);
  vertical-align: middle;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  white-space: nowrap;
}

/* End Header Styles */
/* Start Slider Section Styles */
.slider {}

.slider .slider-wrapper {

  position: relative;
  width: 100%;
  height: 500px;
}

.slider .slider-wrapper .slider-list {
  position: relative;
  height: 100%;
  width: 100%;
}

.slider .slider-list .slide {
  height: 100%;
  width: 80%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.slider .slider-list .slide.active {
  display: flex;
}

.slider .slider-list .slide .description {
  width: 50%;
  overflow: hidden;
}

.slider .slider-list .slide .description .paragraph-wrapper {
  overflow: hidden;
}

.slider .slider-list .slide .description h1 {
  color: var(--color-palette-black);
  font-family: Exo, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  transition: none 0s ease 0s;
  line-height: 75px;
  border-width: 0px;
  margin: 0px;
  padding: 10px 0px;
  letter-spacing: 0px;
  font-size: 60px;
  max-width: 100%;
  opacity: 1;
}

.slider .slider-list .slide .description .btn {
  line-height: 23px;
  border-width: 0px;
  margin: 0px;
  padding: 12px 40px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 22px;
  border-radius: 0;
  background-color: var(--color-palette-black);
  transition: all 0.35s ease-in-out;
}

.slider .slider-list .slide .description .btn:hover {
  background-color: var(--color-palette-6);
  color: var(--color-palette-black);
}

.slider .slider-list .slide .img {
  width: 50%;
}

.slider .slider-list .slide .img img {}

.slider .slider-wrapper .slider-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.slider .slider-wrapper .slider-controls .btn-slider {
  width: 40px;
  height: 40px;
  background: #333333e3;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

/**
   * ----------------------------------------
   * animation fadeout-image
   * ----------------------------------------
  */

.fadeout-image {
  -webkit-animation: fadeout-image 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fadeout-image 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes fadeout-image {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes fadeout-image {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

/**
   * ----------------------------------------
   * animation fadein-image
   * ----------------------------------------
  */

.fadein-image {
  -webkit-animation: fadein-image 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: fadein-image 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes fadein-image {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadein-image {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/**
   * ----------------------------------------
   * animation slide-bottom
   * ----------------------------------------
   */
.slide-bottom {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.32, 0, 0.67, 0) both;
  animation: slide-bottom 0.5s cubic-bezier(0.32, 0, 0.67, 0) both;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/**
   * ----------------------------------------
   * animation slide-up
   * ----------------------------------------
   */
.slide-up {
  -webkit-animation: slide-up 0.5s cubic-bezier(0.32, 0, 0.67, 0) both;
  animation: slide-up 0.5s cubic-bezier(0.32, 0, 0.67, 0) both;
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* End Slider Section Styles */

/* Start Car Divider Section */

.vehicle-divider {
  background-color: var(--color-palette-2);
  border-bottom: 1px solid var(--color-palette-4);
  padding: 8px 0;
  overflow: hidden;
}

.vehicle-divider .divider-content {
  position: relative;
}

.vehicle-divider .divider-content::before {
  border-top: dashed var(--color-palette-5);
  width: 100%;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  z-index: 0;
}

.vehicle-divider .divider-content .divider-border {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-animation: car-rotate 7s infinite linear;
  animation: car-rotate 7s infinite linear;
}

/**
   * ----------------------------------------
   * animation car-rotate
   * ----------------------------------------
   */

@-webkit-keyframes car-rotate {
  from {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }

  to {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

@keyframes car-rotate {
  from {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }

  to {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

/* End Car Divider Section */

/* Start About Us Section */
.about {
  padding: 90px;
  position: relative;
  background: var(--color-palette-3);
}

.about .about-heading .top-subtitle {
  font-size: 20px;
  color: var(--color-palette-7);
  font-weight: 700;
}

.about .about-heading .title {
  font-size: 45px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 900;
  color: var(--color-palette-6);
  line-height: 50px;
}

.about .about-heading .subtitle {
  font-size: 20px;
  color: var(--color-palette-5);
  font-weight: normal;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
}

.about .about-heading .subtitle::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--color-palette-1);
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.about .about-heading .subtitle::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--color-palette-1);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  margin-left: 15px;
}

.about .about-content p {
  color: var(--color-palette-5);
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.025em;
}

.about-page {
  padding: 120px 0px 120px 0px;
  background-color: #f7f7f7;
}
.about-page .about-content {
  color: #636363;
  font-size: 16px;
}
.about-content a {
  color: var(--color-palette-1);
}

/* End About Us Section */
/* Start Multi Border Divider  */
.multi-border-divider {
  position: relative;
}

.multi-border-divider::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  height: 12px;
  background-size: 30px;
  background-image: -webkit-linear-gradient(0deg, #ffcc00 15px, #333 0);
}

/* End Multi Border Divider  */

/* Start References Section */

.references {
  padding: 90px;
}

.references-carousel {
  overflow: hidden;
  margin-top: 50px;
}

.references-carousel .owl-item img {
  width: auto;
  margin: auto;
}

/* End References Section */

/* Start Blog Section */

.blog {
  padding: 90px;
  background-color: var(--color-palette-8);
}

.blog .blog-carousel img {
  height: 237px;
  object-fit: cover;
}

.blog .blog-carousel article {
  background-color: #fff;
  margin-top: 35px;
  margin-bottom: 30px;
  border-radius: 5px;
  text-align: center;
}

.blog .blog-carousel article .article-thumb {
  overflow: hidden;
  border-radius: 5px;
}

.blog .blog-carousel article .article-content {
  height: 160px;
  padding: 20px;
}

.blog .blog-carousel article .article-content .meta-data {
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid var(--color-palette-9);
  padding-bottom: 15px;
}

.blog .blog-carousel article .article-content .meta-data .created-at {
  padding: 5px 15px;
  margin: 0 5px 5px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border-radius: inherit;
  background-color: var(--color-palette-2);
}

.blog .blog-carousel article .article-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-top: 15px;
}

.blog .blog-carousel article .article-title a {
  color: var(--color-palette-black);
}

.article-page {
  padding: 120px 0px 120px 0px;
  background-color: #f7f7f7;
}
.article-page .article-content {
  color: #636363;
  font-size: 16px;
}

/* End Blog Section */

/* Start Contact Us Section */
.contact {
  padding: 90px;
}

.contact .form-wrapper {
  border: 1px solid #dddddd;
  padding: 50px;
  border-radius: 10px;
  background-color: #fafafa;
  position: relative;
}

.contact .form-wrapper i {
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translateX(-50%);
  color: var(--color-palette-1);
  font-size: 60px;
}

.contact .form-wrapper h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 45px;
  font-weight: 800;
  color: #232c3b;
}

.contact .form-wrapper input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  float: left;
  margin-bottom: 30px;
  padding: 10px 0;
  margin-right: 50px;
  color: #8c8c8c;
  font-size: 15px;
  background-color: #fafafa;
}

.contact .form-wrapper textarea {
  border: none;
  border-bottom: 1px solid #dddddd;
  color: #8c8c8c;
  margin-top: 50px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  font-size: 15px;
  background-color: #fafafa;
}

.contact .form-wrapper input:focus,
.contact .form-wrapper textarea:focus {
  outline: none;
}

.contact .form-wrapper input.submit {
  cursor: pointer;
  padding: 15px 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  margin: auto;
  border-radius: 5px;
  background-color: #ffcc00;
  transition: all 0.35s ease-in-out;
  border: none;
}

.contact .form-wrapper input.submit:hover {
  background-color: var(--color-palette-black);
}

/* End Contact Us Section */

/* Start Footer Section */
.footer {
  padding: 60px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1d1d1f;
}

.footer .widget {
  margin: 30px 0;
}

.footer .widget ul {
  list-style: none;
  margin: 0;
}

.footer .widget .widget-title {
  color: #ffcc00;
  border-color: #ffcc00;
  font-size: 24px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  font-weight: 800;
  border-left: 5px solid;
  padding-left: 15px;
  letter-spacing: 0.02em;
}

.footer .widget .widget-content p {
  font-size: 16px;
  color: #cbcaca;
  font-family: "Roboto Slab", serif;
}

.footer .widget.widget-links ul {
  margin-top: -8px;
}

.footer .widget.widget-links ul li {
  line-height: 45px;
  position: relative;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.footer .widget.widget-links ul li::before {
  position: absolute;
  left: -30px;
  top: 21px;
  width: 20px;
  height: 3px;
  content: "";
  background-color: #ffcc00;
}

.footer .widget.widget-links ul li a {
  color: #ececec;
}

.footer .widget.widget-contact-links ul {
  padding: 0;
}

.footer .widget.widget-contact-links ul li {
  line-height: 35px;
}

.footer .widget.widget-contact-links ul li a {
  color: #ececec;
}

.footer .widget.widget-contact-links ul li a i {
  color: var(--color-palette-1);
}

.footer .widget.widget-map-address .widget-map {
  width: 250px;
  height: 250px;
}

.footer .widget.widget-map-address .widget-map iframe {
  width: 100%;
  height: 100%;
}

.footer .footer-bottom {
  color: #6a6b6f;
  border-top: 1px solid #434343;
  padding-top: 15px;
  margin-top: 30px;
}

.footer .footer-bottom p {
  font-size: 14px;
  font-weight: 500;
}

/* End Footer Section */

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ffffff;
  display: block;
  height: 45px;
  line-height: 47px;
  text-align: center;
  width: 45px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px -3px rgb(0 0 0 / 40%);
  box-shadow: 0 0 10px -3px rgb(0 0 0 / 40%);
  z-index: 99;
  font-size: 16px;
  color: #1d1d1f;
  opacity: 0;
}

.scroll-top:hover {
  color: var(--color-palette-1);
}

/* Start Privacy policy Styles */
.privacy-page {
  padding: 120px 0px 120px 0px;
}
/* End Privacy policy Styles */