body {
  color: #222;
  font-family: AvenirNext,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background-color: #c9480c;
  color: #fff;
}

::selection {
  background-color: #c9480c;
  color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #c9480c;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0rem;
  letter-spacing: 1.5px;
  font-family: Futura,Helvetica,Arial,sans-serif;
}

p {
  margin: 0rem;
}

.container-mid {
  width: 100%;
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.d-trns, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .default-btn, .theme-submit-btn, .secondary-btn, .simple-btn:hover::after, .main-header .site-header .navbar-toggler .icon-bar, .main-header .site-header .navbar-toggler .icon-bar:nth-child(2), .main-header .site-header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1), .main-header .site-header .navbar-nav .nav-item > a::before, .main-header .site-header .navbar-nav .dropdown .dropdown-menu .dropdown-item::before, .cars .car-name::before, .cars .car-name::after, .cars .car-image img, .cars .carousel-indicators, .cars .carousel-indicators li, .cars .carousel-indicators li .car-indicator-info, .cars .carousel-control-prev, .cars .carousel-control-next, .cta-box, .cta-icon, .cta-icon svg, .discover-image::before, .blogs .blog-grid-image img, .blogs .blog-grid-details, .blogs .blog-grid-date, .blogs .blog-grid-title h2::before, .blogs .blog-grid-title h2::after, .contact .contact-us-details .icon svg, .contact .contact-us-form form label, .contact .contact-us-form form .submit-btn-lg, .site-footer ul:not(.social-media) li > a, .site-footer ul:not(.social-media) li > a::before {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

span.important {
  color: #c9480c;
}

.navbar-brand {
  padding: 0rem;
}

@media (min-width: 576px) {
  .owl-carousel {
    padding: 0rem 60px;
  }
}

.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 576px) {
  .owl-carousel .owl-nav {
    margin-top: 0rem;
  }
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c9480c;
  border: 2px solid #ffffff;
  color: #fff;
  font-size: 2.25rem;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  margin: 0px 0.5rem;
}

@media (min-width: 576px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 55px;
    height: 55px;
    font-size: 2.5rem;
    margin: 0rem;
  }
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  position: relative;
  top: -4px;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #00000d;
  color: #fff;
  opacity: 1;
}

@media (min-width: 576px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0rem;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0rem;
  }
}

.default-btn, .theme-submit-btn {
  position: relative;
  background: #c9480c;
  color: #fff;
  border: 1px solid #c9480c;
  padding: 0.75rem 2rem;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 3px;
  min-width: 215px;
  text-align: center;
  font-family: Futura,Helvetica,Arial,sans-serif;
  border-radius: 0rem;
}

@media (min-width: 576px) {
  .default-btn, .theme-submit-btn {
    font-size: 1rem;
  }
}

.default-btn:hover, .theme-submit-btn:hover {
  background-color: #00000d;
  border-color: #00000d;
  color: #fff;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 13, 0.7);
          box-shadow: 0 0 15px -3px rgba(0, 0, 13, 0.7);
}

.default-btn:focus, .theme-submit-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.default-btn.btn-inverse, .btn-inverse.theme-submit-btn {
  background-color: #fff;
  color: #c9480c;
}

.default-btn.btn-inverse:hover, .btn-inverse.theme-submit-btn:hover {
  background-color: #c9480c;
  border-color: #c9480c;
  color: #fff;
  -webkit-box-shadow: 0 0 15px -3px rgba(241, 92, 23, 0.7);
          box-shadow: 0 0 15px -3px rgba(241, 92, 23, 0.7);
}

.default-btn.btn-transparent, .btn-transparent.theme-submit-btn {
  background-color: transparent;
  color: #c9480c;
}

.default-btn.btn-transparent:hover, .btn-transparent.theme-submit-btn:hover {
  background-color: #c9480c;
  border-color: #c9480c;
  color: #fff;
  -webkit-box-shadow: 0 0 15px -3px rgba(241, 92, 23, 0.7);
          box-shadow: 0 0 15px -3px rgba(241, 92, 23, 0.7);
}

.secondary-btn {
  position: relative;
  background: #2d2d2d;
  color: #fff;
  border: 1px solid #2d2d2d;
  padding: 0.75rem 2rem;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 3px;
  min-width: 215px;
  text-align: center;
  font-family: Futura,Helvetica,Arial,sans-serif;
  border-radius: 0rem;
}

@media (min-width: 576px) {
  .secondary-btn {
    font-size: 1rem;
  }
}

.secondary-btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 15px -3px rgba(71, 71, 71, 0.7);
          box-shadow: 0 0 15px -3px rgba(71, 71, 71, 0.7);
}

.secondary-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.secondary-btn.btn-inverse {
  background-color: #fff;
  color: #2d2d2d;
}

.secondary-btn.btn-inverse:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
  -webkit-box-shadow: 0 0 15px -3px rgba(71, 71, 71, 0.7);
          box-shadow: 0 0 15px -3px rgba(71, 71, 71, 0.7);
}

.secondary-btn.btn-transparent {
  background-color: transparent;
  color: #2d2d2d;
}

.secondary-btn.btn-transparent:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
  -webkit-box-shadow: 0 0 15px -3px rgba(71, 71, 71, 0.7);
          box-shadow: 0 0 15px -3px rgba(71, 71, 71, 0.7);
}

