@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
}

:root {
  --themeblack: #0f0e0e;
}

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

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(216, 122, 0);
  border-radius: 5px;
}

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

.commonbtn {
  padding: 12px 30px;
  color: var(--themeblack);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 3;
}
.commonbtn span {
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  transition: 0.4s;
  z-index: 2;
}
.commonbtn::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 7px;
  right: 20px;
  background: var(--themeblack);
  z-index: -1;
  border-radius: 50%;
  transition: 0.3s;
  transform: scale(1);
}
.commonbtn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: #ffffff;
  z-index: -2;
}
.commonbtn:hover {
  color: #fff;
}
.commonbtn:hover i {
  color: #fff;
}
.commonbtn:hover::before {
  transform: scale(14);
}

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

.small-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
}

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

p {
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

header {
  background: var(--themeblack);
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
}
/* header nav ul {
   Dropdown Content (Hidden by Default)
  Links inside the dropdown
  Change color of dropdown links on hover
  Show the dropdown menu on hover 
  Change the background color of the dropdown button when the dropdown content is shown
} */
header nav ul li {
  color: #ffffff;
}
header nav ul li a {
  transition: 0.2s;
  color: #ffffff;
}
header nav ul li a:hover {
  border-bottom: 1px solid #dadada;
}
header nav ul .dropdown {
  position: relative;
  display: inline-block;
}
header nav ul .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 255px;
  top: 110%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header nav ul .dropdown-content a {
  text-transform: capitalize;
}
header nav ul .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
header nav ul .dropdown-content a:hover {
  background-color: #f1f1f1;
  border-bottom: unset;
}
header nav ul .dropdown:hover .dropdown-content {
  display: block;
}

.banner {
  padding: 80px 0px;
  position: relative;
  margin-top: 130px;
}
.banner .commonbtn:hover::before {
  transform: scale(18);
}
.banner::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(65deg, #000, rgba(0, 0, 0, 0.4705882353) 80%);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
}
.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../images/banner-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.banner h1 {
  font-size: 45px;
  font-weight: 800;
}
.banner .banner-left {
  color: #fff;
}
.banner .banner-left p {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0px;
}
.banner .banner-left p .line {
  width: 35px;
  height: 1px;
  background: #fff;
  display: inline-block;
}
.banner .banner-left .number .icon {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: var(--themeblack);
}
.banner .banner-left .number a {
  color: #fff;
}

.who-we-are .left-img {
  position: relative;
  height: 580px;
}
.who-we-are .left-img .img-0,
.who-we-are .left-img .img-1,
.who-we-are .left-img .img-2 {
  position: absolute;
}
.who-we-are .left-img .img-0 {
  width: 240px;
  height: 200px;
  background: url(../images/who-we-are-img0.webp), linear-gradient(#000, #000);
  background-size: cover;
  top: 0px;
  left: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.who-we-are .left-img .img-1 {
  height: 94%;
  width: 70%;
  left: 0px;
  bottom: 0px;
}
.who-we-are .left-img .img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.who-we-are .left-img .img-2 {
  height: 85%;
  width: 65%;
  right: 0px;
  top: 0px;
  z-index: 2;
}
.who-we-are .left-img .img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.who-we-are .right-img {
  position: relative;
}
.who-we-are .right-img .img-0 {
  position: absolute;
  width: 240px;
  height: 200px;
  background: url(../images/who-we-are-img0.webp), linear-gradient(#000, #000);
  background-size: cover;
  bottom: -10%;
  left: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.fleet .fleet-carousel .item .card-head {
  font-size: 20px;
  font-weight: 700;
  background: var(--themeblack);
  color: white;
  padding: 10px 20px;
}
.fleet .fleet-carousel .item .card-img {
  background: linear-gradient(rgba(0, 0, 0, 0.0431372549), rgba(0, 0, 0, 0.7960784314));
}
.fleet .fleet-carousel .item .feature {
  background: var(--themeblack);
  color: #fff;
  padding: 10px 0px;
  text-align: center;
}
.fleet .fleet-carousel .item .feature i {
  font-size: 25px;
}
.fleet .fleet-carousel .item .feature img {
  width: 25px;
  margin: 0px auto;
}
.fleet .fleet-carousel .item .details {
  color: #fff;
  background: var(--themeblack);
  font-weight: 700;
  display: block;
  padding: 5px 10px;
}
.fleet .fleet-carousel .item .list {
  text-align: center;
  list-style: none;
  width: 200px;
  background: var(--themeblack);
}
.fleet .fleet-carousel .item .list li {
  color: #fff;
  padding: 6px 15px;
  border-bottom: 0.5px solid #5c5c5c;
  font-size: 15px;
}
.fleet .fleet-carousel .item .list li:last-child {
  border-bottom: unset;
}
.fleet .owl-theme .owl-nav {
  width: 110%;
  display: flex;
  justify-content: space-between;
  top: 30%;
  left: -5%;
  position: absolute;
}
.fleet .owl-theme .owl-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--themeblack);
  color: #fff;
}
.fleet .owl-theme .owl-nav button:hover {
  background: #fff;
  color: var(--themeblack);
}
.fleet .owl-dots {
  padding: 30px 0px;
}
.fleet .owl-dots .owl-dot:is(.active, :hover) span {
  background: #fff;
}

.who-we-are2 {
  position: relative;
  color: #fff;
}
.who-we-are2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 140%;
  bottom: 0px;
  left: 0px;
  background: #2e2e2e;
  z-index: -2;
}
.who-we-are2::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 80%;
  bottom: 0%;
  right: 0px;
  background: url(../images/who-we-are-bg-2.webp) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.service .service-carousel .item .card-img {
  z-index: -1;
}
.service .service-carousel .item .card-content {
  width: 90%;
  margin-left: 5%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2274509804);
  padding: 15px 10px;
  align-items: center;
  transform: translateY(-40px);
  background: #fff;
}
.service .service-carousel .item .card-content h3 {
  font-size: 22px;
  font-weight: 700;
}
.service .service-carousel .item .card-content .icon {
  width: 40px;
  height: 40px;
  background: var(--themeblack);
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.service .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .owl-dots .owl-dot:is(.active) span {
  width: 30px;
  height: 15px;
  border-radius: 11px;
  background: var(--themeblack);
}

.overlay {
  background: url(../images/overlay-bg.webp);
  color: #fff;
  padding: 100px 0px;
}
.overlay .small-title {
  font-size: 18px;
}
.overlay h2 {
  font-size: 30px;
  font-weight: 700;
}
.overlay h3 {
  font-size: 25px;
}
.overlay .contactbutn {
  padding: 10px 24px;
  border-radius: 25px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
  opacity: 1 !important;
  transform: unset !important;
}
.overlay .contactbutn:hover {
  background: #f1f1f1;
  color: #000000;
}

.who-we-video .video-left {
  position: relative;
}
.who-we-video .video-left img {
  width: 100%;
}
.who-we-video .video-left::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4901960784);
  -webkit-clip-path: polygon(0 0, 29% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 29% 0, 100% 100%, 0% 100%);
}
.who-we-video .video-left .play-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
}
.who-we-video .right-content .feature-card {
  background: #000;
  color: #fff;
  padding: 15px 20px;
  min-height: 214px;
}
.who-we-video .right-content .feature-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
}
.who-we-video .video-overlay {
  position: fixed;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: all ease 500ms;
}
.who-we-video .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.who-we-video .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.who-we-video .video-overlay-close:hover {
  color: #fa183d;
}
.who-we-video .video-overlay iframe {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80vw;
  height: 47vh;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  opacity: 0;
  z-index: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0.4s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.testimonial {
  position: relative;
}
.testimonial::after {
  content: "";
  height: 240px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  position: absolute;
  background: url(../images/testimonial-bg.webp);
}
.testimonial .testimonial-carousel .item {
  text-align: center;
  margin: 0px 40px;
  position: relative;
  background: #fff;
}
.testimonial .testimonial-carousel .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0px;
  left: 0px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2431372549);
  z-index: -1;
}
.testimonial .testimonial-carousel .item .profile {
  transform: translateY(30px);
}
.testimonial .testimonial-carousel .item .profile > img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0px auto;
}
.testimonial .testimonial-carousel .item .profile .quatation {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  transform: translateY(-30px);
}
.testimonial .testimonial-carousel .item .card-content p {
  padding: 10px;
}
.testimonial .testimonial-carousel .item .card-content h3 {
  font-size: 22px;
  font-weight: 400;
}
.testimonial .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial .owl-dots .owl-dot:is(.active) span {
  width: 30px;
  height: 15px;
  border-radius: 11px;
  background: var(--themeblack);
}

