@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #555555;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  position: relative;
}

@font-face {
  font-family: "bentoga";
  src: url("../fonts/Bentoga-Thin.otf");
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bentoga";
  color: #000000;
}

h1 {
  font-size: 75px;
  line-height: 80px;
}

h2 {
  font-size: 60px;
  line-height: 65px;
}

h3 {
  font-size: 40px;
  line-height: 50px;
}

h4 {
  font-size: 35px;
  line-height: 40px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 20px;
  line-height: 24px;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.t-light {
  color: #aba8a8;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  background-color: #b7815f;
  border-radius: 45px;
  padding: 6px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.maxWidth {
  max-width: 1400px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

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

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
  background: #1f1c1c;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 120px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 35px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #fff;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* ============================================ Header ====================================== */

.pbtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  border-radius: 65px;
  font-family: "bentoga";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  height: 48px;
  padding: 0px 38px;
  position: relative;
  transition: 0.2s;
  text-transform: uppercase;
}

.pbtn:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 60%;
  left: 0px;
  bottom: 0;
  background: #2b2d2f;
  transition: 0.2s;
}
.menuSec ul li.active a {
  border-bottom: 1px solid #fff;
}

/* ============================================ Header ====================================== */

/* ============================================ Banner  ====================================== */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

section.main_slider .flatyLinks {
  position: absolute;
  z-index: 9999;
  top: 0px;
  display: flex;
  flex-direction: column;
  left: 0;
  box-sizing: border-box;
  width: 120px;
  height: 100%;
  justify-content: center;
}

.followUs h5 {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px;
  font-size: 18px;
  line-height: 14px;
  color: #ffff;
  letter-spacing: 1px;
  writing-mode: sideways-rl;
  padding-bottom: 50px;
}

.links-ss {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  background: transparent;
  position: relative;
  padding-top: 50px;
  border-right: 1px solid #ffffff1a;
}

ul.social.d-flex {
  flex-direction: column;
  gap: 16px;
  margin: 0px;
}

ul.social.d-flex li a {
  width: 40px;
  height: 40px;
  color: #768678;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  text-align: center;
  transition: 0.2s;
  background: transparent;
  z-index: 12;
  position: relative;
  border: 1px solid #768678;
}

ul.social.d-flex li a:hover {
  background: #fff;
  color: #b7815f !important;
}

img.banner-bg-img {
  height: 810px;
  width: 100%;
  object-fit: fill;
}

.banner_text {
  margin-top: 105px;
  margin-left: 110px;
}

.header-logo {
  float: right;
}

.links-ss:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 41%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #ffffff3d;
  top: 280px;
}

/*banner css end*/

/* ============================================ About ============================== */

.ab-right {
  background: #282727;
  padding: 30px 14px;
}

h6.subheading {
  font-size: 14px;
}

.abtWrap {
  padding-right: 100px;
  position: relative;
}

.abt-btn {
  display: flex;
  flex-direction: column;
  width: 90px;
  position: absolute;
  right: 10px;
  top: 0;
  border-radius: 0px 10px 0px 0px;
  overflow: hidden;
}

.abt-btn button {
  border: 0px;
  width: 100%;
  height: 75px;
  background: #282727;
  color: #fff;
  transition: 0.2s;
  font-size: 15px;
}

.abt-btn button:hover {
  background: #b7815f;
}

.abtWrap:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 80px;
  top: 0;
  background: #282727;
  left: 0;
}

/* ============================================ About ============================== */

/* ----------------------------- Latest News Articles Start  ------------------------*/

section.experts {
  background: #282727;
}

section.experts .box-card {
  padding: 20px 20px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 4px #2222221c;
  border-radius: 16px;
  position: relative;
  margin: 30px 10px;
}

section.experts .mainSlider {
  position: relative;
}

section.experts .mainSlider .item {
  margin: 0px;
}

section.experts .slick-list.draggable {
  padding: 0px !important;
}

section.experts .item {
  opacity: 1;
}

section.experts .mainSlider .box-card {
  padding: 20px 20px 40px 30px;
}

section.experts .simSlidDs .item {
  margin: 0px 10px;
}

section.experts .simSlidDs .item .box-card {
  box-shadow: unset;
  padding: 20px 10px;
}

