/*************************
    Google Fonts
*************************/
@import url("https://fonts.googleapis.com/css?family=Tinos:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:200,300,400,500,600,700&display=swap");

/*************************
    General
*************************/
body {
  font-family: "Roboto Slab", "Tinos", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  width: 100%;
  color: #6e6e6e;
}

.wrapper {
  overflow: hidden;
}

.img {
  max-width: 100%;
}

.img-full img {
  width: 100%;
}

a,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

a:focus,
a:hover {
  color: #b99044;
  text-decoration: none;
}

a,
button,
input {
  outline: medium none;
  color: #434343;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tinos", "Roboto Slab";
  font-weight: normal;
  color: #303030;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

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

h1 {
  font-size: 36px;
  font-weight: 500;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 15px;
}

hr {
  margin: 60px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

label {
  font-size: 15px;
  font-weight: 400;
  color: #626262;
}

*::-moz-selection {
  background: #3399ff;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #3399ff;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3399ff;
  color: #fff;
  text-shadow: none;
}

.mark,
mark {
  background: #b99044 none repeat scroll 0 0;
  color: #ffffff;
}

.fix {
  overflow: hidden;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

.table td,
.table th {
  padding: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

blockquote {
  background: #303030;
  padding: 60px 130px;
  padding-left: 160px;
  color: #a8a8a8;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  padding-top: 90px;
}

blockquote::before {
  content: "";
  /* background-image: url(../images/blockquote-quote.png); */
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 12%;
  top: 27%;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/*************************
        Padding left
*************************/
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/***************************
    Page section padding
****************************/
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

/***************************
    Page section margin
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.row-75 {
  margin-left: -75px;
  margin-right: -75px;
}

.header-top-wrap {
  padding: 15px 75px;
  background-color: #303030;
  margin-bottom: -15px;
}

.wrapper.box-layout {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.row-25 {
  margin-right: -25px;
  margin-left: -25px;
}

/*************************
    Animations
***********************/
@-webkit-keyframes crSpinn {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }

  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg);
  }
}

@keyframes crSpinn {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }

  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg);
  }
}

/*************************
       Social
*************************/
/* .social-link > li > a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	border: 1px solid #b99044;
	text-align: center;
	border-radius: 100%;
	color: #b99044;
}
.social-link > li > a:hover {
	background-color: #b99044;
	color: #303030;
} */
.social-link > li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.social-link > li > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 100%;
}

/*************************
    Section title
***********************/
.section-title > h4 {
  font-size: 22px;
  font-weight: 700;
  color: #b99044;
  margin-top: 20px;
}

.section-title > h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 25px;
}

.section-title > h2 > span {
  color: #b99044;
}

.section-title > p {
  font-size: 16px;
  color: #606060;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  max-width: 635px;
}

.section-title.text-center > p {
  margin: auto;
  max-width: 630px;
}

/*************************
        Input
*************************/
input {
  background: transparent;
  border-bottom: 1px solid #707070;
  height: 36px;
  padding-left: 10px;
  font-size: 14px;
  color: #aaaaaa;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  border-width: 0 0 1px;
}