.theme-submit-btn {
  width: 100%;
  min-width: unset;
  padding: 0.5rem 1rem;
  height: 2.75rem;
}

.simple-btn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  color: #00000d;
  font-family: Futura,Helvetica,Arial,sans-serif;
  font-weight: 300;
}

.simple-btn i {
  -webkit-transition: all 0.4s, color 0s;
  transition: all 0.4s, color 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
  margin-left: -10px;
}

.simple-btn::before, .simple-btn::after {
  content: '';
  position: absolute;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  height: 2px;
}

.simple-btn::before {
  background-color: #00000d;
}

.simple-btn::after {
  background-color: #c9480c;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.simple-btn:hover {
  color: #c9480c;
}

.simple-btn:hover i {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-left: 0;
}

.simple-btn:hover::before {
  opacity: 0;
}

.simple-btn:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.simple-btn.btn-inverse {
  padding-bottom: 2px;
}

.simple-btn.btn-inverse i {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-left: 0;
  font-size: 100%;
  margin-left: 2px;
  margin-bottom: -1px;
}

.simple-btn.btn-inverse::before {
  display: none;
}

.saperator {
  display: inline-block;
  position: relative;
  top: -0.25rem;
  height: 5px;
  background: #c9480c;
  width: 35px;
  border-radius: 3px;
}

.section-heading {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 3rem;
}

.section-heading h2 {
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.333;
}

@media (min-width: 576px) {
  .section-heading h2 {
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  .section-heading h2 {
    font-size: 35px;
  }
}

@media (min-width: 992px) {
  .section-heading h2 {
    font-size: 45px;
  }
}

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
  border-radius: 0rem;
  padding: 0rem;
  border-color: transparent;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.select2-container--open .select2-search--dropdown .select2-search__field {
  border-radius: 0rem;
  border-color: gray;
  margin-bottom: 0.5rem;
  padding: 6px;
}

.select2-container--open .select2-search--dropdown .select2-search__field:focus-visible {
  -webkit-box-shadow: 0px 0px 0px 2px white;
          box-shadow: 0px 0px 0px 2px white;
  outline: none;
  border-color: #333333;
}

.select2-container--open .select2-results__option--highlighted[aria-selected] {
  background-color: #c9480c;
}

@font-face {
  font-display: fallback;
  font-family: "Futura";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Futura-Book-webfont.woff2") format("woff2"), url("../fonts/Futura-Book-webfont.woff") format("woff");
}

@font-face {
  font-display: fallback;
  font-family: "Futura";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Futura-Bold-webfont.woff2") format("woff2"), url("../fonts/Futura-Bold-webfont.woff") format("woff");
}

@font-face {
  font-display: fallback;
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirNext-Regular-webfont.woff2") format("woff2"), url("../fonts/AvenirNext-Regular-webfont.woff") format("woff");
}

@font-face {
  font-display: fallback;
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/AvenirNext-Demi-webfont.woff2") format("woff2"), url("../fonts/AvenirNext-Demi-webfont.woff") format("woff");
}

@font-face {
  font-display: fallback;
  font-family: "Harriet Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HarrietText-Regular-webfont.woff2") format("woff2"), url("../fonts/HarrietText-Regular-webfont.woff") format("woff");
}

.wow:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.wow:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.wow:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.wow:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes gradaSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes gradaSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.gradaSkewIn {
  -webkit-animation-name: gradaSkewIn;
          animation-name: gradaSkewIn;
}