footer {
  padding: 100px 80px 50px 80px;
  background: var(--themeblack);
}

footer p,
footer a,
footer li {
  color: #fbfbfb;
  list-style: none;
}

footer h3 {
  color: #f9f9f9;
}

footer .footercol ul {
  padding-left: 0;
}

footer .footercol ul li a {
  text-transform: capitalize;
}

footer .footercol h3 {
  font-size: 24px;
}

footer .footercol li {
  margin: 15px 0px;
  margin: 15px 0px;
}

.footer-bottom {
  padding: 30px 0 0;
  border-top: 1px solid #fff;
  margin-top: 40px;
}

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

.footer-bottom p a:hover {
  color: var(--themeyellow);
}

.about-video .commonbtn {
  color: #f1f1f1;
}
.about-video .commonbtn::after {
  background: var(--themeblack);
}
.about-video .commonbtn::before {
  background: #fff;
}
.about-video .commonbtn span {
  color: #000;
}
.about-video .commonbtn:hover {
  color: #000;
}
.about-video .commonbtn:hover i {
  color: #000 !important;
}
.about-video .play-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
}
.about-video .video-overlay {
  position: fixed;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: all ease 500ms;
}
.about-video .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.about-video .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.about-video .video-overlay-close:hover {
  color: #fa183d;
}
.about-video .video-overlay iframe {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80vw;
  height: 47vh;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  opacity: 0;
  z-index: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0.4s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.about-section-2 .left-content {
  padding: 0px 80px;
}

.service-content .container-fluid {
  padding: 0px 90px;
}
.service-content .service-right .service-card, .service-content .service-right-carousel .service-card {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.service-content .service-right .service-card .card-left, .service-content .service-right-carousel .service-card .card-left {
  padding: 0px 20px;
}
.service-content .service-right .service-card .card-left a, .service-content .service-right-carousel .service-card .card-left a {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-content .service-right .service-card .card-left a .icon, .service-content .service-right-carousel .service-card .card-left a .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #000;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.service-content .service-right .service-card .card-right img, .service-content .service-right-carousel .service-card .card-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.worldclass-service .container {
  flex-wrap: wrap-reverse !important;
}
.worldclass-service .container .left .feature li {
  width: 150px;
  min-height: 100px;
  border: 0.5px solid #3a3a3a;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.worldclass-service .container .left .feature li i {
  font-size: 28px;
}
.worldclass-service .container .left .feature li p {
  margin-top: 5px;
  font-weight: 600;
}
.worldclass-service .container .right {
  position: relative;
}
.worldclass-service .container .right::after {
  content: "";
  position: absolute;
  width: 105%;
  height: 110%;
  background: #000;
  left: 0%;
  top: -5%;
  z-index: -1;
  -webkit-clip-path: polygon(57% 0, 100% 0, 100% 100%, 12% 100%);
          clip-path: polygon(57% 0, 100% 0, 100% 100%, 12% 100%);
}

.premium-service {
  background: linear-gradient(rgba(0, 0, 0, 0.4705882353), rgba(0, 0, 0, 0.4588235294)), url(../images/premium-bg-service.webp);
}
.premium-service .container {
  color: #ffffff;
}
.premium-service .container .icon {
  min-width: 55px;
  height: 55px;
  background: #ffffff;
  color: #000000;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  font-size: 30px;
  border-radius: 50%;
}

.single-service-overlay {
  padding: 100px 0px;
  background: url(../images/single-service-overlay-bg.webp);
  color: #ffffff;
}

.fleet-main .container .fleet-card {
  position: relative;
  overflow: hidden;
}
.fleet-main .container .fleet-card .fleet-img {
  min-height: 200px;
}
.fleet-main .container .fleet-card .fleet-title {
  background: #212b4a;
  padding: 10px;
  color: #fff;
}
.fleet-main .container .fleet-card .fleet-content {
  position: absolute;
  left: 5%;
  width: 90%;
  background: rgba(255, 255, 255, 0.7294117647);
  bottom: -100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 10px 15px;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.fleet-main .container .fleet-card .fleet-content > div {
  padding: 10px 0px;
}
.fleet-main .container .fleet-card:hover .fleet-content {
  bottom: 70px;
}

.luxury-car {
  background: #edf2f5;
}
.luxury-car .left-img {
  z-index: 2;
}
.luxury-car .right-content .content {
  margin: 20px 0px;
  padding: 12px 0px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.luxury-car .right-content .content .icon {
  min-width: 60px;
  height: 60px;
  background: #202b4a;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
}
.luxury-car .right-content .content p {
  margin-top: 5px;
}
.luxury-car .right-content .content::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200%;
  height: 100%;
  background: #202b4a;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.luxury-car .right-content .content:hover {
  color: #ffffff;
}
.luxury-car .right-content .content:hover::after {
  opacity: 1;
}
.luxury-car .right-content .content:hover .icon {
  background: #fff;
  color: #202b4a;
}

.fleet-single-section1 .right-content {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.3725490196);
  position: relative;
}
.fleet-single-section1 .right-content .feature .feature-card i {
  font-size: 30px;
}
.fleet-single-section1 .right-content .badg {
  position: absolute;
  background: #202b4a;
  padding: 15px;
  color: #ffffff;
  right: 40px;
}

.worldclass-service .container .right .swiper {
  width: 100%;
  height: 100%;
  position: static !important;
}

.worldclass-service .container .right .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.worldclass-service .container .right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.worldclass-service .container .right .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.worldclass-service .container .right .swiper-slide {
  background-size: cover;
  background-position: center;
}

.worldclass-service .container .right .mySwiper2 {
  width: 100%;
}

.worldclass-service .container .right .mySwiper {
  height: 15%;
  box-sizing: border-box;
  padding: 5px 0;
  background: var(--themeblack);
}

.worldclass-service .container .right .mySwiper .swiper-slide {
  width: 57px !important;
  height: 57px;
  opacity: 0.4;
  margin-right: 5px !important;
}

.worldclass-service .container .right .mySwiper .swiper-slide img {
  border-radius: 5px;
}

.worldclass-service .container .right .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.worldclass-service .container .right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.worldclass-service .container .right .swiper-button-next,
.worldclass-service .container .right .swiper-button-prev {
  position: absolute;
  top: 340px;
  width: 35px;
  height: 35px;
  background: #d09e55;
  border-radius: 50%;
}

.worldclass-service .container .right .swiper-button-next {
  right: 70px;
}

.worldclass-service .container .right .swiper-button-prev {
  left: 70px;
}

.worldclass-service .container .right .swiper-button-next::after,
.worldclass-service .container .right .swiper-button-prev::after {
  font-size: 14px !important;
  font-weight: bold;
}

.fleet-single-section2 {
  position: relative;
}
.fleet-single-section2 .commonbtn {
  color: #f1f1f1;
}
.fleet-single-section2 .commonbtn::after {
  background: var(--themeblack);
}
.fleet-single-section2 .commonbtn::before {
  background: #fff;
}
.fleet-single-section2 .commonbtn span {
  color: #000;
}
.fleet-single-section2 .commonbtn:hover {
  color: #000;
}
.fleet-single-section2 .commonbtn:hover i {
  color: #000 !important;
}
.fleet-single-section2 .video-bg {
  position: relative;
  z-index: 4;
}
.fleet-single-section2 .play-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.fleet-single-section2 .video-overlay {
  position: fixed;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: all ease 500ms;
}
.fleet-single-section2 .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}
.fleet-single-section2 .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}
.fleet-single-section2 .video-overlay-close:hover {
  color: #fa183d;
}
.fleet-single-section2 .video-overlay iframe {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80vw;
  height: 47vh;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  opacity: 0;
  z-index: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-delay: 0.4s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fleet-single-section2 .left {
  z-index: 3;
}
.fleet-single-section2 .right {
  color: #fff;
  position: relative;
}
.fleet-single-section2 .right::after {
  content: "";
  position: absolute;
  width: 130%;
  height: 110%;
  top: -5%;
  right: -5%;
  background: #202b4a;
  z-index: -3;
}
.fleet-single-section2 .right ul li {
  padding: 8px 0px;
}
.fleet-single-section2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-height: 300px;
  background: url(../images/fleet-single-video-bg.webp);
  z-index: -2;
}

