@charset "UTF-8";
@font-face {
  font-family: 'Helvetica';
  src: url(./fonts/Helvetica.woff) format('woff');
}
body {
  font-family: "Helvetica", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
section {
  padding: 20px 0;
}
#banner {
  padding: 0;
}
header .navbar .container > a {
  width: 25%;
}
header .navbar a > img {
  width: 100%;
  max-width: 300px;
}
nav.navbar {
  padding-bottom: 0;
}
.rel {
  position: relative;
}
@media (min-width: 1900px) {
  .container {
    max-width: 1500px;
  }
}
.page-404 {
  min-height: calc(100vh - 244px);
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 150px 15px 150px 15px;
  color: #0d0d0d;
}
.fries {
  position: absolute;
  right: 24px;
  top: 14px;
  z-index: 1;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fries > div {
  position: relative;
  flex: none;
  width: 18px;
  height: 1px;
  background: #212529;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-body .fries > div {
  background: #212529;
}
.fries > div:before,
.fries > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 28px;
  height: 1px;
  background: inherit;
  transition: all 0.4s ease;
}
.fries > div:after {
  top: 10px;
}
.fries[aria-expanded="true"] > div {
  transform: rotate(135deg);
}
.fries[aria-expanded="true"] > div:before, .fries[aria-expanded="true"] > div:after {
  top: 0;
  transform: rotate(90deg);
  width: 100%;
}
#menu-wrap {
  background-color: #ff8e09;
}
nav.navbar.navbar-expand-lg {
  display: block;
}
nav.navbar.navbar-expand-lg > div {
  padding: 15px 0;
}
.navbar-nav li {
  margin: 0 10px;
}
.navbar-nav a {
  color: #fff;
  font-style: italic;
  padding: 10px;
}
.sq {
  border-radius: 0;
}
.top-header a {
  color: #070000;
  padding: 5px 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.top-header a:hover {
  text-decoration: underline;
  text-decoration-color: #ff8e09;
  color: #ff8e09;
}
.top-header a:hover svg, 
.top-header span svg:has(+ a:hover) {
  fill: #ff8e09;
}
.top-header svg {
  margin-right: 8px;
}
.top-header span > a {
  padding: 5px;
}
.top-header > span {
  padding: 5px 15px;
}
.top-header span > svg {
  margin: 0;
}
.top-header .btn {
  color: #fff !important;
  padding: 8px 20px;
  text-decoration: none !important;
}
form.top-search {
  display: flex;
  height: 100%;
}
form.top-search input {
  background: #e8e8e8;
}
form.top-search .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.top-search input.form-control {
  min-width: 300px;
}
#banner > img {
  width: 100%;
}
.car-wrap {
  padding: 10px;
  border: 1px solid #afafaf;
  margin-bottom: 25px;
}
.car-wrap > * {
  display: block;
}
.car-wrap > img {
  width: 100%;
  object-fit: cover;
  margin: 5px 0;
}
.car-wrap > label {
  color: #5f5f5f;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
}
.car-wrap > .car-title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  text-decoration: none;
  color: #070000;
  text-transform: uppercase;
}
.car-wrap > h2 {
  color: #ff8e09;
  font-weight: bold;
  font-size: 24px;
}
.car-wrap img.attachment-medium {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.search-header {
  border: 1px solid #afafaf;
  text-align: center;
  background: #d9d9d9;
  padding: 15px;
  font-weight: bold;
  font-style: italic;
}
.search-header h3 {
  margin: 0;
}
.search-body {
  background: #f7f7f7;
  border: 1px solid #afafaf;
  padding: 15px;
}
#search-block {
  padding: 30px 0 60px 0;
}
#search-block .col {
  padding: 10px;
}
#search-btn {
  background: #ff8e09;
  border-color: #ff8e09;
  border-radius: 0;
  width: 100%;
  font-weight: bold;
  font-style: italic;
}
#search-btn:hover {
  background: #f9a632;
  border-color: #f9a632;
}
#customer-reviews {
  padding-bottom: 50px;
}
h1.section-title {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.review-wrap {
  border: 1px solid #afafaf;
  padding: 20px;
  background: #f6f6f6;
  border-radius: 10px;
  height: 100%;
}
.review-wrap p {
  color: #848484;
  margin: 0;
}
.user {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.user > .profile {
  width: 60px;
  border-radius: 100%;
}
.user > .name {
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  font-size: 15px;
}
.link-w-icon svg {
  width: 24px;
  fill: #ff8e09;
  margin: 0 0 3px 10px;
}
a.link-w-icon {
  color: #ff8e09;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  width: max-content;
  margin: 20px auto 0 auto;
  border-bottom: 1px solid transparent;
}
a.link-w-icon:hover {
  border-bottom: 1px solid #ff8e09;
}
footer {
  background: url('../img/footer-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
#footer-menu {
  list-style: none;
  padding: 30px 0 0 0;
}
#footer-menu a {
  padding: 5px 0;
  display: inline-block;
  text-decoration: none;
  color: #848484;
}
#footer-menu li {
  padding: 3px 0;
}
#footer-menu a:hover {
  color: #fff;
}
footer .btn {
  background: #ff8e09;
  border-color: #ff8e09;
  width: 80%;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
footer .btn:hover {
  background: #f9a632;
  border-color: #f9a632;
}
footer label {
  color: #fff;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 15px;
  display: block;
}
footer a.c-link {
  text-decoration: none;
  display: block;
  width: max-content;
  color: #848484;
}
footer a.c-link:hover {
  color: #fff;
}
footer p {
  color: #848484;
}
ul.social {
  list-style: none;
  padding: 0;
}
ul.social li {
  display: inline;
  margin-right: 5px;
}
ul.social li a svg {
  fill: #fff;
}
img.mini-map {
  width: 90%;
}

/* Car Page */
#car-page form .form-group {
  margin-bottom: 15px;
}
#car-page form .form-group .filter-label {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}
#car-full-image {
  width: 100%;
}
.cars-thumb {
  cursor: pointer;
  border: 1px solid transparent;
  width: 25%;
}
.cars-thumb:hover {
  border-color: #afafaf;
}
#car-page .details {
  margin-top: 20px;
}
#car-page .car-details p {
  margin-bottom: 10px;
}
.inquire-btn {
  width: 100%;
  margin-top: 20px;
  background: #184799;
  font-style: italic;
}
#car-page h1.title, 
#car-page h1.price {
  font-size: 32px;
}
#cars-blocks.inner-block {
  padding-bottom: 50px;
}