@-webkit-keyframes header_scroll_on {
  0% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes header_scroll_on {
  0% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes carLine {
  0% {
    height: 0rem;
  }
  100% {
    height: 9rem;
  }
}

@keyframes carLine {
  0% {
    height: 0rem;
  }
  100% {
    height: 9rem;
  }
}

@-webkit-keyframes viewDetailFadeInUp {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@keyframes viewDetailFadeInUp {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

.logo-dealer-name {
  font-size: 14px;
  padding-left: 0.5rem;
  margin-left: -0.5rem;
  margin-right: auto;
  position: relative;
  letter-spacing: 0;
}

@media (min-width: 576px) {
  .logo-dealer-name {
    font-size: 1.25rem;
  }
}

.logo-dealer-name::before {
  content: '|';
  position: absolute;
  height: 100%;
  width: 1px;
  left: -0.25rem;
  top: 0rem;
  font-weight: 300;
  opacity: 0.3;
}

.logo-dealer-name a:hover {
  color: inherit;
}

.main-header {
  background-color: #fff;
  color: #333333;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  font-family: Futura,Helvetica,Arial,sans-serif;
}

@media (min-width: 1200px) {
  .main-header {
    position: fixed;
  }
}

.main-header .header-top-bar {
  background-color: #b13f0b;
  color: #ffffff;
  padding: 0.5rem 0rem;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  display: none;
}

@media (min-width: 1200px) {
  .main-header .header-top-bar {
    display: block;
  }
}

.main-header .header-top-bar .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .header-top-bar .top-wrapper i {
  margin-right: 0.5rem;
}

.main-header .header-top-bar .top-wrapper > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .header-top-bar .top-wrapper-phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .header-top-bar .top-wrapper-phone-wrapper::after {
  content: '|';
  margin: 0rem 0.5rem;
}

.main-header .header-top-bar .top-wrapper-phone-wrapper:last-child::after {
  display: none;
}

.main-header .header-top-bar .top-wrapper-phone-wrapper a:hover {
  color: inherit;
  text-decoration: underline;
}

.main-header .header-top-bar .top-wrapper-address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .header-top-bar .top-wrapper-address-wrapper a:hover {
  color: inherit;
  text-decoration: underline;
}

.main-header .site-header a {
  display: inline-block;
}

.main-header .site-header .navbar-brand {
  line-height: 0;
}

.main-header .site-header .navbar-brand img {
  width: 80px;
}

@media (min-width: 576px) {
  .main-header .site-header .navbar-brand img {
    width: 120px;
  }
}

.main-header .site-header .contact-details-wrapper {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 576px) {
  .main-header .site-header .contact-details-wrapper {
    margin-left: auto;
  }
}

.main-header .site-header .contact-details-wrapper .address {
  margin-left: 0.5rem;
}

@media (min-width: 576px) {
  .main-header .site-header .contact-details-wrapper .address {
    margin-right: 0.5rem;
  }
}

.main-header .site-header .contact-details-wrapper svg {
  width: 20px;
  fill: #c9480c;
}

@media (min-width: 576px) {
  .main-header .site-header .contact-details-wrapper svg {
    width: 25px;
  }
}

.main-header .site-header #primary-menu {
  overflow: auto;
}

@media (min-width: 1200px) {
  .main-header .site-header #primary-menu {
    overflow: visible;
  }
}

.main-header .site-header .navbar {
  padding: 0.5rem 0rem;
}

@media (min-width: 1200px) {
  .main-header .site-header .navbar {
    padding: 0rem;
  }
}

.main-header .site-header .navbar-toggler, .main-header .site-header .navbar-toggler:hover, .main-header .site-header .navbar-toggler:focus {
  outline: none;
}

.main-header .site-header .navbar-toggler .icon-bar {
  background-color: #c9480c;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
          transform: rotate(0deg) translate(0px, 0px);
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.main-header .site-header .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.main-header .site-header .navbar-toggler .icon-bar:nth-child(2) {
  width: 16px;
}

.main-header .site-header .navbar-toggler:hover > .icon-bar:nth-child(2) {
  width: 22px;
}

.main-header .site-header .navbar-toggler:active > .icon-bar:nth-child(2) {
  width: 22px;
}

.main-header .site-header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
          transform: rotate(45deg) translate(5px, 4px);
}

.main-header .site-header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}

.main-header .site-header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}

.main-header .site-header .navbar-collapse {
  position: fixed;
  top: 41px;
  bottom: 0rem;
  left: -100%;
  padding: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.main-header .site-header .navbar-collapse.show {
  background-color: #fff;
  left: 0;
}

@media (min-width: 576px) {
  .main-header .site-header .navbar-collapse {
    top: 53px;
  }
}

@media (min-width: 1200px) {
  .main-header .site-header .navbar-collapse {
    position: unset;
    width: unset;
    height: auto;
  }
}

.main-header .site-header .navbar-nav .nav-item {
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  font-size: 16px;
  border-top: 1px solid #eee;
}

.main-header .site-header .navbar-nav .nav-item:last-child {
  border-bottom: 1px solid #eee;
}

.main-header .site-header .navbar-nav .nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 20px;
  line-height: 33px;
  position: relative;
}

.main-header .site-header .navbar-nav .nav-item > a .fa-heart {
  margin-right: 0.25rem;
}

.main-header .site-header .navbar-nav .nav-item > a::before {
  content: '';
  position: absolute;
  left: 0.75rem;
  bottom: 0px;
  width: 100%;
  max-width: 0rem;
  height: 2px;
  background-color: #c9480c;
  z-index: 1;
}

.main-header .site-header .navbar-nav .nav-item > a.dropdown-toggle::after {
  -webkit-transition: all 0.4s, color 0s;
  transition: all 0.4s, color 0s;
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  border: none;
  position: relative;
  margin-left: 0.375rem;
  top: -1px;
}

@media (min-width: 1200px) {
  .main-header .site-header .navbar-nav .nav-item > a {
    padding: 1.25rem 1rem;
  }
}

@media (min-width: 1200px) {
  .main-header .site-header .navbar-nav .nav-item {
    font-size: 14px;
    border: 0rem;
  }
  .main-header .site-header .navbar-nav .nav-item:last-child {
    border-bottom: 0rem;
  }
  .main-header .site-header .navbar-nav .nav-item:last-child.dropdown .dropdown-menu, .main-header .site-header .navbar-nav .nav-item:nth-last-child(2).dropdown .dropdown-menu {
    left: auto;
    right: 0rem;
  }
  .main-header .site-header .navbar-nav .nav-item:hover > a {
    color: #c9480c;
  }
  .main-header .site-header .navbar-nav .nav-item:hover > a::before {
    max-width: 3rem;
  }
  .main-header .site-header .navbar-nav .nav-item:hover > a.dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.main-header .site-header .navbar-nav .dropdown a[aria-expanded="true"] {
  background-color: #c9480c;
  color: #fff;
}

.main-header .site-header .navbar-nav .dropdown a[aria-expanded="true"].dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .main-header .site-header .navbar-nav .dropdown a[aria-expanded="true"] {
    background-color: inherit;
    color: #c9480c;
  }
  .main-header .site-header .navbar-nav .dropdown a[aria-expanded="true"]::before {
    max-width: 3rem;
  }
}