select {
  width: 100%;
  background: #eceff8;
  border: 2px solid #eceff8;
  height: 45px;
  padding-left: 10px;
  box-shadow: none;
  font-size: 14px;
  color: #626262;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}

input:focus {
  background: transparent;
  border-bottom: 1px solid #fff;
}

textarea {
  resize: vertical;
  background: transparent;
  border-bottom: 1px solid #707070;
  padding: 10px;
  color: #aaaaaa;
  width: 100%;
  font-size: 14px;
  border-width: 0 0 1px;
  resize: none;
  height: 120px;
}

textarea:focus {
  background: transparent;
  border-bottom: 1px solid #fff;
  outline: none;
}

::-moz-placeholder {
  color: #444;
  font-size: 13px;
}

#scrollUp {
  background: #22283a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  bottom: 25px;
  right: 25px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollUp:hover {
  background: #caae62;
}

/*******************
    Background
********************/
.navy-bg {
  background-color: #162d4d;
}

.auto-bg {
  background-color: #22283a !important;
}

.shadow-bg {
  background-color: rgba(34, 40, 58, 0.65);
}

.default-bg {
  background: #6e6464 !important;
}

.toper-bg {
  background-image: url(../images/default-top-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.texture-bg {
  background-image: url(../images/texture-bg.jpg);
  background-repeat: repeat;
}

.header-bottom-area {
  background-color: #22283a;
}

.footer-bottom-area {
  background-color: #ffffff;
}

.header-bottom-area,
.auto-bg {
  background-color: #ffffff;
}

.header-sticky.is-sticky {
  background-color: #ffffff;
}

.mean-container a.meanmenu-reveal span {
  background: #b99044;
}

.hero-content {
  padding: 2em 2em;
}

.carousel-caption--center {
  bottom: unset !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.carousel-caption--bottom {
  bottom: 0px !important;
}

.bg-img {
  background-image: url(../images/default-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.single-pricing-table.style-auto {
  background: #b99044;
}

.header-top-wrap {
  background: #875f18;
  background: -moz-linear-gradient(left, #875f18 0%, #fcf0b0 50%, #835b14 100%);
  background: -webkit-linear-gradient(
    left,
    #875f18 0%,
    #fcf0b0 50%,
    #835b14 100%
  );
  background: linear-gradient(to right, #875f18 0%, #fcf0b0 50%, #835b14 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#875f18', endColorstr='#835b14', GradientType=1);
}

.car-details {
  padding-top: 2em;
  padding-bottom: 2em;
}

.car-details hr {
  margin: 2em 0 !important;
  border-color: #b99044;
}

.sold-car {
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(185, 144, 68, 0.6);
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sold-car span {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/*******************
    Colors
********************/
.main-menu > li > a {
  /* color: #b99044; */
  color: #c5ab5b;
}

.main-menu > li.active > a,
.main-menu > li:hover > a {
  color: #fff;
}

.mean-container a.meanmenu-reveal {
  color: #b99044;
}

.hero-content > .description p {
  color: #162d4d !important;
}

.header-sticky.is-sticky li.active > a,
.header-sticky.is-sticky li:hover > a {
  color: #b99044;
}

/*******************
    Buttons
********************/
.btn {
  font-weight: 300;
  border-radius: 0rem;
}

.btn-gold {
  color: #fff;
  background-color: #8c661f;
  border-color: #8c661f;
}

.btn-gold:hover {
  color: #8c661f;
  background-color: transparent;
  border-color: #8c661f;
}

.btn-gold-ol {
  background-color: transparent;
  border-color: #8c661f;
  color: #8c661f;
}

.btn-gold-ol:hover {
  color: #fff;
  background-color: #8c661f;
}

.btn-goldm-ol {
  color: #fff;
  border-color: #b99044;
}

.btn-goldm-ol:hover {
  color: #fff;
  background-color: #b99044;
}

.btn-goldm {
  color: #fff;
  background-color: #b99044;
  border-color: #b99044;
}

.btn-goldm:hover {
  color: #b99044;
  background-color: transparent;
  border-color: #b99044;
}

.btn-blue {
  color: #fff;
  background-color: #162d4d;
  border-color: #162d4d;
}

.btn-blue-ol {
  background-color: transparent;
  border-color: #162d4d;
  color: #162d4d;
}

.btn-blue-ol:hover {
  background-color: #162d4d;
  color: #ffffff;
}

.btn-fa {
  margin-bottom: 0.5em;
}

.btn-fa i {
  margin-right: 0.5em;
}

/*******************
    Flipp Card
********************/
.flipp-container {
  position: relative;
  min-height: 226px;
  z-index: 1;
}

.flipp-container {
  perspective: 1000;
  background-color: #22283a;
}

.flipp-card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 0.6s linear;
}

.flipp-container:hover .flipp-card,
.pricing-table-content:hover .flipp-card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
}

/*******************
    OWL
********************/
#autoselect-car-view .owl-dots,
#autoselect-car-nav .owl-dots {
  display: flex;
  justify-content: center;
  max-height: 2px;
  height: 2px;
}

#autoselect-car-view .owl-dots .owl-dot,
#autoselect-car-nav .owl-dots .owl-dot {
  width: 5%;
  height: 100%;
  background-color: #b99044;
}

#autoselect-car-view .owl-dot.active,
#autoselect-car-nav .owl-dot.active {
  background-color: #fff;
}

#autoselect-car-view .owl-prev,
#autoselect-car-view .owl-next,
#autoselect-car-nav .owl-prev,
#autoselect-car-nav .owl-next {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  position: absolute;
  z-index: 5;
  top: 50%;
  height: 32px;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.6);
}

#autoselect-car-view .owl-prev,
#autoselect-car-view .owl-next,
#autoselect-car-nav .owl-prev,
#autoselect-car-nav .owl-next {
  text-align: center;
  color: #22283a;
  font-size: 2em;
}

#autoselect-car-view .owl-prev,
#autoselect-car-nav .owl-prev {
  left: 0;
}

#autoselect-car-view .owl-next,
#autoselect-car-nav .owl-next {
  right: 0;
}

