/* Variable Colors Start */
/* Variable Colors End */
/* Fonts Start */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Fonts End */
/* Font Sizes Start */
/* Font Sizes End */
/* Lineheight Start */
/* Lineheight End */
/* Media Breakpoints Start */
/* Media Breakpoints End */
/* Screen Width */
/* common variable */
/* Mixin to manage responsive breakpoints start */
/* Breakpoint sizes */
/* Mixin to manage responsive breakpoints end */
/* Common Mixin */
header.site-header {
  box-shadow: 0px 0px 20px 0px #18181833;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99; }
  header.site-header .inside-header {
    padding: 10px 40px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  @media screen and (max-width: 991px) {
    header.site-header .site-logo {
      width: 150px; } }
  header.site-header .header-widget {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    header.site-header .header-widget .new-btn {
      margin-top: 0 !important; }
      header.site-header .header-widget .new-btn i {
        display: none; }
      @media screen and (max-width: 1199px) {
        header.site-header .header-widget .new-btn {
          padding: 9px 12px;
          min-width: auto;
          font-size: 20px; }
          header.site-header .header-widget .new-btn span {
            display: none; }
          header.site-header .header-widget .new-btn i {
            display: block !important;
            position: relative;
            top: 2px; } }
    @media screen and (max-width: 768px) {
      header.site-header .header-widget {
        position: absolute;
        top: 20px;
        width: auto;
        z-index: 9;
        right: 90px;
        margin-top: 0; } }

.main-navigation.toggled a {
  padding: 0 0 0 20px; }

.main-navigation.toggled .menu-toggle:hover, .main-navigation.toggled .menu-toggle:focus {
  background-color: #212121 !important; }

/* header fleet start */
.header-widget {
  margin: 0 !important; }

.header-fleet {
  display: none; }
  @media screen and (min-width: 1300px) {
    .header-fleet {
      display: block; } }
  .header-fleet ul {
    display: flex; }
    .header-fleet ul li {
      display: flex;
      margin-bottom: 0 !important;
      line-height: 55px;
      align-items: center;
      border-left: 1px solid gray;
      gap: 10px;
      margin-left: 15px;
      padding-left: 15px; }
      .header-fleet ul li a {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px;
        font-family: "Montserrat", sans-serif !important; }
        .header-fleet ul li a:hover {
          text-decoration: underline; }

/* header fleet end */
/* Mobile Menu start */
@media screen and (max-width: 1200px) {
  .sub-menu-right .menu-toggle {
    display: none; }
  .mobile-menu-control-wrapper {
    display: block; }
  .menu-toggle {
    display: block;
    line-height: 45px;
    padding: 0 16px;
    font-size: 18px;
    background-color: #de243f !important;
    color: #ffffff !important; }
  nav#site-navigation {
    position: fixed;
    background: #0f0f0d !important;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    max-width: calc(100% - 90px);
    width: 100%;
    margin-left: -100% !important;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  nav#site-navigation.toggled {
    margin-left: 0 !important;
    overflow: auto; }
  header #menu-primary-menu .sub-menu {
    min-width: auto; } }

.mobile-menu-open body {
  overflow: hidden; }

/* Mobile Menu end */
.main-navigation#site-navigation {
  background-color: transparent; }
  @media screen and (max-width: 991px) {
    .main-navigation#site-navigation {
      margin: 0 0 0 auto; } }
  .main-navigation#site-navigation .main-nav > ul.menu > li {
    margin-bottom: 0; }
    @media screen and (min-width: 1300px) {
      .main-navigation#site-navigation .main-nav > ul.menu > li:nth-last-child(-n+3) {
        display: none; } }
    .main-navigation#site-navigation .main-nav > ul.menu > li > a {
      font-family: "Montserrat", sans-serif !important;
      padding: 12px;
      font-size: 14px;
      line-height: 40px;
      color: #ffffff;
      text-transform: uppercase; }
      @media (min-width: 1200px) and (max-width: 1360px) {
        .main-navigation#site-navigation .main-nav > ul.menu > li > a {
          padding-left: 7px;
          padding-right: 7px; } }
      @media screen and (max-width: 991px) {
        .main-navigation#site-navigation .main-nav > ul.menu > li > a {
          padding: 0 15px;
          margin-top: 12px; } }
      .main-navigation#site-navigation .main-nav > ul.menu > li > a:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #de243f;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
      .main-navigation#site-navigation .main-nav > ul.menu > li > a:hover:after {
        width: 100%; }
      .main-navigation#site-navigation .main-nav > ul.menu > li > a .dropdown-menu-toggle {
        padding-right: 0;
        padding-left: 3px; }
    .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu {
      background-color: #ffffff;
      min-width: max-content; }
      @media screen and (max-width: 768px) {
        .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu {
          flex-direction: column;
          padding: 1rem; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu {
          padding: 1rem; } }
      .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li {
        border-top: 1px solid #D7D7D7;
        font-size: 16px;
        font-weight: 400;
        list-style: none;
        position: relative;
        line-height: 35px; }
        .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li:first-child {
          border-top: 0px; }
        @media screen and (max-width: 768px) {
          .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li {
            text-align: left; } }
        .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li a {
          color: #0a0a0a;
          position: relative;
          padding: 13px 15px;
          font-size: 16px;
          font-weight: 400;
          line-height: 20px; }
          @media screen and (max-width: 768px) {
            .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li a {
              font-size: 15px; } }
      .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li.current-menu-item a,
      .main-navigation#site-navigation .main-nav > ul.menu > li > ul.sub-menu li a:hover {
        background-color: #de243f;
        color: #ffffff; }
  .main-navigation#site-navigation .main-nav > ul.menu li.current-menu-parent a:after,
  .main-navigation#site-navigation .main-nav > ul.menu li.current-menu-item a:after {
    width: 100%; }