.main-header .site-header .navbar-nav .dropdown .dropdown-menu {
  top: 100%;
  margin: 0rem;
  border: 0px;
  border-radius: 0rem;
  width: auto;
  line-height: 20px !important;
  padding: 0px !important;
  cursor: pointer;
  text-align: center;
  background-color: #f2f2f2;
}

.main-header .site-header .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  position: relative;
  border-top: 1px solid #e6e6e6;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 33px;
  padding: 0.25rem 0.75rem;
  font-family: AvenirNext,Helvetica,Arial,sans-serif;
}

.main-header .site-header .navbar-nav .dropdown .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  left: 0.75rem;
  bottom: -1px;
  width: 0rem;
  height: 2px;
  background-color: #c9480c;
  z-index: 1;
}

.main-header .site-header .navbar-nav .dropdown .dropdown-menu .dropdown-item a {
  padding: 0rem;
  text-transform: capitalize;
}

.main-header .site-header .navbar-nav .dropdown .dropdown-menu .dropdown-item a:active {
  color: inherit;
}

.main-header .site-header .navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
  background-color: #c9480c;
}

@media (min-width: 1200px) {
  .main-header .site-header .navbar-nav .dropdown .dropdown-menu {
    text-align: left;
    min-width: 200px;
    -webkit-box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 12px -5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }
  .main-header .site-header .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: inherit;
  }
  .main-header .site-header .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover a {
    color: #c9480c;
  }
  .main-header .site-header .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover::before {
    width: 3rem;
  }
}

@media (min-width: 1200px) {
  .main-header .site-header .navbar-nav .dropdown.last .dropdown-menu {
    left: unset;
    right: 0%;
  }
}

@media (min-width: 1200px) {
  .main-header .site-header .navbar-nav .dropdown.last .dropdown-menu {
    right: unset;
    left: 0rem;
  }
}

@media (min-width: 1200px) {
  .main-header .site-header .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.main-header.header-scroll-on {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

.main-header.header-scroll-on .header-top-bar {
  display: none;
}

@media (min-width: 1200px) {
  .main-header.header-scroll-on {
    -webkit-animation: header_scroll_on 500ms linear;
            animation: header_scroll_on 500ms linear;
  }
}

#select2--results li:hover {
  background-color: #c9480c;
  color: #fff;
}

#select2--results .select2-results__option--highlighted {
  background-color: #c9480c;
}

.front-banner {
  position: relative;
  padding: 2rem 0rem 1rem;
  background-image: url("../images/front-bg.jpg");
  background-size: cover;
  background-position: bottom;
}

@media (min-width: 576px) {
  .front-banner {
    padding: 2rem 0rem 1rem;
  }
}

@media (min-width: 768px) {
  .front-banner {
    padding: 4.5rem 0rem 1rem;
  }
}

@media (min-width: 1200px) {
  .front-banner {
    padding: 10rem 0rem 1rem;
  }
}

.front-banner .banner-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  text-shadow: 2px 1px 1px black;
}

@media (min-width: 768px) {
  .front-banner .banner-heading {
    margin-bottom: 3rem;
  }
}

.front-banner .banner-heading h1 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .front-banner .banner-heading h1 {
    font-size: 17px;
  }
}

.front-banner .banner-heading h4 {
  text-transform: capitalize;
  font-size: 1.125rem;
  letter-spacing: 3.7px;
}

@media (min-width: 576px) {
  .front-banner .banner-heading h4 {
    font-size: 23px;
  }
}

@media (min-width: 992px) {
  .front-banner .banner-heading h4 {
    font-size: 33px;
    line-height: 39px;
  }
}

.front-banner .search-form {
  width: 100%;
  max-width: 360px;
  margin: 0rem auto 2rem;
  position: relative;
  background-color: #fff;
  padding: 4px 13px;
  -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .front-banner .search-form {
    max-width: 1050px;
    margin: 0rem auto 5rem;
  }
}

.front-banner .search-form .form-input {
  margin: 0.5rem 0rem;
}

.front-banner .search-form .select2-container {
  width: 100% !important;
}

.front-banner .search-form .select2-container .select2-selection--single {
  border-color: #b3b3b3;
  border-radius: 0rem;
}

.front-banner .search-form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
  padding: 0.5rem;
  padding-right: 1rem;
}

.front-banner .search-form .select2-container .select2-selection--single, .front-banner .search-form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 2.75rem;
}

.front-banner .search-form .select2-container .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cars {
  padding: 4rem 0rem;
  position: relative;
}

@media (min-width: 768px) {
  .cars {
    padding: 6rem 0rem;
  }
}

.cars-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cars *[role="tablist"].nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}

.cars *[role="tablist"].nav .nav-item a {
  position: relative;
  background-color: #00000d;
  color: #fff;
  margin: 0rem 3px;
}

.cars *[role="tablist"].nav .nav-item a::before {
  -webkit-transition: 1s all;
  transition: 1s all;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0rem;
  max-width: 6rem;
  left: 0rem;
  height: 2px;
  background-color: #c9480c;
  z-index: -1;
}

.cars *[role="tablist"].nav .nav-item a.active {
  border-radius: 3rem;
  background-color: #c9480c;
  color: #fff;
}

