@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "spartanbold";
  src: url("../font/spartan/Spartan-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "spartanlight";
  src: url("../font/spartan/Spartan-Regular.ttf") format("truetype");
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Cinzel", serif;
}

.md-drppicker .calendar th, .md-drppicker .calendar td {
  color: #999;
}

p, a, li {
  font-family: "Work Sans", sans-serif;
}

.lf-z-\[9999999\] {
  z-index: 1 !important;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.whatsapp-container {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 3px #000;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 7;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 225px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 3px;
}
.dropdown .dropdown-content a {
  color: #000;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}
.dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown .dropdown-content a::after {
  display: none;
}
.dropdown:hover .dropdown-content {
  display: block;
}

ul {
  padding-left: 0px;
  list-style: none;
}

a {
  text-decoration: none;
}

.lf-mt-0\.5, .lf-py-1\.5 {
  color: #000;
}

.commonbtn {
  padding: 10px 40px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.commonbtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #000;
  transition: 0.3s;
  z-index: -2;
}
.commonbtn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #AA8453;
  transition: 0.3s;
  z-index: -1;
}
.commonbtn:hover::before {
  width: 0%;
}

.border-button {
  border: 1px solid #FFFFFF;
  padding: 10px 40px;
  color: #FFFFFF;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.border-button:hover {
  background: #FFFFFF;
  color: #AA8453;
}

.highlight-text {
  color: #AA8453;
}

.underline-section-title {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: 700;
}
.underline-section-title::after {
  content: "";
  width: 70%;
  height: 4px;
  background: #AA8453;
  bottom: -5px;
  left: 0px;
  position: absolute;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
}

.about-section-title {
  position: relative;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}
.about-section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 2px;
  background: #000;
}

.section-sub-title {
  font-size: 20px;
  font-weight: 700;
}

header {
  border-top: 0.5px solid #717171;
  transition: 0.5s;
  background: #FFFFFF;
  box-shadow: 0px 4px 17px 4px rgba(0, 0, 0, 0.2117647059);
}
header .logo {
  width: 125px;
  padding: 10px 0;
}
header .logo img {
  width: 100%;
}
header nav .nav-bottom .nav-menu li {
  padding: 0px 25px;
}
header nav .nav-bottom .nav-menu li a {
  text-transform: capitalize;
  transition: 0.2s;
  position: relative;
  text-decoration: none;
  color: #000;
}
header nav .nav-bottom .nav-menu li a:hover {
  color: #AA8453;
}
header nav .nav-bottom .nav-menu li a.active {
  color: #AA8453;
}
header nav .nav-bottom .dropdown-content a {
  color: #000 !important;
}
header .bargar-menu {
  font-size: 24px;
  cursor: pointer;
}

.fixedheader {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0px;
  z-index: 10;
  transition: 0.3s;
}

#sidebar {
  width: 300px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
  z-index: 1000;
}
#sidebar a {
  color: #000;
}
#sidebar .commonbtn {
  color: #FFFFFF;
}
#sidebar.active {
  right: 0;
}
#sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
#sidebar .sidebar-header .sidebar-logo {
  height: 70px;
}
#sidebar .sidebar-header .close-btn {
  background: none;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
}
#sidebar .sidebar-content {
  padding: 15px;
  flex: 1;
  overflow-y: auto;
}
#sidebar .sidebar-content .description {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: #555;
}
#sidebar .sidebar-content .contact-info h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#sidebar .sidebar-content .contact-info p {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
#sidebar .sidebar-content .contact-info p i {
  margin-right: 8px;
  color: #555;
}
#sidebar .sidebar-content .map {
  margin: 20px 0;
}
#sidebar .sidebar-content .map iframe {
  border-radius: 12px;
}
#sidebar .sidebar-content .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}
#sidebar .sidebar-content .social-icons a {
  color: #333;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
#sidebar .sidebar-content .social-icons a:hover {
  color: #f0ad4e;
}

.banner {
  padding: 80px 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.4745098039), rgba(0, 0, 0, 0.462745098)), url(../images/banner.webp);
  color: #FFFFFF;
  background-size: cover;
}
.banner h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner .banner-left p {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0px;
}