/* footer start */
.site-footer {
  /* footer copyright start */
  /* footer copyright end */ }
  .site-footer a.footer-logo {
    max-width: 200px;
    display: inline-block; }
  .site-footer .footer-widgets {
    background-color: #1f1f1f;
    color: #ffffff;
    /* contact and follow us start */
    /* contact and follow us end */ }
    @media screen and (max-width: 768px) {
      .site-footer .footer-widgets {
        padding: 0; } }
    @media screen and (max-width: 1199px) {
      .site-footer .footer-widgets .inside-footer-widgets {
        flex-wrap: wrap; } }
    .site-footer .footer-widgets .inside-footer-widgets > div {
      font-size: 16px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .site-footer .footer-widgets .inside-footer-widgets > div {
          flex: 1 1 0; } }
      @media screen and (max-width: 991px) {
        .site-footer .footer-widgets .inside-footer-widgets > div {
          flex: unset !important;
          width: 100%;
          padding-top: 20px; }
          .site-footer .footer-widgets .inside-footer-widgets > div:not(:last-child) {
            margin-bottom: 20px; } }
      .site-footer .footer-widgets .inside-footer-widgets > div .inner-padding {
        padding: 0 30px; }
        @media screen and (max-width: 767px) {
          .site-footer .footer-widgets .inside-footer-widgets > div .inner-padding {
            padding: 0; } }
      .site-footer .footer-widgets .inside-footer-widgets > div h3 {
        font-weight: 500;
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 15px; }
      .site-footer .footer-widgets .inside-footer-widgets > div a {
        font-size: 16px;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
      .site-footer .footer-widgets .inside-footer-widgets > div .widget_nav_menu ul li {
        padding-left: 25px;
        line-height: 30px; }
        .site-footer .footer-widgets .inside-footer-widgets > div .widget_nav_menu ul li a::before {
          content: '\f101';
          font-family: "Font Awesome 6 Free";
          font-weight: bold;
          font-size: 12px;
          position: absolute;
          left: 3px;
          color: #ffffff;
          -webkit-transition: all ease-in-out 0.3s;
          -moz-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; }
        .site-footer .footer-widgets .inside-footer-widgets > div .widget_nav_menu ul li a:hover::before {
          left: 8px; }
    @media screen and (max-width: 991px) {
      .site-footer .footer-widgets .inside-footer-widgets .footer-widget-2,
      .site-footer .footer-widgets .inside-footer-widgets .footer-widget-3 {
        width: 50%; } }
    .site-footer .footer-widgets .footer-contact li i {
      margin-right: 8px; }
    .site-footer .footer-widgets .footer-follow {
      display: grid;
      gap: 15px;
      grid-template-columns: repeat(3, 0fr); }
      .site-footer .footer-widgets .footer-follow li {
        margin: 0; }
  .site-footer footer.site-info {
    background-color: #100e0f; }
    .site-footer footer.site-info .inside-site-info {
      justify-content: normal;
      padding: 15px 40px; }
      .site-footer footer.site-info .inside-site-info .copyright-bar {
        margin: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex: 0 0 100%;
        color: #a6a6a6;
        font-size: 15px; }
        .site-footer footer.site-info .inside-site-info .copyright-bar a {
          color: #ffffff; }
        .site-footer footer.site-info .inside-site-info .copyright-bar a:hover {
          color: #de243f; }

/* footer end */
/* Product slider start */
.product-slider-blk {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px 0 30px;
  height: 400px; }
  .product-slider-blk::before {
    content: "";
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, black 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; }
  .product-slider-blk img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
  .product-slider-blk:hover img {
    -webkit-transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2);
    -o-transform: rotate(5deg) scale(1.2);
    transform: rotate(5deg) scale(1.2); }
  .product-slider-blk a {
    position: absolute;
    z-index: 11;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px 20px 20px; }
    .product-slider-blk a h3 {
      margin-bottom: 30px !important; }
    .product-slider-blk a:hover {
      color: #de243f; }

/* Product slider end */
/* product page start */
.product-page {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 1199px) {
    .product-page {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 768px) {
    .product-page {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 575px) {
    .product-page {
      grid-template-columns: repeat(1, 1fr); } }

/* product page end*/
/* pagination start */
.nav-links {
  font-weight: 400;
  font-size: 15px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px; }
  .nav-links a,
  .nav-links .current {
    line-height: 30px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    gap: 8px;
    font-size: 17px; }
  .nav-links a.prev,
  .nav-links a.next {
    width: auto;
    color: #de243f;
    border-bottom: 1px solid #de243f;
    height: auto; }
  .nav-links .current {
    border-color: #de243f; }

/* pagination end */
/* Header Top start */
.header1 {
  background-color: #222222;
  padding: 5px 0; }

.top-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 0 15px; }
  @media screen and (max-width: 991px) {
    .top-header {
      font-size: 14px; } }
  @media screen and (max-width: 991px) {
    .top-header p:first-child {
      display: none; } }
  .top-header p {
    color: #ffffff;
    margin: 0;
    font-size: 14px; }
  .top-header a[href^="tel:"] {
    color: #de243f;
    font-weight: bold;
    font-size: 17px; }
    .top-header a[href^="tel:"]:hover {
      color: #ffffff; }
    .top-header a[href^="tel:"] svg {
      margin-right: 5px; }
  .top-header .new-btn-white a {
    padding: 3px 15px !important; }
    @media screen and (max-width: 500px) {
		.top-header{
			justify-content: center;
			gap: 10px;
		}
		.top-header a[href^="tel:"]{
			font-size: 16px;
		}
		.top-header p{
			font-size:13px;
		}
		.top-header svg{
			display:none;
		}
      .top-header .new-btn-white a {
        display: none !important; } }
  .top-header .top-btn {
    display: flex; }

/* Header Top end */
/* Header Main start */
.header2 {
  background-color: #0f0f0d;
  position: absolute;
  z-index: 99;
  width: 100%; }

.site-header.sticky {
  position: fixed;
  top: 0px;
  z-index: 99; }

.site-header.sticky .header1 {
  display: none; }

/* Header Main end */
/* footer1  start */
.footer-above {
  background-color: #000000; }
  .footer-above .footer-above-blk {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-align: center; }
    .footer-above .footer-above-blk p {
      margin: 0;
      color: #ffffff;
      line-height: 30px; }
    .footer-above .footer-above-blk a[href^="tel:"] {
      color: #de243f; }
      .footer-above .footer-above-blk a[href^="tel:"]:hover {
        text-decoration: underline; }

/* footer1  end*/
.footer_awards img {
  width: 100px; }

.footer_awards {
  text-align: center; }

.footer_logo {
  text-align: center;
  margin-bottom: 20px; }

/* Home Slider start */
.home-slider .slick-slide img {
  width: 100%;
  height: 90vh;
  object-fit: cover; }

/* Home Slider end*/
/* slick dots start */
/* dots default design start */
.slick-dots {
  bottom: -35px; }
  .slick-dots li {
    margin: 0 2px; }
    .slick-dots li button:before {
      width: 13px;
      height: 13px;
      font-size: 0;
      border: 5px solid transparent;
      background: #ababab;
      color: transparent;
      border-radius: 50px; }

.slick-dots li.slick-active button:before {
  border-color: #696969;
  background: #696969; }

/* dots default design end */
/* dots design start */
.dots-design1 ul.slick-dots {
  position: absolute !important;
  bottom: 40px !important; }
  .dots-design1 ul.slick-dots li {
    width: auto !important;
    height: auto !important; }
    .dots-design1 ul.slick-dots li button {
      background: rgba(255, 255, 255, 0.4);
      width: 40px;
      border-radius: 0px;
      color: #ffffff;
      height: 2px;
      padding: 2px; }
      .dots-design1 ul.slick-dots li button::before {
        display: none; }
  .dots-design1 ul.slick-dots li.slick-active button {
    background: #ffffff !important;
    opacity: 1 !important;
    width: 80px; }

/* dots design end */
/* slick dots end */
/* slick arrow */
.slick-prev,
.slick-next {
  background-color: #212121;
  border: 1px solid #212121;
  border-radius: 50px;
  z-index: 9;
  filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.15)); }
  .slick-prev:hover::before,
  .slick-next:hover::before {
    color: #de243f; }
  .slick-prev::before,
  .slick-next::before {
    color: #ffffff;
    opacity: 1;
    font-family: "Font Awesome 6 Free";
    z-index: 9999;
    font-weight: bold; }

.slick-prev {
  left: -35px; }
  .slick-prev::before {
    content: "\f104"; }

.slick-next {
  right: -35px; }
  .slick-next::before {
    content: "\f105"; }

/* slick arrow end*/
/* arrow design1 start */
.arrow-design1 .slick-slide {
  margin-right: 15px;
  margin-left: 15px; }

.arrow-design1 .slick-prev,
.arrow-design1 .slick-next {
  height: 60px;
  width: 60px; }
  .arrow-design1 .slick-prev::before,
  .arrow-design1 .slick-next::before {
    font-size: 25px; }

.arrow-design1 .slick-prev {
  left: -20px; }

.arrow-design1 .slick-next {
  right: -20px; }

/* arrow design1 end */
/* arrow design2 and design3 star */
.arrow-design2,
.arrow-design3 {
  padding-bottom: 3rem; }
  .arrow-design2 .slick-prev,
  .arrow-design2 .slick-next,
  .arrow-design3 .slick-prev,
  .arrow-design3 .slick-next {
    height: 35px;
    width: 35px;
    top: unset;
    bottom: -60px;
    margin: 0 auto; }
  .arrow-design2 .slick-prev,
  .arrow-design3 .slick-prev {
    left: 0;
    right: 45px; }
  .arrow-design2 .slick-next,
  .arrow-design3 .slick-next {
    left: 45px;
    right: 0; }

/* arrow design design 2 */
.arrow-design3 .slick-prev,
.arrow-design3 .slick-next {
  background-color: #ffffff;
  border: 1px solid #de243f; }
  .arrow-design3 .slick-prev::before,
  .arrow-design3 .slick-next::before {
    color: #212121; }
  .arrow-design3 .slick-prev:hover, .arrow-design3 .slick-prev:hover, .arrow-design3 .slick-prev:focus, .arrow-design3 .slick-prev:focus,
  .arrow-design3 .slick-next:hover,
  .arrow-design3 .slick-next:hover,
  .arrow-design3 .slick-next:focus,
  .arrow-design3 .slick-next:focus {
    background-color: #de243f;
    border-color: #de243f; }
    .arrow-design3 .slick-prev:hover::before, .arrow-design3 .slick-prev:hover::before, .arrow-design3 .slick-prev:focus::before, .arrow-design3 .slick-prev:focus::before,
    .arrow-design3 .slick-next:hover::before,
    .arrow-design3 .slick-next:hover::before,
    .arrow-design3 .slick-next:focus::before,
    .arrow-design3 .slick-next:focus::before {
      color: #ffffff; }

.arrow-design3 .slick-prev {
  left: 0;
  right: unset; }

.arrow-design3 .slick-next {
  left: 45px;
  right: unset; }

/* arrow design2 and design3 end */
/* Testimonail Slider start */
.testimonial-slider {
  text-align: center; }
  .testimonial-slider ul.testimonial-ul {
    padding: 60px 5px 0;
    position: relative; }
    .testimonial-slider ul.testimonial-ul li p {
      color: #ffffff;
      margin: 0;
      font-size: 30px;
      line-height: 40px;
      font-weight: 100;
      font-style: italic; }
      @media screen and (max-width: 991px) {
        .testimonial-slider ul.testimonial-ul li p {
          font-size: 20px;
          line-height: 30px; } }
      @media screen and (max-width: 767px) {
        .testimonial-slider ul.testimonial-ul li p {
          font-size: 16px;
          line-height: 25px; } }
      .testimonial-slider ul.testimonial-ul li p:before, .testimonial-slider ul.testimonial-ul li p:after {
        content: "";
        margin: auto;
        width: 66px;
        height: 47px;
        position: absolute;
        left: 0;
        right: 0; }
      .testimonial-slider ul.testimonial-ul li p:before {
        top: 0;
        background: url("/wp-content/uploads/2024/02/quote-icon1.png") no-repeat; }
      .testimonial-slider ul.testimonial-ul li p::after {
        bottom: 45px;
        background: url("/wp-content/uploads/2024/02/quote-icon2.png") no-repeat; }
  .testimonial-slider .review-name {
    color: #ffffff;
    margin-top: 80px;
    font-size: 18px; }
  .testimonial-slider img {
    display: inline-block; }
  .testimonial-slider .slick-dots {
    bottom: -35px; }

/* Testimonail Slider end */
/* Product detail slider */
@media screen and (max-width: 767px) {
  .product-detail-slider {
    margin: 0 0 9rem; } }

.product-detail-slider .product-detail-slider1 {
  margin: 0 3rem 3rem; }
  .product-detail-slider .product-detail-slider1 .slick-slide {
    height: 700px;
    padding: 0 8px; }
    @media screen and (max-width: 767px) {
      .product-detail-slider .product-detail-slider1 .slick-slide {
        height: 450px; } }
    .product-detail-slider .product-detail-slider1 .slick-slide img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .product-detail-slider .product-detail-slider1 .slick-prev,
  .product-detail-slider .product-detail-slider1 .slick-next {
    width: 55px;
    height: 55px;
    border: 0; }
  @media screen and (max-width: 767px) {
    .product-detail-slider .product-detail-slider1 .slick-prev,
    .product-detail-slider .product-detail-slider1 .slick-next {
      top: unset;
      bottom: -290px;
      margin: 0 auto; }
    .product-detail-slider .product-detail-slider1 .slick-prev {
      left: 0;
      right: 80px; }
    .product-detail-slider .product-detail-slider1 .slick-next {
      left: 80px;
      right: 0; } }

.product-detail-slider .product-detail-slider2 .slick-list {
  padding: 0 !important; }

.product-detail-slider .product-detail-slider2 .slick-slide {
  height: 120px;
  padding: 0 8px; }
  .product-detail-slider .product-detail-slider2 .slick-slide img {
    border: 3px solid #000000;
    opacity: 0.5;
    object-fit: cover;
    height: 100%;
    width: 100%; }

.product-detail-slider .product-detail-slider2 .slick-current img {
  border-color: #de243f;
  opacity: 1; }

/* Product detail slider end*/
/* Gravity Form start */
.gform_wrapper div.gfield .ginput_container_date .datepicker input[type="number"],
.gform_wrapper div.gfield input[type="text"],
.gform_wrapper div.gfield input[type="tel"],
.gform_wrapper div.gfield input[type="email"],
.gform_wrapper div.gfield select,
.gform_wrapper div.gfield textarea {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px 20px 16px !important;
  line-height: 20px; }
  .gform_wrapper div.gfield .ginput_container_date .datepicker input[type="number"]:focus-visible, .gform_wrapper div.gfield .ginput_container_date .datepicker input[type="number"]:focus,
  .gform_wrapper div.gfield input[type="text"]:focus-visible,
  .gform_wrapper div.gfield input[type="text"]:focus,
  .gform_wrapper div.gfield input[type="tel"]:focus-visible,
  .gform_wrapper div.gfield input[type="tel"]:focus,
  .gform_wrapper div.gfield input[type="email"]:focus-visible,
  .gform_wrapper div.gfield input[type="email"]:focus,
  .gform_wrapper div.gfield select:focus-visible,
  .gform_wrapper div.gfield select:focus,
  .gform_wrapper div.gfield textarea:focus-visible,
  .gform_wrapper div.gfield textarea:focus {
    border-color: #212121; }

.gform_wrapper div.gfield .ginput_container_date .datepicker {
  width: 100%; }

.gform_wrapper .gfield--type-time .gform-grid-row > div {
  flex: 1 1 0; }

.gform_wrapper div.gfield .ginput_container_date .datepicker input[type="number"],
.gform_wrapper div.gfield input,
.gform_wrapper div.gfield select {
  height: 50px !important; }

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  border-radius: 0px !important;
  color: #000000 !important; }

.gform_wrapper textarea {
  height: 150px !important;
  resize: none; }

.gform_wrapper .gform_validation_errors,
.gform_wrapper .gform_required_legend,
.gform_wrapper .gform_validation_errors,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  display: none !important; }

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error iframe,
.gform_wrapper .gfield_error select {
  border-color: #f40100 !important; }

@media screen and (max-width: 768px) {
  .gform_wrapper .gform_fields .ginput_recaptcha > div {
    margin: 0 auto; } }

.gform_wrapper .gform_footer {
  margin-bottom: 0;
  margin-top: 20px !important; }
  .gform_wrapper .gform_footer img.gform_ajax_spinner {
    display: none !important; }
  .gform_wrapper .gform_footer input {
    margin-bottom: 0; }

@media screen and (max-width: 575px) {
  .gform_wrapper .ginput_recaptcha {
    transform: scale(0.9);
    position: relative;
    right: 14px; } }

.gform_wrapper .gform_footer input[type=submit] {
  background-color: #de243f !important;
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  border-radius: 0 !important;
  padding: 0.8em 2em !important;
  position: relative !important;
  z-index: 1;
  background-image: none !important;
  border: 0 !important;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus {
    background-color: #212121 !important;
    color: #ffffff !important; }
  @media screen and (max-width: 1199px) {
    .gform_wrapper .gform_footer input[type=submit] {
      font-size: 15px;
      white-space: nowrap;
      padding: 12px 20px; } }
  @media (min-width: 769px) and (max-width: 991px) {
    .gform_wrapper .gform_footer input[type=submit] {
      white-space: normal; } }
  @media screen and (max-width: 575px) {
    .gform_wrapper .gform_footer input[type=submit] {
      white-space: normal; } }

.gform_confirmation_wrapper {
  padding-bottom: 4rem;
  padding-top: 4rem; }
  @media screen and (max-width: 768px) {
    .gform_confirmation_wrapper {
      padding-bottom: 3rem;
      padding-top: 3rem; } }
  .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700; }
  .gform_confirmation_wrapper .gform_confirmation_message_1 {
    text-align: center;
    color: #de243f !important;
    font-weight: 700; }

.gform-theme--foundation .gform_fields {
  grid-row-gap: 20px !important; }

.gfield--type-time .gform-grid-col input,
.gfield--type-time .gform-grid-col select {
  height: 50px !important;
  line-height: 50px !important; }

.gform-theme--foundation .gfield textarea.large {
  min-block-size: 8rem !important; }

/* Gravity Form end */
::selection {
  background-color: #de243f;
  color: #ffffff; }

html {
  scroll-behavior: smooth; }

.grid-container {
  max-width: 1400px; }

body {
  background-color: #ffffff !important;
  color: #0a0a0a;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 30px; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 15px;
      line-height: 25px; } }

/* composer css start */
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0px; }

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px; }

body .content-area .inside-article {
  padding-top: 0;
  padding-bottom: 0; }

body .content-area .site-main {
  margin-top: 0;
  margin-bottom: 0; }

/* composer css end */
/* H1 to H6 and p tag start */
h1 {
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0px; }
  @media screen and (max-width: 575px) {
    h1 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 10px; } }
  @media (min-width: 576px) and (max-width: 1199px) {
    h1 {
      font-size: 40px;
      line-height: 50px; } }
  @media (min-width: 1200px) and (max-width: 1459px) {
    h1 {
      font-size: 50px;
      line-height: 60px; } }

h2 {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 20px; }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 25px;
      line-height: 30px; } }
  @media (min-width: 576px) and (max-width: 1199px) {
    h2 {
      font-size: 25px;
      line-height: 30px; } }
  h2 em {
    font-weight: 400 !important;
    font-style: normal; }
  @media screen and (max-width: 575px) {
    h2 br {
      display: none; } }

h3 {
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px; }
  @media screen and (max-width: 575px) {
    h3 {
      font-size: 20px;
      line-height: 20px; } }
  @media (min-width: 576px) and (max-width: 1199px) {
    h3 {
      font-size: 20px;
      line-height: 30px; } }

h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  color: #000000; }
  @media screen and (max-width: 575px) {
    h4 {
      font-size: 18px;
      line-height: 25px; } }
  @media (min-width: 576px) and (max-width: 1199px) {
    h4 {
      font-size: 20px;
      line-height: 25px; } }
  @media (min-width: 1200px) and (max-width: 1459px) {
    h4 {
      font-size: 22px;
      line-height: 30px; } }

h5 {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  font-weight: 700; }
  @media screen and (max-width: 1199px) {
    h5 {
      font-size: 18px;
      line-height: 25px; } }
  @media (min-width: 1200px) and (max-width: 1459px) {
    h5 {
      font-size: 20px;
      line-height: 25px; } }

h6 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400; }
  @media screen and (max-width: 1199px) {
    h6 {
      font-size: 16px;
      line-height: 25px; } }
  @media (min-width: 1200px) and (max-width: 1459px) {
    h6 {
      font-size: 18px;
      line-height: 25px; } }

h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px; }

h1, h2, h3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600; }

/* H1 to H6 and p tag end */
/* column reverse responsive screen start */
@media screen and (max-width: 991px) {
  .swap-on-mobile {
    display: flex !important;
    flex-direction: column-reverse; } }

@media screen and (max-width: 991px) {
  .image-text-mb {
    margin-bottom: 2rem; } }

/* column reverse screen end*/
/* dark background text and button text color white start */
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg label, .dark-bg legend {
  color: #ffffff; }

.dark-bg .new-btn:hover {
  background-color: #ffffff;
  border: 1px solid #212121; }

/* dark background text and button text color white end */
/* grey background start */
.grey-bg {
  background-color: #F3F3F3; }

/* grey background end */
/* anchor, Input, Textarea start */
a {
  text-decoration: none;
  color: #212121; }
  a:hover, a:focus, a:active {
    color: #de243f; }

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

textarea::-webkit-input-placeholder {
  color: #000000; }

input:focus, input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  outline: none; }

/* anchor, Input, Textarea end */
/* ul, ol style start */
ul {
  margin-left: 0;
  list-style: none; }

ol {
  margin-left: 10px; }

.ul-design1 li {
  list-style: none;
  position: relative;
  line-height: 35px;
  padding-left: 25px;
  margin: 5px 0; }
  .ul-design1 li:before {
    content: '\f101';
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    top: -1px !important; }
    @media screen and (min-width: 769px) {
      .ul-design1 li:before {
        left: 0; } }
    @media screen and (max-width: 768px) {
      .ul-design1 li:before {
        margin-left: -20px; } }

.ul-design2 li {
  position: relative;
  line-height: 35px;
  margin: 5px 0 5px 35px; }
  .ul-design2 li:before {
    content: '';
    background-image: url("../img/tick-icon.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 16px;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -30px !important; }
    @media screen and (min-width: 769px) {
      .ul-design2 li:before {
        left: 0;
        right: 0; } }
    @media screen and (max-width: 768px) {
      .ul-design2 li:before {
        height: 30px; } }

.ol-design ol li {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  line-height: 35px;
  padding-left: 10px;
  margin: 5px 0; }
  @media screen and (max-width: 768px) {
    .ol-design ol li {
      text-align: left; } }

/* ul, ol style end */
/* background Fixed start */
@media screen and (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed; } }

/* background Fixed end */
/* Safari 10.1+ */
/* Safari 10.1+ end*/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .bg-fixed {
      background-attachment: unset; } } }

/* background Fixed end */
/* page heading section start */
.home .custom-featured-image {
  display: none; }

.custom-featured-image {
  width: 100%;
  max-width: 100% !important;
  position: relative;
  padding: 0;
  margin-top: 0 !important; }
  .custom-featured-image img {
    height: 560px;
    object-fit: cover;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .custom-featured-image img {
        height: 430px; } }
  .custom-featured-image .breadcrumbs-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    padding: 0 40px;
    margin: 0 auto; }
    .custom-featured-image .breadcrumbs-main .breadcrumbs-blk {
      background-color: rgba(0, 0, 0, 0.7) !important;
      width: 60%;
      padding: 40px; }
      @media screen and (max-width: 768px) {
        .custom-featured-image .breadcrumbs-main .breadcrumbs-blk {
          width: 100%; } }
      .custom-featured-image .breadcrumbs-main .breadcrumbs-blk .breadcrumbs-blk-click {
        display: block;
        padding-bottom: 30px; }
        .custom-featured-image .breadcrumbs-main .breadcrumbs-blk .breadcrumbs-blk-click a {
          font-size: 12px;
          color: #ffffff;
          line-height: normal;
          text-transform: uppercase;
          margin-right: 25px;
          position: relative; }
          .custom-featured-image .breadcrumbs-main .breadcrumbs-blk .breadcrumbs-blk-click a:hover {
            text-decoration: underline; }
          .custom-featured-image .breadcrumbs-main .breadcrumbs-blk .breadcrumbs-blk-click a::after {
            content: "\f054";
            font-family: FontAwesome;
            font-size: 10px;
            color: #ffffff;
            line-height: 1;
            position: absolute;
            right: -15px;
            top: 1px; }
      .custom-featured-image .breadcrumbs-main .breadcrumbs-blk h1 {
        color: #fff;
        margin: 0;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 38px; }
    @media screen and (max-width: 991px) {
      .custom-featured-image .breadcrumbs-main {
        padding: 0 30px; } }
    @media screen and (max-width: 575px) {
      .custom-featured-image .breadcrumbs-main {
        font-size: 30px; } }

/* page heading section end */
/* Custom Button */
.new-btn,
.new-btn::after,
.wordpres-btn button,
.wordpres-btn button::after,
.wordpres-btn a,
.wordpres-btn a::after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.new-btn,
.wordpres-btn button,
.wordpres-btn a {
  background-color: #de243f !important;
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  display: inline-block !important;
  border-radius: 0 !important;
  padding: 0.7em 2em !important;
  position: relative !important;
  z-index: 1;
  background-image: none !important;
  border: 0 !important;
  overflow: hidden; }

.new-btn::after,
.new-btn::before,
.wordpres-btn button::before,
.wordpres-btn button::after,
.wordpres-btn a::before,
.wordpres-btn a::after {
  background: #212121;
  content: '';
  position: absolute;
  z-index: -1; }

.new-btn:hover,
.wordpres-btn button:hover,
.wordpres-btn a:hover {
  color: #ffffff !important; }

.new-btn::after,
.wordpres-btn button::after,
.wordpres-btn a::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0; }

.new-btn:hover::after,
.wordpres-btn button:hover:after,
.wordpres-btn a:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.wordpres-btn.new-btn-white a::after,
.wordpres-btn.new-btn-white a::before,
.new-btn.new-btn-white a::after,
.new-btn.new-btn-white a::before {
  background: #ffffff; }

.wordpres-btn.new-btn-white a:hover,
.new-btn.new-btn-white a:hover {
  color: #212121 !important; }

/* */
.main-row {
  padding: 5rem 0; }
  @media screen and (max-width: 1199px) {
    .main-row {
      padding: 3rem 0; } }

/* Heading H2 design start */
.h2 {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 5px; }
  .h2:before {
    content: "";
    z-index: 1;
    width: 28px;
    height: 6px;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    margin-left: 34px;
    background-color: #de243f; }
  .h2:after {
    width: 100px;
    height: 2px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 0;
    background-color: #212121; }

.h2-center {
  text-align: center !important; }
  .h2-center:before {
    left: 50%;
    margin-left: -14px; }
  .h2-center:after {
    left: 50%;
    margin-left: -50px; }

/* Heading H2 design end */
/* cities section start */
.cities-section {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-around; }
  .cities-section ul {
    margin: 0; }
    .cities-section ul a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .cities-section {
      flex-direction: column;
      gap: 0; } }

/* cities section end */
/* Testimonials page start */
.testimonials-blk ul {
  margin: 0;
  display: grid;
  gap: 20px; }
  .testimonials-blk ul li p {
    border-left: 5px solid #212121;
    margin: 0;
    padding-left: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .testimonials-blk ul li p:hover {
      border-color: #de243f; }
  .testimonials-blk ul li .review_location {
    text-align: right; }
    .testimonials-blk ul li .review_location label {
      margin-top: 10px;
      display: block;
      text-align: right;
      font-weight: bold;
      position: relative; }
      .testimonials-blk ul li .review_location label::before {
        content: "\f068";
        font-family: "Font Awesome 6 Free";
        font-size: 13px;
        margin-right: 10px; }

.testimonials-blk .nav-links {
  margin-top: 30px; }

/* Testimonials page end */
/* our fleet start */
.our-fleet-section {
  display: grid; }

.our-fleet-blk {
  border: 1px dashed #c9c9c9;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .our-fleet-blk:hover {
    border-color: #de243f;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px); }
  .our-fleet-blk .our-fleet-img {
    background: #eeeeee;
    padding: 70px 30px 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px; }
    @media screen and (max-width: 991px) {
      .our-fleet-blk .our-fleet-img {
        height: 250px; } }
    @media screen and (max-width: 767px) {
      .our-fleet-blk .our-fleet-img {
        height: auto; } }
    .our-fleet-blk .our-fleet-img .fleet-img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      display: block; }
    .our-fleet-blk .our-fleet-img .fleet-logo {
      position: absolute;
      opacity: 0.68; }
    .our-fleet-blk .our-fleet-img span {
      font-size: 13px;
      position: absolute;
      background-color: #de243f;
      padding: 4px 20px 3px 10px;
      color: #ffffff;
      fill: #ffffff;
      top: 15px;
      right: 0; }
      .our-fleet-blk .our-fleet-img span:hover {
        background-color: #212121;
        color: white; }
    .our-fleet-blk .our-fleet-img svg {
      width: 6px;
      margin-left: 5px; }
  .our-fleet-blk .our-fleet-info {
    padding: 30px; }
    @media screen and (max-width: 991px) {
      .our-fleet-blk .our-fleet-info {
        padding: 20px; } }
    .our-fleet-blk .our-fleet-info ul {
      margin: 0; }
      .our-fleet-blk .our-fleet-info ul li {
        margin: 2px 0; }
        .our-fleet-blk .our-fleet-info ul li:before {
          content: '\f054';
          font-size: 13px;
          color: #252525; }

/* our fleet end */
/* home main banner start */
.home-main-banner {
  padding-top: 8rem;
  padding-bottom: 4rem; }
  @media screen and (max-width: 991px) {
    .home-main-banner {
      flex-direction: column-reverse;
      gap: 15px; } }

/* home main banner end */
/* home banner form start */
.home-banner-form {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px; }
  .home-banner-form .vc_column-inner {
    padding: 0; }
  .home-banner-form .wpb_wrapper p {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px !important; }
  .home-banner-form .gform-body .gfield--type-time .gform-grid-row > div input[type="number"],
  .home-banner-form .gform-body .gfield--type-time .gform-grid-row > div select,
  .home-banner-form .gform-body div.gfield input[type="text"],
  .home-banner-form .gform-body div.gfield input[type="tel"],
  .home-banner-form .gform-body div.gfield input[type="email"],
  .home-banner-form .gform-body div.gfield select,
  .home-banner-form .gform-body div.gfield textarea {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff; }
    .home-banner-form .gform-body .gfield--type-time .gform-grid-row > div input[type="number"]:focus-visible, .home-banner-form .gform-body .gfield--type-time .gform-grid-row > div input[type="number"]:focus,
    .home-banner-form .gform-body .gfield--type-time .gform-grid-row > div select:focus-visible,
    .home-banner-form .gform-body .gfield--type-time .gform-grid-row > div select:focus,
    .home-banner-form .gform-body div.gfield input[type="text"]:focus-visible,
    .home-banner-form .gform-body div.gfield input[type="text"]:focus,
    .home-banner-form .gform-body div.gfield input[type="tel"]:focus-visible,
    .home-banner-form .gform-body div.gfield input[type="tel"]:focus,
    .home-banner-form .gform-body div.gfield input[type="email"]:focus-visible,
    .home-banner-form .gform-body div.gfield input[type="email"]:focus,
    .home-banner-form .gform-body div.gfield select:focus-visible,
    .home-banner-form .gform-body div.gfield select:focus,
    .home-banner-form .gform-body div.gfield textarea:focus-visible,
    .home-banner-form .gform-body div.gfield textarea:focus {
      border-color: #ffffff; }
  .home-banner-form .gform-body div.gfield select option,
  .home-banner-form .gform-body .gfield--type-time .gform-grid-row > div select option {
    color: #000000; }
  @media screen and (max-width: 991px) {
    .home-banner-form {
      width: 500px;
      margin: 0 auto; } }
  @media screen and (max-width: 575px) {
    .home-banner-form {
      width: 100%; } }
  .home-banner-form select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-size: 7px 6px, 7px 6px;
    background-repeat: no-repeat;
    background-position: calc(100% - 17px), calc(100% - 10px);
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%) !important; }
    
    .home-banner-form select:hover{
        filter: brightness(0) invert(1);
    }

/* home banner form end */
/* home banner text start*/
.home-banner-text h1 {
  padding-left: 50px;
  font-size: 55px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 65px; }
  @media screen and (max-width: 1199px) {
    .home-banner-text h1 {
      font-size: 40px;
      line-height: 55px; } }
  @media screen and (max-width: 767px) {
    .home-banner-text h1 {
      font-size: 30px;
      line-height: 45px; } }

.home-banner-text h3 {
  padding-left: 50px;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    .home-banner-text h3 {
      font-size: 25px; } }
  @media screen and (max-width: 767px) {
    .home-banner-text h3 {
      font-size: 20px;
      line-height: 30px; } }

@media screen and (max-width: 1199px) {
  .home-banner-text h1, .home-banner-text h3 {
    padding-left: 30px; } }

@media screen and (max-width: 991px) {
  .home-banner-text {
    width: 100%; }
    .home-banner-text h1, .home-banner-text h3 {
      padding-left: 0;
      text-align: center !important; } }

/* home banner text end */
/* Service section start */
.service-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  @media screen and (max-width: 1199px) {
    .service-div {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767px) {
    .service-div {
      grid-template-columns: repeat(1, 1fr); } }

.service-blk {
  border: 1px dashed #c9c9c9;
  overflow: hidden;
  padding: 15px;
  padding-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .service-blk:hover {
    border-color: #de243f;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px); }
  .service-blk:hover .service-inner-img {
    transform: scale(1.1); }
  .service-blk:hover.service-logo {
    opacity: 1; }
  .service-blk:hover h3 {
    color: #ffffff; }
    .service-blk:hover h3::before {
      width: 100%; }
  .service-blk a {
    display: block; }
    .service-blk a .service-blk-img {
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .service-blk a .service-blk-img {
          height: 200px; } }
      .service-blk a .service-blk-img .service-inner-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: block;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .service-blk a .service-blk-img .service-logo {
        position: absolute;
        opacity: 0.68; }
    .service-blk a h3 {
      position: relative;
      display: block;
      font-size: 20px;
      text-align: center;
      margin: 0;
      padding: 10px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .service-blk a h3::before {
        content: "";
        background-color: #de243f;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: -1;
        width: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }

/* Service section end */
/* Footer */
.inside-footer-widgets {
  justify-content: space-between; }

.footer-widget-2 #block-9 {
  margin: 0; }

.footer-widget-1 {
  display: flex;
  flex-direction: column;
  padding-left: 20px; }
  @media screen and (max-width: 991px) {
    .footer-widget-1 {
      padding-left: 0;
      width: 100%; } }

#menu-footer {
  column-count: 2; }
  @media screen and (max-width: 1365px) {
    #menu-footer {
      column-count: unset; } }
  #menu-footer a {
    color: #ffffff; }
    #menu-footer a:hover {
      color: #de243f; }

/* footer 3 */
.footer3_1 p {
  margin-bottom: 8px;
  font-weight: 300; }
  .footer3_1 p label {
    font-weight: 400; }

.footer3_1 a {
  color: #ffffff; }
  .footer3_1 a:hover {
    color: #de243f; }

.footer3_2 {
  margin-top: 15px; }
  .footer3_2 .footer3_3 {
    display: flex;
    gap: 20px;
    align-items: center; }
    .footer3_2 .footer3_3 ul {
      display: flex;
      gap: 10px; }
      .footer3_2 .footer3_3 ul li {
        margin-bottom: 0; }
        .footer3_2 .footer3_3 ul li a {
          display: inline-block; }
    .footer3_2 .footer3_3 .visa-img {
      display: block; }
      .footer3_2 .footer3_3 .visa-img img {
        display: block; }

/* footer 3 end*/
.review-section {
  background-color: #000000;
  background-image: url("/wp-content/uploads/2024/02/review.png");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 50px center; }
  .review-section .review-image img {
    display: none; }
    
.page-id-3058 .review-section{
    background-image: url("/wp-content/uploads/2026/03/charter-review.png");
}
    
  @media screen and (max-width: 991px) {
    .review-section {
      background-image: none;
      display: flex;
      flex-direction: column-reverse; }
      
      .page-id-3058 .review-section{
          background-image: none;
      }
      
      .review-section .review-image img {
        display: block; 
          margin-top:15px;
      }
      .review-section .vc_col-sm-6 {
        width: 100%; } }

/* Service detail start */
.service-main {
  display: grid;
  grid-template-columns: 67% 30%;
  gap: 3%; }
  @media screen and (max-width: 1199px) {
    .service-main {
      grid-template-columns: 57% 40%; } }
  @media screen and (max-width: 767px) {
    .service-main {
      grid-template-columns: unset;
      gap: 0;
      display: flex;
      flex-wrap: wrap; } }
  .service-main .entry-content {
    padding: 3rem 0; }
    @media screen and (max-width: 767px) {
      .service-main .entry-content {
        width: 100%; } }

.service-form {
  background: #f7f7f7;
  padding: 25px; }
  .service-form h3 {
    font-size: 20px;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .service-form {
      width: 100%; } }

/* Service detail end */
/* service page start */
.service-main-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  @media screen and (max-width: 1199px) {
    .service-main-page {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767px) {
    .service-main-page {
      grid-template-columns: repeat(1, 1fr); } }
  .service-main-page .service-single {
    border: 1px dashed #c9c9c9;
    overflow: hidden;
    padding: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .service-main-page .service-single:hover {
      border-color: #de243f;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      transform: translate(0px, -10px);
      -webkit-transform: translate(0px, -10px);
      -moz-transform: translate(0px, -10px); }
    .service-main-page .service-single .service-single-img {
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .service-main-page .service-single .service-single-img {
          height: 200px; } }
      @media screen and (max-width: 767px) {
        .service-main-page .service-single .service-single-img {
          height: auto; } }
      .service-main-page .service-single .service-single-img .service-single-img-blk {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: block;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .service-main-page .service-single .service-single-img .service-logo {
        position: absolute;
        opacity: 0.68; }
    .service-main-page .service-single .service-single-text {
      padding-top: 15px; }
      .service-main-page .service-single .service-single-text h2 {
        margin-bottom: 12px;
        line-height: 30px; }
        .service-main-page .service-single .service-single-text h2 a {
          font-size: 18px;
          font-weight: bold;
          text-transform: uppercase; }
      .service-main-page .service-single .service-single-text p {
        margin-bottom: 12px; }
      .service-main-page .service-single .service-single-text a.service-single-click {
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        color: #de243f;
        text-decoration: underline; }
        .service-main-page .service-single .service-single-text a.service-single-click:hover {
          color: #212121; }

/* service page end */
/* contact page start */
.contact-info {
  display: grid;
  gap: 15px; }
  .contact-info .contact-info-blk {
    background: #f7f7f7;
    padding: 25px; }
    .contact-info .contact-info-blk h2 {
      text-transform: uppercase;
      font-weight: 700; }
    .contact-info .contact-info-blk .contact-info-text h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 15px; }
    .contact-info .contact-info-blk .contact-info-text p {
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
      margin: 0;
      gap: 10px; }
      .contact-info .contact-info-blk .contact-info-text p svg {
        font-size: 25px;
        color: #de243f; }
    .contact-info .contact-info-blk .contact-info-text:nth-child(3) {
      margin-top: 20px; }
  .contact-info .info-visa {
    margin-top: 10px; }

/* contact page end */
@media screen and (max-width: 991px) {
  .cities-section1 h2 br {
    display: none; } }

.service-single-slider .slick-slide {
  margin: 0 10px; }

.service-single-slider .slick-list {
  margin: -10px; }

.service-single-slider .service-blk {
  margin: 20px 0; }

/* Fleet Page start */
.fleet-page-main {
  margin-bottom: 30px; }
  .fleet-page-main h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  .fleet-page-main:last-child {
    margin-bottom: 0; }

.fleet-page-blk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px; }
  @media screen and (max-width: 1199px) {
    .fleet-page-blk {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767px) {
    .fleet-page-blk {
      grid-template-columns: repeat(1, 1fr); } }
  .fleet-page-blk .fleet-page-single {
    background-color: white;
    position: relative;
    border: 1px dashed #c9c9c9;
    overflow: hidden;
    padding: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .fleet-page-blk .fleet-page-single:hover {
      border-color: #de243f;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); }
      .fleet-page-blk .fleet-page-single:hover img.fleet-page-img-blk {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
      .fleet-page-blk .fleet-page-single:hover .fleet-car-bus {
        background: #de243f; }
    @media screen and (max-width: 767px) {
      .fleet-page-blk .fleet-page-single {
        height: auto; } }
    .fleet-page-blk .fleet-page-single a.fleet-click-first {
      position: absolute;
      z-index: 1;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.fleet-page-single-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 250px; }
  @media screen and (max-width: 768px) {
    .fleet-page-single-img {
      height: auto; } }

img.fleet-page-img-blk {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

img.fleel-page-logo {
  position: absolute; }

.fleet-gallery {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }

.fleet-car-bus {
  position: absolute;
  top: 0;
  background: #000000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/* Fleet Page end */
/* fleet tabber start */
/* Tabber Section */
.tabber-section ul.tabnav {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px; }
  .tabber-section ul.tabnav li {
    display: inline-block;
    vertical-align: top; }
    .tabber-section ul.tabnav li a {
      display: block;
      text-decoration: none;
      padding: 7px 10px;
      border-radius: 5px 5px 0 0;
      border-bottom: 2px solid #000000;
      font-size: 25px;
      font-weight: 500;
      text-align: center;
      min-width: 100px; }
      .tabber-section ul.tabnav li a:hover {
        color: #de243f;
        text-decoration: none; }
      .tabber-section ul.tabnav li a.active {
        color: #de243f;
        border-color: #de243f; }

/* Tabber Content */
.tabcontent-wrapper .tabcontent {
  display: none; }

/* fleet tabber end */
/* Fleet detail start */
.fleet-detail-main .inside-article {
  padding-top: 0;
  padding-bottom: 0;
  background: unset; }

.fleet-video {
  width: 100%;
  text-align: center; }

.fleet-detail-gallery {
  background-color: #f7f7f7; }

.fleet-gallery-main h2,
.fleet-features-blk h2 {
  text-align: center;
  text-transform: uppercase; }

.fleet-features-blk {
  text-align: center; }
  .fleet-features-blk ul {
    display: grid;
    align-items: end;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0; }
    @media screen and (max-width: 991px) {
      .fleet-features-blk ul {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 767px) {
      .fleet-features-blk ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
    @media screen and (max-width: 479px) {
      .fleet-features-blk ul {
        grid-template-columns: repeat(1, 1fr); } }
    .fleet-features-blk ul li h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px; }
      .fleet-features-blk ul li h3 svg {
        font-size: 12px;
        margin: 0; }
    .fleet-features-blk ul li p {
      margin: 0; }

/* Fleet detail end */
.fleet-features-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  gap: 5px; }
  @media screen and (max-width: 479px) {
    .fleet-features-detail {
      gap: 10px;
      min-height: inherit; } }

.site-content .content-area {
  width: 100%; }

.blog_load_more {
  margin-top: 30px;
  text-align: center; }

/* */
.blog-detail-main {
  display: grid;
  grid-template-columns: 67% 30%;
  gap: 3%;
  padding: 3rem 0;
  align-items: start; }
  @media screen and (max-width: 1199px) {
    .blog-detail-main {
      grid-template-columns: 57% 40%; } }
  @media screen and (max-width: 767px) {
    .blog-detail-main {
      grid-template-columns: unset;
      gap: 30px;
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .blog-detail-main .entry-content {
      width: 100%; } }
  .blog-detail-main .entry-content .byline {
    display: none; }

.blog-detail-recent {
  background: #f7f7f7;
  padding: 25px; }
  .blog-detail-recent h3 {
    font-size: 25px;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .blog-detail-recent h3 {
        font-size: 25px; } }
  .blog-detail-recent p {
    font-size: 14px; }
  @media screen and (max-width: 767px) {
    .blog-detail-recent {
      width: 100%; } }
  .blog-detail-recent .blog-recent {
    margin-bottom: 10px; }
    .blog-detail-recent .blog-recent:last-child {
      margin-bottom: 0; }
    .blog-detail-recent .blog-recent h4 {
      font-size: 18px;
      font-family: "Roboto", sans-serif !important;
      font-weight: 500;
      line-height: 24px; }
    .blog-detail-recent .blog-recent p {
      margin: 0;
      font-size: 12px;
      font-style: italic; }

@media screen and (max-width: 767px) {
  .online_reservation_main .vc_col-sm-8 {
    margin-bottom: 30px; } }