#autoselect-car-view:hover .owl-prev,
#autoselect-car-view:hover .owl-next,
#autoselect-car-nav:hover .owl-prev,
#autoselect-car-nav:hover .owl-next {
  background-color: #fff;
}

#autoselect-car-view .owl-prev:hover,
#autoselect-car-view .owl-next:hover,
#autoselect-car-nav .owl-prev:hover,
#autoselect-car-nav .owl-next:hover {
  color: #b99044;
}
#autoselect-car-nav .item {
  cursor: pointer;
}

/*******************
	prettyPhoto
*******************/

div.pp_default .pp_description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 5px 50px 5px 0;
  text-align: center;
  color: #303030;
}

/*******************
	Header
*******************/
.header-logo a img {
  max-height: 54px;
}

.header-nav-area {
  display: flex;
  justify-content: space-around;
}

.slider-content {
  max-height: 480px;
}

.header-sticky {
  -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s,
    opacity 0s ease-in-out 0s;
  transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s,
    opacity 0s ease-in-out 0s;
}

.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header-sticky.is-sticky.header-bottom-area {
  padding-top: 0px;
}

.header-sticky.is-sticky .header-logo > a {
  margin: 0px 0;
}

.header-sticky.is-sticky .header-menu-area nav > ul > li > a {
  padding: 10px;
}

.header-sticky.is-sticky .header-menu-area nav > ul > li:last-child > a {
  padding-right: 0;
}

.header-sticky.is-sticky .header-logo a img {
  margin-top: 1em;
  margin-bottom: 1em;
  max-height: 42px;
}

.row-75 {
  margin-left: -75px;
  margin-right: -75px;
}

.wrapper.box-layout {
  max-width: 1500px;
  margin: auto;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.row-25 {
  margin-right: -25px;
  margin-left: -25px;
}

.owl-item .pricing-car {
  margin-left: 1em;
  margin-right: 1em;
}

.pricing-car {
  display: block;
  position: relative;
  border-left: 1em solid #22283a;
  border-top: 1em solid #22283a;
  border-right: 1em solid #b99044;
  border-bottom: 1em solid #b99044;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pricing-car-content .pricing-body {
  font-family: "Roboto Slab", Arial, Verdana !important;
  position: relative;
  z-index: 9;
  background-color: #f1f1f1;
}

.pricing-car-content .pricing-body ul {
  padding: 1.2em 1.6em;
}

.pricing-title {
  display: block;
  position: relative;
  z-index: 4;
  width: 100%;
  height: auto;
}

.pricing-title h1,
.pricing-title h2,
.pricing-title h3 {
  margin-bottom: 0 !important;
}

.pricing-title h1 a,
.pricing-title h2 a,
.pricing-title h3 a {
  display: flex;
  justify-content: space-between;
}

.pricing-title h1 span,
.pricing-title h2 span,
.pricing-title h3 span {
  font-size: 0.8em;
}

.pricing-title a.info-car {
  padding: 0.74em;
  position: relative;
  display: flex;
  background-color: #22283a;
  color: #b99044;
}

.pricing-title a:hover.info-car {
  background-color: #b99044;
  color: #22283a;
}

.pricing-table-wrap {
  display: block;
  margin-bottom: 2em;
  margin-top: 2em;
}

/*******************
	Header bottom
*******************/
.header-logo > a {
  display: block;
  margin: 10px 0;
}

.main-menu > li {
  display: inline-block;
  list-style: none;
  position: relative;
}

.main-menu > li:last-child a {
  padding-right: 0;
}

.main-menu > li > a {
  display: block;
  font-size: 1.34em;
  font-weight: 300;
  padding: 1em 0.5em;
}

.main-menu > li > ul {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  display: block;
  left: 0px;
  opacity: 0;
  padding: 25px 0px 27px;
  position: absolute;
  text-align: left;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 999;
}

.main-menu > li:nth-last-child(1) > ul,
.main-menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.main-menu > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-menu > li > ul > li {
  display: block;
  padding: 0 18px;
  position: relative;
}

.main-menu > li > ul > li > a {
  color: #373537;
  display: block;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 32px;
  text-transform: capitalize;
  font-size: 15px;
}

.main-menu > li > ul > li > a::before {
  background: #b99044 none repeat scroll 0 0;
  content: "";
  height: 7px;
  left: 15px;
  opacity: 0;
  position: absolute;
  top: 14px;
  transition: all 0.3s ease-in-out 0s;
  width: 7px;
  border-radius: 50%;
  z-index: 999;
}

.main-menu > li > ul > li:hover > a::before {
  opacity: 1;
}

.main-menu > li > ul > li:hover > a {
  padding-left: 15px;
  color: #b99044;
}

/*******************
	Slider
*******************/
.single-slider {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-content > .title > h1 {
  font-size: 2.8em;
  color: hsl(100, 100%, 100%);
  font-weight: 700;
  text-transform: unset;
  margin-bottom: 0.8em;
}

.hero-content > .title > h2 {
  font-size: 2.2em;
  color: #b99044;
  font-weight: 400;
  margin-bottom: 0;
}

.hero-content .description {
  display: none;
}

.hero-content > .description > p {
  margin-top: 0.8em;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0px;
}

.hero-content > .description {
  margin-bottom: 2em;
}

.hero-content > a {
  font-size: 20px;
  color: #b99044;
  font-weight: 700;
  font-family: "Roboro", Arial;
  text-decoration: underline;
  margin-top: 3em;
  display: inline-block;
}

.page-banner-area {
  padding-top: 12em;
}

.page-banner-content {
  padding-top: 1em;
  padding-bottom: 1em;
}

.page-banner-content > h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}

.page-banner-content > p {
  font-size: 16px;
  color: #fff;
  max-width: 630px;
  margin: auto;
  line-height: 24px;
  margin-bottom: 15px;
}

.breadcrumb-pagination > li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: 400;
  line-height: 30px;
}