.fleet-single-section4 .commonbtn {
  color: #f1f1f1;
}
.fleet-single-section4 .commonbtn::after {
  background: var(--themeblack);
}
.fleet-single-section4 .commonbtn::before {
  background: #fff;
}
.fleet-single-section4 .commonbtn span {
  color: #000;
}
.fleet-single-section4 .commonbtn:hover {
  color: #000;
}
.fleet-single-section4 .commonbtn:hover i {
  color: #000 !important;
}

.form {
  position: relative;
}
.form .contact-form {
  box-shadow: 0px 14px 17px 0px rgba(0, 0, 0, 0.3254901961);
  background: #fff;
  padding: 40px 20px;
  border-radius: 10px;
}
.form .contact-form .form-group {
  padding: 10px 0px;
}
.form .contact-form .form-group .form-control {
  padding: 10px 15px;
  margin: 5px 0px;
}
.form::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: #202b4a;
  bottom: -20px;
  left: 0px;
  z-index: -1;
}

.map .map-container {
  padding: 40px 0px;
}
.map .map-container .left {
  background: #202b4a;
  color: #ffffff;
  margin-right: -100px;
  z-index: 3;
}
.map .map-container .left a {
  color: #ffffff;
}
.map .map-container .left ul li .icon {
  width: 55px;
  height: 55px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  display: inline-block;
}
.map .map-container .right iframe {
  height: 600px;
  filter: grayscale(100%);
}

