/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.site-header {
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
.site-header .logo img {
  width: 110px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .site-header .logo img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .site-header .logo img {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .site-header .logo img {
    width: 70px;
  }
}
.site-header .navigation {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .site-header .navigation {
    order: 1;
  }
}
.site-header .navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .site-header .navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .site-header .navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 100%;
  }
}
.site-header .navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  font-family: "Rubik", sans-serif;
  padding: 0 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .site-header .navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    padding: 0 10px;
    /* Large Devices, Wide Screens */
  }
}
@media (max-width: 1300px) and (max-width: 991px) {
  .site-header .navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-weight: 500;
    padding: 0 20px;
    font-size: 18px;
  }
}
.site-header .navigation .search-icon {
  margin-left: 2rem;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  cursor: pointer;
}
@media (max-width: 1300px) {
  .site-header .navigation .search-icon {
    margin-left: 1rem;
  }
}
@media (max-width: 575px) {
  .site-header .navigation .search-icon {
    order: -1;
    margin-left: unset;
    margin-right: 10px;
  }
}
.site-header .navigation .search-icon i {
  color: #000;
  font-size: 20px;
}
.site-header .navigation .search-icon i:hover {
  color: #ecc800;
}
.site-header .hdr-contact .media {
  margin-right: 2rem;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .site-header .hdr-contact .media {
    margin-right: 1rem;
  }
}
@media (max-width: 575px) {
  .site-header .hdr-contact .media {
    display: none;
  }
}
.site-header .hdr-contact .media span {
  color: #333;
}
.site-header .hdr-contact .media ul li {
  display: inline-block;
}
.site-header .hdr-contact .media ul li:not(:last-child) {
  margin-right: 4px;
}
.site-header .hdr-contact .media ul li i {
  color: #111;
  background-color: #ecc800;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 4px;
}
.site-header .hdr-contact .media ul li i:hover {
  background-color: #ecc800;
  color: #fff;
  border-color: #ecc800;
}
.site-header .hdr-contact .call {
  position: relative;
  padding-left: 32px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .hdr-contact .call {
    padding-left: 0;
  }
}
.site-header .hdr-contact .call img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 26px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .hdr-contact .call img {
    position: relative;
    transform: none;
    width: 18px;
  }
}
.site-header .hdr-contact .call span {
  color: #333;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .hdr-contact .call span {
    font-size: 14px;
  }
}
.site-header .hdr-contact .call a {
  display: block;
  color: #000;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .site-header .hdr-contact .call a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .site-header .hdr-contact .call a {
    font-size: 16px;
  }
}
.site-header .hdr-contact .call a:hover {
  color: #ecc800;
}
.site-header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 5px 0;
}
.site-header.active .logo img {
  width: 55px;
}

#loading {
  height: 100vh;
  width: 100%;
  background: #fff no-repeat center;
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 20rem;
}

.site-footer {
  background-color: #05285d;
  color: #fff;
}

.ft-title {
  font-size: 22px;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .ft-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .ft-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.ft-logo img {
  width: 100px;
}

.ft-abt p {
  margin: 10px 0 0;
}

.contact-det li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
}
.contact-det li span {
  color: #555;
  display: block;
}
.contact-det li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #ff3131;
}
.contact-det li a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.contact-det li a:not(:last-child) {
  padding-right: 6px;
}
.contact-det li a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  right: 0;
  height: 14px;
  width: 1px;
  background-color: #fff;
}
.contact-det li a:hover {
  color: #ff3131;
}
.contact-det.dark i {
  top: 5px;
}
.contact-det.dark a {
  color: #111;
  font-weight: 500;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-det.dark a {
    font-size: 16px;
  }
}
.contact-det.dark a:not(:last-child)::before {
  background-color: #333;
}
.contact-det.dark a:hover {
  color: #ff3131;
}

.social-media h6 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.social-media li {
  display: inline-block;
}
.social-media li:not(:last-child) {
  margin-right: 6px;
}
.social-media li i {
  color: #000;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  background-color: #ecc800;
  border-radius: 2px;
}
.social-media li i:hover {
  color: #fff;
  background-color: #ff3131;
}
.social-media.dark li i:hover {
  background-color: #ff3131;
  color: #fff;
  border-color: #ff3131;
}

.ft-links li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 22px;
}
.ft-links li::before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff3131;
}
.ft-links li a {
  color: #fff;
}
.ft-links li a:hover {
  color: #ff3131;
}

.copyright {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.copyright p {
  margin: 0;
}
.copyright p a {
  color: #ecc800;
}

.facebook {
  position: relative;
  height: 240px;
}
.facebook iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
}
#scroll-top i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #ecc800;
  color: #fff;
}

