/* Global RTL Support */
html[dir="rtl"],
body[dir="rtl"],
.rtl-mode {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .text-left {
  text-align: right !important;
}

html[dir="rtl"] .text-right {
  text-align: left !important;
}

html[dir="rtl"] .ml-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

html[dir="rtl"] .mr-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

html[dir="rtl"] .pl-md-5 {
  padding-left: 0 !important;
  padding-right: 3rem !important;
}

html[dir="rtl"] .pr-md-5 {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}

html[dir="rtl"] .ml-1,
html[dir="rtl"] .ml-2,
html[dir="rtl"] .ml-3,
html[dir="rtl"] .ml-4,
html[dir="rtl"] .ml-5 {
  margin-left: 0 !important;
}

html[dir="rtl"] .mr-1,
html[dir="rtl"] .mr-2,
html[dir="rtl"] .mr-3,
html[dir="rtl"] .mr-4,
html[dir="rtl"] .mr-5 {
  margin-right: 0 !important;
}

html[dir="rtl"] .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

html[dir="rtl"] .mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* RTL Flexbox support */
html[dir="rtl"] .flex-row {
  flex-direction: row-reverse;
}

html[dir="rtl"] .justify-content-start {
  justify-content: flex-end !important;
}

html[dir="rtl"] .justify-content-end {
  justify-content: flex-start !important;
}

/* RTL Navbar support */
html[dir="rtl"] .navbar-nav {
  padding-right: 0;
}

html[dir="rtl"] #ftco-nav {
  justify-content: flex-start;
}

html[dir="rtl"] .navbar-collapse {
  text-align: right;
}

/* RTL Footer support */
html[dir="rtl"] .ftco-footer-social {
  justify-content: flex-start;
}

html[dir="rtl"] .block-23 ul li {
  flex-direction: row-reverse;
}

html[dir="rtl"] .block-23 ul li .icon {
  margin-left: 15px;
  margin-right: 0;
}

.breadcrumbs .container2 {
  background: #c78830;
  padding: 20px 60px 5px 60px;
}
.breadcrumb-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 265px;
  background-color: black;
  opacity: 0.5;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.4 !important;
  font-weight: 700;
  color: #2c3e50;
}

.hover-zoom {
  transition: transform 0.25s ease-in-out;
  display: block;
  width: 100%;
  cursor: pointer;
}

.imageItem:hover .hover-zoom {
  transform: scale(1.1); /* Zoom in */
}

@media (max-width: 600px) {
  .sectionHeader {
    width: 400px;
    margin-left: -150px;
  }
}

.ftco-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light {
    /* background: #000000 !important; */
    position: relative;
    top: 0;
  }
}
.ftco-navbar-light .navbar-brand {
  color: #fff;
}
.ftco-navbar-light .navbar-brand span {
  color: #c78830;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-brand {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-bottom: 10px;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 15px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: 400;
  opacity: 1 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #c78830;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #fff;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
    display: none;
  }
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
  color: #fff;
  border: 1px solid #c79349;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 4px;
  background: #c79349;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
  display: inline-block;
  color: #fff;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
  background: #c79349;
  border: 1px solid #c79349;
}
.ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
  border: 1px solid #c78830;
  background: #c78830 !important;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #c78830;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #c79349;
  }
}
.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}
.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: #c79349;
  outline: none !important;
}
.ftco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .nav-item > .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
.ftco-navbar-light.scrolled .nav-item.active > a {
  color: #c79349 !important;
}
.ftco-navbar-light.scrolled .nav-item.cta > a {
  color: #fff !important;
  background: #c79349;
  border: none !important;
  padding-top: 0.5rem !important;
  padding-bottom: .5rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 6px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.ftco-navbar-light.scrolled .nav-item.cta > a span {
  display: inline-block;
  color: #fff !important;
}
.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
  border-color: #c79349;
}
@media (max-width: 991.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
.ftco-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}
.ftco-navbar-light.scrolled .nav-link {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
  color: #000000 !important;
}
.ftco-navbar-light.scrolled .nav-link.active {
  color: #c79349 !important;
}
.ftco-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled .navbar-brand {
  color: #000000;
}

.navbar-brand {
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
}