.mainCard {
  position: relative;
  padding-bottom: 30px;
  padding-left: 10px;
}

.mainCard .exp-img img {
  height: 340px;
  object-fit: cover;
  border-radius: 5px;
}

.mainCard .exp-text {
  padding: 24px 12px 24px 32px;
  background: #b7815f;
  margin-top: -120px;
  z-index: 1;
  position: relative;
  width: 69%;
  border-radius: 5px;
}

.carListing {
  position: relative;
  padding-bottom: 60px;
}

.carListing .exp-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.carListing .exp-img img {
  height: 340px;
  width: 100%;
  display: inline-block;
  transition: 0.3s;
  object-fit: cover;
  border-radius: 10px;
}

.carListing .exp-text {
  padding: 12px 20px 12px 16px;
  box-shadow: 12px 3px 20px 20px #0000000a;
  background: #fff;
  margin-top: -120px;
  z-index: 1;
  position: relative;
  width: 82%;
  transition: 0.3s;
  border-radius: 10px;
}

img.services-bg-img {
  height: 95%;
  object-fit: fill;
  filter: brightness(0.3);
  opacity: 40%;
}

.experts-arrows-btn button {
  width: 50px;
  height: 50px;
  border-radius: 45px;
  background: transparent;
  transition: 0.2s;
  border: 1px solid #fff;
  opacity: 40%;
}

.experts-arrows-btn button img {
  width: 17px;
  object-fit: contain;
  margin: 0px auto;
}

.experts-arrows-btn button:hover {
  background: #d4a373;
  border-color: transparent;
  opacity: 1;
  transform: scale(1.1);
}

.experts-arrows-btn button:hover img {
  filter: brightness(0) invert(1);
}

.mainCard h4:before {
  position: absolute;
  content: "";
  width: 71%;
  height: 2px;
  background: #ffffff47;
  bottom: 0;
  left: 0;
}

.bt.whitebtn a.pbtn {
  background: #fff;
}

.bt.whitebtn a.pbtn span {
  font-family: "Montserrat";
  text-transform: uppercase;
}

.carListing h5:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: #b7815f;
  bottom: 0;
  left: 0;
}

.carListing .bt a.pbtn {
  padding: 4px;
}

.carListing .bt a.pbtn span {
  text-transform: uppercase;
  font-family: "Montserrat";
  padding: 0px 24px;
}

.iner-heading h5 {
  font-family: "Montserrat";
}

.iner-heading p.t-light {
  width: 70%;
}

section.experts .heading {
  margin-bottom: 40px;
}
/* ----------------------------- Latest News Articles End  ------------------------*/

/* ----------------------------- Why  ------------------------*/

.why-right-txt {
  padding-left: 48px;
}

img.why-img1 {
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 1rem 3rem 1px rgb(0 0 0 / 31%) !important;
}

.why-right-txt p.subheading-why {
  font-size: 22px;
  line-height: 30px;
  font-family: "bentoga";
  color: #000;
}

.whylisting {
  margin-left: 180px;
}

.whylisting li span {
  font-size: 22px;
  font-family: "bentoga";
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #00000036;
  padding: 10px 50px 10px 0px;
  margin-bottom: 10px;
}

.whylisting li:last-child span {
  margin: 0px;
  border: 0px;
}

.whylisting .bt .pbtn span {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 15px;
  padding: 0 24px;
}

.whylisting .bt .pbtn {
  padding: 4px;
}

.whywraper {
  position: relative;
  padding-bottom: 20px;
}

.whywraper:before {
  position: absolute;
  content: "";
  width: 54%;
  height: 42%;
  background: #b7815f;
  bottom: 0;
  border-radius: 10px;
}

/* ----------------------------- Why  ------------------------*/

.milestone-item {
  padding: 40px 20px;
  position: relative;
}

.milestone-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: #eee;
}

.milestone-item h2 {
  font-size: 64px;
  font-weight: 600;
  color: #c08a63;
  margin-bottom: 10px;
}