@media (min-width: 1440px) {
  .fleet-single-section2 .left .section-title {
    padding-right: 50px;
  }
  .fleet-single-section2 .right::after {
    width: 120%;
  }
}
@media (max-width: 1200px) {
  .service-content .service-left {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .section-title {
    font-size: 26px;
  }
  .who-we-are .left-img .img-0 {
    width: 160px;
    height: 120px;
    background: url(../images/who-we-are-img0.webp), linear-gradient(#000, #000);
    background-size: cover;
    top: 0px;
    left: 0px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }
  .who-we-are2::after {
    height: 125%;
  }
  .who-we-are2::before {
    display: none;
  }
  .small-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  header .container .logo {
    width: 152px;
  }
  header .container .logo img {
    width: 100%;
  }
  header .menu {
    color: #fff;
    font-size: 30px;
  }
  header nav {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    top: 0px;
    left: 0px;
    background: #000;
    display: grid;
    place-content: center;
    z-index: 8;
    transform: translateX(100%);
    opacity: 0;
    transition: 0.3s;
  }
  header nav .nav-contain {
    height: 100%;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }
  header nav .nav-contain li a {
    color: #fff;
  }
  header nav .nav-contain .dropdown .dropdown-content {
    left: -80px;
    height: 270px;
    overflow: scroll;
    z-index: 4;
  }
  header nav .nav-contain .dropdown .dropdown-content a {
    color: #000;
  }
  header nav .close {
    position: absolute;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    top: 10px;
    right: 10px;
  }
  header .navactive {
    transform: translateX(0%);
    opacity: 1;
  }
  .banner {
    margin-top: 74px;
  }
  .commonbtn {
    font-size: 14px;
  }
  .banner {
    padding: 30px 0px;
  }
  .banner::before {
    background: url(../images/mobile-banner-bg.webp) no-repeat;
    background-size: cover;
  }
  .banner::after {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 41% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 41% 0, 100% 100%, 0% 100%);
  }
  .banner h1 {
    font-size: 20px;
    font-weight: 900;
  }
  .banner .banner-left p {
    font-size: 12px;
  }
  .who-we-are .left-img {
    height: 320px;
  }
  .fleet .fleet-carousel .feature p,
  .fleet .fleet-carousel .feature li,
  .fleet .fleet-carousel .feature a {
    font-size: 12px;
  }
  .fleet .owl-nav {
    width: 100% !important;
    left: 0px !important;
  }
  .overlay h2 {
    font-size: 24px;
  }
  .testimonial::after {
    display: none;
  }
  .testimonial .testimonial-carousel .item {
    margin: 0px 0px;
  }
  footer {
    padding: 100px 8px 50px 8px;
  }
  footer p,
  footer a,
  footer li {
    font-size: 12px;
  }
  .about-section-2 .left-content {
    padding: 40px 30px;
  }
  .service-content .container-fluid {
    padding: 0px 10px;
  }
  .service-content .container-fluid .service-card img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-content .container-fluid .service-card .card-left {
    padding-left: 15px 10px;
  }
  .worldclass-service .container .left .feature li p {
    font-size: 14px;
  }
  .worldclass-service .container .right {
    margin-bottom: 30px !important;
  }
  .worldclass-service .container .right::after {
    width: 102%;
  }
  .fleet-single-section2::after {
    display: none;
  }
  .worldclass-service .container .right .swiper-button-next {
    right: 0px;
  }
  .worldclass-service .container .right .swiper-button-prev {
    left: 0px;
  }
  .premium-service {
    background: url(../images/premium-bg-service-phone.png);
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .service-content .owl-stage {
    padding: 15px 0px;
  }
  .service-content .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
  }
  .service-content .owl-dots .owl-dot:is(.active) span {
    width: 30px;
    height: 15px;
    border-radius: 11px;
    background: var(--themeblack);
  }
}
@media (max-width: 576px) {
  .who-we-are .right-img .img-0 {
    position: absolute;
    width: auto;
    height: auto;
    padding: 30px 60px 30px 10px !important;
    left: 30%;
    font-size: 16px;
  }
  .luxury-car .right-content .content::after {
    right: -15px;
  }
  .luxury-car .right-content .content {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer p,
  footer a,
  footer li {
    font-size: 10px;
  }
  footer .commonbtn {
    font-size: 12px;
  }
  footer .commonbtn {
    padding: 12px 20px;
  }
  footer .commonbtn::before {
    right: 10px;
  }
  footer .footer-logo img {
    width: 100%;
  }
  footer .footercol h3 {
    font-size: 20px;
  }
}
@media (max-width: 390px) {
  .container .logo {
    width: 102px;
  }
  .container .logo img {
    width: 100%;
  }
  footer .col-6 {
    width: 100% !important;
    padding: 0px !important;
  }
  footer p,
  footer a,
  footer li,
  footer .commonbtn {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */

/* Banner form */
.rightform .contact-form {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 10px auto;
  width: 450px;
}
.rightform .contact-form p {
  font-size: 18px;
  font-weight: 800;
  line-height: 23.58px;
  text-align: left;
  color: #000;
}

.rightform .contact-form .form-group {
  margin-bottom: 10px;
}

.rightform .contact-form .form-group label {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.77px;
  text-align: left;
  color: #A6A6A6;
}

.rightform .contact-form .form-control {
  /* width: 50%; */
  border-radius: 9px;
  border: 0.3px solid #797979;
  background-color: #fff;
  padding: 10px 15px;
}

.rightform .contact-form input[type="text"] {
  margin-right: 5px;
}

.rightform .contact-form input::placeholder,
.rightform .contact-form textarea::placeholder {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.16px;
}

.rightform .contact-form textarea.form-control{
  margin-bottom: 10px;
}

.rightform .contact-form .book-now {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 9px;
  color: #fff;
  background: #000;
  font-weight: 600;
  transition: all 0.5s ease;
  text-align: center;
}

.rightform .contact-form .book-now:hover {
  transform: scale(0.96);
}

@media screen and (max-width: 1024px) {
  .rightform .contact-form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .rightform .contact-form {
    padding: 10px;
  }
}