.member {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1568627451);
  overflow-x: hidden;
}
.member .member-left {
  background: #AA8453;
  color: #FFFFFF;
}
.member .right {
  overflow: hidden;
  background: linear-gradient(to left, #ffffff, rgba(170, 132, 83, 0.568627451) 57%, #FFFFFF);
}
.member .right::-webkit-scrollbar {
  height: 0px;
}
.member .right .member-right {
  overflow: hidden;
  padding: 0 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.member .right .member-right .scroll-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  animation: scroll-left 20s linear infinite;
}
.member .right .member-right::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.member .right .member-right:hover .scroll-track {
  animation-play-state: paused;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.about ul li {
  padding: 7px 0px;
}
.about .img-container {
  position: relative;
}
.about .img-container::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 25px;
  width: 98%;
  height: 100%;
  background: #AA8453;
  z-index: -1;
}

.service .service-item {
  position: relative;
  overflow: hidden;
}
.service .service-item img {
  width: 100%;
  height: auto;
  display: block;
}
.service .service-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
  padding: 30px 20px;
  background: rgba(33, 19, 1, 0.3843137255);
}
.service .service-item .overlay .content {
  transform: translateY(96%);
  transition: 0.3s;
}
.service .service-item .overlay .content h3 {
  font-size: 20px;
  font-weight: 700;
}
.service .service-item .overlay .content a {
  padding: 10px 30px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  width: 55%;
  text-align: center;
  margin-top: 15px;
}
.service .service-item .overlay .content p {
  padding: 10px 0px;
}
.service .service-item:hover .overlay {
  background: rgba(74, 42, 1, 0.5764705882);
}
.service .service-item:hover .overlay .content {
  transform: translateY(0px);
}