.milestone-item p {
  font-size: 14px;
  color: #777;
  max-width: 220px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive fix */
@media (max-width: 768px) {
  .milestone-item::after {
    display: none;
  }
}

/* ================================================== Fleet Sec ================================== */

section.fleet-sec {
  background: #282727;
}

section.fleet-sec .heading {
  margin: 0px 20px 50px;
}

.pract-icbtn button {
  width: 50px;
  height: 50px;
  border-radius: 45px;
  background: transparent;
  transition: 0.2s;
  border: 1px solid #fff;
  opacity: 40%;
}

.pract-icbtn button img {
  width: 17px;
  object-fit: contain;
  margin: 0px auto;
}

.pract-icbtn button:hover {
  background: #d4a373;
  border-color: transparent;
  opacity: 1;
  transform: scale(1.1);
}

.pract-icbtn button:hover img {
  filter: brightness(0) invert(1);
}

.fleetSlider .slick-slide {
  opacity: 1;
}

img.fleet-card-img {
  height: 300px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.fleet-card {
  background: #fff;
  box-shadow: 0px 0px 8px 3px #44444424;
  margin-bottom: 10px;
  border-radius: 9px;
}

.fleet-card .textbock {
  padding: 24px;
}

.fleet-card .textbock h5:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  bottom: 0;
  background: #b7815f;
}

.fleet-item span {
  font-size: 16px;
  color: #000;
}

.fleet-item img {
  width: auto;
}

.fleet-listing {
  margin-bottom: 24px;
  width: 80%;
}

.fleet-card .bt .pbtn span {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Montserrat";
}

section.fleet-sec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 425px;
  bottom: 0;
  background: #b6815f;
}

/* ================================================== Fleet Sec ================================== */

/* Testimonials Start  */

section.testimonials .box-card {
  padding: 20px 20px;
  box-sizing: border-box;
  position: relative;
  margin: 30px 30px;
}

section.testimonials .mainSlider {
  position: relative;
}

section.testimonials .mainSlider .item {
  margin: 0px;
}

section.testimonials .slick-list.draggable {
  padding: 0px !important;
}

section.testimonials .item {
  opacity: 1;
}

section.testimonials .box-card .quote {
  display: inline-block;
  position: absolute;
  top: -20px;
}

section.testimonials .box-card .quote i {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  box-shadow: 0px 0px 18px 7px #2222221c;
  transition: 0.9s;
  font-size: 18px;
}

section.testimonials .box-card ul.rating {
  justify-content: flex-start;
  align-items: center;
  margin: 48px 0 16px;
  display: flex;
  gap: 5px;
}

section.testimonials .box-card ul.rating li a i {
  color: #fd8f00;
  font-size: 16px;
}

section.testimonials .box-card .descrp {
  margin-bottom: 20px;
}

section.testimonials .box-card .descrp p {
  font-size: 14px;
  line-height: 25px;
}

section.testimonials .box-card .authr-det {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.testimonials .box-card .authr-det h5 {
  margin: 0px;
  font-size: 19px;
  color: #555;
  line-height: 21px;
}

section.testimonials .box-card .authr-det p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

section.testimonials .mainSlider .box-card {
  padding: 20px 40px 30px 30px;
  background: #b7815f;
  margin: 40px 20px 0px 0px;
  border-radius: 10px 0 0 0;
}

section.testimonials .simSlidDs .item {
  margin: 0px;
}

section.testimonials .simSlidDs .item .box-card {
  box-shadow: unset;
  padding: 20px 10px;
}
section.testimonials .simSlidDs .item .box-card ul.rating {
  margin: 50px 0 24px;
}

section.testimonials .simSlidDs .item .box-card ul.rating li a i {
  font-size: 13px;
}

section.testimonials .simSlidDs .item .box-card .quote i {
  box-shadow: unset;
  background: transparent;
}

section.testimonials .coright {
  position: relative;
}

section.testimonials .simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .item .box-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #4e4e4e;
}

section.testimonials .simSlidDs .item .box-card {
  margin-left: 48px;
}

section.testimonials .mainSlider .box-card p {
  color: #fff;
  line-height: 28px;
  opacity: 1;
  font-size: 14px;
}

section.testimonials .mainSlider .box-card h5 {
  color: #fff;
}

section.testimonials .item .box-card ul.rating li:last-child a i {
  opacity: 50%;
}