.breadcrumb-pagination > li > a {
  color: #fff;
}

.breadcrumb-pagination > li > a:hover {
  color: #b99044;
}

.breadcrumb-pagination > li::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 4px;
  top: 50%;
  right: -15px;
  z-index: 9;
  margin-top: -1px;
}

.breadcrumb-pagination > li:last-child::before {
  display: none;
}

.about-area {
  margin-bottom: -295px;
}

.about-img {
  left: -100px;
  position: relative;
}

.about-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

/*******************
	About
*******************/
.about-img img {
  width: 100%;
}

.about-img > a {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fafafa;
  font-size: 60px;
  line-height: 1;
  height: 60px;
  width: 60px;
  display: inline-block;
  margin-left: -30px;
  margin-top: -30px;
  line-height: 60px;
}

.about-img > a:hover {
  animation: crSpinn 0.5s linear 0s 1 both;
}

.about-content {
  margin-left: -60px;
  padding-right: 120px;
}

.about-content > span {
  font-size: 16px;
  color: #ffffff;
  line-height: 42px;
}

.about-content > h1 {
  font-size: 36px;
  color: #b99044;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-content > h5 {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-content > p {
  font-size: 16px;
  line-height: 25px;
  color: #cfcfcf;
  margin-bottom: 30px;
}

/*******************
	Pricing
*******************/
.pricing-box-content {
  border: 2px #22283a solid;
}

.pricing-table-area {
  padding-top: 3em;
  padding-bottom: 2em;
}

.single-pricing-table {
  transition: all 0.5s ease-in-out;
}

.single-pricing-table:hover .pricing-head {
  background: #b99044;
}

.single-pricing-table:hover .pricing-head .price::before {
  background-color: #303030;
}

.priceing-description {
  background-color: #162d4d;
  padding: 90px 70px;
  margin-right: -130px;
}

.priceing-description-img {
  position: relative;
  z-index: -1;
}

.priceing-description > h3 {
  font-size: 32px;
  color: #b99044;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}

.priceing-description > p {
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 0;
  max-width: 395px;
}

.pricing-head {
  padding: 45px 60px;
  background-color: #303030;
  position: relative;
}

.pricing-head .price {
  position: relative;
  z-index: 2;
}

.pricing-head .price::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 40px;
  width: 180px;
  background-color: #b99044;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.pricing-head .price > h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  font-family: "Roboto Slab", "Tinos", sans-serif;
  display: inline-block;
  position: relative;
  top: 0px;
}

.pricing-head .price > h2 > sup {
  font-size: 30px;
  margin-left: -10px;
  position: relative;
  top: -22px;
}

.pricing-head .price > span {
  font-size: 18px;
  line-height: 36px;
  color: #f1f1f1;
  font-family: "Roboto Slab", "Tinos", sans-serif;
  font-weight: 400;
}

.pricing-head > h4 {
  font-size: 18px;
  color: #f1f1f1;
  line-height: 36px;
  font-family: "Roboto Slab", "Tinos", sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  margin-top: 5px;
  margin-bottom: 0;
}

.pricing-body > ul > li {
  font-size: 14px;
  list-style: none;
  color: #4d4d4d;
  font-weight: 400;
  line-height: 32px;
}

.pricing-footer > a {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  color: #c7c7c7;
  background-color: #303030;
  padding: 24px 50px;
}

.pricing-footer > a:hover {
  background-color: #b99044;
  color: #fff;
}