/* About Us */
#about-us {
  padding: 50px 0;
}
#about-us .logo {
  max-width: 80%;
  width: 400px;
  margin: 0 auto;
  display: block;
}
#about-us ul {
  list-style: none;
  padding: 0;
}
#about-us label {
  font-weight: bold;
  margin: 20px 0 10px 0;
}
#about-us ul li a {
  text-decoration: none;
  color: #848484;
  display: inline-block;
}
#about-us p {
  color: #848484;
}
#about-us ul li svg {
  margin-right: 5px;
}
#about-us ul li p {
  margin: 0;
}
#about-us .text-wrap {
  padding: 50px 0;
}
#about-us .text-wrap p:last-of-type {
  margin: 0;
}
#about-us a.location-link {
  text-decoration: none;
  color: #848484;
}
#about-us a:hover {
  text-decoration: underline;
}

/* Reviews */
#customer-reviews.page {
  padding: 80px 0;
}
#customer-reviews.page .col-lg-4 {
  margin-bottom: 20px;
}

/* Contact Us */
#contact-us {
  padding: 80px 0;
  background: #f3f3f3;
}
#contact-us form {
  width: 100%;
  margin: 0 auto;
  color: #9d9d9d;
}
#contact-us .form-container {
  width: 90%;
  max-width: 580px;
  padding: 40px;
  border: 1px solid #848484;
  margin: 0 auto;
}
#contact-us .form-container .section-title {
  text-align: left;
  margin-bottom: 15px;
}
#contact-us .forminator-field {
  position: relative;
}
#contact-us .forminator-field label {
  position: absolute;
  margin: 0 !important;
  padding: 5px 10px;
  border-right: 1px solid #9d9d9d;
}
#contact-us .forminator-input {
  padding: 3px 5px 3px 50px;
  color: #9d9d9d;
}
#contact-us .forminator-field svg {
  fill: #9d9d9d !important;
}
#contact-us .field-message .forminator-field label {
  border: 1px solid #9d9d9d;
  width: 100%;
  position: initial;
  top: 0;
}
#contact-us .forminator-description {
  position: absolute;
  right: 10px;
  top: 5px;
}
.forminator-field .forminator-input, 
#contact-us .forminator-field .forminator-textarea {
  border: 1px solid #9d9d9d !important;
  border-radius: 0px !important;
  min-height: 34px;
}
#contact-us .forminator-textarea {
  padding-left: 10px;
}
#contact-us .forminator-row {
  margin-bottom: 20px !important;
}
#contact-us form button {
  background: #ff8e09;
  border-color: #ff8e09;
  width: 100%;
  font-weight: bold;
  font-style: italic;
  border: 1px solid #ff8e09;
  padding: 10px;
  color: #fff;
}
#contact-us form button {
  background: #f9a632;
  border-color: #f9a632;
}

@media (max-width: 1399px) {
  .top-header {
    text-align: right;
  }
  .top-header > span {
    padding-right: 0;
  }
  .top-header .btn {
    margin-left: 10px;
    margin-top: 5px;
  }
}
@media (max-width: 1199px) {
  .top-header > span {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .top-header {
    text-align: center;
  }
  .top-search input.form-control {
    min-width: 100%;
  }
  form.top-search {
    display: block;
  }
  form.top-search .btn {
    width: 100%;
  }
  header .navbar .container > a {
    margin: 0 auto;
  }
  #customer-reviews .row > div {
    margin-bottom: 20px;
  }
  .car-wrap img {
    width: 100%;
    object-fit: cover;
  }
  footer {
    text-align: center;
  }
  footer a.c-link {
    margin: 0 auto;
  }
  footer label {
    margin: 5px auto;
  }
  footer .row > div:not(.row > div:first-child) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #search-block .row {
    display: block;
  }
  #contact-us .form-container {
    width: 100%;
    padding: 20px 15px;
  }
}