.heroSlider .swiper-slide {
  display: flex;
  background-image: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.8117647059) 100%);
  flex-wrap: wrap;
}
.heroSlider .swiper-slide .text {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 7%;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroSlider .swiper-slide .text {
    padding: 5% 4%;
  }
}
@media (max-width: 767px) {
  .heroSlider .swiper-slide .text {
    width: 100%;
    justify-content: start;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to top, #000 0%, rgba(255, 255, 255, 0) 100%);
    padding: 20% 5% 5%;
  }
}
.heroSlider .swiper-slide .text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroSlider .swiper-slide .text h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .heroSlider .swiper-slide .text h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .heroSlider .swiper-slide .text h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-slide .text h2 {
    font-size: 22px;
  }
}
.heroSlider .swiper-slide .text h2 span {
  color: #ff3131;
}
.heroSlider .swiper-slide .text p {
  color: #ddd;
  font-size: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .swiper-slide .text p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-slide .text p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: normal;
  }
}
.heroSlider .swiper-slide .image {
  width: 50%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .swiper-slide .image {
    width: 100%;
  }
}
.heroSlider .swiper-slide .image img {
  width: 100%;
  height: 600px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .swiper-slide .image img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-slide .image img {
    height: 400px;
  }
}
.heroSlider .swiper-button-next, .heroSlider .swiper-button-prev {
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroSlider .swiper-button-next, .heroSlider .swiper-button-prev {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
}
@media (max-width: 575px) {
  .heroSlider .swiper-button-next, .heroSlider .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
    top: 40%;
  }
}
.heroSlider .swiper-button-next:after, .heroSlider .swiper-button-prev:after {
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroSlider .swiper-button-next:after, .heroSlider .swiper-button-prev:after {
    font-size: 18px;
  }
}

.serviceSlider .swiper-slide {
  padding: 5px;
}

.service-card {
  text-align: center;
  padding: 16px;
  border-radius: 10px;
  background-color: #e9e9e9;
  transition: all 0.3s ease-in-out;
}
.service-card .image {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding: 8px;
  background-color: #e9e9e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.service-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 6px 0 0;
  color: #222;
  transition: all 0.3s ease-in-out;
}
.service-card:hover {
  background-color: #ff3131;
}
.service-card:hover .image {
  background-color: #fff;
  padding: 12px;
}
.service-card:hover .image img {
  filter: brightness(1);
}
.service-card:hover h3 {
  color: #fff;
}

.card1 {
  border: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.card1 .image {
  overflow: hidden;
}
.card1 .image img {
  width: 100%;
  height: 280px;
  transition: all 0.6s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card1 .image img {
    height: auto;
  }
}
.card1 .text {
  padding: 1rem;
}
.card1 .text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.card1 .text p {
  margin: 0;
}
.card1:hover img {
  transform: scale(1.2);
}

.card3 {
  background-color: rgba(236, 200, 0, 0.1490196078);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.card3 .charge-title {
  font-size: 22px;
  font-weight: 600;
  padding: 16px;
  background-color: #ecc800;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3 .charge-title {
    font-size: 18px;
    padding: 12px 16px;
  }
}
.card3 .info {
  font-size: 17px;
  padding-bottom: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3 .info {
    padding-bottom: 12px;
  }
}
.card3 .info:not(:last-child) {
  border-bottom: 1px dashed #ecc800;
  margin: 0 16px 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3 .info:not(:last-child) {
    margin: 0 16px 12px;
  }
}
.card3 .info:first-child {
  border-bottom: none !important;
  margin: 0;
}
.card3 .info:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
.card3 .info:last-child {
  margin: 0 16px 0;
}
.card3 .info p {
  margin-bottom: 0;
}
.card3 .info h5 {
  font-size: 18px;
  font-weight: 600;
  float: right;
  margin: 0;
}
.card3 .info span {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.card3:hover {
  background-color: rgba(236, 200, 0, 0.2705882353);
}

.card3.left {
  text-align: left;
}

.card6 {
  background-color: rgba(236, 200, 0, 0.1490196078);
  width: 100%;
  text-align: center;
}
.card6 .charge-title {
  font-size: 22px;
  font-weight: 600;
  padding: 16px;
  border-bottom: 1px solid #ecc800;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card6 .charge-title {
    font-size: 18px;
    padding: 12px 16px;
  }
}
.card6 .info {
  padding: 1rem;
}
.card6 .info h4 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 1rem;
}
.card6 .info h4 span {
  font-weight: 600;
  font-size: 20px;
}