section.testimonials .mainSlider .box-card .quote i {
  color: #b7815f;
}

/* Testimonials  end  */

.footer {
  background: #282727;
  color: #fff;
  padding: 0px 60px 20px;
}

.footer-wrap {
  display: flex;
  gap: 40px;
  border: 1px solid #4a4848;
  border-top: 0px;
  position: relative;
  border-right: 0px;
}

.footer-form {
  width: 40%;
  padding: 80px 40px 40px;
}

.mini-title {
  font-size: 13px;
  letter-spacing: 3px;
  color: #aaa;
  font-family: "Montserrat";
}

.footer-form h2 {
  margin: 15px 0;
}

.footer-form p {
  color: #848484;
  font-family: "Montserrat";
  font-size: 13px;
  width: 75%;
}

.footer-form input,
.footer-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #4a4848;
  padding: 12px 0;
  margin: 20px 0;
  color: #fff;
  outline: none;
  font-size: 15px;
  font-family: "bentoga";
}

.footer-form textarea {
  height: 80px;
  resize: none;
}

.follow-bar {
  width: 80px;
  border-left: 1px solid #4a4848;
  border-right: 1px solid #4a4848;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0 30px;
}

footer button.pbtn span {
  font-family: "Montserrat";
  text-transform: uppercase;
}

.follow-bar p {
  writing-mode: sideways-lr;
  letter-spacing: 15px;
  font-size: 23px;
  color: #b8b4b4;
  font-family: "bentoga";
}

.footer-info {
  width: 45%;
  padding: 80px 40px 40px;
}

.map-box img {
  border-radius: 6px;
  margin-bottom: 30px;
}

.footer-info h2 {
  font-size: 46px;
  margin-bottom: 20px;
}

.footer-info ul {
  list-style: none;
  padding: 0;
  position: relative;
}

.footer-info li {
  color: #ffffff96;
  font-size: 20px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 300;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  color: #7d7d7d;
  font-family: "Montserrat";
}

.follow-bar ul.social.d-flex li a {
  color: #fff;
  border: 1px solid #fff;
}

img.footer-map-img1 {
  max-width: 740px;
  transform: scaleX(1.06);
  position: absolute;
  left: 58px;
}

.map-box {
  height: 280px;
}

/* =========================== inner banner ================== */

img.inner-baner-img {
  height: 600px;
  object-fit: cover;
}

.iner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iner-wrap h1 {
  position: relative;
  top: -10px;
}

/* =========================== inner banner ================== */

/* ========================= About Page ================== */

p.ab-in-subhead {
  font-size: 18px;
  font-family: "bentoga";
  color: #000;
}

.mission-txt {
  position: relative;
  margin-top: 32px;
}

.mission-txt h3 {
  padding: 10px 60px 10px 10px;
  background: #b7815f;
  display: inline-block;
  color: #fff;
  position: relative;
  margin-bottom: 24px;
}

.mission-txt h3:before {
  position: absolute;
  content: "";
  right: 100%;
  bottom: 0;
  height: 100%;
  width: 40%;
  background: #b7815f;
  z-index: -1;
}

img.about-ab1-img {
  height: 630px;
  width: 95%;
  border-radius: 10px;
  object-fit: cover;
}

.about-page-text {
  padding-top: 18px;
}

.inner-miles-page {
  padding: 80px 0;
}

.inner-miles-page .milestone-item::after {
  background: #eeeeee38;
}

section.team-sec p.subheading {
  font-size: 22px;
  line-height: 30px;
  font-family: "bentoga";
}

img.team-img {
  height: 400px;
  width: 100%;
  object-fit: fill;
}

p.member-name {
  font-size: 24px;
  line-height: 32px;
  font-family: "bentoga";
}

p.member-name span {
  font-size: 15px;
  line-height: 28px;
}

.team-card ul.social {
  gap: 5px;
}

.team-card ul.social.d-flex li a {
  color: #b7815f;
  border: 1px solid #b7815f;
  width: 30px;
  height: 30px;
}

.team-card ul.social li a:hover {
  background-color: #b7815f;
  color: #ffff !important;
}

/* ========================= About Page ================== */
/* ========================= Servcies Page ================== */

section.services-page {
  padding: 60px 0;
}