.single-pricing-table.pricing-active .pricing-head {
  background-color: #b99044;
}

.single-pricing-table.pricing-active .pricing-head .price::before {
  background-color: #303030;
}

.single-pricing-table.pricing-active .pricing-footer > a {
  background-color: #b99044;
  color: #fff;
}

.single-pricing-table.style-auto {
  padding-right: 15px;
}

.single-pricing-table.style-auto.bordex {
  padding-right: 0 !important;
  border-left: 3em solid #22283a;
  border-top: 3em solid #22283a;
}

.pricing-car-content {
  background-color: #f2f2f2;
  position: relative;
}

.pricing-car-content .price {
  text-align: right;
}

.pricing-table-content {
  background-color: #f2f2f2;
  position: relative;
  left: -25px;
  top: -25px;
}

.bordex > .pricing-table-content {
  left: -1.5em;
  top: -1.5em;
}

.single-pricing-table.style-auto .pricing-head {
  background: transparent;
  padding-top: 45px;
  padding-bottom: 0;
  margin-left: 45px;
  margin-right: 45px;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 0;
  padding-right: 0;
}

.single-pricing-table.style-auto .pricing-head .price:before {
  display: none;
}

.single-pricing-table.style-auto .pricing-head .price > h2 {
  color: #282828;
  font-size: 58px;
  font-weight: 500;
  font-family: "Roboto Slab", "Tinos", sans-serif;
  display: inline-block;
  position: relative;
  top: 0px;
  margin: 0;
}

.single-pricing-table.style-auto .pricing-head .price > span {
  font-size: 25px;
  line-height: 46px;
  color: #757575;
  font-family: "Roboto Slab", "Tinos", sans-serif;
  font-weight: 500;
}

.single-pricing-table.style-auto .pricing-head::after {
  display: none;
}

.single-pricing-table.style-auto .pricing-head > h4 {
  font-size: 26px;
  color: #7b7b7b;
  line-height: 20px;
  font-family: "Roboto Slab", "Tinos", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.single-pricing-table.style-auto .pricing-body {
  background-color: transparent;
  padding: 30px 30px 30px 45px;
}

.single-pricing-table.style-auto .pricing-body > ul > li {
  font-size: 14px;
  list-style: none;
  color: #818181;
  font-weight: 400;
  line-height: 32px;
}

.single-pricing-table.style-auto .pricing-footer > a {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  color: #fff;
  background-color: transparent;
  padding: 0px 30px 24px;
  line-height: 1;
}

.single-pricing-table.style-auto .pricing-footer > a:hover {
  /* color: #b99044; */
  color: #162d4d;
}

.pricing-footer > a i {
  transition: all 0.4s ease-out 0s;
}

.pricing-footer > a:hover i {
  padding-left: 8px;
}

.pricing-body .price {
  padding: 0em 1.6em 0.8em;
}

.pricing-body .price h4 {
  font-size: 1.5em;
  font-family: "Roboto Slab", "Tinos", Arial, Verdana;
}

.pricing-body .price h4 span {
  font-size: 0.8em;
  font-family: "Roboto Slab", "Tinos", Arial, Verdana;
}

.newslatter-title {
  font-size: 18px;
  color: #e2e2e2;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.contact-address {
  padding-right: 50px;
}

.contact-information {
  /* background-color: #303030; */
  background-color: #22283a;
  padding: 100px 65px;
}

.contact-information > ul > li {
  list-style: none;
  display: block;
  border-bottom: 1px dashed #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.contact-information > ul > li:first-child {
  padding-top: 0;
}

.contact-information > ul > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-information h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  text-transform: capitalize;
}