.charges {
  background-color: #f5f5f5;
}

.card2 {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.card2 .rating {
  margin-bottom: 16px;
}
.card2 .rating i {
  color: #efb70a;
  font-size: 15px;
}
.card2 .author img {
  height: 50px;
  width: 50px;
  max-width: 50px;
  border-radius: 50%;
}
.card2 .author .name {
  margin-left: 16px;
}
.card2 .author .name h3 {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
}
.card2 .author .name span {
  color: #111;
  font-weight: 500;
}
.card2 .author .name a {
  color: #0048b4;
}
.card2 .author .name a:hover {
  color: #ff3131;
}
.card2 .author .name span, .card2 .author .name a {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .author .name span, .card2 .author .name a {
    font-size: 15px;
  }
}
.card2 .desc p {
  color: #111;
  margin: 16px 0 0;
  text-align: justify;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .desc p {
    text-align: left;
  }
}

.testimonialSlider .swiper-slide {
  height: auto;
}

.test-inner {
  position: relative;
}
.test-inner .swiper-button-next,
.test-inner .swiper-button-prev {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0048b4;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .test-inner .swiper-button-next,
  .test-inner .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .test-inner .swiper-button-next,
  .test-inner .swiper-button-prev {
    height: 34px;
    line-height: 34px;
    width: 34px;
  }
}
.test-inner .swiper-button-next::after,
.test-inner .swiper-button-prev::after {
  font-size: 18px;
  color: #0048b4;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .test-inner .swiper-button-next::after,
  .test-inner .swiper-button-prev::after {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .test-inner .swiper-button-next::after,
  .test-inner .swiper-button-prev::after {
    font-size: 14px;
  }
}
.test-inner .swiper-button-prev {
  left: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-inner .swiper-button-prev {
    left: 10px;
  }
}
.test-inner .swiper-button-next {
  right: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-inner .swiper-button-next {
    right: 10px;
  }
}

.card4 {
  background-color: #f5f5f5;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.card4 .image {
  overflow: hidden;
}
.card4 .image img {
  width: 100%;
  height: 200px;
  transition: all 0.6s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card4 .image img {
    height: auto;
  }
}
.card4 .text {
  padding: 1rem;
}
.card4 .text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  transition: all 0.3s ease-in-out;
}
.card4 .text h3:hover {
  color: #ff3131;
}
.card4 .text h4 {
  font-size: 16px;
  color: #222;
  font-weight: normal;
  margin-bottom: 10px;
}
.card4 .text h4 span {
  font-weight: 600;
  font-size: 18px;
}
.card4 .text p {
  color: #555;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 8px;
}
.card4 .text .btn-one {
  background-color: #0048b4;
}
.card4 .text .btn-one:hover {
  background-color: #ecc800;
}
.card4:hover img {
  transform: scale(1.2);
}
.card4.lg .image img {
  height: 260px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card4.lg .image img {
    height: auto;
  }
}

.card5 .image {
  overflow: hidden;
  border-radius: 10px;
}
.card5 .image img {
  width: 100%;
  height: 240px;
  transition: all 0.6s ease-in-out;
}
.card5 .text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  transition: all 0.3s ease-in-out;
  margin: 10px 0 8px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card5 .text h3 {
    margin: 10px 0 4px;
  }
}
.card5 .text h3:hover {
  color: #ff3131;
}
.card5:hover img {
  transform: scale(1.2);
}

.date {
  color: #666;
}
.date i {
  color: #555;
  font-size: 14px;
}

.blog-det .date {
  margin-top: 16px;
}

.single-blog p {
  text-align: justify;
  font-size: 17px;
}

.abt-block {
  background-color: #f5f5f5;
  padding: 30px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .abt-block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .abt-block {
    padding: 16px;
  }
}

.abt-title {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 12px;
}