.fleets {
  position: relative;
}
.fleets .fleet-carousel .fleet-item, .fleets .main-fleet-card-parent .fleet-item {
  padding: 15px 0px;
  padding-bottom: 50px;
  position: relative;
  background: #AA8453;
  transition: 0.3s;
  height: 100%;
}
.fleets .fleet-carousel .fleet-item .top-design, .fleets .main-fleet-card-parent .fleet-item .top-design {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-bottom: 20px;
  display: block;
  height: 42px;
  width: 100%;
  background: url(../images/card-design.webp), linear-gradient(#AA8453, #AA8453);
  background-blend-mode: multiply;
}
.fleets .fleet-carousel .fleet-item .bottom-design, .fleets .main-fleet-card-parent .fleet-item .bottom-design {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 42px;
  background: url(../images/card-design.webp), linear-gradient(#AA8453, #AA8453);
  background-blend-mode: multiply;
}
.fleets .fleet-carousel .fleet-item .fleet-info, .fleets .main-fleet-card-parent .fleet-item .fleet-info {
  padding: 0px 20px 20px 20px;
  color: #FFFFFF;
}
.fleets .fleet-carousel .fleet-item .fleet-info h3, .fleets .main-fleet-card-parent .fleet-item .fleet-info h3 {
  font-size: 20px;
  font-weight: 700;
}
.fleets .fleet-carousel .fleet-item .fleet-info p, .fleets .main-fleet-card-parent .fleet-item .fleet-info p {
  padding: 12px 0px;
}
.fleets .fleet-carousel .fleet-item .fleet-info a, .fleets .main-fleet-card-parent .fleet-item .fleet-info a {
  margin-top: 10px;
}
.fleets .fleet-carousel .fleet-item:hover, .fleets .main-fleet-card-parent .fleet-item:hover {
  background: #000;
}
.fleets .fleet-carousel .fleet-item:hover .top-design, .fleets .fleet-carousel .fleet-item:hover .bottom-design, .fleets .main-fleet-card-parent .fleet-item:hover .top-design, .fleets .main-fleet-card-parent .fleet-item:hover .bottom-design {
  background: #000;
}
.fleets .fleet-carousel .owl-nav, .fleets .main-fleet-card-parent .owl-nav {
  position: absolute;
  right: 0px;
  top: -120px;
  width: 170px;
  justify-content: space-between;
  display: flex;
}
.fleets .fleet-carousel .owl-nav button, .fleets .main-fleet-card-parent .owl-nav button {
  width: 70px;
  height: 70px;
  background: #AA8453;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 70px;
}
.fleets .fleet-carousel .owl-nav button.disabled, .fleets .main-fleet-card-parent .owl-nav button.disabled {
  background: #E0DDDA;
  color: #AA8453;
}

.faQ .section-title {
  font-size: 32px;
}
.faQ .accordion-item {
  border: 0px solid transparent;
}
.faQ .accordion-button {
  font-family: "Montserrat", sans-serif;
  color: #000;
  background-color: #f6f6f6 !important;
  box-shadow: inset 0 0px 2px #d8d8d8;
}
.faQ .accordion-body {
  font-family: "Montserrat", sans-serif;
}
.faQ .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f6f6f6 !important;
  box-shadow: inset 0 0px 2px #d8d8d8;
}
.faQ .help span {
  font-family: "Inter", sans-serif;
  color: #1e1e1e;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24.82px;
  letter-spacing: -0.158px;
  padding-right: 10px;
}
.faQ .help .support {
  padding: 15px 0px 0px 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.faQ .help .commonbtn {
  font-family: "Inter", sans-serif;
}

.testimonials-section {
  min-height: 400px;
  background: url("../images/testimonial-bg.webp"), linear-gradient(#7B5C33, #7B5C33); /* Set the base background color */
  background-repeat: no-repeat;
  position: relative;
  background-blend-mode: multiply;
  color: #FFFFFF;
  padding: 50px 0px;
}
.testimonials-section .row {
  min-height: 400px;
}
.testimonials-section .left-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials-section .left-section .vertical-line {
  width: 10px;
}
.testimonials-section .left-section .section-title {
  margin: 10px 0px;
}
.testimonials-section .left-section p {
  font-weight: 400;
}
.testimonials-section .right-section {
  padding: 20px;
  display: flex;
  align-items: center;
}
.testimonials-section .right-section .owl-carousel {
  width: 100%;
}
.testimonials-section .right-section .owl-theme .owl-dots .owl-dot.active span, .testimonials-section .right-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.testimonials-section .right-section .testimonial-card {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 40px;
  margin: 10px;
}
.testimonials-section .right-section .testimonial-card .title {
  margin: 10px 0px;
}
.testimonials-section .right-section .testimonial-card .quote {
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 20px;
}
.testimonials-section .right-section .testimonial-card:after {
  content: "";
  width: 25px;
  height: 22px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 5em;
  color: #AA8453;
  background: url(../images/quote.webp);
}

.download {
  position: relative;
  z-index: 2;
}
.download * {
  font-family: "Montserrat", sans-serif;
}
.download p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
}
.download p span {
  color: #AA8453;
}
.download::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  top: 22%;
  left: 0%;
  background: url("../images/download-bg.webp"), linear-gradient(#AA8453, #AA8453);
  z-index: -1;
  background-size: cover;
}
.download .download-left .buttons img {
  width: 95%;
  height: 100%;
}

.home_form {
  position: relative;
  background: url("../images/contact-bg.webp") no-repeat, linear-gradient(#7B5C33, #7B5C33);
  background-blend-mode: multiply;
  background-size: cover;
  padding: 30px 0px;
}
.home_form .left {
  color: #FFFFFF;
}
.home_form .formarea {
  color: #000;
}
.home_form .form-parent {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 8px;
}
.home_form .form-parent .iti.iti--allow-dropdown {
  width: 100%;
}
.home_form .form-parent h3 {
  font-size: 20px;
  font-weight: 700;
  color: #AA8453;
}
.home_form .form-parent  {
  font-size: 20px;
  font-weight: 700;
  color: #AA8453;
}

footer {
  padding: 100px 0px 0px 0px;
  background: #000;
  color: #fff;
}
footer a {
  text-transform: capitalize;
}
footer p,
footer a,
footer li {
  color: #fff;
  text-decoration: none;
}
footer h3 {
  color: #fff;
}
footer .footercol ul {
  padding-left: 0;
}
footer .footercol h3 {
  font-size: 24px;
  font-family: "spartanSemiBold", sans-serif;
  padding-bottom: 10px;
}
footer .footercol li {
  margin: 10px 0px;
}
footer .footer-bottom {
  background: #000;
  color: #fff;
  padding: 15px 0;
}
footer .footer-bottom .container .row {
  align-items: center;
}
footer .footer-bottom .container p {
  font-size: 0.9em;
  margin: 0;
}
footer .footer-bottom .container .nav .nav-link {
  color: #fff;
  font-size: 0.9em;
  padding: 0 10px;
}
footer .footer-bottom .container .social-icons {
  gap: 15px;
}
footer .footer-bottom .container .social-icons li a {
  color: #fff;
  font-size: 1.2em;
}
.footer-logo {
  width: 150px;
}
.footer-logo img {
  filter: brightness(10);
  width: 100%;
}

section.card-section h2, section.card-section h3, section.card-section h4, section.card-section h5 {
  font-family: "spartanbold", sans-serif;
}
section.card-section p, section.card-section li {
  font-family: "spartanlight", sans-serif;
}
section.card-section .section-sub-title {
  font-size: 24px;
  font-weight: 700;
}
section.card-section .section-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  height: 100%;
}
section.card-section .section-card p {
  font-size: 16px;
}
section.card-section .section-card img {
  height: 100%;
}
section.card-section .col-12.col-lg-6.col-xxl-4 img {
  max-height: 489px;
}

section.about_card_section {
  background-color: rgba(170, 132, 83, 0.2588235294);
}
section.about_card_section .section-title {
  font-size: 32px;
}
section.about_card_section p {
  line-height: 24px;
}
section.about_card_section a {
  color: #000;
}

section.testimonial h2, section.testimonial h3, section.testimonial h4, section.testimonial h5 {
  font-family: "spartanbold", sans-serif;
}
section.testimonial p, section.testimonial li {
  font-family: "spartanlight", sans-serif;
}
section.testimonial .section-title {
  font-size: 32px;
}
section.testimonial .about-testimonial-carousel .testimonial-card .card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: #fff;
}
section.testimonial .about-testimonial-carousel .testimonial-card .card .fa-circle-user {
  font-size: 40px;
}
section.testimonial .about-testimonial-carousel .testimonial-card .card .card-img-top {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.testimonial .about-testimonial-carousel .testimonial-card .card .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
section.testimonial .about-testimonial-carousel .testimonial-card .card .card-text {
  font-size: 1rem;
  color: #666;
}
section.testimonial .about-testimonial-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
section.testimonial .about-testimonial-carousel .owl-nav button {
  background: none;
  border: none;
  font-size: 32px;
  color: #000;
  opacity: 0.7;
  transition: opacity 0.3s;
  position: absolute;
}
section.testimonial .about-testimonial-carousel .owl-nav button:hover {
  opacity: 1;
}
section.testimonial .about-testimonial-carousel .owl-nav .owl-prev {
  left: -6%;
}
section.testimonial .about-testimonial-carousel .owl-nav .owl-next {
  right: -6%;
}
section.testimonial .about-testimonial-carousel .owl-dots {
  display: none;
}

.service-about .section-sub-title {
  margin-top: 25px;
  align-items: center;
  display: flex;
  gap: 10px;
}
.service-about .section-sub-title span {
  color: #BFB8B8;
  font-size: 40px;
  font-weight: 700;
}
.service-about .img-container {
  position: relative;
}
.service-about .img-container::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 25px;
  width: 98%;
  height: 100%;
  background: #AA8453;
  z-index: -1;
}

.main-fleet-section {
  background: url(../images/main-fleet-bg.webp) no-repeat;
  background-size: cover;
}

.fleet-single-section1 .section-sub-title {
  font-size: 24px;
}
.fleet-single-section1 .number {
  position: relative;
  padding: 0px 40px;
}
.fleet-single-section1 .number::after {
  position: absolute;
  content: "";
  height: 50%;
  width: 1px;
  top: 10%;
  right: 0px;
  background: #000;
}
.fleet-single-section1 .number h3 {
  font-size: 32px;
  font-weight: 400;
}
.fleet-single-section1 .number:last-of-type::after {
  display: none;
}
.fleet-single-section1 .container:nth-of-type(2) img {
  height: 100%;
  border-radius: 8px;
}

.fleet-section .container.mb-4 h2 {
  font-size: 36px;
  font-weight: 700;
}
.fleet-section .container.border-top.border-bottom h3 {
  font-size: 36px;
  font-weight: 400;
}
.fleet-section .container.border-top.border-bottom p, .fleet-section .container.border-top.border-bottom li {
  font-size: 18px;
  font-weight: 400;
}
.fleet-section .container.border-top.border-bottom li {
  align-items: center;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel {
  padding: 15px;
  background: #D3CBC1;
  border-radius: 8px;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .gallery-box .box {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
  border-radius: 4px;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .gallery-box .box:hover {
  box-shadow: 0px 4px 40px -4px rgba(0, 0, 0, 0.3);
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .gallery-box .box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .gallery-box .box:hover img {
  transform: scale(1.1);
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .gallery-box .box.big {
  grid-row: span 2;
  grid-column: span 2;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .gallery-box .box.horizontal {
  grid-column: span 2;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .gallery-box .box.vertical {
  grid-row: span 2;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .gallery-box {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 1rem;
  grid-auto-flow: dense;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel h2 {
  color: #333333;
  text-transform: uppercase;
  font-size: 1.6em;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .main-slider {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 351px;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .main-slider .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider {
  width: 100%;
  padding: 0px 40px;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 8px;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-wrapper {
  justify-content: center;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-slide {
  cursor: pointer;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 91px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #fff;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-button-prev,
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-button-next {
  color: #000;
  background: #FFFFFF;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20%;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-button-prev:after,
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-button-next:after {
  font-size: 1.2em;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-button-prev {
  left: 0px;
}
.fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-button-next {
  right: 0px;
}

.rate .container > p {
  font-size: 18px;
  margin: 25px 0px;
}
.rate .rate-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rate .rate-card span {
  font-size: 18px;
}
.rate .rate-card p {
  margin-top: 15px;
}
.rate .rate-card .icon {
  min-width: 120px;
  height: 120px;
  background: #AA8453;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
  line-height: 120px;
  font-size: 35px;
  color: #FFFFFF;
}

.blog::-webkit-scrollbar {
  width: 5px;
}
.blog::-webkit-scrollbar-thumb {
  width: 5px;
}
.blog .bg-black {
  padding: 12px 30px;
  background: #000;
  color: #FFFCFC;
  font-weight: 400;
  margin-right: 10px;
  font-size: 14px;
}
.blog .header-title {
  font-size: 33px;
  font-weight: 700;
}
.blog .search-container {
  max-width: 300px;
  border-radius: 0;
  font-size: 16px;
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 20px;
  color: #727272;
}
.blog .search-container input {
  background: transparent;
  border: none;
}
.blog .search-container input:focus {
  box-shadow: none;
}
.blog .blog-section {
  max-height: calc(200vh - 200px);
  overflow-y: auto;
}
.blog .blog-section::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
.blog .blog-section .blog-post {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog .blog-section .blog-post img {
  border-radius: 0;
  width: 100%;
}
.blog .blog-section .blog-post .blog-meta {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog .blog-section .blog-post .blog-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog .blog-section .blog-post .blog-content {
  font-size: 17px;
  font-weight: 400;
  color: #515151;
}
.blog .blog-sidebar {
  position: sticky;
  top: 200px;
  height: calc(200vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 20px;
}
.blog .blog-sidebar .sidebar-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog .blog-sidebar .sidebar-item img {
  border-radius: 0;
}
.blog .blog-sidebar .sidebar-item .sidebar-meta {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blog .blog-sidebar .sidebar-item .sidebar-title {
  font-size: 20px;
  font-weight: 700;
}

.blog-single * {
  font-family: "Work Sans", sans-serif;
}
.blog-single .blog-badge {
  background: #000;
  padding: 8px 20px;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 14px;
}
.blog-single h2 {
  font-size: 36px;
  font-weight: 600;
}
.blog-single p {
  font-size: 18px;
}
.blog-single .text p {
  padding: 8px 0px;
}
.blog-single .text h3 {
  font-size: 24px;
  font-weight: 600;
}
.blog-single .quote {
  padding: 32px;
  background: #E8E8EA;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
  color: #181A2A;
  font-family: "Source Serif 4", serif;
  font-style: italic;
}

.single-blog-carousel {
  background: #F3F3F3;
}
.single-blog-carousel .item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.single-blog-carousel .item .title {
  color: #000000;
  font-size: 22px;
  font-family: 600;
}
.single-blog-carousel .section-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-blog-carousel .section-subtitle {
  color: #525252;
}
.single-blog-carousel .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.single-blog-carousel .owl-carousel .owl-dots .owl-dot span {
  background-color: #ccc;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
}
.single-blog-carousel .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #000;
}
.single-blog-carousel .owl-carousel .owl-nav {
  display: none;
}

.contactus-container .contact-header .header-content .link a {
  color: #848484;
}
.contactus-container .contact-header .header-content .main-title {
  font-size: 33px;
  font-weight: 700;
  margin: 15px 0px;
}
.contactus-container .contact-header .header-content .sub-title {
  color: #898989;
}
.contactus-container .map-section *:not(i) {
  font-family: "Poppins", sans-serif;
}
.contactus-container .map-section .social-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.contactus-container .map-section .social-links .social-icon {
  width: 34px;
  height: 34px;
  box-shadow: 0 4px 14px 0px rgba(0, 0, 0, 0.1058823529);
  border-radius: 50%;
  display: block;
  color: #000;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  margin-top: 15px;
}
.contactus-container .map-section .contact-details .col-12:not(:last-child) {
  border-right: 1px solid #C2C2C2;
  min-height: 102px;
}
.contactus-container .map-section .contact-details .contact-info {
  font-size: 18px;
  font-weight: 300;
}
.contactus-container .map-section .contact-details .contact-info .contact-text {
  display: flex;
  justify-content: center;
  gap: 15px;
  color: #000;
}
.contactus-container .map-section .contact-details .contact-info .contact-text i {
  margin-top: 6px;
}
.contactus-container .form-section {
  background: linear-gradient(rgba(0, 0, 0, 0.4823529412), rgba(0, 0, 0, 0.4941176471)), url(../images/contact-map.webp);
  position: relative;
  z-index: 1;
}
.contactus-container .form-section .col-12.col-md-8.col-xxl-5 {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
}
.contactus-container .form-section .form-title {
  font-size: 30px;
  font-weight: 400;
}
.contactus-container .form-section .form-paragraph {
  font-size: 13px;
  color: #777777;
}
.contactus-container .form-section label {
  color: #4F4F4F;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 6px;
}
.contactus-container .form-section .btn.bg-black {
  padding: 10px 25px;
  font-weight: 400;
}
.contactus-container .form-section *:not(i) {
  font-family: "Poppins", sans-serif;
}
.contactus-container .form-section .vector {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}
.g-recaptcha {
  transform: scale(0.80);
}

@media (max-width: 1200px) {
  .testimonials-section {
    background-size: cover;
  }
  .service .service-item .overlay .content {
    transform: translateY(98%);
  }
}
@media (max-width: 992px) {
  .dropdown {
    z-index: auto;
  }
  .testimonials-section {
    padding-bottom: 100px;
  }
  .testimonials-section .right-section {
    padding: 0px;
  }
  .testimonials-section .right-section .owl-nav {
    position: absolute;
    right: 50%;
    bottom: -80px;
    width: 120px;
    justify-content: space-between;
    display: flex;
    transform: translateX(50%);
  }
  .testimonials-section .right-section .owl-nav button {
    width: 50px;
    height: 50px;
    background: #AA8453;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 50px;
  }
  .testimonials-section .right-section .owl-nav button:hover {
    background: #E0DDDA;
    color: #AA8453;
  }
  .testimonials-section .right-section .owl-nav button.disabled {
    background: #E0DDDA;
    color: #AA8453;
  }
  .download {
    margin: 50px 0px;
  }
  .download::after {
    width: 100%;
    height: 100%;
    transform: skew(0deg);
    left: 0px;
    top: 0px;
    border-radius: 0px;
  }
  .download .buttons {
    flex-wrap: wrap;
  }
  .download .download-left p {
    font-size: 24px;
  }
  .download .download-right img {
    width: 60%;
  }
  .blog .blog-section {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .blog .blog-sidebar {
    position: static;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  section.card-section .section-sub-title {
    font-family: "Cinzel", serif;
    line-height: 40px;
  }
  .fleet-section .container.border-top.border-bottom .fleet-single-carousel .gallery-box {
    grid-auto-rows: auto;
  }
  .g-recaptcha {
    transform: scale(0.60);
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 60px 0px;
    background-position: center;
  }
  .banner h1 {
    font-size: 24px;
  }
  .banner p a {
    font-size: 16px;
  }
  .section-title, .underline-section-title {
    font-size: 24px;
  }
  .section-sub-title {
    font-size: 18px;
  }
  header {
    border: none;
  }
  .fleets .fleet-carousel {
    padding-bottom: 80px;
  }
  .fleets .fleet-carousel .owl-nav {
    top: unset;
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
  }
  .testimonials-section {
    background: #7B5C33;
  }
  footer .footer-bottom .container .nav .nav-link {
    padding: 5px 0px;
  }
  section.about_card_section .section-title {
    font-size: 24px;
    font-family: "Cinzel", serif;
  }
  section.testimonial .section-title {
    font-size: 24px;
  }
  section.testimonial .about-testimonial-carousel .owl-nav {
    top: unset;
    bottom: 5%;
  }
  section.testimonial .about-testimonial-carousel .owl-nav .owl-next {
    right: 30%;
  }
  section.testimonial .about-testimonial-carousel .owl-nav .owl-prev {
    left: 30%;
  }
  .fleet-single-section1 .section-sub-title {
    font-family: "Inter", sans-serif;
  }
  .fleet-single-section1 .number {
    padding: 20px 0px;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  .fleet-single-section1 .number::after {
    display: none;
  }
  .fleet-section * {
    font-family: "Inter", sans-serif;
  }
  .fleet-section h2, .fleet-section h3 {
    font-size: 24px !important;
  }
  .fleet-section p, .fleet-section li {
    font-size: 16px !important;
  }
  .fleet-section .fleet-single-carousel {
    background: #000 !important;
    margin-top: 25px;
  }
  .fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider {
    padding-bottom: 40px;
    background: transparent;
  }
  .fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-button-next, .fleet-section .container.border-top.border-bottom .fleet-single-carousel .thumbnail-slider .swiper-button-prev {
    top: 57%;
    background: transparent;
    color: #FFFFFF;
    font-size: 18px;
  }
  .fleet-section .container.border-top.border-bottom .fleet-single-carousel .main-slider {
    height: 180px;
  }
  .rate .rate-card {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .g-recaptcha {
    transform: scale(1);
  }
}
@media (max-width: 576px) {
  header .logo {
    height: 70px;
  }
  header .logo img {
    height: 100%;
  }
  .testimonials-section .right-section .testimonial-card {
    padding: 20px;
  }
  footer .footer-logo img {
    width: 75%;
  }
  .contactus-container .contact-header .header-content .main-title {
    font-size: 24px;
  }
  .contactus-container .map-section .contact-details .col-12:not(:last-child) {
    border-right: 0px;
    border-bottom: 1px solid #C2C2C2;
    min-height: unset;
  }
  .contactus-container .map-section {
    padding: 0px 15px;
  }
  .contactus-container .map-section .contact-details .col-12 {
    padding: 25px 0px;
  }
  .member .right .member-right .scroll-track {
    gap: 50px;
    animation-duration: 20s;
  }
}/*# sourceMappingURL=style.css.map */