.featured-top {
  margin-top: -250px;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

.search-wrap-1 {
  padding: 4em 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .search-wrap-1 {
    margin-top: 3em;
  }
}
.search-wrap-1 h2 {
  font-weight: 600;
}

.car-wrap {
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.car-wrap .img {
  width: 100%;
  height: 220px;
}
.car-wrap .text {
  border-top: none;
  padding: 20px 30px 30px;
}
.car-wrap .text .price {
  color: #c79349;
  margin-bottom: 0;
  font-weight: 600;
}
.car-wrap .text .price span {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.car-wrap .text h2 {
  font-size: 20px;
  font-weight: 500;
}
.car-wrap .text h2 a {
  color: #000000;
}
.car-wrap .text span.cat {
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 0;
}
.car-wrap .text p.d-block {
  width: 100%;
}
.car-wrap .text p.d-block a {
  width: 50%;
}

.ftco-car-details .services .media-body .icon span {
  color: #c79349;
}

.ftco-car-details .services .media-body .text h3 {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.4);
}
.ftco-car-details .services .media-body .text h3 span {
  display: block;
  color: #000000;
}

.car-details .img {
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
}

.car-details span.subheading {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
  display: block;
}

.ftco-about {
  position: relative;
  z-index: 0;
}
.ftco-about:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #c78830;
  z-index: -2;
  width: 63%;
}
@media (max-width: 767.98px) {
  .ftco-about:after {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .img-2 {
    height: 600px;
    margin-bottom: 40px;
  }
}

.services-wrap {
  padding: 4em 3em;
  background: #fff;
  -webkit-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.03);
}
.services-wrap .heading-section {
  font-size: 24px;
  font-weight: 600;
}

.services .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  margin-bottom: 20px;
}
.services .icon span {
  font-size: 40px;
  color: #c79349;
}

.services h3 {
  font-size: 17px;
  font-weight: 500;
}

.services.services-2 .icon {
  width: 110px;
  height: 110px;
  background: #c79349;
  border: none;
}
.services.services-2 .icon span {
  color: #fff;
}

.ftco-intro {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  z-index: 0;
}
@media (min-width: 768px) {
  /* .ftco-intro .overlay {
        position: absolute;
        top: -120px;
        left: 209px;
        right: 0;
        bottom: -123px;
        width: 100%;
        content: '';
        opacity: 1;
        background: #395c51b5;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
      }  
    .ftco-intro .overlay2 {
      position: absolute;
      top: -120px;
      left: 0px;
      bottom: -123px;
      width: 100%;
      content: '';
      opacity: 1;
      background: #395c51b5;
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
    } */
}
.ftco-intro:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #000000;
  z-index: -2;
  opacity: 0.3;
}

.ftco-section-parallax {
  position: relative;
}
.ftco-section-parallax .heading-section-white h2 {
  font-weight: 400 !important;
}

.ftco-degree-bg {
  position: relative;
}
.ftco-degree-bg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  overflow: visible;
  width: 100%;
  height: 120px;
  z-index: 0;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  background-color: #f8f9fa;
}

.aside-stretch {
  background: #43a2ff;
}
.aside-stretch:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: "";
  width: 360%;
  background: #43a2ff;
}
@media (max-width: 767.98px) {
  .aside-stretch {
    background: transparent;
  }
  .aside-stretch:after {
    background: transparent;
    display: none;
  }
}

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control:focus,
.form-control:active {
  border-color: #000000;
}

textarea.form-control {
  height: inherit !important;
}

.ftco-vh-100 {
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .ftco-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.bg-primary {
  background: #c79349 !important;
}

.bg-black {
  background: #000000;
}

.media-custom {
  background: #fff;
}
.media-custom .media-body .name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  color: #c79349;
}
.media-custom .media-body .position {
  font-size: 13px;
  color: #d9d9d9;
}

.about-author .desc h3 {
  font-size: 24px;
}

.ftco-section {
  padding: 0 0 30px 0;
  position: relative;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.ftco-bg-dark {
  background: #3c312e;
}

.ftco-overflow-hidden {
  overflow: hidden;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

#map {
  height: 500px;
  width: 100%;
}
@media (max-width: 991.98px) {
  #map {
    height: 300px;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(16, 137, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(16, 137, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(16, 137, 255, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(16, 137, 255, 0);
    box-shadow: 0 0 0 30px rgba(16, 137, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(16, 137, 255, 0);
    box-shadow: 0 0 0 0 rgba(16, 137, 255, 0);
  }
}

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767.98px) {
  .about-image {
    height: 400px;
    margin-bottom: 30px;
  }
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#section-counter {
  position: relative;
  z-index: 0;
}
#section-counter:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0;
  background: #000000;
}

.ftco-counter {
  position: relative;
}
.ftco-counter .overlay {
  position: absolute;
  width: 27%;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  background: #c79349;
}
@media (min-width: 992px) {
  .ftco-counter .overlay {
    opacity: 0.3;
  }
}
.ftco-counter .text strong.number {
  font-weight: 300;
  font-size: 50px;
  color: #c79349;
}
.ftco-counter .text span {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .ftco-counter .counter-wrap {
    margin-bottom: 20px;
  }
}

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 270px;
}
.block-20.img {
  height: 700px;
  border-radius: 5px;
}

.blog-entry {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}
.blog-entry .text {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.blog-entry .text .heading {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
}
.blog-entry .text .heading a {
  color: #000000;
}
.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
  color: #c79349;
}
.blog-entry .meta > div {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.blog-entry .meta > div a {
  color: #c79349;
}
.blog-entry .meta > div a:hover {
  color: #666666;
}
.blog-entry .btn-custom {
  text-transform: uppercase;
  color: #000;
}