.team-item {
  text-align: center;
  border: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.team-item img {
  width: 100%;
  height: 260px;
}
.team-item .text {
  padding: 1rem;
}
.team-item .text .name {
  font-size: 20px;
  color: #222;
  font-family: "Rubik", sans-serif;
  margin-bottom: 5px;
}
.team-item .text .designation {
  color: #444;
  font-size: 17px;
  margin-bottom: 5px;
}
.team-item .text i, .team-item .text a {
  color: #0048b4;
}

.single-team .team-item img {
  height: auto;
}
.single-team .team-item-desc {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .single-team .team-item-desc {
    margin-top: 5%;
  }
}

.imageSlider .swiper-slide img {
  width: 100%;
  height: 400px;
}
.imageSlider .swiper-button-next, .imageSlider .swiper-button-prev {
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.imageSlider .swiper-button-next:after, .imageSlider .swiper-button-prev:after {
  font-size: 20px;
}

.thumbSlider {
  margin-top: 10px;
}
.thumbSlider .swiper-slide img {
  width: 100%;
  height: 90px;
}

.car-details {
  margin-left: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .car-details {
    margin-left: 0;
    margin-top: 5%;
  }
}
.car-details h2 {
  font-weight: normal;
}
.car-details h2 .price {
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .car-details h2 .price {
    font-size: 18px;
  }
}
.car-details h2 span {
  font-weight: normal;
}
.car-details h3 {
  font-weight: normal;
}
.car-details h3 span {
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .car-details h3 span {
    font-size: 18px;
  }
}
.car-details h2, .car-details h3 {
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .car-details h2, .car-details h3 {
    font-size: 16px;
  }
}
.car-details .key-features h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #ff3131;
  font-weight: 600;
}
.car-details .key-features ul {
  margin: 0;
  padding: 0;
}
.car-details .key-features ul li {
  list-style-type: none;
  padding: 8px;
  margin: 0;
}
.car-details .key-features ul li span {
  float: right;
  width: 50%;
}
.car-details .key-features ul li:nth-child(odd) {
  background-color: #f5f5f5;
}

.veh-description {
  background-color: #f5f5f5;
  padding: 30px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .veh-description {
    padding: 16px;
  }
}
.veh-description .desc-title {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 1rem;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .veh-description .desc-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .veh-description .desc-title {
    font-size: 20px;
  }
}

.desc h1, .desc h2, .desc h3, .desc h4, .desc h5, .desc h6 {
  font-size: 20px;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .desc h1, .desc h2, .desc h3, .desc h4, .desc h5, .desc h6 {
    font-size: 18px;
  }
}

.booking-form {
  padding: 5%;
  background-color: #f5f5f5;
}
.booking-form form input, .booking-form form select, .booking-form form textarea {
  margin-bottom: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .booking-form form input, .booking-form form select, .booking-form form textarea {
    margin-bottom: 12px;
  }
}

.modal-title {
  font-size: 20px;
}

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .page-not-found img {
    width: 60%;
  }
}
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .page-not-found h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-not-found h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-not-found h2 {
    font-size: 18px;
    margin: 1rem 0;
  }
}

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section;
}

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

/* =====typography=====*/
a, i, button {
  transition: all 0.3s ease-in-out;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
ul {
  margin: 0;
}
ul li:not(section li):not(header li):not(footer li) {
  font-size: 17px;
  margin-bottom: 8px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  ul li:not(section li):not(header li):not(footer li) {
    font-size: 16px;
  }
}

b, strong {
  font-weight: 600;
}

p {
  font-size: 17px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

p:not(section p):not(footer p) {
  text-align: justify;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
}

.sp-tb {
  padding: 5% 0;
}

.sp-t {
  padding-top: 5%;
}

.sp-b {
  padding-bottom: 5%;
}

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .maincontainer {
    width: 90%;
  }
}

#page {
  max-width: 1600px;
  margin: 0 auto;
}

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

button {
  background-color: unset;
  border: none;
}

.btn-link:hover {
  text-decoration: none;
}

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none;
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.btn-one {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff3131;
  color: #fff;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-one {
    padding: 8px 16px;
  }
}
.btn-one i {
  font-size: 14px;
}
.btn-one.sm {
  padding: 8px 16px;
}
.btn-one:hover {
  background-color: #ecc800;
  color: #fff;
}

.section-heading {
  text-align: center;
}
.section-heading h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 22px;
    margin-bottom: 4px;
  }
}
.section-heading span {
  color: #555;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-heading span {
    font-size: 16px;
  }
}

.entry-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .entry-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .entry-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .entry-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 20px;
  font-weight: 600;
}
.entry-content p strong, .entry-content p b {
  font-weight: 600;
}

.site-main {
  padding: 40px;
  background-color: #f5f5f5;
}
.site-main p {
  text-align: justify;
  font-size: 17px;
}

.google-map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .google-map {
    height: 300px;
  }
}
.google-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

form label {
  margin-bottom: 4px;
}
form input, form select {
  height: 50px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  form input, form select {
    height: 44px;
  }
}
form input, form select, form textarea {
  margin-bottom: 10px;
}
form textarea {
  height: 100px;
}
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff3131;
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover {
  background-color: #ecc800;
  color: #fff;
}

header ul, footer ul, section ul {
  padding: 0;
  margin: 0;
}
header ul li, footer ul li, section ul li {
  list-style-type: none;
}/*# sourceMappingURL=main.css.map */