@media (min-width: 992px) {
  .cars *[role="tablist"].nav {
    max-width: 13%;
    margin-bottom: 0rem;
  }
  .cars *[role="tablist"].nav .nav-item {
    margin: 0.5rem 0rem;
    width: 100%;
  }
  .cars *[role="tablist"].nav .nav-item a {
    padding-left: 0rem;
    font-weight: 600;
    background-color: transparent;
    color: inherit;
  }
  .cars *[role="tablist"].nav .nav-item a span {
    background-color: #ffffff;
    padding: 0.25rem 0.25rem 0.25rem 1rem;
  }
  .cars *[role="tablist"].nav .nav-item a:hover {
    color: #c9480c;
  }
  .cars *[role="tablist"].nav .nav-item a.active {
    background-color: transparent;
    color: #c9480c;
  }
  .cars *[role="tablist"].nav .nav-item a.active::before {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .cars *[role="tablist"].nav {
    max-width: 10%;
  }
}

.cars .tab-content {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .cars .tab-content {
    max-width: 87%;
    padding-left: 3rem;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .cars .tab-content {
    max-width: 90%;
  }
}

.cars .tab-content .carousel-inner {
  overflow: visible;
}

.cars .tab-content .carousel-item.active .car-name {
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.cars .tab-content .carousel-item.active .car-name::before {
  -webkit-animation: carLine 1s;
          animation: carLine 1s;
}

.cars .tab-content .carousel-item.active .car-title {
  -webkit-animation: fadeInLeft 1s;
          animation: fadeInLeft 1s;
}

.cars .tab-content .carousel-item.active .car-info {
  -webkit-animation: fadeInDown 0.8s;
          animation: fadeInDown 0.8s;
}

.cars .tab-content .carousel-item.active .car-link {
  -webkit-animation: fadeInDown 1s;
          animation: fadeInDown 1s;
}

@media (min-width: 992px) {
  .cars .tab-content .carousel-item.active .car-link {
    -webkit-animation: viewDetailFadeInUp 1s;
            animation: viewDetailFadeInUp 1s;
  }
}

.cars .car-name {
  position: relative;
  margin-bottom: 1rem;
}

.cars .car-name::before, .cars .car-name::after {
  content: '';
  position: absolute;
  background-color: #c9480c;
  top: calc(100% + 10px);
  left: 3.5rem;
}

@media (min-width: 576px) {
  .cars .car-name::before, .cars .car-name::after {
    left: 40%;
  }
}

@media (min-width: 992px) {
  .cars .car-name::before, .cars .car-name::after {
    left: 9.5rem;
  }
}

.cars .car-name::before {
  width: 2px;
  height: 9rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cars .car-name::after {
  -webkit-box-shadow: 0px 0px 4px -1px #c9480c;
          box-shadow: 0px 0px 4px -1px #c9480c;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.cars .car-model-name {
  text-transform: uppercase;
  font-size: 1.175rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .cars .car-model-name {
    font-size: 1.375rem;
  }
}

.cars .car-tag-line {
  color: #505050;
  font-size: 15px;
}

.cars .car-info {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 1rem auto;
  text-transform: capitalize;
  padding: 0.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .cars .car-info {
    border-width: 1px;
  }
}

@media (min-width: 992px) {
  .cars .car-info {
    margin: 0rem auto;
  }
}

.cars .car-info ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cars .car-info ul li {
  width: 50%;
  padding: 0.5rem 0.25rem;
  color: #505050;
  font-size: 15px;
}

@media (min-width: 576px) {
  .cars .car-info ul li {
    width: 25%;
  }
}

.cars .car-info ul li span {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 17px;
}

.cars .car-info-detail {
  color: #333333;
  font-weight: 900;
  letter-spacing: 1px;
}

.cars .car-content {
  margin-top: 1.5rem;
}

.cars .car-image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 2rem;
}

@media (min-width: 576px) {
  .cars .car-image {
    padding-top: 3rem;
  }
}

.cars .car-image img {
  width: 100%;
  max-width: 700px;
}

.cars .car-image .car-title {
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  z-index: -1;
  font-size: 50px;
  color: #f1f1f1;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .cars .car-image .car-title {
    font-size: 100px;
  }
}

@media (min-width: 992px) {
  .cars .car-image .car-title {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .cars .car-image {
    min-height: 370px;
  }
}

.cars .car-link-container {
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .cars .car-link-container {
    position: absolute;
    margin: 0rem;
    right: -12.9rem;
    bottom: 7px;
  }
}

.cars .car-link {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 1.5rem 0rem 0rem;
}

@media (min-width: 992px) {
  .cars .car-link {
    margin: 0rem;
  }
}

.cars .car-indicator-container {
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 15px;
  left: 15px;
  bottom: 50px;
}

.cars .carousel-indicators {
  display: block;
  margin: 0rem 0rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
}

.cars .carousel-indicators li {
  width: 100%;
  height: auto;
  background-color: transparent;
  border: 0rem;
  margin: 0rem;
  text-indent: 0;
}

.cars .carousel-indicators li .car-indicator-info {
  position: relative;
  width: 80%;
  margin: -2rem auto 0rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 0.5rem;
}

.cars .carousel-indicators li .car-indicator-info-name {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 1px;
}

.cars .carousel-indicators li:not(.active):hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.75;
}

.cars .carousel-indicators li:not(.active):hover .car-indicator-info {
  opacity: 1;
  margin-top: -0.5rem;
  visibility: visible;
}

.cars .carousel-indicators li.active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cars .carousel-indicators li.active .car-indicator-info {
  opacity: 1;
  margin-top: -0.5rem;
  visibility: visible;
}

.cars .car-nav-container {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -35px;
}

@media (min-width: 576px) {
  .cars .car-nav-container {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media (min-width: 992px) {
  .cars .car-nav-container {
    position: absolute;
    margin-top: 0;
    left: 15px;
    right: 15px;
    bottom: 0rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cars .carousel-control-prev, .cars .carousel-control-next {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c9480c;
  color: #fff;
  border: 2px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0rem 1rem;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
          box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.4);
  font-size: 1rem;
  opacity: 1;
}

@media (min-width: 576px) {
  .cars .carousel-control-prev, .cars .carousel-control-next {
    margin: 0rem auto;
  }
}

@media (min-width: 992px) {
  .cars .carousel-control-prev, .cars .carousel-control-next {
    margin: 0rem 1.25rem;
  }
}

.cars .carousel-control-prev:hover, .cars .carousel-control-next:hover {
  background-color: #00000d;
  color: #fff;
}

.cta {
  padding: 4rem 0rem 3rem;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(37%, transparent), color-stop(66%, transparent));
  background-image: linear-gradient(180deg, #f8f8f8 0%, transparent 37%, transparent 66%);
}

@media (min-width: 768px) {
  .cta {
    padding: 6rem 0rem  5rem;
  }
}

.cta .section-heading {
  margin-bottom: 2rem;
}

.cta-box {
  text-align: center;
  margin: 1rem 0rem;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 0.25rem;
}

.cta-box::before {
  content: '';
  position: absolute;
  width: 10rem;
  height: 10rem;
  bottom: 0rem;
  left: 0rem;
  background-color: #F2F2F2;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%) scale(0);
          transform: translate(-50%, 50%) scale(0);
  z-index: -1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.cta-box:hover::before {
  -webkit-transform: translate(-50%, 50%) scale(7);
          transform: translate(-50%, 50%) scale(7);
}

.cta-box:hover .cta-icon {
  background-color: transparent;
}

.cta-box:hover .cta-icon svg {
  fill: #c9480c;
}

.cta-box:hover .cta-title {
  color: #c9480c;
}

.cta-box:hover .simple-btn::before {
  display: block;
  -webkit-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
}

.cta-box-icon {
  display: inline-block;
  padding: 0.25rem;
  border-radius: 50%;
  border: 1px solid #c9480c;
  margin-bottom: 0.5rem;
}

.cta-icon {
  background-color: #c9480c;
  display: inline-block;
  padding: 1rem;
  border-radius: 50%;
}

.cta-icon svg {
  fill: #fff;
  width: 100%;
  max-width: 60px;
}

.cta-title {
  text-transform: uppercase;
  margin-top: 0.75rem;
  margin-bottom: 0.875rem;
  color: #00000d;
  letter-spacing: 3px;
  font-size: 1rem;
  font-weight: 500;
}

.cta-paragraph {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.cta .simple-btn {
  padding-bottom: 4px;
  letter-spacing: 1px;
}

.cta-car-img {
  display: none;
  width: 100%;
  max-width: 1100px;
  margin: 0rem auto;
  margin-top: 2rem;
}

.car-offer {
  padding: 4rem 0rem;
  position: relative;
  z-index: 1;
  background-image: url("../images/car-offer-bg.jpg");
  background-size: cover;
  background-position: bottom;
}

@media (min-width: 768px) {
  .car-offer {
    padding: 6rem 0rem;
  }
}

.car-offer-img {
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car-offer-img img {
  display: inline-block !important;
  width: 100%;
  max-width: 600px;
}

@media (min-width: 992px) {
  .car-offer-img {
    text-align: left;
  }
}

.car-offer-info {
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin: 0rem auto;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.5rem 2rem;
}

@media (min-width: 992px) {
  .car-offer-info {
    max-width: 500px;
    margin: 0rem auto 0rem 0rem;
    margin-bottom: 0rem;
    text-align: left;
    padding: 1.5rem 1rem;
  }
}

@media (min-width: 1200px) {
  .car-offer-info {
    padding: 1.5rem 2rem;
  }
}

.car-offer-info .year {
  display: block;
  font-size: 14px;
  margin-bottom: 0.75rem;
}

.car-offer-info .year span {
  background-color: #c9480c;
  color: #fff;
  display: inline-block;
  padding: 4px 12px 2px;
  border-radius: 4px;
  font-weight: bold;
}

.car-offer-info h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.car-offer-info h3 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 1.2;
  margin: 1rem 0rem;
  padding: 8px 0px;
  color: #666666;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-color: #cccccc;
}

.car-offer-info h3 span.small {
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .car-offer-info h3 {
    font-size: 1.875rem;
    margin: 1.5rem 0rem;
  }
}

@media (min-width: 1200px) {
  .car-offer-info h3 {
    font-size: 33px;
  }
}

.car-offer-info .tandc {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.car-offer-info .tandc a {
  text-decoration: underline;
}

.car-offer-link .btn {
  margin: 0.5rem;
  min-width: unset;
}

@media (min-width: 992px) {
  .car-offer-link .btn {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .car-offer-link .btn {
    font-size: 1rem;
  }
}

.car-offer-link .btn:not(.btn-transparent):hover {
  background-color: transparent;
  color: #c9480c;
  border-color: #c9480c;
}

.car-offer-link .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 576px) {
  .car-offer-link .btn {
    margin-left: 0rem;
  }
}

@media (min-width: 992px) {
  .car-offer-link .btn:last-child {
    margin-right: 0rem;
  }
}

.discover {
  padding: 4rem 0rem;
  position: relative;
  z-index: 1;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(#ffffff));
  background-image: linear-gradient(to top, #fafafa, #ffffff);
}

@media (min-width: 768px) {
  .discover {
    padding: 6rem 0rem;
  }
}

.discover-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 718px;
  z-index: 1;
}

@media (min-width: 576px) {
  .discover-image {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .discover-image {
    height: 100%;
  }
}

.discover-image::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

.discover-image:hover::before {
  top: 0;
}

.discover-content {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Futura,Helvetica,Arial,sans-serif;
}

.discover-content h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.discover-content p {
  font-size: 14px;
  margin-top: 0.25rem;
}

.discover-content .simple-btn {
  color: inherit;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.discover-content .simple-btn::before {
  background-color: #fff;
}

.discover-content .simple-btn:hover {
  color: #c9480c;
}

@media (min-width: 768px) {
  .discover-content {
    right: 30%;
  }
  .discover-content h3 {
    font-size: 17px;
  }
  .discover-content p {
    font-size: 15px;
  }
}

.discover-link {
  width: 100%;
  max-width: 800px;
  margin: 0rem auto;
}

.blogs {
  padding: 4rem 0rem;
}

@media (min-width: 768px) {
  .blogs {
    padding: 6rem 0rem;
  }
}

.blogs .owl-stage-outer {
  padding: 0rem 0.5rem 1rem;
}

.blogs .blog-grid {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #333333;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.blogs .blog-grid-image {
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
}

.blogs .blog-grid-details {
  padding: 1rem;
  color: #333333;
  background-color: #fff;
}

.blogs .blog-grid-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  border-top: 1px solid #00000d;
  border-bottom: 1px solid #00000d;
}

.blogs .blog-grid-meta > * {
  margin: 0rem 0.5rem;
}

.blogs .blog-grid-category, .blogs .blog-grid-date {
  position: absolute;
  top: 1rem;
  text-transform: capitalize;
  background-color: #00000d;
  color: #fff;
  font-weight: 600;
  padding: 0.25rem 1rem;
  letter-spacing: 1px;
  border-radius: 1rem;
  z-index: 2;
}

.blogs .blog-grid-category:hover, .blogs .blog-grid-date:hover {
  background-color: #c9480c;
  color: #fff;
}

.blogs .blog-grid-category {
  left: 1rem;
}

.blogs .blog-grid-date {
  right: 1rem;
}

.blogs .blog-grid-title {
  overflow: hidden;
}

.blogs .blog-grid-title h2 {
  position: relative;
  font-size: 16px;
  margin-bottom: 1rem;
}

.blogs .blog-grid-title h2::before, .blogs .blog-grid-title h2::after {
  content: '';
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 576px) {
  .blogs .blog-grid-title h2::before, .blogs .blog-grid-title h2::after {
    bottom: -1rem;
  }
}

.blogs .blog-grid-title h2::before {
  background-color: rgba(0, 0, 13, 0.5);
  width: 100%;
  height: 1px;
}

.blogs .blog-grid-title h2::after {
  background-color: #c9480c;
  width: 20%;
  height: 2px;
}

@media (min-width: 576px) {
  .blogs .blog-grid-title h2 {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}

.blogs .blog-grid-content {
  font-size: 14px;
  margin-top: 0.5rem;
  letter-spacing: 0.5px;
}

@media (min-width: 576px) {
  .blogs .blog-grid-content {
    font-size: 16px;
    margin-top: 0.25rem;
    line-height: 1.5;
  }
}

.blogs .blog-grid:hover .blog-grid-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blogs .blog-grid:hover .blog-grid-date {
  background-color: #c9480c;
  color: #fff;
}

.blogs .blog-grid:hover .blog-grid-details {
  bottom: 0rem;
}

.blogs .blog-grid:hover .blog-grid-title {
  color: #c9480c;
}

.blogs .blog-grid:hover .blog-grid-title h2::after {
  width: 100%;
}

.about-us {
  position: relative;
  padding: 4rem 0rem;
  z-index: 1;
  text-align: center;
  background-color: #fafafa;
}

.about-us .section-heading {
  margin: 1.75rem auto 1.375rem;
}

.about-us-content {
  max-width: 1000px;
  margin: 0rem auto;
}

.about-us-content p {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0.75rem;
}

.about-us-link {
  position: relative;
  margin: 1.75rem 0rem 0rem;
}

.contact .contact-us {
  position: relative;
  padding: 4rem 0rem 3rem;
}

@media (min-width: 768px) {
  .contact .contact-us {
    padding: 6rem 0rem 5rem;
  }
}

.contact .contact-us .section-heading {
  margin-bottom: 2rem;
}

.contact .contact-us-container {
  background-color: #fff;
  color: #333333;
}

.contact .contact-us-details {
  width: 100%;
  position: relative;
  margin: 1rem 0rem;
  padding: 1rem;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  overflow: hidden;
  z-index: 1;
}

.contact .contact-us-details::before {
  content: '';
  position: absolute;
  width: 10rem;
  height: 10rem;
  bottom: 0rem;
  left: 0rem;
  background-color: #F2F2F2;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%) scale(0);
          transform: translate(-50%, 50%) scale(0);
  z-index: -1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.contact .contact-us-details .icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .contact-us-details .icon svg {
  fill: #c9480c;
  width: 100%;
  max-width: 70px;
}

.contact .contact-us-details .information h6 {
  margin-bottom: 1rem;
  color: #00000d;
  font-family: "AvenirNext";
  font-weight: 600;
}

.contact .contact-us-details .information p {
  margin-bottom: 1rem;
}

.contact .contact-us-details .information a {
  font-size: 14px;
}

.contact .contact-us-details:hover::before {
  -webkit-transform: translate(-50%, 50%) scale(6.2);
          transform: translate(-50%, 50%) scale(6.2);
}

.contact .contact-us-details:hover .icon svg {
  fill: #00000d;
}

.contact .contact-us-details:hover .information h6 {
  color: #c9480c;
}

.contact .contact-us-form {
  width: 100%;
  padding: 1.5rem 2rem 2rem;
  background-color: #fafafa;
  margin: 1rem 0rem;
}

@media (min-width: 992px) {
  .contact .contact-us-form {
    padding: 1rem 2rem 3rem;
  }
}

.contact .contact-us-form form {
  position: relative;
}

.contact .contact-us-form form .form-group {
  position: relative;
  margin-top: 1rem;
}

.contact .contact-us-form form .form-control {
  border-radius: 0rem;
  border-left: 0rem;
  border-right: 0rem;
  border-top: 0rem;
  padding-left: 0.25rem;
}

.contact .contact-us-form form .form-control:focus, .contact .contact-us-form form .form-control:valid {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #c9480c;
}

.contact .contact-us-form form .form-control:focus ~ label, .contact .contact-us-form form .form-control:valid ~ label {
  top: -22px;
}

.contact .contact-us-form form label {
  text-transform: capitalize;
  position: absolute;
  left: 0.25rem;
  top: 0.675em;
  margin-bottom: 0rem;
  color: rgba(0, 0, 0, 0.5);
}

.contact .contact-us-form form textarea {
  width: 100%;
  height: 190px;
}

.contact .contact-us-form form .default-btn, .contact .contact-us-form form .theme-submit-btn {
  width: 150px;
}

.contact .contact-us-form form .submit-btn-lg {
  display: none;
  position: absolute;
  right: 15px;
  bottom: 0rem;
  -webkit-transform: translateY(calc(50% - 1rem));
          transform: translateY(calc(50% - 1rem));
  padding: 0.75rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.contact .contact-us-form form .submit-btn-lg .default-btn, .contact .contact-us-form form .submit-btn-lg .theme-submit-btn {
  width: 50px;
  height: 50px;
  font-size: 1rem;
  padding: 0rem;
  min-width: unset;
  border-radius: 50%;
}

.contact .contact-us-form form .submit-btn-lg:hover {
  border-color: #c9480c;
}

@media (min-width: 992px) {
  .contact .contact-us-form form .submit-btn-lg {
    display: block;
  }
}

.contact .contact-us-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.site-footer {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  z-index: 1;
  background-color: #2d2d2d;
}

.site-footer .main-footer {
  padding: 3rem 0rem 3rem;
}

.site-footer .social-media {
  margin-bottom: 0rem;
  padding-left: 0rem;
  list-style: none;
}

.site-footer .social-media li {
  margin-right: 0.5rem;
  text-align: center;
  display: inline-block;
}

.site-footer .social-media li:last-child {
  margin-right: 0;
}

.site-footer .social-media li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer .social-media li a:hover {
  color: #fff;
  border: 0rem;
  text-decoration: none;
}

.site-footer .social-media li.facebook a:hover {
  background-color: #3b5997;
}

.site-footer .social-media li.instagram a:hover {
  background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.site-footer .social-media li.twitter a:hover {
  background-color: #4198fa;
}

.site-footer .social-media li.pinterest a:hover {
  background-color: #c9372d;
}

.site-footer .social-media li.linkedin a:hover {
  background-color: #0a66c2;
}

.site-footer .footer-nav {
  margin: 1rem 0rem;
}

.site-footer .footer-nav p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.site-footer h3 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 5px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.25rem;
  font-size: 15px;
}

.site-footer h3 .saperator {
  display: block;
  top: 5px;
  height: 2px;
  width: 40px;
  border-radius: 0;
}

.site-footer ul:not(.social-media) {
  padding-left: 0rem;
  margin-bottom: 0rem;
  list-style: none;
}

.site-footer ul:not(.social-media) li > a {
  display: block;
  padding-bottom: 0.675rem;
  margin-bottom: 0.675rem;
  position: relative;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-weight: 600;
}

.site-footer ul:not(.social-media) li > a::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.site-footer ul:not(.social-media) li > a:hover {
  padding-left: 1rem;
}

.site-footer ul:not(.social-media) li > a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #c9480c;
}

.site-footer ul:not(.social-media) li:last-child a {
  border-bottom: 0;
}

.copyright {
  text-align: center;
  text-transform: capitalize;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.75rem 0rem;
}

@media (min-width: 576px) {
  .copyright-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.copyright a:hover {
  color: inherit;
  text-decoration: underline;
}

.copyright-content {
  text-align: center;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .copyright-content {
    margin-bottom: 0rem;
  }
}

.copyright p {
  line-height: 20px;
}
/*# sourceMappingURL=custom.css.map */