.services-left {
  padding: 40px 0;
}

.services-right {
  padding: 40px 0;
}

section.services-page h3 {
  font-size: 49px;
  line-height: 55px;
  margin-bottom: 24px;
}

section.services-page h3:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  bottom: 0;
  background: #b7815f;
}

img.inner-svs-img1 {
  height: 440px;
  object-fit: cover;
  border-radius: 10px;
}

.page-nave a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  text-align: center;
  transition: 0.2s;
  font-size: 25px;
  font-family: "bentoga";
  background: #181717;
  color: #fff;
}

.page-nave a:hover {
  background: #b7815f;
}

.page-nave a.active {
  background: #b7815f;
}

section.services-page p {
  font-size: 16px;
  line-height: 26px;
}

/* ========================= Servcies Page ================== */
/* ========================= Fleet  Page ================== */

section.fleet-page {
  background: #fff;
}

section.fleet-page .fleet-card {
  margin: 20px 16px;
  box-shadow: 0px 0px 8px 3px #4444440d;
}

section.fleet-page img.fleet-card-img {
  width: 100%;
}

section.fleet-page:before {
  display: none !important;
}

/* ========================= Fleet  Page ================== */

/* contact us page st  */

.contcat-p .box {
  position: relative;
  text-align: center;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 24px;
  transition: 0.5s;
  margin: 0 10px;
  border-radius: 40px;
  color: #fff;
  background: #000;
}

.contcat-p .box h3 {
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  transition: 0.5s;
  color: #000;
}

.contcat-p .box p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

section.ctc-contactform form label {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  color: #5d5d5d;
  font-weight: 400;
}

section.ctc-contactform form input {
  width: 100%;
  border: 0px;
  padding: 16px 20px;
  margin-bottom: 24px;
  box-shadow: 0px 0px 1px 1px #44444445;
  border-radius: 59px;
  color: #000;
}

section.ctc-contactform form textarea#msg {
  width: 100%;
  padding: 24px 30px;
  margin-bottom: 24px;
  resize: unset;
  height: 250px;
  box-shadow: 0px 0px 1px 1px #4444444a;
  border: 0;
  border-radius: 40px;
}

.contcat-p .box .box-text {
  margin-top: 10px;
}

.contact-h {
  margin-bottom: 50px;
}

.contcat-p .box h4 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-family: "bentoga";
}

.contcat-p .box p a:hover {
  text-decoration: underline;
}

.svs-shape:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  background: #1e1e1e;
}

.contcat-p .box:hover {
  background: #b7815f;
}

.contcat-p .box:hover img {
  filter: brightness(0) invert(1);
}

.form-btn-cnt .pbtn span {
  text-transform: uppercase;
  font-size: 16px;
}
/* Contact Us page End  */

.form-input {
  height: 56px;
  border-radius: 40px;
  padding: 0 55px 0 25px;
  font-size: 14px;
  border: 1px solid #ddd;
}

.form-input::placeholder {
  color: #999;
}

.form-input:focus {
  box-shadow: none;
  border-color: #c49a6c;
}

.form-icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 18px;
}