.contact-information p {
  max-width: 210px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.contact-information p a {
  color: #fff;
}

.contact-information p a:hover {
  color: #b99044;
}

.contact-form-title > h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-form-title p {
  font-size: 16px;
  line-height: 25px;
  color: #353535;
  max-width: 571px;
}

.contact-form .single-input {
  margin-top: 30px;
}

.contact-form .single-input > input {
  border: 1px solid #ebebeb;
  font-size: 16px;
  line-height: 32px;
  color: #656565;
  height: 50px;
}

.contact-form .single-input > textarea {
  border: 1px solid #ebebeb;
  font-size: 16px;
  line-height: 32px;
  color: #656565;
  height: 190px;
}

.contact-form p.form-messege {
  padding-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.contact-form p.form-messege.success {
  color: #00ac1f;
}

.contact-form p.form-messege.error {
  color: #ef785a;
}

#autoselect-car-nav {
  margin-bottom: 2em;
}

.car-spec-col h1 {
  justify-content: space-between;
  display: flex;
}

.car-media-item {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.car-media-title {
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  color: #8c661f;
  font-weight: 300;
}

.single-spce-list,
.car-spce-details {
  margin-top: 2em;
  margin-bottom: 2em;
}

.single-spce-list,
.single-spec-text,
.car-spec,
.car-spec-list {
  font-size: 16px;
}

.car-spec-list ul li {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.single-spce-list ul {
  padding: 0 30px;
}

.single-spce-list ul li {
  float: left;
  padding-right: 2em;
}

.car-spec-list ul li {
  font-weight: 400;
  padding-bottom: 0.2em;
}

.car-spec-list ul li span {
  font-weight: 300;
}

.video-img {
  position: relative;
}

.video-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

.video-img img {
  width: 100%;
}

.video-img > a {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fafafa;
  font-size: 60px;
  line-height: 1;
  height: 60px;
  width: 60px;
  display: inline-block;
  margin-left: -30px;
  margin-top: -30px;
  line-height: 60px;
}

.video-img > a:hover {
  animation: crSpinn 0.5s linear 0s 1 both;
}

.vbox-close {
  border-radius: 0 !important;
}

/*************************
    Brand
*************************/
.single-brand {
  text-align: center;
}

.single-brand > a {
  display: inline-block;
}

.brand-active.owl-carousel .single-brand img {
  max-width: 100%;
  opacity: 0.5;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
}

.brand-active.owl-carousel .single-brand img:hover {
  opacity: 1;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

/*************************
    Timeline
*************************/
.timeline-area {
  padding: 375px 0 80px;
}

.timeline-frame {
  background-image: url(../images/default-frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 96px;
}

.timeline-content {
  margin-left: 20px;
}

.timeline-frame > h3 {
  font-size: 24px;
  text-align: center;
  margin: 30px 0;
  font-weight: 600;
}

.timeline-frame > h3 > span {
  font-size: 13px;
  display: block;
  line-height: 17px;
  margin-top: 5px;
}

.timeline-content > h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.timeline-content > p {
  font-size: 16px;
  line-height: 25px;
  color: #606060;
  margin: 0;
  max-width: 205px;
  font-weight: 400;
}

.view-all-history > a {
  font-size: 14px;
  font-weight: 700;
  font-family: Droid Serif;
  color: #b99044;
  text-align: center;
  display: block;
  text-decoration: underline;
}

/*************************
    Team
*************************/
.team-img {
  border: 20px solid #303030;
  flex: 0 0 245px;
}

.team-content {
  margin-left: 50px;
}

.team-content > h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.team-content > h5 {
  font-size: 16px;
  font-weight: 300;
  font-family: "Mada", sans-serif;
  color: #606060;
  margin-bottom: 20px;
}

.team-content > p {
  font-size: 16px;
  color: #606060;
  line-height: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  max-width: 250px;
}

.team-social-link > li {
  display: inline-block;
  list-style: none;
  margin: 0 7px;
}

.team-social-link > li > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  border: 1px solid #303030;
  text-align: center;
  border-radius: 100%;
  color: #303030;
}

.team-social-link > li > a:hover {
  background-color: #b99044;
  color: #fff;
  border-color: #b99044;
}

/*************************
    Services
*************************/
.service-img {
  padding-right: 40px;
}

.service-content {
  margin-left: 25px;
}

.service-content > h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-content > p {
  font-size: 16px;
  line-height: 25px;
  color: #606060;
  margin-bottom: 0;
  font-weight: 400;
  max-width: 250px;
}

.single-service-img {
  overflow: hidden;
}

.single-service-img img {
  transition: all 0.5s ease-in-out;
}

.single-service:hover .single-service-img img {
  transform: scale(1.2);
}

.single-service-content > h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 25px 0;
}

.single-service-content > p {
  font-size: 16px;
  line-height: 25px;
  color: #606060;
}

.single-service-wrapper {
  padding-right: 70px;
}

.service-sidebar-wrapper {
  margin-left: -30px;
}

.check-list {
  list-style: none;
  display: block;
}

.check-list > li {
  display: block;
  list-style: none;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 25px;
  color: #606060;
  position: relative;
  padding-left: 40px;
}

.check-list > li::before {
  content: "\efae";
  font-family: Icofont;
  font-size: 30px;
  color: #525151;
  line-height: 25px;
  vertical-align: middle;
  position: absolute;
  top: 7px;
  left: 0;
}

.single-service-wrapper p {
  max-width: 100%;
}

/*************************
    Feature
*************************/
.feature-section-title {
  position: relative;
}

.single-feature {
  padding-left: 55px;
  margin: 22px 0;
}

.single-feature:hover > h2 {
  color: #b99044;
}

.single-feature > h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.single-feature > p {
  font-size: 16px;
  line-height: 25px;
  color: #606060;
  font-weight: 400;
}

/*************************
    Input
*************************/
.page-appointment-title > h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #b99044;
  margin-bottom: 20px;
}

.page-appointment-box .single-input {
  position: relative;
  margin-top: 50px;
}

.page-appointment-box .col-lg-6:nth-child(2n + 1) .single-input {
  margin-right: 30px;
}

.single-input > input,
.single-input > textarea {
  font-size: 14px;
  color: #636363;
  line-height: 46px;
  border-bottom: 1px solid #efefef;
}

.single-input > input:focus,
.single-input > textarea:focus {
  border-color: #b99044;
}

.single-input > input::-webkit-input-placeholder,
.single-input > textarea::-webkit-input-placeholder {
  color: #090909;
}

.single-input > input::-moz-placeholder,
.single-input > textarea::-moz-placeholder {
  color: #090909;
}

.single-input > input:-ms-input-placeholder,
.single-input > textarea:-ms-input-placeholder {
  color: #090909;
}

.single-input > input::placeholder,
.single-input > textarea::placeholder {
  color: #090909;
}

.single-input.button > .default-btn {
  margin: 0 auto;
}

.calendar .row.header a.month {
  width: 100%;
}

.page-appointment-box p.form-message {
  padding-top: 15px;
  margin-bottom: 0;
}

.page-appointment-box p.form-message.success {
  color: #00ac1f;
}

.page-appointment-box p.form-message.error {
  color: #ef785a;
}

/*************************
    Footer
*************************/
.footer-logo img {
  margin-bottom: 20px;
}

.single-footer-widget > p {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 25px;
}

.newslatter-title {
  font-size: 18px;
  color: #e2e2e2;
  line-height: 24px;
  font-weight: 700;
}

.single-footer-widget form {
  position: relative;
  max-width: 300px;
}

.single-footer-widget form input {
  border: 1px solid #555555;
  font-size: 14px;
  color: #f9f9f9;
  line-height: 25px;
  font-weight: 300;
  height: 40px;
  padding-right: 40px;
}

.single-footer-widget form input::-webkit-input-placeholder {
  color: #f9f9f9;
}

.single-footer-widget form input::-moz-placeholder {
  color: #f9f9f9;
}

.single-footer-widget form input:-ms-input-placeholder {
  color: #f9f9f9;
}

.single-footer-widget form input::placeholder {
  color: #f9f9f9;
}

.single-footer-widget form button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  font-size: 16px;
  color: #8f8e8e;
  cursor: pointer;
}

.footer-menu {
  padding-left: 55px;
}

.footer-title {
  font-size: 22px;
  color: #e2e2e2;
  font-weight: 700;
  margin-bottom: 30px;
}

.single-footer-widget ul > li {
  list-style: none;
}

.single-footer-widget ul > li > a {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 26px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
}

.single-footer-widget ul > li > a:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  color: #fff;
}

.footer-bottom-area p {
  font-size: 14px;
  color: #e2e2e2;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}

.footer-bottom-area p span {
  color: #b99044;
}

.footer-bottom-area p a {
  color: #b99044;
}

.single-footer-widget > p.contact-info > a {
  font-size: 16px;
  line-height: 25px;
  color: #a8a8a8;
  display: block;
}

.single-footer-widget > p.contact-info > a:hover {
  color: #fff;
}

.modal__overlay {
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d;
  background: rgba(23, 23, 23, 0.85);
}

.modal__container {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  margin: 0 auto;
}

.modal__container--2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.modal__container hr {
  margin: 1em 0 !important;
  border-color: #b99044;
}

.modal__content {
  overflow: hidden;
  padding: 20px;
}

.modal__footer {
  text-align: center;
  margin-bottom: 2em;
}

.modal__car-img {
  overflow: hidden;
  text-align: center;
  position: relative;
  margin: 1em 0 2em;
}

.modal__car-img > img {
  max-height: 320px;
}

.btn-gold-close {
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 50px;
  width: 40px;
  height: 40px;
  padding: 7px 8px 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  z-index: 1050;
  background: #b99044 !important;
  color: #fff !important;
}

.btn-gold-close:hover {
  color: #b99044 !important;
  background-color: #fff !important;
}

/*************************
    Mobile
*************************/
.mobile-menu .mean-nav > ul {
  overflow-y: auto;
  max-height: 400px;
}

.mobile-menu {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 100% !important;
  flex: 1 0 100% !important;
}

.mobile-menu .mean-bar {
  position: relative;
  /*---- Mean Nav ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal {
  position: absolute;
  top: -60px;
}

.mobile-menu .mean-bar .meanmenu-reveal span {
  position: relative;
  /*---- Menu Open ----*/
  /*---- Menu Close ----*/
}

.mean-container a.meanmenu-reveal span {
  display: block;
  height: 3px;
  margin-top: 3px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: 0;
}

.mean-container .mean-nav {
  background: transparent;
  margin-top: 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
  top: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
  bottom: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
  height: 2px;
  width: 26px;
  background-color: transparent;
  display: block;
  margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu .mean-bar .mean-nav > ul {
  margin-bottom: 30px;
  border: 1px solid #b99044;
  border-top: 0px solid transparent;
  overflow-x: hidden;
}

.mobile-menu .mean-bar .mean-nav > ul li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.mobile-menu .mean-bar .mean-nav > ul li a {
  font-size: 13px;
  display: block;
  color: #b99044;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
  border-top: 1px solid #b99044;
  padding: 0 40px 0 20px;
  width: 100%;
}

.mobile-menu .mean-bar .mean-nav > ul li a:hover {
  color: #202020;
  padding-left: 25px;
}

.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
  border: 0px solid #eeeeee;
  border: none !important;
  position: absolute;
  right: -1px;
  top: 0;
  font-size: 20px !important;
  color: #b99044;
  line-height: 44px;
  height: 46px;
  width: 40px;
  text-align: center;
  padding: 0 !important;
  background-color: transparent;
}

.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
  line-height: 40px;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul {
  position: static;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
  padding: 0 !important;
  width: 100%;
  box-shadow: none;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav > ul li ul li {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-right: 0px solid transparent;
  width: 100%;
  display: block !important;
  float: left;
  width: 100%;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li a {
  font-size: 12px;
  padding-left: 30px;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a:before,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a:before,
.mobile-menu .mean-bar .mean-nav > ul li ul li a:before {
  display: none;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul {
  background-color: rgba(0, 0, 0, 0.04);
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
  border-top: 1px solid #dddddd;
}

.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .sub-menu
  li
  .sub-menu
  li
  a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .mega-menu
  li
  .sub-menu
  li
  a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
  border: 1px solid #dddddd;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
  background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
  border-top: 1px solid #eeeeee;
}

.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .sub-menu
  li
  .sub-menu
  .sub-menu
  li
  a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .sub-menu
  li
  .sub-menu
  ul
  li
  a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .sub-menu
  li
  ul
  .sub-menu
  li
  a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .mega-menu
  li
  .sub-menu
  .sub-menu
  li
  a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .mega-menu
  li
  .sub-menu
  ul
  li
  a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  .mega-menu
  li
  ul
  .sub-menu
  li
  a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu
  .mean-bar
  .mean-nav
  > ul
  li
  ul
  li
  .sub-menu
  .sub-menu
  li
  a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
  border: 1px solid #eeeeee;
}

@media (min-width: 1200px) {
  .modal__container {
    max-width: 50vw;
  }
}

@media (min-width: 92px) and (max-width: 1200px) {
  .header-container .container {
    max-width: 96%;
  }

  .header-left .header-logo img {
    max-height: 36px;
  }

  .header-right,
  .header-right .header-logo {
    display: none;
  }

  .modal__container {
    max-width: 60vw;
  }
}

@media (min-width: 992px) {
  .pricing-table-wrap {
    padding-right: 2em;
    padding-left: 2em;
  }

  .single-spce-list ul li {
    width: 33.3333333333333%;
    max-width: 33.3333333333333%;
  }
}

@media only screen and (max-width: 992px) {
  .header-top-left > p span,
  .header-top-right > p span {
    display: none !important;
  }

  .header-nav-area {
    justify-content: center;
    flex-direction: column-reverse;
  }

  .header-left .header-logo img,
  .header-right .header-logo img {
    height: auto;
    width: auto;
  }

  .header-sticky.is-sticky .header-logo a img {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    max-height: 42px;
  }

  .single-spce-list ul li {
    width: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    /* max-height: 180px; */
    overflow-y: auto;
  }

  .mean-container .mean-bar {
    background-color: transparent;
  }

  .single-spce-list ul li {
    width: 100%;
    max-width: 100%;
  }

  .modal__container {
    max-width: 70vw;
  }
}

@media only screen and (max-width: 479px) {
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 220px;
    overflow-y: auto;
  }

  .header-left .header-logo img,
  .header-right .header-logo img {
    height: 34px;
    width: auto;
  }

  .modal__container {
    max-width: 80vw;
  }
}