.form-group i {
  font-size: 28px;
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* ============================================== Fleet Detail ========================================== */

/* ============================================== Fleet Detail ========================================== */
.fleet-img img {
  height: 500px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.fleet-meta {
  font-size: 18px;
  padding-bottom: 30px;
}

.fleet-meta i {
  margin-right: 6px;
}

.fleet-text {
  font-size: 16px;
  line-height: 28px;
}

.fleet-table table {
  font-size: 13px;
}

.fleet-table td {
  padding: 12px;
  font-size: 15px;
}

/* BOOKING CARD */
.booking-card {
  background: #b79b63;
  overflow: hidden;
}

.booking-tabs button {
  flex: 1;
  padding: 20px 10px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-family: "bentoga";
}

.booking-tabs .active {
  background: #1a1a1a;
}

.booking-body {
  padding: 20px;
}

.booking-body input,
.booking-body select {
  width: 100%;
  height: 56px;
  border-radius: 30px;
  border: none;
  padding: 0 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.time-row {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 15px;
}

.time-row select {
  width: 110px;
  padding-left: 20px;
  appearance: auto;
  margin: 0px;
}

/* BUTTON */
.book-btn {
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 10px;
  font-size: 12px;
  box-shadow: 0 0 0 3px #c49a6c;
}

/* PRICING */
.pricing h4 {
  font-size: 45px;
  margin: 40px 0 40px;
  line-height: 55px;
  padding-bottom: 16px;
  position: relative;
  font-family: "bentoga";
}

.price-item {
  background: #b79b63;
  padding: 24px 33px;
  display: flex;
  gap: 32px;
  color: #fff;
  align-items: center;
  border-bottom: 1px solid #ffffff38;
}

.price-item i {
  font-size: 22px;
}

.price-item strong {
  font-weight: 500;
}

.price-item span {
  font-size: 12px;
  opacity: 0.85;
}

.booking-body .bt {
  display: table;
  margin: 0px auto;
  filter: drop-shadow(2px 4px 6px black);
  padding: 0px 0 30px;
}

.pricing h4:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  bottom: 0;
  background: #b79b63;
}

.price-item div strong,
.price-item div span {
  font-size: 21px;
  line-height: 28px;
  font-family: "bentoga";
  color: #fff;
  opacity: 1;
  font-weight: 400;
}

.fleet-table th {
  font-size: 22px;
  font-family: "bentoga";
  color: #000;
  padding: 20px 20px;
  font-weight: 100;
}

.fleet-table {
  margin-top: 30px;
}

.fleet-meta span {
  display: flex;
  align-items: center;
  gap: 10px;
}

h2.fleet-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

h2.fleet-title:before {
  position: absolute;
  content: "";
  width: 19%;
  height: 1px;
  bottom: 0;
  background: #b79b63;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border: 1px solid #a0a1a1;
  padding-left: 44px !important;
}

.price-time-wrap {
  background: #b79b63;
  padding: 34px 0;
}

/* ==================== Version 1*/

.service-left-wrp:before {
  position: absolute;
  content: "";
  width: 114%;
  left: 13px;
  background: #ffffff30;
  height: 1px;
  bottom: 50px;
}

.service-left-wrp:after {
  position: absolute;
  content: "";
  width: 30%;
  left: 170px;
  background: #b7815f;
  height: 3px;
  bottom: 50px;
}

/* ==================== Version 1*/

.service-left-wrp:before {
  position: absolute;
  content: "";
  width: 114%;
  left: 13px;
  background: #ffffff30;
  height: 1px;
  bottom: 50px;
}

.service-left-wrp:after {
  position: absolute;
  content: "";
  width: 30%;
  left: 170px;
  background: #b7815f;
  height: 3px;
  bottom: 50px;
}

.milestone-box .milestone-item:first-child {
  text-align: left;
  width: 22%;
  padding-left: 0px;
}

.milestone-box .milestone-item:first-child p {
  margin-left: 0px;
}

.milestone-box .milestone-item:nth-child(2) {
  width: 28%;
  text-align: left;
  padding-left: 60px;
}

.milestone-box .milestone-item:nth-child(2) p {
  margin-left: 0px;
}

.milestone-box .milestone-item:nth-child(3) {
  width: 25%;
}

.milestone-box .milestone-item:nth-child(3) p {
  text-align: start;
}

.milestone-box .milestone-item:nth-child(3) h2 {
  text-align: left;
  padding-left: 40px;
}

.milestone-box .milestone-item:last-child {
  width: auto;
  text-align: left;
  padding-left: 80px;
  padding-right: 0px;
}
.footer-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 100%;
  bottom: 0;
  background: #4a4848;
  height: 1px;
}

.footer-wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  right: 100%;
  bottom: 0;
  background: #4a4848;
  height: 1px;
}

.footer-info:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  right: 30px;
  bottom: 0;
  background: #4a4848;
}
.abuot-page-why img.why-img1 {
  height: 600px;
}

.booking-body .tab-content {
  display: none;
}

.booking-body .tab-content.active {
  display: block;
}

input.form-control.form-input {
  padding-right: 23px;
}

.form-input::-webkit-calendar-picker-indicator {
  font-size: 24px; /* icon size */
  filter: invert(60%); /* makes it #aaa style */
  cursor: pointer;
}
